@charset "utf-8";
/* CSS Document */

body{
	padding: 0 0 0 14px;
	margin: 0px;
	background:url(images/bg.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#002f5f;
	}
#center{
	margin: 0 auto 0 auto;
	padding:0;
	width:800px;
	}
#header{
	float:left;
	width:800px;
	height:125px;
	background: url(images/banner-bg.gif) top center no-repeat;
	}
#header-left {
	width: 334px;
	height: 99px;
	padding: 13px 0 13px 18px;
	float: left;
	}
#header-right {
	width: 433px;
	height: 125px;
	padding: 0 0 0 15px;
	float: left;
	}
#menu{
	float:left;
	width:733px;
	padding: 0 33px 0 34px;
	height:47px;
	background:url(images/nav-bg.gif) center no-repeat;
	}
.menu{
	float:left;
	height:47px;
	padding:0;
	margin:0;
	}
#wrapper{
	float:left;
	margin:0;
	padding:0;
	background:url(images/content-bg.gif) center repeat-y;
	width:800px;
	}
#content{
	float:left;
	padding: 18px 37px 25px 37px;
	margin:0;
	width:726px;
	background:url(images/content-btm.jpg) bottom no-repeat;
	}
#services{
	float:right;
	width:235px;
	margin:0 0px 18px 30px;
	padding: 40px 10px 10px 10px;
	background:url(images/services-bg.gif);
	}
#quote{
	float:right;
	width:270px;
	margin:0 0px 18px 30px;
	padding: 15px;
	color:#829ab1;
	font-style:italic;
	font-size:18px;
	font-weight:bold;
	}
#footer{
	float:left;
	padding: 7px 37px 13px 27px;
	margin:0;
	background:url(images/footer.gif) center no-repeat;
	width:736px;
	height:25px;
	color:#FFFFFF;
	text-align:right;
	}
#footer a{
	text-decoration:none;
	color:#FFFFFF;
	}
.copyright{
	padding:10px 0 0 0;
	margin:0;
	width:400px;
	height:20px;
	font-size:10px
	}
img{
	border:0;
	}
h1{
	font-size:16px;
	padding:0 0 8px 0;
	margin:0;
	color:#152d45;
	}
h2{
	font-size:14px;
	padding:0 0 8px 0;
	margin:0;
	color:#152d45;
	}
h3{
	}
h4{
	font-size:13px;
	padding:0 0 8px 0;
	margin:0;
	}
p{
	padding:0 0 8px 0;
	margin:0;
	}
	
p a{
	color:#002f5f;
	text-decoration:none;
	}
		
ul{
	padding:0;
	margin:0 30px 8px 30px;
	}
a.linked{
	text-decoration:none;
	font-weight: bold;
	color:#002f5f;
	}

a.linked:hover {
	text-decoration: underline;
	}

.label {
	width: 100px;
	}

.input {
	width: 258px;
	}