/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #D4DBF7;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: circle;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
}

h1,h2,h3 {
	font-weight: normal;
	padding-top: 6px;
	margin-bottom: 15px;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.4em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
	line-height: 1.5em;
}

.homeImage{
	text-align:center;
}

/* header */
.top {
	background: #D4DBF7;
	padding: 15px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 187px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 150px;	
}
.header .left {
	background: url(img/header.gif) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 73px;
	text-align: center;	
	width: 564px;
}

.header .left .address {
	font-size: 0.6em;
}

.header .left .address a {
	text-decoration:none;
	color:#FFF;
}

.header .right {
	overflow: hidden;
	width: 212px;
	height: 191px;
	background-color: white;
}

.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* nav */
.navcontainer {
	background: #0D8BE2;
	height: 41px;
	width: 564px;
	float: left;
}
.nav {	
	background: #0D8BE2;
	height: 40px;
	float: left;
}
.nav a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFAFAF;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 19px;
	text-decoration: none;
}
.nav a:hover, .nav a.current {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 4px solid #FFF;
}

/* content */
.content {
	width: 746px;
	float: left;
	margin:10px 0 5px;
	padding: 0 16px;
	border: solid 1px #EEE;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
	float:right;
}
.content li {
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.content p.center {text-align: center;}

/* footer */
.footer {
	background: #D9E1E5 url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
	margin-top:10px;
}
.footer a,.footer a:hover {color: #FFF;}

table { margin: auto; }

.twelvepoint {
	border: 1px #ccc solid;
	width:450px;
}

.twelvepoint th { background-color:#D9E1E5;}

.twelvepoint li {
	list-style:decimal;
	margin-left: 0px;
	list-style-position: inside;
}

/* contact form (additional) */
#form-div {
	margin:0 auto;
}
