/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #000;
}
.typography p, .typography ul, .typography td {
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	color: #000;
}

.typography ul ul {
	font-size: 1em;
}
.typography h1 {
	font-size: 14pt;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: rgb(204, 56, 0);
	margin: 0px;
	margin-bottom: 12px;
}
.typography h2 {
	font-size: 10pt;
	color: rgb(204, 56, 0);
	font-weight: normal;
}
.typography h3 {
	font-size: 8pt;
	color: rgb(51, 51, 0);
	font-weight: bold;
}
.typography a {
	color: #0066cc;
}

.typography h2 a {
	font-size: 10pt;
	color: rgb(204, 56, 0);
	font-weight: normal;
	text-decoration: none;
}

/** 
 * News Box 
 */
.newsBoxSeparator {
	height: 10px;
	border-top: 1px solid rgb(185,214,230);
	border-left: 1px solid rgb(185,214,230);
}
.newsBox {
	height: 100px;
	margin-bottom: 16px;
}
.newsBoxImage {
	float: left;
	
}
.newsBoxContent {
	height: 86px;
	padding-left: 60px;
}
* > .newsBoxContent {
	padding-left: 164px;
}
.newsBoxContent a.newsBoxTitleLink {
	font-size: 10pt;
	color: rgb(204, 56, 0);
	font-weight: normal;
	text-decoration: none;
}

.newsBoxContent a.newsBoxBodyCopy {
	color: rgb(135,133,132);
	text-decoration: none;
}
.newsArticleImage {
	float: right;
	padding: 0px;
	padding-bottom: 20px;
}

/**
 * Home News box
 */
div.homeNewsBox {
	width: 412px; /* 440px; */
	/*border: 1px solid rgb(153, 153, 102);*/
	/*background: rgb(182, 213, 229);*/
	background: url(../images/box-top.gif) top left no-repeat;
	min-height: 109px;
	padding: 15px 0px 5px 15px;
	margin-bottom: 0px;
}

* > div.homeNewsBox {
	width: 412px;
}

div.homeNewsBox img {
	float: right;
}

div.homeNewsBox img {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 30px 0px 0px !important;
}
div.homeNewsBox div.homeNewsBoxContent {
	padding-top: 8px;
	padding-right: 13px;
}
div.homeNewsBox span.homeNewsTitle {
	font-size: 13pt;
	position: relative;
	z-index: 1;
}
div.homeNewsBox a {
	color: rgb(204, 56, 0);
	font-size: 10pt;
	text-decoration: none;
	/*font-weight: bold;*/
}
div.homeNewsBox h2 {
	margin-top: 0px;
	width: 380px;
	font-size: 11pt;
}
div.homeNewsBox p {
	width: 380px;
	font-size: 9pt;
}
* > div.homeNewsBox a h2 {
	padding-top: 0px;
}
div.homeNewsBox span.homeNewsBody {
	font-weight: normal;
}


/**
 * FAQs Top Navigation Menu
 */
.faqsMenu {
	list-style: none;
	padding: 0px;
	width:450px;
	height:100px;
	margin: 0px;
	margin-left:-45px;
}

.faqsMenu li {
	display: inline;
}
.faqsMenu li div {
	width: 200px;
	float:left;
}
.faqsMenu li a {
	color: rgb(51, 51, 0);
	text-decoration: none;
	font-size: 10pt;
	position: relative;
	bottom: 5px;
}

.faqsMenu li div.even {
	width: 250px;
}
.faqsMenu li div.odd {
	width: 150px;
}

/** 
 * FAQs Menu choices
 */
#content table.mceVisualAid td.mceVisualAid {
	padding-bottom: 15px;
}

table.mceVisualAid td.mceVisualAid h3,
table.mceVisualAid td.mceVisualAid p {
	margin: 0px;
	padding: 0px;
}
