/* CSS Document */

body {
	margin: 0px;
	color: #000000;
	background: #F0F0F0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	color: #003C7E;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
} 

h2 {
	font-size: 14px;
	color: #003C7E;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
} 

a:link {
	color: #003C7E;
	text-decoration:none;
}

a:hover {
	color: #999;
	text-decoration:none;
}

a:visited {
	color: #003C7E;
	text-decoration:none;
}

#top {
	position: relative;
	margin: 0px auto 0px auto;
	width: 950px;
	height: 900px;
	z-index: 1;
	text-align: center;
	background: url("images/shadow.gif") repeat-y #FFFFFF;	
	background-position: center center;
}

#contact{
	position:absolute;
	left:35px;
	top:325px;
	height:505px;
	width:455px;
	}

#contacti{
	position:absolute;
	width:450px;
	height:40px;
	left:1px;
	text-align:left;
	}

#contacttitle{
	position:absolute;
	top:45px;
	left:1px;
	width:450px;
	height:40px;
	text-align:left;
	color:#254D88;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#contactdesc{
	position:absolute;
	top:90px;
	left:1px;
	width:450px;
	height:399px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}

#quote{
	position:absolute;
	background:url(images/contact/quote.jpg);
	left:30px;
	top:130px;
	width:890px;
	height:150px;
	}
	
#map{
	position:absolute;
	height:350px;
	width:425px;
	top: 325px;
	right: 30px;
}
