/* CSS Document for the "Spread Your Wings" CoffeeCup Software HTML Editor Template
   Copyright 2008 CoffeeCup Software - coffeecup.com */

/*##############################################################
  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: ""}
strong {font-weight:bold}

/*#######################
  Element Styles 
#######################*/

body {font-size:12px; font-family:Arial, Verdana, Helvetica, sans-serif; color:#000; background:#fff url(../images/body_bg.png) left top no-repeat}
a {outline:none; color:#1c8ed1; text-decoration:none}
	a:hover {text-decoration:underline}
p {line-height:1.25em; margin:10px 0}
small {font-size:.95em}
em {font-style:italic}

h2 {clear:both; margin-bottom:15px; font-size:1.8em}
h3 {clear:both; font-size:1.25em; font-weight:bold}

/*#######################
  Layout Styles 
#######################*/
 
#wrapper {width:800px; margin:50px 0 0 200px}

	#header {float:left; display:inline; width:800px; background-color:#000}
		#header img {float:left; display:inline; width:53px}
		#header h1 {float:left; display:inline; margin-top:19px; font-size:1.25em; text-transform:uppercase; color:#fff}
	
			#navigation {float:right; list-style-type:none}
				#navigation li {float:left; font-size:1.1em; text-transform:uppercase; background:url(../images/navigation_border.png) 0 1px no-repeat}
					#navigation li a {display:block; padding:20px 30px; color:#b2c6ea; text-decoration:none}
					#navigation li .category_link {position:relative}		
				
						/* Drop-Down Category Menu */												
						#group_list {position:absolute; top:auto; padding-bottom:10px; left:-999em; width:150px; background-color:#000}
						#navigation li:hover #group_list, #navigation li.sfhover #group_list {left:auto}
						#group_list li {width:140px; margin:0; padding:5px; font-size:.85em; text-transform:none; background:#000}
							#group_list li a {display:block; padding:5px 5px 5px 15px; text-decoration:none}
								#group_list li a:hover {text-decoration:underline}
			
			#hero {clear:both; width:800px; height:291px; background:#2793d3 url(../images/hero_bg.png) left top no-repeat}
				#hero h2 {float:right; display:inline; margin:100px 15px 0 0; width:330px; text-align:left; font-weight:bold; font-size:3em; font-family:Georgia, Times, "Times New Roman", serif; color:#fff}
				#hero p {clear:both; color:#fff; float:right; display:inline; margin:15px 15px 15px 0; width:330px; text-align:left; font-weight:bold; text-transform:uppercase; line-height:1.75em }
				#hero a {color:#fff; text-decoration:underline}

			#content {clear:both; width:800px}
				#home #content h2 {margin-top:10px; padding:5px; color:#fff; background:#000}
				#content h2 {padding-top:15px}
				#content p {clear:both; margin:15px 0; line-height:1.5em}
				#content .intro {font-size:1.15em}
				#content img {float:right; display:inline; margin:0 0 15px 15px}
				#content ul {float:left; display:inline; margin:15px 15px 15px 0; padding-left:15px; width:236px; color:#e1e0e0; border-left:2px solid #e1e0e0}
					#content ul li {margin-bottom:15px; line-height:1.5em}					
				#content ul.last {margin:15px 0}
				
				/* Form Styles */
				#content input, textarea {width:350px}	
				#content input#submit {width:auto; font-weight:bold}															

			#footer {clear:both; width:770px; padding:15px; font-size:.85em; color:#fff; background:#0f7bba url(../images/footer_bg.png) left top repeat-x}
				#footer a {color:#fff; text-decoration:underline}
					#footer a:hover {text-decoration:none}
