@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color:#002B55
}
h1 {
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 25px;
	color: #004B97;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 25px;
	color: #004B97;
}
h4 {
}
h5 {
}
p {
	margin: 10px 25px;
}
li {
	margin: 5px 25px;
}
table {
	margin-left: 25px;
}
#wrapper {
	width: 775px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#header {
}
#content {
background-image: url(../images/content_bg.jpg);
}
#navigation {
position: relative;
height: 35px;
}
#left {
	margin-right: 250px;
}
#right {
	width: 250px;
	float:right;
	color: #ffffff;
}
#right p {
	margin: 15px;
}
#footer {
	height: 50px;
	text-align:center;
	font-size:10px;
	color: #ffffff;
	background-color:#F8AA57;
	border-top: solid 5px #EF3123;
}
label
{
	/*margin-right: 3px;
	margin-left: 3px;*/
	font-weight: bold;
	color: #004B97;
}

input.text {
	
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #004B97;
	width: 320px;
	margin-left: 3px;
}

input.text_short {
		margin-bottom: 5px;
		background-color: #FFFFFF;
        border: 1px solid #004B97;
        width: 55px;
		margin-left: 3px;
}
input.text_med {
		margin-bottom: 5px;
		background-color: #FFFFFF;
        border: 1px solid #004B97;
        width: 150px;
		margin-left: 3px;
}
input.text_int {
		margin-bottom: 5px;
		background-color: #FFFFFF;
        border: 1px solid #004B97;
        width: 170px;
		margin-left: 3px;
}
textarea: {
	border: 1px solid #00008B;
	} 
input.btn {
	width: 75px;
	}
input.btn1 {
	width: 75px;
}
textarea: {
	color: #123A68;
	margin-left: 3px;
	width: 350px;
}
.clearboth {
	clear: both;
	}
.clearleft {
	clear: left;
	}	
.blue_bold {
	color: #004B97;
	font-weight: bold;
	}
	.small_text {
	font-size: 9px;
	}
.special {
	width:5px;
	height: 0px;
	visibility:hidden;
}
.right {
	text-align:right;
	}
.image_left {
	float: left;
	margin: 0px 10px 10px 25px;
}	
.service_category{
margin: 25px;
border: solid 1px ##004B97;
}
.style1 {font-size: 10px}
.style2 {font-size: 10}
.style3 {color: #990000}
.style4 {font-size: 10px; color: #990000; }
