/* basic */

body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font: normal 11px/15px Verdana, Helvetica, sans-serif;
	color: #3b3b3b;
	background: white;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}
#print {
	display: none;
}
a img {
	border-width: 0;
}

/* container */

.container1 {
	width: 940px;
	margin: 0 auto;
	padding-top:80px;
	background: transparent;
}
.container12{
	width: 940px;
}
.clearing {
	clear: both;
}
#topbar, #top {
	display: block;
	width: 940px;
}
#topbar {
	height: 15px;
	background: url(../images/topbar.jpg) left top no-repeat;
}
#top {
	height: 116px;
	background: url(../images/top.jpg) left top no-repeat;
	margin-top:100px;
}

/* nav */

#nav01, #nav02, #nav03, #nav04 {
	float: left;
	height: 30px;
}
#nav01 {
	width: 194px;
	background: url(../images/nav01.jpg) left top no-repeat;
}
#nav02 {
	width: 205px;
	background: url(../images/nav02.jpg) left top no-repeat;
}
#nav03 {
	width: 223px;
	background: url(../images/nav03.jpg) left top no-repeat;
}
#nav04 {
	width: 318px;
	background: url(../images/nav04.jpg) left top no-repeat;
}

/* content */

.contentcontainer {
	background: white url(../images/content.jpg) left top repeat-y;
}
.content {
	width: 820px;
	float: left;
	text-align: left;
	position:relative;
}
.floatleft {
	float: left;
	position: relative;
	left: 13px;
}

.content h1 {
	font-size: 17px;
	padding: 10px 30px;
	font-weight: bold;
}
.content p {
	font-size: 14px;
	line-height: 24px;
	/*color: #6f6f6f;*/
	/*color:#666666;*/
	color:#5B5B5B;
	padding: 10px 30px;
	text-align:justify;
}
.content li {
	font-size: 14px;
	line-height: 24px;
	color: #6f6f6f;
}
.left, .right {
	float: left;
	width: 60px;
	height: 324px;
	background: url(../images/left.jpg) left top no-repeat;
}
.right {
	background: url(../images/right.jpg) left top no-repeat;
}

/* contact form */
#contactform {
	height: 350px;
}
#contactform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}
#contactform textarea, #contactform input {
	font: normal 13px/15px Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 2px;
	width: 270px;
	border: 1px solid #004f80;
	height: 18px;
}
#contactform textarea {
	height: 135px;
	padding: 2px;
}
#contactform legend {
	font-size: 17px;
	display: block;
	padding: 20px 0 5px 65px;
	font-weight: bold;
	color: #5e8dab;
}
#contactform p {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #5e8dab;
	padding: 5px 0 0;
}
#contactform label {
	display: block;
	width: 45px;
	float: left;
	text-align: left;
	margin-right: 10px;
	padding: 6px 0 0 10px;
}
#contactform .submit {
	display: block;
	width: 85px;
	height: 15px;
	margin-left: 246px;
	border: 0;
	background: url(../images/submit.jpg) left top no-repeat;
	cursor: pointer;
}

/* footer */

.footer {
	clear: both;
	font-size: 10px;
	padding: 25px 0;
	background: url(../images/footer.jpg) left top no-repeat;
}
.footer p {
	padding: 0 0 10px;
}
.footer a {
	color: #3b3b3b;
}

 a {color:#0e5987;}
.content img.rightimg {
	float:right;
	margin-top: 0.5em;
	margin-right: 30px;
	margin-left: 20px;
	padding:5px;
	background-color: #fff;
	border: 1px solid #ebebeb;
	}

#usp {
	position:absolute;
	top: 0px;
	right: 0px;
}

#index .content h1 {clear:both;}
