/* CSS Document */

body {
	margin: 0;
	font: normal 12px arial, sans-serif;
	color: #fff;
	background: #fff;
	text-align: left;
}

a {
	color: #1f5888;
	text-decoration: none;
}

a:hover {
	color: #444;
}

p {
	line-height: 100%;
	text-align: justify;
	margin: 3px 5px 3px 3px;
}

a img {
	border: 0;
}

#main_container {
	background: #8298a5;
	width: 800px;
	margin: 0 auto 0 auto;
}

#banner {
	margin: 0 auto 0 auto;
	width: 800px;
	height: 260px;
	background: #fff url(images/banner.jpg) no-repeat;
}

#navcontainer {
	margin: 0;
	padding: 0;
}

#nav {
	padding-top: 90px;
	padding-left: 60px;
	margin-left: 0;
	width: 170px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#nav li {
	list-style: none;
	font-family: arial, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
}

#nav a {
	color: #324450;
	display: block;
	width: 180px;
	height: 15px;
	text-decoration: none; 
	margin: 0 0 9px 0;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #324450;
}

#help {
	width: 115px;
	height: 35px;
	background: #fff url(images/get_help.gif) no-repeat;
	margin: 3px;
}

#call {
	width: 170px;
	height: 100px;
	background: #fff url(images/call.gif) no-repeat;
	margin: 3px 3px 3px 15px;
}


#content {
	background: #d7dfe4;
	width: 700px;
	margin: 0 auto 0 auto;
}

#content h1 {
	color: #324450;
	font-family: "century gothic", sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
	margin: 5px;
	padding: 0;
}

#content p {
	color: #777;
	font-family: arial, serif;
	margin: 0 5px 15px 5px;
	padding: 0;
}

#right_content {
	padding-left: 250px;
}

#left_content {
	width: 225px;
	float: left;
}

#left_content h1 {
	color: #324450;
}

#left_content p {
	color: #666;
}

.contentimg {
	background: #fff;
	float: right;
	padding: 5px;
	border: 1px solid #888;
	margin: 15px 8px 15px 15px;
}

.contentimg2 {
	background: #fff;
	float: left;
	padding: 5px;
	border:1px solid #888;
	margin: 15px 15px 15px 8px;
}

#footer {
	color: #fff;
	text-align: center;
	width: 700px;
	background: #324450;
	padding: 5px 0 5px 0;
	margin: 0;
}

#footer a {
	color: #eee;
}

#footer p {
	text-align: center;
}