body {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	color: #7a7a7a;
	background: #e9e2da;
	word-wrap: break-word;
}

*  {
    margin: 0;
    padding: 0;
}

p {
	margin:10px auto;
}

a {
	color:#8a8a8a;
	cursor:pointer;
}

img {
	border: 0;
}

#wrapper {
	background:transparent url(images/bg_container.gif) repeat-y;
	margin:20px auto 0;
	width:746px;
}

#container {
	background:transparent url(images/bg_wrapperTop.gif) no-repeat top center;
	width:720px;
	padding:13px 13px 0 13px;
	overflow:hidden
}

#homeMainImage {
	background:transparent url(images/image_home.gif) no-repeat top center;
	height:505px;
	width:720px;
	position:relative;
}

#slogan {
	position:absolute;
	top:430px;
	width:400px;
	left:0;
}

#content {
	background:transparent url(images/bg_content.gif) no-repeat top center;
	margin-top:4px;
	padding: 18px 12px 5px;
	line-height:20px;
	overflow:hidden;
}

#content a{
	color:#303094;
}

#content h1{
	color:#303094;
	font-size:16px;
	margin-bottom:12px;  
}

#content h2{
	color:#303094;
	font-size:18px; 
}

#content ul{
	margin-left:10px;
}

#content label {
	float:left;
	font-size:12px;
	padding-right:10px;
	text-align:right;
	width:130px;
}

#content input {
	margin:0 5px 4px 0;
}

#content textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#divider {
	background:transparent url(images/divider.gif) no-repeat top center;
	height:7px;
}

#navContainer {
	width:720px;
	background:#fff;
	overflow:hidden;
	margin-top:28px;
	overflow:hidden;
}

#logoBlock {
	float:left;
	width:237px;
	text-align:left;
	background:#fff;
	padding-left:18px;
}

#homeLink a {
	color:#2E3094;
	float:right;
	font-size:11px;
	margin:15px 20px 0pt 0pt;
	text-decoration:none;
}

#phone {
	color:#2E3094;
	font-size:11px;
	margin:15px 0pt 0pt 16px;
	text-align:left;
	font-weight:bold
}


#diversionsLink a{
	float: right;
	margin-right: 20px;
	font-size: 11px;
	font-weight:bold;
	color:#2E3094;
	text-decoration:none;
	font-size:11px;
	padding:5px 9px;
	background: transparent url(images/bg_diversions.gif) no-repeat bottom right;
}

.navBlock {
	float:left;
	width:140px;
	text-align:left;
	background:#fff;
	border-left:1px dotted #898989;
	padding:0 0 15px 10px;
}

	.navBlock h1{
		font-size:15px;
		color:#2e3094;
		text-transform:uppercase;
		font-weight:bold;
		margin-bottom:8px;
	}
	
	.navBlock a{
		text-decoration:none;
		font-size:11px;
		margin:0 9px;
		line-height:18px;
		
	}
	
	.navBlock a:hover{
		color:#2e3094;		
	}
	
.current{
		color:#8284D8;
		font-weight:bold;
	}
	
#wrapperBottom {
	background:#fff url(images/bg_wrapperBottom.gif) no-repeat;
	margin:0 auto;
	width:746px;
	height:28px;
}

#footer {
	background:transparent;
	margin:0 auto;
	width:721px;
	padding-right:25px;
	text-align:right;
	color:#8d8c8a;
	font-size:11px;
}

