/*
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* PARAGRAPHS */
p { 
 	color: #6C6C6C;
 	line-height: 18px;
 	font-size: 12px;
	padding-bottom:10px;
}

td p { 
 	color: #6C6C6C;
 	line-height: 14px;
 	font-size: 11px;
	padding-bottom:5px;
}

.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	

/* LINKS */
.typography a, a:visited {
 	text-decoration: none; 
	color: #5C91C5;
}
.typography a:hover { 
 	text-decoration: underline;
	color: #6C6C6C;
}

/********************************************
	Newsletter box
*****************************************/

#news {
	width:161px;
	float: right;
	background:#5A93C9;
	padding: 10px;
}

#news a {
	color:#FFF;
	text-decoration: none; 
}	
	
#news a:hover {
	text-decoration: underline;
}


/* ICONS */
/*#news a[href$=".pdf"],*/
.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
	padding: 2px;
	padding-right:20px;
	background: url(../images/icons/pdf.gif) no-repeat right center;
}
.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a.doc {
	padding: 2px;
	padding-right:20px;
	background: url(../images/icons/word.gif) no-repeat right center;
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
	padding: 2px;
	padding-right: 20px;
	background: url(../images/icons/excel.gif) no-repeat right center;
}
.typography a[href$=".gz"],
.typography a[href$=".GZ"],
.typography a[href$=".gzip"],
.typography a[href$=".GZIP"],
.typography a[href$=".zip"],
.typography a[href$=".ZIP"],
.typography a.archive {
	padding: 2px;
	padding-right: 20px;
	background: url(../images/icons/zip.gif) no-repeat right center;
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography a.application {
	padding: 2px;
	padding-right: 20px;
	background: url(../images/icons/exe.gif) no-repeat right center;
}

/* LIST STYLES */
.typography ul, 
.typography ol {
	margin: 0 20px;
	color: #666;
}

.typography li {
	margin: 5px 10px;
	line-height: 18px;
 	font-size: 12px;
}

.typography ul li {
	list-style-image: url(../images/bullet.gif);
}

/* HEADER STYLES */

.typography h1,
.typography h2 { 
	color: #5C91C5; 
	margin: 10px 0 20px 0;
	clear: both;
	font-weight: 300;
	font-family: Tahoma, "Trebuchet MS";
}
.typography h1 {
	font-size: 22px;
	}
.typography h2 { 
 	font-size: 18px;; 
}
	
.typography h3 {
	color: #6C6C6C;
	margin: 15px 0 5px 0;
	font-weight: 300;
	clear: both;
	font-size: 16px;
}
.typography h4 {
	font-size: 1.6em;
	color: #222;
	clear: both;
	font-weight: 300;
	line-height: 14px;
	border-bottom: 1px solid #ccc;
	margin: 25px 0 15px 0;
}


/* ADDRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}

.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;
}

/* TABLE STYLING */
.typography table {
	font-size: 12px;
	color: #666;
	border-collapse:collapse;
	table-layout: fixed;
   	width: 590px;
	padding:0;
}
	
.typography td h3 {
	margin:0px;
	color:#5C91C5;
	padding:5px 0px;
}


/* SPECIAL TABLE STYLING TO HELP BARBARA WITH FORMATTING*/
/**Use Heading 6 for the left handside title where there is no further information to be displayed in small text below.  Use Heading 5 to style the date if no further info below.
These styles will both give you the dotted underline
Use Heading 3 the left handside title where there IS further information to be displayed in small text below.  Use Heading 4 to style the date IF further info below.
These styles will both give you the no dotted underline – you then apply the paragraph style to the row of info below to give you the dotted line.
 **/

.typography td h4 { 
	margin:0px;
	color:#5C91C5;
	font-size:12px;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding:5px 0px;
	text-align: right;
	line-height: 16px;
}

.typography td h5{ 
	margin:0px;
	color:#5C91C5;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	border-bottom: 1px dashed #83B8EC;
	border-right: none;
	border-left: none;
	padding:5px 0px;
	text-align: right;
}

.typography td h6{
	margin:0px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	color:#5C91C5;
	padding:5px 0px;
	border-bottom: 1px dashed #83B8EC;
}

.typography td p{
	color:#666;
	border-bottom: 1px dashed #83B8EC;
	padding-bottom: 10px;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* FORMS */
.typography label {
	font-size: 1em;
}
.typography input.text, .typography textarea {
	font-size: 1em;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}


