/* CSS Document */

#mainContent {	/* Main content body container */
	width: 800px;
	position: relative;
	height: auto;
	margin-bottom: 5px;
	visibility: visible;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #9DCDCD;
	background-color: #FFFFFF;
}
.quote_bkg {
	background-image: url(../images/testimonial_bkg.jpg);
	background-repeat: repeat-x;
	border: 2px solid #68A4A5;
}

.div_header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 170px;
	width: 800px;
}
#thinFlash {
	height: 57px;
	width: 800px;
	left: 0px;
	top: 120px;
	display: block;
	position: relative;
	background-color: #336666;
}
.text_arial_grey_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.text_arial_b_11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.text_normal_verd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.text_field_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	width: 190px;
}
.text_field_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	width: 60px;
}
.textarea_verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	height: 60px;
	width: 190px;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;

}
.bkg_index {
	background-image: url(../images/pattern_form.jpg);
	background-repeat: repeat-x;
}

.text_xl_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FF0000;
}
h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	font-style:italic;
	margin: 0px;

}
.exclamation {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.text_20_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.text_verd_large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.text_red_small_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.link_b_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}



.td_form {
	background-color: white;
	background-image: url(../images/pattern_form.jpg);
	background-repeat: repeat-x;
}
.td_form2 {
	background-color: white;
	background-image: url(../images/pattern_form.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
}
#bottomBar {	/* Bottom gray bar that appears above the copyright info */
	background-color: #999999;
	height: 17px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	left: 0px;
	bottom: 2px;
	width: 799px;
	display: block;
	padding-top: 3px;
	color: #FFFFFF;
	margin: auto;
	text-align: center;
}
.city:link {	
	font: Verdana, Arial, Helvetica, Sans Serif;  	
	color:#FFFFFF;	
	text-decoration:none;
}
.city:hover {	
	color: #CCFFFF;	
	text-decoration: underline;	
	font-family: Verdana, Arial, Helvetica,;
}
.city:visited {	
	font: Verdana, Arial, Helvetica, Sans Serif;	
	color: #FFFFFF;	
	text-decoration: none;
}
.city:active {	
	font: Verdana, Arial, Helvetica, Sans Serif;	
	color: #FFFFFF;	
	text-decoration: none;
}
.bullets_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(../images/arrows.jpg);
	list-style-type: disc;
	padding: 2px;
}
.bullets_text_up {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(../images/arrows.jpg);
	list-style-type: disc;
	padding: 2px;
	line-height: 20px;
}
#copyright {	/* Copyright, Disclaimer & link text at bottom of every page */
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	color: #999999;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	width: 800px;
	height: 60px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.CopyrightLink:link {	
	font: 10px/14px Verdana, Arial, Helvetica, Sans Serif;  	
	color:#999999;	
	text-decoration:none;
}
.CopyrightLink:hover {	
	color: #333333;	
	text-decoration: underline;	
	font-family: Verdana, Arial, Helvetica;	
	font-size: 10px;	
	line-height: 14px;
}
.CopyrightLink:visited {	
	font: Verdana, Arial, Helvetica, Sans Serif;	
	color: #999999;	
	text-decoration: none;	
	font-size: 10px;	
	line-height: 14px;
}
.CopyrightLink:active {	
	font: Verdana, Arial, Helvetica, Sans Serif;	
	color: #999999;	
	text-decoration: none;	
	font-size: 10px;	
	line-height: 14px;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #365152;

}
.text_big_fill_in {
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.btn_submit {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #68A4A5;
	border: 1px solid #4A7C7D;
}
.bkg_gradient_yellow {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/bkg_yellow.jpg);
	background-repeat: repeat-x;
	height: 26px;
	line-height: 24px;
}
.border_yellow {
	border: 2px solid #7FBCBD;
}
