/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
	margin:0px;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background-color: #EEF8E4;
}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000;}
h3 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #000;}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {
}
a:hover {
	color: #659FDE;
	font-weight: bold;
}
a:visited {
	}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

.menu-tabbed-horiz {
	list-style: none;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-left: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	color: #666666;
}
.menu-tabbed-horiz a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}
.menu-tabbed-horiz a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}
.menu-tabbed-horiz a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}
.menu-tabbed-horiz a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}

.menu-tabbed-horiz li {
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
	float: left;
	padding-left: 5px;
}
.menu-tabbed-horiz a, .menu-tabbed-horiz .separator {
	display: block;
	margin-right: 23px;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(../images/button_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #666666;
}
.menu-tabbed-horiz a span, .menu-tabbed-horiz .separator span {
	display: block;
	line-height: 30px;
	margin-right: -18px;
	padding-right: 15px;
	background-image: url(../images/button_right.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	color: #666666;
}
.menu-tabbed-horiz a:hover, .menu-tabbed-horiz #current a, .menu-tabbed-horiz .active a {
	background-image: url(../images/button_left_hover.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
.menu-tabbed-horiz a:hover span, .menu-tabbed-horiz #current a span, .menu-tabbed-horiz .active a span {
	background-image: url(../images/button_right_hover.png);
	color: #FFFFFF;
}

.menu-tabbed-horiz_Footer {
	list-style: none;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-left: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;	
}
.menu-tabbed-horiz_Footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

.menu-tabbed-horiz_Footer li {
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
	float: left;
	padding-left: 5px;
	background-color: #F0F0F0;
}
.menu-tabbed-horiz_Footer a, .menu-tabbed-horiz .separator {
	display: block;
	margin-right: 23px;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(../images/button_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.menu-tabbed-horiz_Footer a span, .menu-tabbed-horiz .separator span {
	display: block;
	line-height: 30px;
	margin-right: -18px;
	padding-right: 15px;
	background-image: url(../images/button_right.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.menu-tabbed-horiz_Footer a:hover, .menu-tabbed-horiz #current a, .menu-tabbed-horiz .active a {
	background-image: url(../images/button_left_hover.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu-tabbed-horiz_Footer a:hover span, .menu-tabbed-horiz #current a span, .menu-tabbed-horiz .active a span {
	background-image: url(../images/button_right_hover.png);
}

#recaptcha_response_field {
	position:absolute; 
	left:0px; 
	margin:0 0 0 -50px
}
media print {
    background-color: #EEF8E4;
}      



/* #######################  END GENERAL SETTINGS ############################ */
