/* CSS Document */
/* COLORS
	#999999 - Light Gray
	#666666 - Mid Gray
	#333333 - Dark Gray
	#ABE46D - Background Green
*/

/*--------------------*/
/* STANDARD HTML TAGS */
/*--------------------*/

/* BODY */
body {
	margin: 0px;
	font-family: Helvetica,Arial,sans-serif;
	font-size:9pt;
	color:#333333;
	background-color:#ABE46D;
	background-image:url(../images/shell_bg.gif); 
	background-repeat: repeat-x;
}

/* NO BORDER */
img, table, div { border: none; }

/* TABLE */
table td {
	vertical-align: top;
}

/* GENERAL LINKS */
a, a:link, a:visited, a:active {
	text-decoration:none;
	font-weight: bold;
	border:none;
	color:#666666;
}
a:hover { color: #456585;}

/* PAGE TITLE */
.page_title {
	font-size: 13pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #779E4C;
	text-align: left;
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
}


/* FOOTER */
.footer {
	font-size: 8pt;
	color: #666666;
	text-align: left;
}
.footer a {
	text-decoration:none;
	color:#666666;
}
.footer a:hover {
	color:#333333;
}


/* GENERIC STYLES */
.clearfix {
	clear:both;
}
.header {
	font-size: 13px;
	font-weight: bold;
}
.header_light {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.title {
	font-weight: bold;
	font-size: 13px;
	color: #333333;
}
.title_light {
	font-weight: bold;
	font-size: 13px;
	color: #666666;
}
.row_title {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 0px 5px 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
.row_title a:link, .row_title a:visited, .row_title a:active {
	color: #B35A1A;
	font-size: 13px;
	padding: 15px 0px 5px 0px;
	margin-bottom: 10px;
}
.row_title a:hover {
	color: #993300;
	letter-spacing: .5px;
	text-decoration: none;
	padding: 15px 0px 5px 0px;
	margin-bottom: 10px;
}
.row_title_light {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #666666;
}
.sub_title {
	color: #B35A1A;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	padding: 2px 0px;
}
.quote {
	font-size: 11px;
	color: #333333
}
.page_description {
	padding-bottom: 30px;
}
#side_bar {
	
}


/* LINKS */
.separator_row {
	color: #709549;
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding: 5px;
	border: 1px solid #9BCE63;
}



/* MAIN LEVEL LINKS ACTIVE */
.links_toggle_1 {
	font-size: 8pt;
	font-weight: normal;
	color: #6390BC;
	z-index: 10;
}
.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	display: block;
	padding: 3px 10px 3px 25px;
	color: #FFFFFF; 
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	background-color: #9BCE63;
	margin: 1px 0px;
}
.links_toggle_1 a:hover {
	color: #FFFFFF;
	background-color: #333333;
	background-image:url(../images/key_small.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* This needs to be after the above code because for whatever reason it gets overwritten otherwise! */
.links_active_1 a:link, .links_active_1 a:visited, .links_active_1 a:hover, .links_active_1 a:active
{
	color: #FFFFFF;
	background-color: #678843;
	background-image: url(../images/key_small.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


.links_toggle_2 {
	padding-left: 25px;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase
}
.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	color: #333333;
	text-decoration: none;
}
.links_toggle_2 a:hover {
	color: #555555;
}


.links_toggle_3 {
	padding-left: 35px;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
	margin: 2px 0px;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	color: #666666;
	text-decoration: none;
}
.links_toggle_3 a:hover {
	color: #444444;
}


.links_toggle_4 {
	padding-left: 30px;
	font-size: 8pt;
	font-weight: bold;
	color: #999999;
}
.links_toggle_4 a:link, .links_toggle_4 a:visited, .links_toggle_4 a:active {
	color: #999999;
	text-decoration: none;
}
.links_toggle_4 a:hover {
	color: #666666;
}





 /* DESIGN ELEMENTS */
.header_email {
	font-size: 9pt;
	color: #999999;
	text-align: left;
}
.header_email a {
	text-decoration:none;
	color:#999999;
}
.header_email a:hover {
	color:#666666;
}



/* COLORS */


.color1 {
	background-color: #EEEEEE;
}
.color2 {
	background-color: #CCCCCC;
}

.theme_color {
	background-color: #ABE46D;
}
.theme_color_compliment {
	background-color: #EEEEEE;
}




/* LIST */
.list_details {
	font-size: 9pt;
	color: #333333;
}
