/* CSS Document for the "Touchdown" 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:#7ea146 url(../images/body_bg.png) left top repeat}
a {outline:none; color:#3c6ab7; text-decoration:none}
	a:hover {text-decoration:underline}
p {line-height:1.25em; margin:15px 0}
small {font-size:.95em}
em {font-style:italic}

h3 {font-size:1.25em; font-weight:bold; text-transform:uppercase; color:#f87413}

/*#######################
  Layout Styles 
#######################*/
 
#wrapper {overflow:hidden; width:960px; margin:0 auto}
	
	#header {width:100%; margin-top:15px}
		#header img {float:left; display:inline; margin-right:10px; width:65px}
		#header h1 {float:left; margin-top:15px; font-size:1.75em; font-weight:bold; color:#fff}
										
	#navigation {clear:both; float:left;  margin-top:15px; width:944px; background:#000 url(../images/nav_bg.png) left top repeat-x; border-top:8px solid #ededed; border-left:8px solid #ededed; border-right:8px solid #ededed}
		#navigation li {display:inline; float:left; font-size:1.15em; font-weight:bold; text-transform:uppercase}
			#navigation li a {display:block; padding:10px 30px; text-align:left; color:#fff}
		#navigation #category_link {position:relative}
					
					/* Drop-Down Category Menu */												
					#group_list {position:absolute; top:auto; left:-999em; padding:10px 0; width:150px; background-color:#000; border-top:1px solid #ededed}
					#navigation li:hover #group_list, #navigation li.sfhover #group_list {left:0}
					#group_list li {width:140px; margin:0; margin-bottom:10px; font-size:.95em; font-weight:normal; text-transform:none}
						#group_list li a {display:block; padding:5px 5px 5px 15px; text-decoration:none; color:#fff}
							#group_list li a:hover {text-decoration:underline}

	#hero {clear:both; padding:15px; width:914px; height:255px; border-left:8px solid #ededed; border-right:8px solid #ededed; font-size:1.5em; color:#fff; background:url(../images/hero_bg.jpg) left top no-repeat}
		#hero h2 {float:right; width:340px; font-size:1.5em; font-weight:bold}
		#hero p {clear:both; float:right; width:340px; line-height:1.5em}
	
	#content {clear:both; float:left; display:inline; padding:15px; width:914px; border-left:8px solid #ededed; border-right:8px solid #ededed; border-bottom:8px solid #ededed; background-color:#fff}
		#content h2 {clear:both; margin-bottom:15px; font-size:1.75em; font-weight:bold; color:#f87413}
		
		/* Form Styles */
		#content input, textarea {width:350px}	
		#content input#submit {width:auto; font-weight:bold}																				

			#footer {clear:both; margin:0 auto; padding:15px; width:930px; font-size:.9em; color:#fff}
				#footer a {text-decoration:underline; color:#fff}
					#footer a:hover {text-decoration:none}

