/* 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}
ol, ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*#######################
  Element Styles 
#######################*/

body {font-size:12px; font-family:Arial, Verdana, Helvetica, sans-serif; color:#000000; background-color:#000000}
a {outline:none; color:#367da2; text-decoration:none}
	a:hover {text-decoration:underline; color:#358ab6}
p {line-height:1.25em; margin:10px 0}
small {font-size:.95em}
em {font-style:italic}

h1 {margin-top:10px; font-size:3.55em; color:#fff}
h2 {margin-bottom:15px; font-size:2em}
h3 {font-size:1.25em; font-weight:bold}
h5 {font-size:2.9; color:black}
h6 {font-size:2.9; color:black}

/*#######################
  Layout Styles 
#######################*/
 
#wrapper {width:1000px; overflow:hidden; margin:0 auto; background:#fff url(../images/content_wrapper.jpg) left bottom repeat-y}

		/* Sidebar */		
		#sidebar {float:left; display:inline; padding:0px 10px; width:180px; color:#fff; background-color:#000000}
	
		#navigation { margin-top:15px}
			#navigation li {zoom:1; font-size:1.5em; width:180px}
				#navigation li a {display:block; width:170px; padding:7px 5px; margin:10px 0; color:#fff; text-decoration:none}
					#navigation li a:hover {background-color:#367da2}
							
				#sidebar h3 {margin-top:30px; padding-top:35px; border-top: 2px solid #464646}
				#link_list {margin-left:20px; list-style-type:decimal}
					#link_list li {margin:10px 0; font-style:italic}
						#link_list li a {display:block; padding:5px; color:#bab9b9; text-decoration:none}
							#link_list li a:hover {color:#fff; background-color:#464646}
					.button {margin:0 0 20px 0;background:#367da2}
						.button a {display:block; padding:8px 0; text-align:center; text-decoration:none; font-weight:bold; color:#fff}
							.button a:hover {background:#358ab6}							
						
	#content_wrapper {float:left; width:800px;}

	#header {float:left; display:inline; padding:6px 17px 18px 17px; height:100px; width:766px; border-bottom:3px solid #191919; background:#000000 url(../images/header2.jpg) left top no-repeat}
		#header img {float:left; display:inline; margin-right:15px}
		#header p {margin-top:15px; font-size:1.25em; font-family:Georgia, Times, "Times New Roman", serif; font-style:italic; color:#fff}						
									
		#content {clear:both; float:left; display:inline; padding:18px 17px 0 17px; width:766px}
			#content p {margin:15px 0; line-height:1.5em}
	#content ul {margin-left:25px; list-style-type:disc}
			#content li {margin:10px 0}	
		
			/* Form Styles */

			#left_column {float:left; display:inline; margin-right:15px; width:751px}

		#content .two_columns {float:left; display:inline; width:350px; margin-right:15px}
			
		
			#footer {text-align:center; clear:both; padding:10px 17px; width:1000px; margin:60px 0 0 0; line-height:none; font-size:.9em; color:white; background-color:#000000}												
