@charset "utf-8"; 
/*------------------------- WEBSITE -------------------------*/
	body, html, form, dl, dt{margin:0; padding:0; font-size:92%; line-height:1.4em}
	body, html{font-family:Georgia, "Times New Roman", Times, serif; color:#000000; background:url(../../images/bgs/body.jpg) fixed;}
		* font{font:100%/1.5 Georgia, "Times New Roman", Times, serif;  color:#000000!important;} /* FONT PROTECTION = force overwrite of font changes in any manner */
	h1,h2,h3,h4,h5,h6{margin-bottom:1em; margin-top:1em; padding:0; color:#240000; font-family:Georgia, "Times New Roman", Times, serif;}
	h1{font-size:250%; margin:0.7em 0; color:#bb0000;}
	h2{font-size:200%;}
	h3{font-size:166%;}
	h4{font-size:133%; text-transform:uppercase;}
	h5{font-size:108%; text-transform:uppercase;}
	h6{font-size:92%; text-transform:uppercase;}
	
	a:link, a:active, a:visited{color:#bb0000; text-decoration:underline;}		
	a:focus, a:hover{color:#bb0000; text-decoration:none; outline:none;}		

	/* Tables */
	table{margin:0 0 1.5em 0; border-top:0px solid #ccc; border-left:0px solid #e6e3d5;}
	caption{background:#f1efe8; border:0px solid #e6e3d5; border-bottom:0; text-align:left; padding:0.5em; margin:0;}
	th,td{border-bottom:0px solid #e6e3d5; border-right:0px solid #e6e3d5; padding:0.5em; text-align:left; vertical-align:top;}
	th{background:#bb0000; color:#fff; font-weight:bold;}
	th a{color:#fff!important;}
	
	hr{border:0; border-bottom:1px solid #888; height:1px;}
	
/* *************************************************************** SYSTEM ************************************************************************* */
	/* Resets */
	#doc{width:750px;} #doc2{width:950px;} #doc3{width:100%;} #doc4{width:974px;} /* using sizes to maintain websites width on zoom */
	html{overflow:-moz-scrollbars-vertical; /* show FF scroll bars by default */}
	ol li{list-style-type:decimal; list-style-image:none;} blockquote{margin:1em 0; padding-left:30px; font-style:oblique}
	acronym{cursor:help; border-bottom:1px dotted;} strong, sub, sup, dt{font-weight:bold;}	em{font-style:oblique;}		
	
	/* CSS Page Layout Help */
	#content .instructional{padding:6px; background-color:#FFFFCF; border-top:1px dotted #666; font-family:Geneva, Arial, Helvetica, sans-serif; margin-top:3em; margin-bottom:1em}
	#content .instructional h1.info{padding:3px; margin:0; border:0; font-size:120%; background:url(../../images/formElements/icon_info.gif) no-repeat top left; padding-left:21px; color:#666;}	
	#content .instructional h1.info strong{color:#A7050B;}		 
	
	/* Generic buttons */
	.clear{overflow:hidden; width:100%;} /* generic container (i.e. div) for floating buttons */
	a.btn{background:transparent url(../../images/buttons/bg_button_a.gif) no-repeat scroll top right; font-weight:bold; color:#444; display:block; float:left; height:24px; margin-right:6px; padding-right:18px; text-decoration:none;}
	a.btn:hover{color:#5C9C31;}
	a.btn span{background:transparent url(../../images/buttons/bg_button_span.gif) no-repeat; display:block; line-height:14px; padding:5px 0 5px 18px;}	
	a.btn:active{background-position:bottom right; color:#000; outline:none; /* hide dotted outline in Firefox */}
	a.btn:active span{background-position:bottom left; padding:6px 0 4px 18px; /* push text down 1px */}	

	.floatLeft{float:left;}	.floatRight{float:right;}
	.hidden, #SiteSearch legend, #SiteSearch label, #SiteSearch h1{display:none!important;}	

	/* Horizontal and Vertical Navigation Resets */
	.NavVertical ul, .NavVertical ul li, .NavHorizontal ul, .NavHorizontal ul li, #Tools1 ul li, #StyleSheetTools ul li, ul.paging li{margin:0; padding:0; list-style:none;}
	.NavVertical ul li a, .NavHorizontal ul li a, #Tools1 ul li a, #StyleSheetTools ul li a{white-space:normal; overflow:hidden; display:block; text-decoration:none;}
/* *************************************************************** END SYSTEM ************************************************************************* */	

	/* #hd head */	
	#hd{height:480px; background:url(../../images/bgs/header.gif) repeat-x top; margin-bottom:5px}
	
	/* #bd body */
	#bd{ padding-bottom:10px; background: url(../../images/bgs/bd.gif) repeat-y left;}

	/* StyleSheetTools */
	#StyleSheetTools{position:absolute; top:5px; width:750px; margin-left:218px}
	#StyleSheetTools ul{white-space:nowrap;}
	#StyleSheetTools ul li{display:inline; padding:0px 8px 0px 0px; float:left; list-style-type:none;}
	#StyleSheetTools ul li a{padding:4px 4px 4px 4px;}
	#StyleSheetTools .cssPrint {display:none}
				
		#StyleSheetTools ul.cssFile{}
		
		#StyleSheetTools ul.cssTextSize li.textSizeIntro{padding-top:4px}
		#StyleSheetTools ul.cssTextSize li.textSize{text-indent:-9009px; width:13px;}   	
		#StyleSheetTools ul.cssTextSize li.textSize.textDefault{background:transparent url(../../images/icons/textSmall.gif) no-repeat left center;}
		#StyleSheetTools ul.cssTextSize li.textSize.textMed{background:transparent url(../../images/icons/textMed.gif) no-repeat left center;}
		#StyleSheetTools ul.cssTextSize li.textSize.textLrg{background:transparent url(../../images/icons/textLrg.gif) no-repeat left center;}

	/* Bread Crumb */
	#BreadCrumb{position:absolute; top:195px; display:none}
		ul#history{padding:0px; list-style:none;}
		ul#history li{list-style-type:none; display:inline; text-transform:capitalize;}

	/* Search */
	#SiteSearch{width:220px; position:absolute; top:4px; margin-left:759px; background:url(../../images/bgs/searchbg.gif) no-repeat left center;}		
		#SiteSearch #TextSearch{position:relative; top:1px;}
		#SiteSearch input.txtSiteSearch{width:130px; padding:3px; border:1px solid #ccc; background:url(../../images/formElements/buttonblock.gif) no-repeat top left; margin-right:-3px; font-size:96%!important;}
			#SearchBtnContainer{float:right; margin-right:10px}			
			#SiteSearch .btnSiteSearch{background:url(../../images/buttons/searchsmall.gif) no-repeat left 1px; border:0px; width:50px; height:23px;}
	
/*-------------------------( Logos And Banner Images )-------------------------------- */
	/* Logo */
	#hd h1.logo{width:950px; height:118px; position:absolute; top:0px; text-indent:-9009px; background:transparent url(../../images/pageElements/logo.gif) no-repeat 0 0; display:block; padding:0; margin:0;}
	#hd h1.logo a{display:block; width:100%; height:100%; outline:none;}
	
	/* Banner Image */
	.headbnr{position:absolute; top:168px; width:910px; height:281px; padding:11px 20px 10px 20px; }
		
/*-------------------------( #Top Horizontal Navigation - 1st: .udm | 2nd: .udmSub | 3rd: .DropDown )-------------------------------- */	
	#MainNav{width:910px; height:50px; padding:0px 20px; position:absolute; top:113px; z-index:100!important; font-family: Georgia, "Times New Roman", Times, serif; font-size:116%;}   
	#MainNav ul.udm li, #MainNav ul.udmSub li{} /* nav width */
	#MainNav ul.udm li a {color:#240000; text-align:center; background:none; padding:15px 15px 10px 15px; padding-right:10px!important; text-decoration:none;}
	#MainNav ul.udm li a img{display:none!important;}
	#MainNav ul.udm li a:hover{color:#fff; background-color:#920303}
	
		/* all subs navs from this will obey these rules unless stated otherwise */
		#MainNav ul.udmSub, #MainNav ul.DropDown,#MainNav ul.level3, #MainNav ul.level4{border:0; width:180px; font-family:Arial;}
		#MainNav ul.udmSub li {border-bottom:1px solid #dd0000;}
		#MainNav ul.udmSub li a{text-align:left; padding-left:22px; background:#bb0000 url(../../images/topNav/dropdown1.gif) no-repeat left center; font-size:92%; color:#fff;}
		#MainNav ul.udmSub li a:hover {background:#990000 url(../../images/topNav/dropdown1.gif) no-repeat left center; color:#fff;}

	/* Navigation Selected Rules for <li> element */
	#MainNav ul.udm li.NavSelected, 
	#MainNav ul.udmSub li.NavSelected, 
	#MainNav ul.level3 li.NavSelected{}

	/* Navigation Selected Rules for <a> element */
	#MainNav ul.udm li a.NavSelected {color:#bb0000; text-decoration:none;}
	#MainNav ul.udmSub li a.NavSelected,
	#MainNav ul.level3 li a.NavSelected{ font-weight:bold;}
	
/*-------------------------( #left )-------------------------------- */
	#left{width:220px; margin-top:22px}
	#left h2.leftNavHeader{display:none}
	 		
	/* Left Navigation - .level1 */
	#left ul {margin-left:20px; font-family:Georgia, "Times New Roman", Times, serif;}
	#left ul.level1 li{}
	#left ul.level1 li a{padding:5px 10px 5px 25px; border-bottom:1px solid #e0ddd0; background: url(../../images/sideNav/level1.gif) no-repeat left 10px; color:#240000; text-decoration:none; font-weight:normal; font-size:118%;}
	#left ul.level1 li a:hover{background:#f8f7f3 url(../../images/sideNav/level1.gif) no-repeat left 10px;}
	#left ul.level1 li a.NavSelected{background: url(../../images/sideNav/level1.gif) no-repeat left 10px; font-weight:bold;} 

		/* .level2 */
		#left ul.level2{margin-left:0px;}
		#left ul.level2 li a{padding:5px 10px 5px 40px; border-bottom:1px solid #e0ddd0; background: url(../../images/sideNav/level2.gif) no-repeat left 10px; color:#bb0000; text-decoration:none; font-weight:normal; font-size:100%; text-transform:uppercase;}
		#left ul.level2 li a:hover{background:#f8f7f3 url(../../images/sideNav/level2.gif) no-repeat left 10px;}
		#left ul.level2 li a.NavSelected{background: url(../../images/sideNav/level2.gif) no-repeat left 10px; font-weight:bold;} 

			/* .level3 */
			#left ul.level3{margin-left:0px;}
			#left ul.level3 li a{padding:5px 10px 5px 50px; border-bottom:1px solid #e0ddd0; background: url(../../images/sideNav/level3.gif) no-repeat left 10px; color:#877f64; text-decoration:none; font-weight:normal; font-size:100%; text-transform:uppercase;}
			#left ul.level3 li a:hover{background:#f8f7f3 url(../../images/sideNav/level3.gif) no-repeat left 10px;}
			#left ul.level3 li a.NavSelected{background: url(../../images/sideNav/level3.gif) no-repeat left 10px; font-weight:bold;} 

	/* Navigation Selected Rules for <li> element */
	#left ul.level1 li.NavSelected, #left ul.level2 li.NavSelected, #left ul.level3 li.NavSelected{}

	/* Snippets */			 
	.s1 h1, .s2 h1, .s3 h1, .s4 h1 {font-size:166%; color:#6a6248;}
 	
/*-------------------------( #content  )-------------------------------- */
	#content{overflow:hidden; margin:0px 20px 10px 94px; background:none}
	#content p{margin:1em 0;}
	#content ul, #content ol{margin:1em 0;}
	#content ul li, #content ol li{margin-left:45px;}
	#content ul li{list-style-image:url(../../images/pageElements/bullet.gif);}
	

 		
	/* Sitemap */	
	#content ul.level1 li{}
	#content ul.level1 li a{}	
		#content ul.level2 li{}
		#content ul.level2 li a{}
			#content ul.level3 li{}
			#content ul.level3 li a{}
				#content ul.level4 li{}
				#content ul.level4 li a{}	
	
	/* News Layout */ 	
	div.divNewsItem{width:100%; float:none; margin-left:0px; padding:0; margin-bottom:10px; clear:both}
		
		/* News Iamge */
		div.divNewsItemLeft{float:left; padding-right:0px;}
			div.divNewsItemLeft .pnlNewsThumbnail{padding:0; margin:0; background-position:5px 8px!important;}
			div.divNewsItemLeft .pnlNewsThumbnail img{padding:4px; border:1px solid #ccc!important;}
		
		/* News Body */
		div.divNewsItemRight{float:left; width:600px}
			div.divNewsItemRight h2 a { color:#333; text-decoration:none;}
			div.divNewsItemRight h2 a:hover { color:#bf2f38; text-decoration:none;}
			div.lblItemDate{color:#888; font-size:90%;}

		/* News Paging */	
		div.pnlPageLinks{padding:4px 0}
		div.pnlPageLinks a{padding:4px!important}

		/* RSS Feed Links */		
		.newsFooter{font-size:100%; padding:0px; clear:both; text-align:right; margin-right:5px; padding-bottom:20px; border-top:1px solid #ccc;}
			div.rssLinkContainer ul li{margin-left:0!important;}		
	
	/* Gallery Defaults */
	li.pnlGalleryImage{margin:5px 5px 5px 5px!important; padding:0; list-style:none;}	
	li.pnlGalleryImage:hover{}

	/* Paging */
	div.PagingContainer{}
		ul.paging{border-top:1px solid #ccc; padding-top:10px;}
		ul.paging li{display:inline; padding:0px!important; margin:0px!important; list-style-image:none!important;}
		ul.paging li a{text-decoration:none; background-color:#DCF0FB; border:1px solid #DCE1E4; padding:2px 6px;}
		ul.paging li a:hover{background-color:#fff; border:1px dotted #ccc;}
		ul.paging li a.NavSelected{border:1px solid #fff; background-color:#89A9B8; color:#fff; font-weight:bold;}
	
	/* Login Defaults */
	.AspNet-Login{width:390px!important}
	.AspNet-Login input, .AspNet-PasswordRecovery input, .form input{overflow:hidden!important}
	.AspNet-Login-FailurePanel{position:relative!important; top:0px!important; left:0px!important}
	.AspNet-Login-FailurePanel span{font-style:italic; font-size:100%!important;}
	.AspNet-PasswordRecovery-FailurePanel span{font-style:italic; color:red;}	
	
/*-------------------------( #right  )-------------------------------- */
	#right{}
	
/*-------------------------( #ft #Footer )-------------------------------- */
	#ft{padding:0px; padding-top:135px; margin-top:15px; height:95px; background: url(../../images/bgs/footer.gif) no-repeat left top;}
	
	/* Top Tools */
	#Tools1{position:absolute; top:5px; width:300px; margin-left:450px; font-family:Arial; font-size:80%;}
	#Tools1 ul li{display:inline; padding:0px 0px 0px 14px; float:right; list-style-type:none; background:url(../../images/bgs/toolsbg.gif) no-repeat 9px center}
	#Tools1 ul li a{padding:4px 4px 4px 4px;}
	#Tools1 ul li a:hover{text-decoration:underline}
	#Tools1 ul.level1 li.NavSelected{}
	
	/* footerLeft and footerRight ul li */	
	#footerLeft ul, #footerRight ul{margin:0; margin-bottom:15px;  padding:0;}
	#footerLeft ul li, #footerRight ul li{display:inline; list-style-type:none; padding-left:5px;}
	#footerLeft ul.level1 li.NavSelected, #footerRight ul.level1 li.NavSelected{}

    #footerLeft{width:560px; padding-left:20px; font-size:110%; color:#000000!important}
		ul#fAddress{margin:0; padding:0; margin-top:0px; color:#000000;}
		ul#fAddress li{display:block; margin:0; padding:0; }
		ul#fAddress li span{ color:#000000!important;}
		ul#fAddress li#fEmail{ margin-top:22px;}

	#footerRight{text-align:right; width:350px; padding-right:20px;}
	#footerRight a{text-decoration:none; border-right:0px!important}
	#footerRight a:hover{text-decoration:underline;}
	#footerRight ul{float:right;}
	#footerRight ul li a{border-right:1px solid #ccc!important; padding-right:12px}

	/* Company Name */
	h1.fCompanyName{margin:0; padding:0; font-size:100%; font-weight:normal; color:#000000; font-family:Arial}
		
	/* Webtrade Logo */	
	h1.DevelopedByWebtrade{ color:#877f64; font-size:100%; font-family:Arial; float:right; margin-top:27px; text-align:right;} 
	h1.DevelopedByWebtrade a{color:#877f64;  text-decoration:none!important;}
	
	.s1 {margin:0 20px 20px 20px; padding-bottom:20px; border-bottom:1px solid #a69983;}
	.s2 {margin:0 20px 20px 0; padding-bottom:20px; border-bottom:1px solid #a69983;}
	.s3 {margin:0 20px;}
	.s4 {margin:0 20px 0 0;}
	
	
	#homebnr {position:relative; top:1px; }
	.question { display:block; margin-left:50px;}
	.answer {display:block; position:relative; top:10px; left:170px; margin-bottom:20px}
	.answer label { margin-right:20px; margin-left:5px;  font-size:11px;}
	.OnLinePetition .Zerrors ul {padding-left:100px;}

	
