/* CSS Document for the "Velvet Carpet" 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 {color:#000; font-size:12px; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; background:#fff url(../images/body_bg.jpg) left top repeat-x}
a {outline:none; color:#80979c}
	a:hover {text-decoration:none}

h2 {margin-bottom:15px; font-size:1.75em; font-weight:normal; color:#013a43}
#sidebar h2 {margin-bottom:5px}

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

	#header {float:left; display:inline; width:945px; height:128px; margin-top:11px; padding-right:15px; background:url(../images/header_bg.jpg) left top}
		#header img {float:left}
		#header h1 {float:left; display:inline; margin:50px 0 0 15px; font-size:1.85em; color:#fff}
			
			#navigation {position:relative; float:right; display:inline; margin-top:94px; width:480px; list-style-type:none}
				#navigation li {float:left; display:inline; margin-right:6px; width:114px; text-align:center; font-size:1.15em; background:#d02117 url(../images/navigation_button.jpg) left bottom repeat-x}
					#navigation li a {display:block; width:114px; text-align:center; padding:10px 0; text-decoration:none; color:#fff}
						#navigation li a:hover {color:#1a1407; background:#fec63d}					
	
	#content_wrapper {width:960px; float:left}
		
		#content {float:left; display:inline; margin-top:5px; width:930px; padding:20px 15px; background-color:#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}																					
			
#footer_wrap {clear:both; width:100%; background-color:#013a43}		
	#footer {margin:0 auto; padding:15px; width:930px; font-size:.95em; color:#fff; background-color:#013a43}
		#footer a {color:#fff}
			#footer a:hover {text-decoration:none}

	#print {padding:2px 0 3px 30px; background:url(../images/print_icon.jpg) left top no-repeat}