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

body {
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#header {
	background-image: url(images/bg_back.jpg);
	background-repeat: repeat-y;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	width: 864px;
	padding-right: 80px;
	padding-left: 80px;
}
#header img {
	padding-top: 5px;
	float: left;
}
#header #address {
	height: 65px;
	width: 550px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 15px;
}
.address {
	color: #8ba8c7;
	font-size: 12px;
}
.phone {
	color: #0a2156;
	font-size: 24px;
	font-weight: bold;
}
#calltoaction {
	background-image: url(images/calltoaction.jpg);
	width: 932px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 120px;
}
ul
{
list-style-type:none;
padding:0px;
margin:0px;
}

li
{
padding-top: 20px;
}
#main {
	background-image: url(images/bg_back.jpg);
	background-repeat: repeat-y;
	width: 864px;
	padding-right: 80px;
	padding-left: 80px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height:320px;
	color:#0a2156;
}
#footer {
	height: 82px;
	background-image: url(images/bg_footer.jpg);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	clear:both;
}
#nav {
	background-image: url(images/bg_nav.jpg);
	height: 43px;
	width: 379px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-right: 322px;
	padding-left: 323px;
}
#home {
background:transparent url(images/btn_home.jpg) no-repeat scroll 0 0;
height:43px;
width:72px;
display:block;
}
#home:hover {
background-position:0 -43px;
}
#about {
background:transparent url(images/btn_about.jpg) no-repeat scroll 0 0;
height:43px;
width:123px;
display:block;
}
#about:hover {
background-position:0 -43px;
}
#contact {
background:transparent url(images/btn_contact.jpg) no-repeat scroll 0 0;
height:43px;
width:84px;
display:block;
}
#contact:hover {
background-position:0 -43px;
}
A:link {text-decoration: none; color:#FFFFFF;}
A:visited {text-decoration: none; color:#FFFFFF;}
A:active {text-decoration: none; color:#FFFFFF;}
A:hover {text-decoration: none; color:#FFFFFF;}
.white {color: #FFFFFF}
#main #form {
	background-image: url(images/bg_form.jpg);
	height: 191px;
	width: 572px;
	padding: 20px;
	float: left;
	margin-top: 20px;
}
#main #mainaddress {
	float: right;
	width: 240px;
	text-align: right;
	color: #0a2156;
	margin-top: 20px;
}
input {
	width:12em;
	border:1px solid #bebebe;
	background:#fafafa;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	font-family: arial, sans-serif;
	font-size: 10pt;
}
input:hover, input:focus {
	border-color:#bebebe;
	background:#f6f6f6;
} 
.comment {
	width:12em;
	border:1px solid #bebebe;
	background:#fafafa;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
#send {
background:transparent url(images/btn_send.jpg) no-repeat scroll 0 0;
display:block;
height:22px;
width:100px;
}
#send:hover {
background-position:0 -22px;
}
#main #sidebar {
	height: 260px;
	width: 260px;
	float: right;
	background-image: url(images/bg_logos.jpg);
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#main #sidebar2 {
	height: 260px;
	width: 340px;
	float: right;
	margin-left: 10px;
}
