/* CSS Document */

html, body, div, span,applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*#######################
  Element Styles 
#######################*/

body {font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; color:#000; background:#cfd0cf url(../1a/bg/body_bg.gif) top repeat-y}
h1 { font-size:3.8em; font-weight:bold; color:#228d9f; text-align:center; padding:50px 80px 0 0;}
h2, h3, h4, h5, p, ul, ol, dl {margin:15px}
h1, h2, h3, h4, h5 { font-family:"Arial Black", Arial, Verdana, sans-serif}
h2 {clear:both; margin-top:15px; font-size:1.5em; color:#545454}
h3 {font-size:1.25em; color:#868888}
h4 {font-size:1.15em; color:#868888}
h5 {font-size:1em; font-style:italic; color:#868888}
a {color:#2b89a8; font-weight:bold; outline:none; text-decoration:none}
	a:hover {color:#000;}
dt {margin:15px 0; font-weight:bold}
dd {margin:5px 0 5px 15px}
ol {margin-left:25px}

/*#######################
  Layout Styles 
#######################*/

#wrapper {width:760px; margin:0 auto; padding:0 0}

#header {width:760px; height:260px; background:#fff url(../1a/bg/header.jpg) top no-repeat;}
#header h2 {margin-bottom:25px; font-size:2em; color:#444; text-align:center; padding:0 100px 0 0;}

#content {clear:both; float:left; width:100%; background-color:#fff;}	

	#content #navigation {float:left; margin:0 0 15px 0; width:100%; height:30px; background:url(../1a/bg/navigation_bg.jpg) left top repeat-x}
	#homepage #content #navigation {margin:0}
	#content #navigation li {float:left; display:inline; margin:0; font-size:1.15em; text-transform:uppercase; font-family:"Arial Black", Arial, Verdana, sans-serif; border-right:1px solid #e4e3e3; }
	#content #navigation li a {display:block; padding:7px 20px; width:212px; height:16px; text-align:center; text-decoration:none; color:#989797}
	#content #navigation li a:hover {color:#2b89a8}
				
	#content p {line-height:1.25em; text-align:justify; }
	#content ul {margin-left:25px; list-style-type:disc}
		#content li {margin:10px 0}	
	#content .two_columns {float:left; display:inline; width:350px; margin-right:15px}
    	#content .two_columns h3  {color:#e93801}
	
/* Form Styles */
input, textarea {padding:3px; font-size:.95em; font-family:Helvetica, Arial, Verdana, sans-serif; font-style:italic; color:gray}
input {width:250px}
textarea {width:350px; height:150px}
#submit {width:100px; font-weight:bold; color:#000; font-style:normal}
	
#footer {clear:both; float:left; text-align:center; width:100%; font-family:Helvetica, Arial, Verdana, sans-serif; font-size:.7em; font-style:italic; color:gray; padding:10px 0 10px 0; background:url(../1a/bg/navigation_bg.jpg) left top repeat-x}
#footer a   {text-decoration:none; text-transform:uppercase; color:gray}
