/* 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 {background:#271811 url(../images/body_bg.jpg) left top repeat; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif}
a {outline:none; color:#568599}
	a:hover {text-decoration:none} a:visited {color: #a11d1d}

h2 {margin-bottom:15px; font-size:1.75em; font-weight:normal; font-family:Georgia, Times, "Times New Roman", serif; color:#a11d1d}
#sidebar h2 {font-family:Verdana, Arial, Helvetica, sans-serif; margin-bottom:5px; color:#425c82}

h3 {clear:both; margin:15px 0; font-size:1.25em; font-family:Georgia, Times, "Times New Roman", serif; color:#a11d1d; font-weight:bold}

/*#######################
  Layout Styles 
#######################*/
 
#wrapper {width:960px; overflow:hidden; margin:0 auto; background-color:#fff}

	#header {width:960px; float:left; background:#426f82 url(../images/header_bg.jpg) left top repeat-x}
		#header img {width:128px; height:128px; float:left}
		#header h1 {margin:20px 15px; font-family:Georgia, Times, "Times New Roman", serif; font-size:2em; color:#fff}
			
			#navigation {float:left; width:960px; list-style-type:none; background-color:#acc8da; border-bottom:1px solid #acc8da}
				#navigation li {float:left; display:inline; width:151px; font-size:1.1em; border-right:1px solid #d9e6ee; background:#a0c4d4 url(../images/navigation_button.jpg) left top repeat-x}
					#navigation li a {display:block; width:121px; padding:10px 15px; text-decoration:none; color:#425c82}
						#navigation li a:hover {color:#fff}
					#navigation li .category_link {position:relative}					
					
				/* Drop-Down Category Menu */		
				#group_list {position:absolute; top:auto; left:-999em; width:150px; background:#bad6e4}
				#navigation li:hover #group_list, #navigation li.sfhover #group_list {left:auto}
					#group_list li {width:140px; margin:0; padding:5px; background:#bad6e4; border:none; text-transform:none; font-size:.85em}
						#group_list li a {display:block; padding:5px 5px 5px 15px; text-decoration:none; color:#425c82}
							#group_list li a:hover {color:#fff}
		
	#content_wrapper {width:960px; float:left; background:#fff url(../images/content_wrapper_bg.jpg) right bottom repeat-y}
		
		#content {float:left; display:inline; width:930px; padding:20px 15px}
				#content p {margin:15px 0; line-height:1.5em}
				#content img {float:left; display:inline; margin:0 15px 15px 0}
				
				/* Form Styles */
				input, textarea {width:350px}	
				input#submit {width:auto; font-weight:bold}											

#footer {clear:both; padding:15px; width:928px; font-size:.9em; color:#fff; background-color:#839dba; border-left:1px solid #fff; border-right:1px solid #fff}
	#footer a {color:#FFFFFF; text-decoration:none}
		#footer a:hover {text-decoration:underline}

