* {
	margin: 0;
}

html, body {
	font-family: Arial;
	height: 100%;
}

#home_container {
	background-color: #10528a;
	width: 760px;
	margin: 80px auto 0px auto;
}

#home_container #content {
	font-size: 1px;
}

#container {
	background-color: #10528a;
	width: 760px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em; /* the bottom margin is the negative value of the footer's height */
}

#header {
	height: 114px;
	background-image: url(/images/header_bg.png);
	width: 760px;
}

#header h1 {
	background: url(/images/logo.png) no-repeat;
	height: 52px;
	text-indent: -2000px;
	position: relative;
	top: 30px;
	left: 40px;
}

#navigation {
	width: 100%;
	height: 30px;
	background-color: #1f80d3;
}

#navigation ul {
	padding: 9px 0 0 30px;
	text-align: center;
}

#navigation li {
	padding: 0 30px 0 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	display: block;
	float: left;
	text-align: left;
}

a#nav_current {
	padding-bottom: 7px;
	display: block;
	border-bottom: 3px solid #fff;
}

#navigation a:link {
	
	color: #fff;
	text-decoration: none;
}

#navigation a:visited {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	color: #7bb4e5;
	text-decoration: none;
}

#content {
	color: #fff;
	font-size: 13px;
	line-height: 15px;
}


#content h1 {
	margin: 30px 40px 10px 40px;
	font-size: 23px;
	line-height:23px;
}

#content h2 {
	margin: 30px 40px 10px 40px;
	font-size: 18px;
	line-height: 18px;
}

#content h3 {
	margin: 15px 40px 10px 40px;
	font-size: 25px;
	line-height: 25px;
}

#content p {
	margin: 15px 40px 15px 40px;
}

#content p.highlight {
	margin: 15px 40px 15px 40px;
	background-color: #064379;
	padding: 20px;
	font-size: 16px;
	line-height: 18px;
}

#content p strong {
	font-weight: bold;
}

#content hr {
	margin: 15px 40px 0px 40px;
	height: 2px;
	background-color: #69a9d5;
	border: 0;
}

#content ul {
	margin: 15px 40px 15px 40px;
}

#content ul li{
	list-style-type: square;
	margin: 8px 0 0 25px;
}

#content a {
	color: #8bc3ea;
}

#content a:hover {
	color: #69a9d5;
}

#content img {
	float: left;
	margin: 15px 15px 15px 40px;
	border: 2px solid #8bc3ea;;
}
#header_divider {
	font-size: 1px;
	height: 1px;
	width: 680px;
	background-image: url(/images/divider_bg.png);
	background-repeat: repeat-x;
	margin: 0 40px 0 40px;
}

#google_map {
	float: left;
	display: inline;
	margin: 15px 0 15px 40px;

}

#google_map iframe{
	border: 2px solid #064379;
}

.contact_box {
	background-color: #064379;
	padding: 20px;
	float: right;
	display: inline;
	width: 200px;
	margin: 15px 40px 15px 0px;
}

#footer, #push {
	width: 760px;
	margin: 0 auto;
	height: 3em;
}

#footer {
	background-color: #064379;
}

#footer p {
	padding-top: 20px;
	font-size: 11px;
	color: #fff;
	text-align: center;
}