/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color:#CCCCCC;
	vertical-align: top;
	font-family: Helvetica, Arial, sans-serif;
}

hr {
	color: #CCC;
	height: 1px;
}


#page {
	width:758px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #B2B2B2;
	border-left: 1px solid #FFF;
	border-right: 1px solid #B2B2B2;
	background-color:#FFF;
}

/* Masthead Styles */
.top_bar {
	background-color: #333333;
	background-image:url(images/masthead/top_bar.gif);
}

/* Footer Styles */
.footer {
	background-color: #5C666E;
	border-top: 1px solid #FFF;
	height: 19px;
	line-height: 18px;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 0px 0px 5px;
}


/* Nav Styles */
.nav {
	background-color: #EBEBEB;
	border-bottom: 1px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
}

div.top_nav a{
 	float: left;
	color: #666666;
	background-color: #EBEBEB;
	border-right: 1px solid #D7D7D7;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font: Helvetica, Arial, sans-serif;
	padding: 0px;
	margin-left: auto; 
	margin-right: auto;
	width: 95px;
	height: 16px;

}
div.top_nav a:visited, a:active{
	color: #666666;
	text-decoration: none;
}

div.top_nav a:hover{
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}

/* QuickLinks Styles */
.ql_grey_lb {
	border-left: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}
div.quick_links a{
 	float: left;
	color: #515151;
	background-color: #C7D0DB;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font: Helvetica, Arial, sans-serif;
	padding: 0px;
	margin-left: auto; 
	margin-right: auto;
	width: 88px;
	height: 20px;
	border-right: 1px solid #E0E5EA;

}
div.quick_links a:visited, a:active{
	color: #515151;
	text-decoration: none;
}

div.quick_links a:hover{
	color: #515151;
	text-decoration: none;
	background-color: #E0E5EA;
}

div.quick_links_right a{
 	float: left;
	color: #515151;
	background-color: #C7D0DB;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font: Helvetica, Arial, sans-serif;
	padding: 0px;
	margin-left: auto; 
	margin-right: auto;
	width: 88px;
	height: 20px;

}
div.quick_links_right a:visited, a:active{
	color: #515151;
	text-decoration: none;
}

div.quick_links_right a:hover{
	color: #515151;
	text-decoration: none;
	background-color: #E0E5EA;
}

div.ql_content {
	font-size: 70%;
	color: #333333;
	margin: 10px;
	padding: 5px;
	background-color: #FFFFFF;
}

div.ql_content .grey_title {
	font-size: 110%;
	font-weight: bold;
	color: #8694A5;
	padding-bottom: 10px;
}

div.ql_content .body {
	padding-top: 5px;
}

div.ql_content .body a, a:hover, a:active, a:visited {
	color: #7DAF5A;
	text-decoration: none;
}

div.ql_content .body a:hover {
	color: #7DAF5A;
	text-decoration: underline;
}

/* News Styles */

#news_title {
	background-color: #E6EAEE;
	background-image: url(images/news/news_bg.gif);
	height: 69px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #CFD2D6;
}

#news_title_image {
	padding: 35px 0px 0px 10px;
}

#home_news_headline {
	padding: 10px;
	margin: 0px;
	font-size: 11px;
}

#home_news_headline a, a:hover, a:active, a:visited {
	color: #000;
	text-decoration: none;
}

#news_headline {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 11px;
}

#news_headline a, a:active, a:visited {
	color: #7DAF5A;
	text-decoration: none;
}

#news_headline a:hover{
	color: #7DAF5A;
	text-decoration: underline;
}

#news_thumb {
	padding: 0px 0px 10px 10px;
	margin: 0px;
	float: right;
}

/* Page Styles */

#home_grey {
	background-color: #ECEFF3;
	border-right: 1px solid #FFF;
}

#home_ad {
	width: 470px;
	height: 105px;
	padding: 10px;
	margin: 0px;
	background-color: #6D7A86;
	background-image: url(images/masthead/ad_area_home.gif);
	color: #FFF;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

#home_ad_text {
	color: #FFF;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	width: 350px;
}

#home_ad_text a, a:hover, a:active, a:visited {
	color: #FFF;
	text-decoration: none;
}

#home_ad_text a:hover {
	color: #FFF;
	text-decoration: underline;
}

.light_grey {
	background-color: #F5F6F8;
}

div.content {
	font-size: 70%;
	color: #333333;
	margin: 10px;
	padding: 10px;
	padding-bottom: 20px;
	border: 1px solid #CCC;
	line-height: 1.25em;
	background-color: #FFFFFF;
}

#headline {
	font-size: 105%;
	color: #666;
	text-decoration: none;
}

div.content .left{
	text-align: left;
	width: 327px;
}

div.content .right{
	text-align: right;
	width: 122px;
}
div.content .green_title {
	font-size: 135%;
	font-weight: bold;
	color: #7DAF5A;
	padding-bottom: 5px;
}

div.content a, a:hover, a:active, a:visited {
	color: #7DAF5A;
	text-decoration: none;
}

div.content a:hover {
	color: #7DAF5A;
	text-decoration: underline;
}

div.content .content_table{
	font-size: 100%;
	color: #333333;
	line-height: 1.25em;
	background-color: #FFFFFF;
}

div.content h1 {
	font-size: 140%;
	font-weight: bold;
	color: #7DAF5A;
	line-height: .5em;
}

div.content h2 {
	font-size: 125%;
	font-weight: normal;
	color: #8694A5;
	line-height: 1em;
}

div.content h3 {
	font-size: 120%;
	font-weight: normal;
	color: #666;
	line-height: .5em;
}

.green_check {
	margin: 5px 0px 5px 0px;
	padding-left: 25px;
	padding-top: 1px;
	background-image: url(images/icons/check_circle_green.gif);
	background-repeat: no-repeat;
}

/* Form Styles */

div.content .error {
	color: #CC3333;;
}

#close_error {
	border: 1px solid #FF9999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color:#CC3333;
	margin: 0;
}

#input_box {
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
}

#input_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #515151;
	background-color: #EBEBEB;
	border: 1px solid #CCC;
}

/* Spacer Styles */

.1x1 {
	height: 1px;
	width: 1px;
}

.2x2 {
	height: 2px;
	width: 2px;
	padding:0px;
	margin:0px;
}