/* * * * * * * * * * * * * * * * * * * * * * 
 UI STYLES
* * * * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * * * * * 
 FORM STYLES
* * * * * * * * * * * * * * * * * * * * * */

div.inputField {
	padding: 0 0 7px 0;
	margin: 0;
	line-spacing: 25px;
}
input.width165  {
	padding: 5px;
	margin: 7px 0 0 0;
	width: 160px;
	font-size: 11px;
	border: 1px solid #C0CFBC;
	background-color: #F1FEEC;
	color: #043C5E;
}
select.select80 {
	margin: 2px 0 0 0;
	width: 80px;
	background-color: #F1FEEC;
}
select.select170 {
	margin: 7.9px 0 7.9px 0;
	padding: 0 0 0px 0;
	width: 170px;
	font-size:11px;
	
	background-color: #F1FEEC;
}
.comments {
	margin: 2px 0 0 0;
	width: 350px;
	height: 100px;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 CONTACT US STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div.contactInfo {
	float: left;
	width: 180px;
	font-size:11px;
}
div.contactLeftCol {
	float: left;
	width: 180px;
	padding: 20px 0 0 0;
}
div.contactRightCol {
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	padding: 20px 0 0 0;
}
a.mailLink {
	color: #F7C123;
	background: url(../fw/envelope.gif) no-repeat 0px 3px;
	padding: 0 0 0 22px;
	line-height: 18px;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 DEMO SIGN UP STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div.demoCol {
	padding: 5px 0 10px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 SEARCH RESULTS STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div.pageDiv {
	width: 383px;
	margin: 20px 0 20px 0;
	background: url(../fw/learnMore_Tile.jpg) repeat-x top left;
	color: #913E00;
}
div.pageDiv_Left {
	background: url(../fw/learnMore_Left.jpg) no-repeat top left;
	padding: 0 0 0 5px;
}
div.pageDiv_Right {
	background: url(../fw/learnMore_Right.jpg) no-repeat top right;
	padding: 13px 5px 0 20px;
	height: 30px;
}
div.topPages {
	margin: 20px 0 20px 0;
}
div.pageDiv a {
	font-weight: bold;
	text-decoration: none;
	color: #913E00;
}
div.pageDiv a:hover {
	text-decoration: underline;
}
div.searchResult {
	margin: 5px 0 5px 0;
}
div.searchResult a {
	color: #094365;
	font-weight: bold;
	text-decoration: none;
}
div.searchResult a:hover {
	text-decoration: underline;
}
div.searchResult a.pdfLink {
	color: #FBBD21;
	background: url(../fw/pdf.gif) no-repeat 0px 0px;
	padding: 0 0 0 18px;
	text-decoration: underline;
	font-weight: normal;
}
div.searchResult a:hover.pdfLink {
	text-decoration: none;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 NEWS AND PRESS STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div.newsPressItem {
	margin: 5px 0 5px 0;
	padding: 0 0 20px 0; 
	border-bottom: 1px dotted #133D4B;
}
div.newsPressItem a {
	color: #094365;
	font-weight: bold;
	text-decoration: none;
}
div.newsPressItem a:hover {
	text-decoration: underline;
}
div.newsPressItem a.readMore {
	color: #FBBD21;
	text-decoration: underline;
}
div.newsPressItem a:hover.readMore {
	text-decoration: none;
}
div.footNote {
	text-align: right;
}
div.footNote a {
	color: #FBBD21;
}

div.newsItemInfo {
	margin: 5px 0 15px 0;
	background-color: #F0FEEB;
	border: 1px solid #C1D0BC;
	padding: 15px 10px 15px 10px;
}
.backToListing {
	margin: 10px 0 30px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 MISC. STYLES 
* * * * * * * * * * * * * * * * * * * * * */

.orangeTxt {
	color: #FBBD21;
}
.tinyBlueTxt {
	font-size: 10px;
	color: #458FB0;
}

ul.Int{
	float:left;
	margin:10px 20px 0 0;
	width:200px;
}