/* basic */

body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font: normal 11px/25px Verdana, Helvetica, sans-serif;
	color: black;
	background: white url(../images/bg.jpg) center top no-repeat;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}
#print {
	display: none;
}
a img {
	border-width: 0;
}

/* container */

.container {
	width: 760px;
	margin: 0 auto;
}
.clearing {
	clear: both;
}

/* top */

.top {
	text-align: right;
}
.top p {
	color: #01519a;
	font-size: 13px;
	line-height: 15px;
	padding: 25px 0 0;
}
.top p a {
	display: block;
	background: url(../images/mail.png) 654px 4px no-repeat;
	color: #01519a;
}

#logo {
	display: block;
	float: left;
	margin: 13px 0;
	position: relative;
	left: 15px;
	width: 189px;
	height: 114px;
	background: url(../images/logo.png) left top no-repeat;
}

/* nav */

.nav {
	float: left;
	width: 149px;
	padding: 14px 20px 10px;
	margin: 5px 0 0 ;
	position: relative;
	left: 15px;
	background: white;
}
html>body .nav {
	background: url(../images/nav.png) left top;
}
.nav a, .menutitle {
	font-size: 15px;
	font-weight: bold;
	display: block;
	text-align: right;
	text-decoration: none;
	color: #2969ad;
	padding: 0 0 2px;
	border-top: 1px solid #155fa2;
}

.menutitle{
	border-top: 0px solid #155fa2;
}

#servicespage .menutitle{
	border-top: 1px solid #155fa2;
}

.nav span a {
	font-size: 13px;
	font-weight: normal;
	padding-right: 5px;
}

.nav span#sub1 {
	display: none;
}

#servicespage .nav span#sub1 {
	display: block;
}

.nav a:hover, .menutitle:hover {
	color: #0b589e;
}
#home {
	border: 0;
}

/* usp */

.usp {
	float: left;
	width: 523px;
}
.usp a {
	display: block;
	text-indent: -5000px;
	float: left;
}
#usp_01 {
	width: 262px;
	height: 185px;
	background: url(../images/usp_01.png) left top no-repeat;
}
#usp_02 {
	width: 260px;
	height: 185px;
	background: url(../images/usp_02.png) left top no-repeat;
}
#usp_03 {
	width: 523px;
	height: 97px;
	background: url(../images/usp_03.png) left top no-repeat;
}

/* content */

.contentcontainer {
	float: left;
	width: 523px;
	margin: 5px 0 0;
	position: relative;
	left: 30px;
}
.content {
	padding: 14px 0 10px;
	background: white;
	text-align: left;
	color: #01519a;
}
html>body .content {
	background: url(../images/nav.png) left top;
}
.content h1 {
	font-size: 14px;
	padding: 0 35px 10px;
}
.content h2 {
	font-size: 13px;
	padding: 10px 35px 5px;
}
.content h2 {
	font-size: 12px;
	padding: 10px 35px 5px;
}
.content p {
	font-size: 11px;
	padding: 10px 35px 5px;
}
.content ul {
	font-size: 11px;
	padding: 10px 55px 0;
}
.content li {
	padding: 0 0 10px;
}
.content a {
	color: #01519a;
	font-weight: bold; 
}

/* footer */

#cro {
	border-top: 24px solid #719dc6;
	width: 175px;
	padding: 7px;
	margin: 0 0 30px;
	position: relative;
	left: 15px;
	float: left;
	color: #719dc6;
	line-height: 15px;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
}
#address2 {
	width: 175px;
	padding: 7px 0 0 20px;
	margin: 0 0 60px;
	position: relative;
	left: 15px;
	float: left;
	color: #719dc6;
	line-height: 15px;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
}
#footer {
	background: #719dc6;
	padding: 4px 7px 5px;
	position: relative;
	left: 30px;
	width: 509px;
	float: left;
	color: white;
	line-height: 15px;
	font-size: 10px;
	font-weight: bold;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#webdesign {
	text-align: right;
	padding: 10px 7px 5px;
	margin: 0 0 0 15px;
	width: 509px;
	float: left;
	color: #719dc6;
	line-height: 15px;
	font-size: 10px;
	font-weight: bold;
}
#webdesign a {
	color: #719dc6;
}

/* contact form */

/* contactform */

#contactform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#contactform textarea, #contactform input, #contactform select {
	font: normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #afc3e5;
	padding: 1px 2px;
}
#contactform textarea {
	width: 150px;
	height: 80px;
	
}
#contactform p {
	clear: both;
	padding: 5px 0 0;
}
#contactform label {
	display: block;
	width: 140px;
	float: left;
	text-align: right;
	margin-right: 10px;
}
#contactform .submit,  #contactform .reset {
	margin-left: 150px;
	border-width: 0;
	color: white;
	font-weight: bold;
	background: #719DC6;
}
#contactform .reset {
	margin-left: 0;
	color: #d9dde7;
}