/* CSS Document for the "Little Ladybug" 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}
ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*#######################
  Element Styles 
#######################*/

body {font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; color:#241811; background:#241811 url(../images/body_bg.jpg) left top repeat-x}
h1 {width:915px; height:50px; padding:20px 15px 15px 30px; margin:0 auto; font-size:1.15em; font-weight:bold; text-transform:uppercase; color:#fff; background:url(../images/header_bg.jpg) left top no-repeat}
h2, h3, h4, h5, p, ul, ol, dl {margin:15px 0}
h2, h3, h4, h5 {font-family:Georgia, Times, "Times New Roman", serif; font-style:italic; font-weight:bold; color:#4a603a}
h2 {font-size:1.5em}
h3 {font-size:1.25em}
h4 {font-size:1.15em}
h5 {font-size:1em; font-style:italic; color:gray}
a {color:#1ab2c0; outline:none}
	a:hover {text-decoration:none}
dt {margin:15px 0; font-weight:bold}
dd {margin:5px 0 5px 15px}
ol {margin-left:25px}
blockquote {float:left; display:inline; margin-right:15px; width:203px; font-size:18px; font-family:Georgia, Times, "Times New Roman", serif}

.clear {clear:both}

/*#######################
  Layout Styles 
#######################*/

#wrapper {width:960px; margin:0 auto}	
	
#content_wrapper {clear:both; width:702px; background:url(../images/content_area_bg.jpg) top right no-repeat}	
	#content {float:left; width:672px; padding:15px; background:url(../images/content_bg.jpg) left top repeat}
		#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:320px; margin-right:15px; font-size:.9em}
			
	#left_column {float:left; width:357px}
		
		#content #left_column .action_links {float:right; margin:0; list-style-type:none}
			#content #left_column .action_links li {padding:15px; margin:5px 0; background-color:#f0e4da; border-bottom:1px solid #bdb4b8}
				.action_links li a {text-decoration:none}
					.action_links li a:hover {text-decoration:underline}
					
	#right_column {float:right; width:293px}
	
		#right_column h3 {padding-bottom:3px; border-bottom:2px dashed #dad9d3}
	
		.news_item {float:left; width:100%; margin:15px 0; font-size:12px}
			.calendar {float:left; display:inline; padding:4px; margin-right:15px; width:45px; height:63px; background-color:#576f43}
				.calendar p {text-align:center; margin:0; font-family:Georgia, Times, "Times New Roman", serif}
				.date {padding:6px; color:#010101; background-color:#fff; font-size:20px}
				.month {padding-top:5px; color:#fff; font-size:16px; text-transform:uppercase}
			.news_info {float:right; width:225px}
			.news_info p {margin:0}
	
	#navigation {float:left; display:inline; margin-left:15px}
		#navigation li {margin-bottom:25px; padding-left:30px; font-size:.95em; font-weight:bold; background:url(../images/nav_arrow.png) left 50% no-repeat}
			#navigation li a {color:#fff; text-decoration:none; padding-left:25px; background:url(../images/link_ivy.png) left 50% no-repeat}
				#navigation li a:hover {text-decoration:underline}
	
/* Form Styles */
input, textarea {padding:3px; font-size:.95em; font-family:Helvetica, Arial, Verdana, sans-serif; font-style:italic; color:gray}
input {width:250px}
textarea {width:300px; height:150px}
#submit {width:100px; font-weight:bold; color:#000; font-style:normal}
	
#footer {clear:both; padding:50px 0 30px 15px; font-size:.9em; font-style:italic; color:#fff}



