/* CSS Document for the "Rave" 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: ""}

/*#######################
  Element Styles 
#######################*/

body {font-size:12px; font-family:Arial, Verdana, Helvetica, sans-serif; color:#000; background-color:#0c0c0c}
a {outline:none; text-decoration:none; color:#32cdc7}
	a:hover {text-decoration:underline}
p {line-height:1.25em}
em {font-style:italic}

h1 {margin-top:15px; font-size:1.75em; text-transform:uppercase}
h2 {margin-bottom:15px; font-size:2em; color:#262626}
h3 {font-size:1.75em; color:#262626}

/*#######################
  Layout Styles 
#######################*/
 
#wrapper {width:800px; overflow:hidden; margin:0 auto; background-color:#fff}
	#header {float:left; display:inline; padding:0 17px; width:800px; height:128px; color:#fff; background:#000 url(../images/header_bg.jpg) right bottom no-repeat}
			#header img {float:left; display:inline; margin-right:15px}
	
	#navigation_wrapper {clear:both; float:left; width:766px; padding:0 17px; color:#000; background-color:#a7ecea}
	
			#navigation {float:left; display:inline; padding:10px 0}
				#navigation li {float:left; display:inline; margin-right:50px; font-size:1em; font-weight:bold; text-transform:uppercase}
					#navigation li a {color:#000; text-decoration:none}
						#navigation li a:hover {text-decoration:underline}
					
				/* Drop-Down Menu */		
				#navigation .dropdown_link {position:relative}									
				#dropdown {position:absolute; top:auto; left:-999em; width:135px; padding:10px 0; background-color:#32cdc7}
				#navigation li:hover #dropdown, #navigation li.sfhover #dropdown {left:0}
					#dropdown li {width:125px; margin:0; padding:5px; text-transform:none; font-size:.9em; background:none}
						#navigation #dropdown li a {display:block; text-align:left; text-decoration:none; color:#000}
							#navigation #dropdown li a:hover {text-decoration:underline; border:none}					

		#search_form {float:right}
			#search_form p {float:left; margin-top:5px}
				#search_form input {width:260px; padding:2px 2px; font-style:italic}
				#search_form .search_button {margin:3px 0 0 5px; background-color:#32cdc7}
					#search_form .search_button a {display:block; padding:8px 15px; text-align:center; font-weight:bold; text-decoration:none; color:#fff}
						#search_form .search_button a:hover {background:url(../images/button_hover.jpg) left top no-repeat}		

		#content {clear:both; float:left; display:inline; padding:20px 17px; width:766px; background:#fff}
			#content p {margin:15px 0; line-height:1.5em}
			#content img {float:right; display:inline; margin:0 0 15px 15px}
			
			/* Form Styles */
			#content input, textarea {width:350px}	
			#content input#submit {width:auto; font-weight:bold}														
			
					.button {float:left; display:inline; background-color:#c8459f}
						.button a {display:block; padding:7px 10px; text-align:center; color:#fff; text-decoration:none; font-weight:bold}
							.button a:hover {background-color:#db49ad}
						
				#print {padding:2px 0 3px 30px; background:url(../images/print_icon.jpg) left top no-repeat}						
						
			#footer {clear:both; width:766px; padding:10px 17px; margin-top:50px; font-size:.9em; background-color:#e2e2e2}	
