@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
	background: #233C51;
}
h1, h2, h3, h6 {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: normal;
	color: #3A628A;
	margin: 0;
}
h1 a, h2 a, h3 a, h6 a { color: #3A628A; text-decoration:none; }

h2 { font-size: 18px; }

h3 { font-size: 16px; }

h6 {
	font-size: 11px;
	line-height: 1.4em;
	font-weight: normal;
	color: #666;
}

p, ul {
	line-height: 1.45em;
	margin-top: 0px;
	margin-bottom: 2em;
	font-size: 13px;
	color: #333;
}
ul { margin-left: 20px; line-height:2em; padding:0; list-style:circle outside url('../images/ul_bullet.gif'); }
lh { margin-left:-20px; line-height:1.5em; font-weight:bold; padding:0; }

a img { border-style: none; }
a { color: #B41E1E; text-decoration: underline; }
a:hover { text-decoration: none; }
a:active,a:focus{ outline:none; }

#page {
	margin: 0px auto;
	width: 760px;
	background: #FFF repeat-y center;
	padding-right: 20px;
	padding-left: 20px;
}
#header {
	clear: both;
	padding-top: 25px;
	height: 60px;
}
img#logo {
	height: 35px;
	width: 208px;
	display: inline;
	float: left;
}

#address {
	font-size: 11px;
	line-height: 1.4em;
	color: #666;
	float: right;
	display: inline;
	text-align: right;
}
#sidebar {
	display: inline;
	float: left;
	width: 200px;
	clear: left;
	margin-right: 20px;
}
#sidebar ul#nav {
	display: block;
	height: 220px;
	font-size: 16px;
	line-height: .95em;
	background: url(../images/nav_bg.png);
	margin: 0px 0px 15px;
	padding-left: 20px;
	list-style: url(none) none;
	color: #3A628A;
	padding-right: 25px;
	padding-top: 10px;
}
#sidebar ul#nav li a {
	color: #3A628A;
	text-decoration: none;
	padding:8px 0;
	display:block;
}
#sidebar ul#nav li a:hover { color: #B41E1E; }
#sidebar ul#nav li {
	border-top: 1px solid #B2B2B2;
	padding-left: 15px;

}
#sidebar ul#nav li.first { border-top-style: none; }

#sidebar p {
	font-size: 11px;
	line-height: 1.2em;
}

#sidebar h2 { color: #4D4D4D; }

#content {
	display: inline;
	float: left;
	width: 540px;
}
#photo {
	clear: both;
	height: 230px;
	width: 540px;
	margin-bottom: 15px;
}

.quote {
	background: #E6E6E6;
	clear: both;
	color: #4D4D4D;
	font: 14px/1.7em Georgia, "Times New Roman", Times, serif;
	padding: 15px;
	width: 410px;
}
.quote .byline {
	color: #999;
	font: 12px/1.4em Arial, Helvetica, sans-serif;
	clear: both;
	margin-top: 10px;
	display: block;
}

#footer {
	color: #4D4D4D;
	text-align: center;
	clear: both;
	background: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 20px -20px 0 -20px;
}

#footer p, #footer a { color: #4D4D4D; }
#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

.col2 {display:inline; float:left; width:49%;}
hr { clear:both; color:white; background-color:white; border:none; }
