/* COLORS
 * Light Green:		#D9EAD9
 * Medium Green: 	#CCE3CC
 * Highlight Green: #4C9C4C
 * Dark Green: 		#004900
 *
 */

@import "/styles/reset.css"; /* reset script to turn various properties off */
@import "/styles/content.css"; /* script for general content items */
@import "/styles/forms.css"; /* script for general content items */
@import "/styles/messenger.css"; /* script for general content items */

* {
	font-family: Helvetica, Geneva, Arial, Verdana, Geneva, sans-serif;
	font-size:13px;
}
body {
	margin:0px 0;
	background:url(/images/template/site_bg.jpg) top center repeat-x #D9EAD9;
}

/* centered website */
#site_container, #site_header {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	
}

a {
	outline: none;
}

.content_note {
	color:#FF0000 !important;
}


/* HEADER STYLES ******************/
#site_header {
	background:url(/images/template/header.jpg) top left no-repeat;
	height:160px;
	width:760px;
}	
#site_menu_holder {
	background: #004900;
	
}

#site_menus {
	text-align:right;
	margin:0 auto;
	width:760px;
	padding:4px 00px 4px 0;
}	
#site_menus a:link, #site_menus a:visited {
	text-decoration: none;
	padding:3px 30px 3px 0px;
	color:#CCE3CC;
	font-size:13px;
}

#site_menus a:hover {
	color:#FFFFFF;
}
/* CONTENT HOLDER STYLES ******************/
#content {
	padding:0px;
	margin:10px 30px 0 30px;
}
#content_inside {
	padding:0;
	margin:0;
	width:700px;
	
}
/* FOOTER HOLDER STYLES ******************/
#footer_text {
	text-align: center;
	padding-top:15px;
	clear:both;
}
#footer_text, #footer_text * {
	color: #4C9C4C;
	font-size:11px;
}

#footer_text a:hover {
	color:#004900;
}
