@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
p{
	margin-left: 25px;
	margin-right: 25px;
}
h1{
	margin-left: 25px;
	margin-right: 25px;
	font-size: 1.7em;
}
h2{
	margin-left: 25px;
	margin-right: 25px;
	font-size: 1.5em;
}
h3{
	margin-left: 25px;
	margin-right: 25px;
	font-size: 1.3em;
}
h4{
	margin-left: 25px;
	margin-right: 25px;
	font-size: 1.2em;
	color: #080860;
	font-weight:bold;
}
h1{
	margin-left: 25px;
	margin-right: 25px;
	font-size: 1.1em;
}
ul{
	list-style: none;
	color:#990000; 
	margin-left: 25px;
	padding-left:15px;
	margin-right: 50px;
}
ul ul{
	list-style: square;
}
li{
	background-image: url(images/bullet.gif);
	background-repeat:no-repeat;
	padding-left: 30px;
	color: #000;
}
li a:link, li a:visited {
	color: #01006C;
	text-decoration: none;
	font-weight: bold;
}
li a:hover {
	color: #990000;
}			
#wrapper {
	position: relative;
	background-color: #FFFFFF;
	width: 800px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/wrap_bg.jpg);
	background-repeat: repeat;
	border: solid 5px #fff;
}

#banner {
	position: relative;
	height: 120px;
	width: 800px;
	background-color: #FFFFFF;
	border-bottom: solid 5px #fff;
}
#navigation {
	
	height: 47px;
	border-bottom: solid 5px #fff;
}
#content {
}

#footer {
	background-repeat: no-repeat;
	height: 75px;
	background-color: #B8CAD8;
}
#footer p{
	font-size: 9px;
	color: #01006C;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: ##01006C;
	text-decoration: none;
}
#footer a:hover {
	color: #990000;
}	
.image_left{
	float: left;
	margin-left: 25px;
	margin-right: 10px;
}
.image_left_border{
	float: left;
	margin-left: 25px;
	margin-right: 10px;
	border: solid 1px #8AA9C6;
}
.image_border{
	margin-left: 25px;
	border: solid 1px #8AA9C6;
	margin-bottom: 20px;
}
.image_right{
float: right;
margin-left: 10px;
margin-right: 25px;
}
.emp_txt{
margin-left: 25px;
font-style: italic;
font-weight:bold;
color: #6689A9;
}
.emp_txt_25{
margin: 10px 0px 10px 0px ;
font-style: italic;
font-weight:bold;
color: #6689A9;
}
.no_background{
	background-image: none;
}
.txt_12{
font-weight: bold;
color: #6689A9;
}
.txt_10{
font-weight: normal;
font-size:11px;
color: #900000;
}
.color_light_blue_bg{
background-color: #DFE8F2;
border: solid 1px #6689A9;
}
.txt_blue_box{
padding: 5px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #FFFFFF;
	background-color:#6689A9;
	font-size: 14px;
	font-weight: bold;
}
input.text {
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid  #6689A9;
	width: 300px;
	margin-left: 3px;
}
input.text_short {
		margin-bottom: 5px;
		background-color: #FFFFFF;
        border: 1px solid  #6689A9;
        width: 55px;
		margin-left: 3px;
}
input.text_med {
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid  #6689A9;
	width: 100px;
	margin-left: 3px;
}
input.text_int {
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #6689A9;
	width: 130px;
	margin-left: 3px;
}
.special {
	width:5px;
	height: 0px;
	visibility:hidden;
}
.red_text {
	color: #A92828;
}
.testimonial { 
	margin: 20px 45px 20px 45px;
	border-bottom: dotted 2px #050569;
}
