/* CSS Document */

/*##############################################################
  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}
ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

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

body {border:0; font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; color:#191919; font-family:Georgia, Times, "Times New Roman", serif; background:#fff url(../images/left_repeat.jpg) left top repeat-y}
h1 {padding:5px 0 5px 40px; margin:0px 0 70px 0; font-size:2em; background-color:#6BBE10;}
h2, h3, h4, h5, p, ul, ol, dl {margin:15px 0}
h2, h3, h4, h5 {font-weight:bold}
h2 {font-size:1.5em}
h3 {font-size:1.25em}
h4 {font-size:1.15em; color:#6BBE10}
h5 {font-size:1em; font-style:italic; color:gray}
a {color:#1ab2c0; outline:none; text-decoration:none}
	a:hover {text-decoration:underline}
dt {margin:15px 0; font-weight:bold}
dd {margin:5px 0 5px 15px}
ol {margin-left:25px}
/*#######################
  Layout Styles 
#######################*/

#wrapper {width:960px}

#navigation {float:left; display:inline; border:0; margin:0 0 0 0px; width:200px; height:547px; list-style-type:none; font-family:Helvetica, Arial, Verdana, sans-serif) left top no-repeat}
	#navigation li {margin:10px 0 10px 0px}
	#navigation li a {display:block; border:1px; width:100px; height:15px; padding-top: 2px; text-align:center; text-decoration:none; color:black; background:url(../images/button_bg.gif) left top repeat}
		#navigation li a:hover {color:#black; background:url(../images/active_button.gif) left top repeat}
	
#content {float:left; width:750px}	
	
	#content .one_column {float:left; display:inline; width:700px}
	#hero {font-size:1.5em; padding-right:240px; background:url(../images/book.jpg) right 50% no-repeat}
		#hero p {font-weight:bold; font-family:Helvetica, Arial, Verdana, sans-serif; color:#8f8d8f}
		#hero a {color:#c8c6c8}
	#content .image {float:left; display:inline; margin-right:15px};}
	#content p {line-height:1.25em}
	#content ul {margin-left:25px; list-style-type:disc}
		#content li {margin:10px 0}	
	#content .two_columns {float:left; display:inline; width:330px; margin-right:15px}
	
	.left_column {float:left; width:275px; margin-right:25px}
	.right_column {float:left; width:385px}
	
/* Form Styles */
input, textarea {padding:3px; font-size:.95em; font-family:Helvetica, Arial, Verdana, sans-serif; font-style:italic; color:gray}
input {width:225px}
textarea {width:300px; height:150px}
#submit {width:100px; font-weight:bold; color:#000; font-style:normal}
	
#footer {clear:both; padding:150px 15px 30px; font-size:.8em; font-style:italic; color:gray}



