/* CSS Document */

body {
	margin:0;
	font: normal 12px verdana, sans-serif;
	color: #111;
	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 {
	float: left;
	background: #fff;;
	width: 800px;
	margin: 0;
}

#logo {
	width: 200px;
	height: 100px;
	background: #fff url(images/logo.gif) no-repeat;
}

#banner {
	float: right;
	width: 600px;
	height: 250px;
	background: #fff url(images/banner.jpg) no-repeat;
}

#left_section {
	float: left;
	width: 200px;
}

#navcontainer {
}

#nav {
	padding-left: 15px;
	margin-left: 0;
	width: 170px;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#nav li {
	list-style: none;
}

#nav a {
	display: block;
	width: 159px;
	height: 20px;
	background: #c8e7eb;
	margin: 1px 0 0 0;
	padding: 3px;
	border-right: 5px solid #183940;
	text-decoration: none; 
}

#nav a:hover {
	background-color: #183940;
	border-right: 5px solid #c8e7eb;
	color: #fff;
}

#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 {
	float: right;
	background: #dde9eb;
	width: 600px;
	margin: 0;
	border-top: 10px solid #183940;
}

#content h1 {
	color: #527a83;
	font-family: impact, sans-serif;
	font-size: 2.2em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px;
	padding: 0;
}

#content p {
	color: #777;
	font-family: arial, serif;
	margin: 0 5px 15px 5px;
	padding: 0;
}

.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;
	float: right;
	text-align: center;
	width: 600px;
	background: #183940;
	padding: 5px 0 5px 0;
}

#footer a {
	color: #eee;
}

#footer p {
	text-align: center;
}