/*
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #333333;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 16px;
	color: #dee1e7;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0px;
	text-transform: none;
}
img, a img {
	border: none;
}
.handcursor {
	cursor: hand;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #005185;
	text-decoration: underline;
}
a:hover {
	color: #6f7d87;
	text-decoration: none;
}	
a.doubleul {
	border-bottom: 3px double #ed2724;
}
a.doubleul:hover {
	border-bottom: none;
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	color: #4d4d4d;
}
ul {
	list-style-type: disc;
	/*list-style-image: url(images/bullet.gif);*/
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-left: 0px;
}
ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	line-height: 13px;
	padding-bottom: 5px;
}
td {
	vertical-align: top;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ed2724;
}
.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}
h3 {
	color: #005185;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#header {
	width: 100%;
	height: 130px;	
	background-image: url(images/top_background_repeat.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
#header_content_container {
	margin: 0 auto;
	width: 828px;
}
#header_content_logo {
	float: left;
	width: 339px;
}
#header_content_links {
	float: left;
	margin-top: 48px;
}
#header_content_links ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
#header_content_links li {
	margin: 0;
	padding: 0px;
	float: left;
	display: inline;
}
#header_content_links a {
	display: block;
	float: left;
	background-image: url(images/top_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 20px 0px 15px;
	line-height: 13px;
	height: 13px;
	text-transform: none;
	font-size: 13px;
	color: #656565;
	font-weight: normal;
	text-decoration: none;
}
#header_content_links a:hover {
	background-image: url(images/top_arrow_over.gif);
	text-decoration: none;
	color: #b7b7b7;
}
#header_content_links a.on {
	background-image: url(images/top_arrow_over.gif);
	text-decoration: none;
	color: #b7b7b7;
}

#index_blue {
	height: 271px;
	width: 100%;
	background-color: #005185;
	margin: 0px;
	padding: 0px;
}

#inside_blue {
	height: 120px;
	width: 100%;
	background-color: #005185;
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.inside_blue_positioning {
	padding-top: 10px;
	width: 828px;
	margin: 0 auto;
}





#index_copy_container {
	width: 828px;
	margin: 0px;
	padding: 0px;	
	margin: 0 auto;
}
#index_left_column_container {
	float: left;
	width: 287px;
	border-right: 1px solid #c7c7c7;
}
#index_left_column_inside {
	padding-left: 30px;
	padding-top: 33px;
}
#index_left_column_inside ul {
 	list-style-image: url(images/checkbox.jpg);
}
#index_left_column_inside li {
	font-size: 13px;
	color: #595858;
}
a.link_with_arrow {
	display: block;
	float: left;
	background-image: url(images/top_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 15px 0px 0px;
	line-height: 13px;
	height: 13px;
	text-transform: none;
	font-size: 13px;
	color: #005185;
	text-decoration: underline;
}
a.link_with_arrow:hover {
	background-image: url(images/top_arrow_over.gif);
	text-decoration: none;
	color: #b7b7b7;
}

#index_right_column_container {
	float: left;
	width: 540px;	
}
#index_right_column_inside {
	margin: 0px;
	padding: 0px;
}
#index_right_column_blue_corner {
	float: left;
	width: 37px;
}
#index_right_column_copy {
	padding-top: 33px; 
}



#footer_conainer {
	width: 828px;
	margin: 0 auto;
	padding-top: 22px;
	padding-left: 7px;
	padding-right: 5px;
	padding-bottom: 50px;
}
#footer {
	border-top: 1px solid #cccccc;
	color: #888888;
	font-size: 11px;
	padding-left: 2px;
	padding-top: 17px;
}








#inside_content_container {
	width: 828px;
	margin: 0 auto;
	padding-top: 30px;
}
#inside_content_container_left {
	float: left;
	width: 385px;
}
#inside_content_container_right {
	float: left;
	width: 355px;
}





.bio_container {
	padding-bottom: 35px;
}
.bio_pic {
	float: left;
	width: 155px;
}
.bio_copy {
	float: left;
	width: 580px;
}
.bio_copy ul {
	color: #696969;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: none;
	list-style-type: disc;
	margin-top: 5px;
	margin-left: 16px;
}
.bio_copy li ul {
	color: #696969;
	margin-top: 5px;
	list-style-image: none;
	list-style-type: circle;
	margin-left: 40px;
}
.bio_copy p {
	margin-top: 12px;
	color: #515151;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.bio_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bio_merits {
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #515151;
}

.services_list {
	padding-top: 20px;
}
.services_list ul {
	padding-top: 5px;
}
.services_list li {
	padding-bottom: 5px;
	padding-top: 5px;
}



.formlabel {
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}
.formlabel_error {
	color: #ff0000;
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}
.formright {
	width: 99%;
}
.formright textarea, .formright input, .formright select {
	background-color: #ffffff;
	border: 1px solid #b3b2b2;
	color: #666666;
	width: 190px;
	padding: 3px;
	margin-bottom: 3px;
}
.formright textarea {
	height: 100px;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
}
.formright select {
	height: 25px;
	width: 177px;
}
.formright input.inputbutton {
	font-family: Arial, Helvetica, sans-serif;
	width: 75px;
	font-size: 11px;
	height: 24px;
	line-height: 14px;
	background-color: #005185;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #005185;
	margin-right: 2px;
	text-transform: uppercase;
}
.formright input.inputbutton:hover {
	background-color: #e5e6e6;
	color: #005185;
}
.formright input.radiostyle {
	width: 15px;
	line-height: 17px;
	height: 17px;
	border: none;
	margin-right: 2px;
	margin-top: 2px;
	background-color: #f2f2f2;
}
.error {
	color: #ff0000;
}
.required {
	font-size: 11px;
	font-style: italic;
}
