/* 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:13px; font-family:Arial, Helvetica, Verdana, sans-serif; color:#2a2a2a; background-color:#2a2a2a}
a {outline:none; color:#0000FF}
	a:hover {text-decoration:none} a:visited {color: #FF0000}

h2 {margin-bottom:15px; font-size:1.5em; font-weight:bold}
#sidebar h2 {margin-bottom:5px}

/*#######################
  Layout Styles 
#######################*/
 
#wrapper {width:960px; margin:0 auto}

	#header {width:960px; float:left}
		#header h1 {margin:15px 0; font-size:2em; font-weight:bold; color:#fff}
		#header p {margin-bottom:15px; font-size:1.25em; line-height:1.5em; color:silver; font-style:italic; font-family:Georgia, Times, "Times New Roman", serif}

	#content_wrapper {width:960px; float:left; background-color:#fff}
				
		#content_wrapper h2 {float:left; display:inline; width:717px; margin:1px 0 0 1px; padding:15px; color:#2a2a2a; background:#dedede url(../images/content_wrapper_bg.jpg) left top repeat-x}
		
		#sidebar {float:right; display:inline; padding-bottom:25px; width:211px; background-color:#fff}

			#navigation {list-style-type:none; width:191px; margin:10px}
				#navigation li {width:191px; font-size:1.1em}
					#navigation li a {display:block; padding:10px 15px; text-decoration:none; color:#5f5f5f}
						#navigation li a:hover {color:#fff; background-color:#108098}
			
						/* Drop-Down Category Menu */		
						#navigation .categories_link {position:relative}			
						#group_list {position:absolute; top:auto; left:-999em; width:191px; background:#108098 url(../images/group_list_bg.jpg) left top repeat-x}
						#navigation li:hover #group_list, #navigation li.sfhover #group_list {left:0}
							#navigation #group_list li {width:auto; margin:0; border:none; text-transform:none; font-size:.85em; background:none}
								#navigation #group_list li a {display:block; padding:10px; text-decoration:none; color:#fff; background:none}
									#navigation #group_list li a:hover {text-decoration:underline; border:none}
							
				/* Sidebar Callout */		
				#callout {width:171px; padding:30px 10px; margin:10px; font-size:.85em; background-color:#fafbfa; border-top:1px solid #dcdcdc}
					#callout h3 {margin-bottom:15px;font-weight:bold; font-size:1.5em; color:#000}
					#callout_list {margin-left:20px; list-style-type:decimal}
						#callout_list li {margin:10px 0; font-style:italic}
							#callout_list li a {display:block; padding:5px; color:#464646; text-decoration:none}
								#callout_list li a:hover {background-color:#f3f3f3}
					#sidebar .button {margin:0; width:161px; height:50px; background:#2c9cb4 url(../images/button.jpg) left top no-repeat}
						#sidebar .button a {display:block; padding:8px 0; width:100%; text-align:center; text-decoration:none; font-weight:bold; color:#fff}
							#sidebar .button a:hover {background:url(../images/button_hover.jpg) left top no-repeat}	
					
					#branding {clear:both; width:191px; margin:20px 10px 15px 10px; padding-top:35px; font-size:.85em; line-height:1.3em}
						#branding a {text-decoration:none; font-style:italic}
							#branding a:hover {text-decoration:underline}									

			#content {float:left; display:inline; width:718px; padding:0 15px; background:#fff url(../images/content_bg.jpg) right bottom repeat-y}			
				#content p {margin:15px 0; line-height:1.5em}
				#content img {float:left; display:inline; margin:0 15px 15px 0}
				
			/* Form Styles */
			#content input, textarea {width:350px}	
			#content input#submit {width:auto; font-weight:bold}											
				
