@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma;
	font-size: 11px;
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	line-height: 16px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Tahoma;
	font-size: 11px;
	color: #545353;
}


.redHead {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #8b3703;
}

	
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}		

.downloadLink {
	color: #631705 !important;		
}	

.footerLink {
	color: #631705 !important;		
}

.footerLink:hover{
	color: Blue !important;		
}	

.downloadLink:hover{
	color: Blue !important;		
}		

a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}		

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}		

a:hover {
	color: #631705;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}		


.block {
	display: block;
}

.padding {
	padding: 10px;
}

.padding_lit {
	padding:4px;
}

.padding_noTOP {
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:8px;
}

.padding_noBTM {
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:0px;
}

.padding_Cform {
	padding:5px;
}


.Footer {
	font-size: 10px;
	color: #872d07;
}

.Footer a:link {
	font-size: 10px;
	color: #872d07;
}

.Footer a:active {
	font-size: 10px;
	color: #872d07;
}

.Footer a:visited{
	font-size: 10px;
	color: #872d07;
}

.Footer a:hover {
	font-size: 10px;
	color: #666666;
}

.FooterBG {
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
}


/* Drop Down Menu */

.dropmenudiv {
	position: absolute;
	line-height:26px;
	text-align:left;
	z-index:300;
	background-image:url(images/button_bg.png);
/*	background-color: #e0af03;*/
	width:196px;
	visibility: hidden;
	margin-left:-20px;
	margin-top:5px;
	height:131px;
	/*
	filter:alpha(opacity=100);
	opacity:0.100;
	-khtml-opacity:0.100;
	margin-left: 1px;
	*/
}

.dropmenudiv a:link, .dropmenudiv a:active, .dropmenudiv a:visited{
	display: block;
	width: auto;
	text-indent: 19px;                           /*THEME CHANGE HERE*/
/*	padding: 2px;  */
	text-shadow: #000000;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration: bold;
	color: #631705;
}

.menuOver a:link, .menuOver a:active, .menuOver a:visited, .menuOver a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

/*Email Links*/

.email a:link {
	font-size: 11px;
	color: #545353;
	font-weight: normal;
	text-decoration: none;
}

.email a:active {
	font-size: 11px;
	color: #545353;
	font-weight: normal;
	text-decoration: none;
}

.email a:visited{
	font-size: 11px;
	color: #545353;
	font-weight: normal;
	text-decoration: none;
}

.email a:hover {
	font-size: 11px;
	color: #8b3703;
	font-weight: normal;
	text-decoration: underline;
}


.submitBtn {
	background-color: #e94706;
	border: 1px solid #e94706;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.resetBtn {
	background-color: #666666;
	border: 1px solid #666666;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.txtBox {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #7f9db9;
	width: 200px;
	padding: 5px;
}

.tblBorder {
border: 1px solid #fde1d9;
}

.whiteText {
 font-size: 11px;
 font-weight: normal;
 color:#FFFFFF;
 }
 
.darkGreyText {
font-size: 11px;
font-weight:bold;
color:#333333; 
}

.darkGreyText2 {
font-size: 11px;
font-weight:normal;
color:#333333; 
}

.whiteHead {
 font-size: 11px;
 font-weight: bold;
 color:#FFFFFF;
 }

.headingBG {
	background-image: url(images/heading_bg.jpg);
	background-repeat:no-repeat;
}
 
