/* 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 { width: 800px;  }
		#main .inside {padding: 1em;}
			
	#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; margin-top:1em; font-size: 0.9em;}

	input {margin-bottom: 1em; width: 90%; }


	.radios label {display: inline; margin:0px 1em 0px 0px;}
	.radios input {margin: 0px; width:auto }
	
		
	textarea {width: 90%;}
		
	#contactUs h4 {margin-top: 1em;}
	
	b, strong {font-weight: bold;}
	i, emphasis {font-style: italic; }
	
	#main ul {list-style:square; margin: 0px 1em; padding:0px 1em; }
	#main ul li {}
	
	.active {font-weight: bold; }
	
	table tr td {vertical-align: top;}
	
	.explanation {margin-top: -2em; }
	
	.submit_container input {width:auto; margin:1em 0px;}
	
	#contactUsMain h4 {clear:none; margin-top: 1em;}
	
	.mod_login input {width: 90%; }
	.mod_login .submit_container input {width:auto; margin:1em 0px;}
