/* CSS Document for the "Ruby Smoke" 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.25;
	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:14px; font-family:Arial, Verdana, Helvetica, sans-serif; color:#262626; background-color:#dbdada}
a {outline:none; color:#367da2; text-decoration:none}
	a:hover {text-decoration:underline; color:#358ab6}
p {line-height:1.25em; margin:10px 0;}
small {font-size:.95em}
em {font-style:italic}

h1 {margin-top:10px; font-size:2.25em; color:#fff}
h2 {margin-bottom:15px; font-size:2em}
h3 {font-size:1.25em; font-weight:bold}

/*#######################
  Layout Styles 
#######################*/
 
#wrapper {width:1000px; overflow:hidden; margin:0 auto; background:#fff url(../images/content_wrapper_bg.jpg) left bottom repeat-y}

		/* Sidebar */		
		#sidebar {float:left; display:inline; padding:0 10px; width:180px; color:#fff; background-color:#262626}
	
		#navigation { margin-top:15px}
			#navigation li {zoom:1; font-size:1.5em; width:180px}
				#navigation li a {display:block; width:170px; padding:7px 5px; margin:10px 0; color:#fff; text-decoration:none}
					#navigation li a:hover {background-color:#367da2}
							
				#sidebar h3 {margin-top:30px; padding-top:35px; border-top: 2px solid #464646}
				#link_list {margin-left:20px; list-style-type:decimal}
					#link_list li {margin:10px 0; font-style:italic}
						#link_list li a {display:block; padding:5px; color:#bab9b9; text-decoration:none}
							#link_list li a:hover {color:#fff; background-color:#464646}
					.button {margin:0 0 20px 0;background:#367da2}
						.button a {display:block; padding:8px 0; text-align:center; text-decoration:none; font-weight:bold; color:#fff}
							.button a:hover {background:#358ab6}							
						
	#content_wrapper {float:left; width:800px}

	#header {float:left; display:inline; padding:6px 17px 18px 17px; width:766px; border-bottom:3px solid #191919; background:#6b0000 url(../images/header_bg.jpg) left top no-repeat}
		#header img {float:left; display:inline; margin-right:15px}
		#header p {margin-top:15px; font-size:1.25em; font-family:Georgia, Times, "Times New Roman", serif; font-style:italic; text-align:center; color:#fff}						
		#header h1 {text-align:center; font-weight:bold }
        							
		#content {clear:both; float:left; display:inline; padding:18px 17px 0 17px; width:766px}
			#content p {margin:15px 0; line-height:1.5em}
			
			/* Form Styles */
			#content input, textarea {width:350px}	
			#content input#submit {width:auto; font-weight:bold}														

			#left_column {float:left; display:inline; margin-right:15px; width:461px}
			#right_column {float:right; display:inline; width:290px}
			
			#print {padding:2px 0 3px 30px; background:url(../images/print_icon.jpg) left top no-repeat}								
		
			#footer {clear:both; padding:10px 17px; width:766px; margin:60px 0 0 0; line-height:none; font-size:.9em; background-color:#edecec}												
