/* REMEMBER TO REPLACE ALL TRACES OF /newSite/ */

/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 { font-size: 100%; }

/* Normalize list styles */
ol, ul { list-style: none; }

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }

/* Normalize table borders */
table { border-collapse: collapse; border-spacing: 0; }

/* Normalize other borders */
fieldset, img { border: 0; }

/* Normalize text-alignment */
caption, th { text-align: left; }

/* Normalize (remove) quotation marks */
q:before, q:after { content: '';}


/************************************************************************************************************/

body {background:#FFF; font-family: Arial; font-size: 0.8em; line-height:2em;}
	a, a:link, a:visited, a:active {text-decoration: none; color: Indigo; }
	a:hover {color: #333; }
	
	
	.standardW {width:1000px; margin:0px auto;}
	.textMiddlize {text-align: center; }
	
	h1, h2, h3 {font-family: "Palatino Linotype", Platino; font-weight: normal;}
	
	h1 {font-size:2em;}
	h2 {font-size: 2.2em; margin:0px auto 0.25em 0px;}
	h3 {font-size:1.4em; border-bottom: 1px dotted #CCC; margin-top: 0.5em;}
	h4 {color:#000; clear:both;}
	
	#header {background:#FFF url(/newSite/Filez/baseImages/bannerBG.jpg) repeat-x top left;  }
	#header .inside {}

	#container {}
		#left {float:left; width: 160px;}
		#main {margin-left:160px; }

	#feature {margin:1em 0px; height: 107px; width:100%; background:#000 url(/newSite/Filez/baseImages/featureBG.jpg) repeat-x top left; }
	
	#extras {}
	#extras .sectionA, #extras .sectionB, #extras .sectionC {background:#FFF; float:left; color:#000; width:25%; }
	#extras .sectionC {width: 50%; }
	
	#poll {height: 110px; width:100%; background:#FFF url(/newSite/Filez/baseImages/pollBG.gif) no-repeat top center; }
	#poll .pollQuestion {font-size: 2em; font-family: Georgia; }
	#poll label {color:#999; margin-right: 1em;}
	#poll label:hover {color:#000;}
	#poll .pollChoice {color:#000;}	
	
	#contactUs .sectionA, #contactUs .sectionB, #contactUs .sectionC, #contactUs .sectionD {background:#FFF; width: 25%; float:left; color:#000; margin:1em 0px;}
	
	#footer {background:#000 url(/newSite/Filez/baseImages/footerBG.gif) repeat-x top left; height:180px; color: #999; line-height: 1.6em;}
	#footer .inside {padding-top:2em;}
	#footer b {color:#FFF; font-size:1.2em; font-weight: normal;}

	#footer #copyrightAndPrivacy {margin-top:1em; color:#666;}
	#footer #copyrightAndPrivacy a, #footer #copyrightAndPrivacy a:link, #footer #copyrightAndPrivacy a:active, #footer #copyrightAndPrivacy a:visited {color:#666;}
	#footer #copyrightAndPrivacy a:hover {color: #FFF;}

	.cls {clear:both; }
	
	label {display:block; font-weight: bold; color:#666; font-size: 0.9em;}
	input[type ^='text'] {width: 250px;}
	input {margin-bottom: 1em;}
		
	
	#contactUs h4 {margin-top: 1em;}
	
	.active {font-weight: bold; }