/* CSS Document */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 

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:"Georgia", Arial, Verdana, sans-serif; color:#000; background:#000000 url(../images/body_bg2.jpg) left top repeat-x}
h1 {margin-bottom:25px; font-size:2.20em; color:#000000}
h2, h3, h4, h5, p, ul, ol, dl {margin:15px}
h1, h2, h3, h4, h5 {font-weight:bold; font-family:"Georgia", 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 {font-size:.95em; color:#545454; outline:none; text-decoration:none;}
	a:hover {color:#000000;text-decoration:none}
dt {margin:15px 0; font-weight:bold}
td  {font-size:1em;}
dd {margin:5px 0 5px 15px}
ol {margin-left:25px}

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

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

#header {width:960px; padding:15px}

#content {clear:both; float:left; width:945px; background-color:#ffffff; border:6px ; border-style:double; border-color:#F7ED8E; }	

	#content #navigation {float:left; margin:0 0 0px 0; width:945px; height:53px; background:url(../images/navigation_bg2.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:"Georgia", Arial, Verdana, sans-serif;}
			#content #navigation li a {display:block; padding:15px 20px; width:145px; height:23px; text-align:center; text-decoration:none; color:#000000}
				#content #navigation li a:hover {color:#ffffff}
				
	#hero {clear:both; float:left; width:945px; margin-bottom:0px; background-color:#000000; font-family:"Georgia"; font-size:1.2em; color:#000000; border:6px ; border-style:double; border-color:#000000;}
		#hero img {float:right;padding-top:15px; padding-right:15px}
        #hero object {float:left;padding-left:10px}
		#hero p {width:450px; float:left; margin:0; padding:40px 25px; font-size:1.0em; color:#F7ED8E; font-family:"Georgia", Times, Times New Roman, serif}
       
       #content p {line-height:1.25em}
	#content ul {margin-left:25px; list-style-type:disc}
	#content li {margin:10px 0}	
	#content .two_columns {float:left; display:inline; width:450px; margin-left:5px; padding-left:5px;font-family:"georgia"; color:#000000;}
    #content .three_columns {float:right; display:inline; width:450px; margin-right:5px; font-family:"georgia"; color:#000000;}
	
/* Form Styles */
input, textarea {padding:3px; font-size:.95em; font-family:Georgia, 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; padding:20px 0 20px 0; font-size:.9em; font-style:italic; color:gray}



