﻿/* CSS layout */
body {
	color: #898989;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 750px;
}

p {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding-bottom: 1em;
	font-size: 1.5em;
	text-align: left;
}

h2 {
	margin: 0;
	color: #287F06;
	padding-bottom: 1em;
	font-size: 1.3em;
	text-align: left;
}

h3 {
	font-size: 1.3em;
	text-align: left;
}

h4 {
	font-size: 1.2em;
	text-align: left;
}

h5 {
	font-size: 1.1em;
	text-align: left;
}

h6 {
	font-size: 0.8em;
	text-align: left;
}

a:link {
	color: #2c7cc3;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
} 

a:hover {
	color: #2c7cc3;
	text-decoration: underline;
}

ul {
	margin-top: 0;
}

.alt {
	color: #287F06;
}


#masthead {
	width: 100%;
	background-image: url('images/header-bg.gif');
}

#logo {
	width: 150px;
	left: 0px;
	top: 0px;
}

#coname {
	margin-top: -50px;
	margin-left:150px;
	background-image:url('images/logo-text.gif');
	background-repeat: no-repeat;
	text-indent: -99999px;
	height: 52px;
	width: 243px;
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: 100%;
}
#left_nav {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#nav {

	font-size: 0.9em;
	margin-left: 150px;
	background-color: #cccccc;
	padding-left:20px;
	height: 19px;
}

#left_col {
	width: 150px;
	position: absolute;
	text-indent: -99999px;
	left: 0px;
	top: 10px;
	background-image:url('images/phone.gif');
	background-repeat: no-repeat;
	height: 12px;
	width: 150px;
}

#page_content {
	padding: 40px 20px 10px 20px;
	margin-right: 260px;
	margin-left: 150px;
}

#right_col {
	width: 150px;
	padding: 40px 0 0 0;
	margin-right: 90px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#articlewrapper {
	width: 100%;
}

#article1 {
	float: left;
	width: 50%;
	position: relative;
	text-align: left;
}

#article2 {
	margin-top: 50px;
	margin-left: -30px;
	position: relative;
}

#footer {
	position: absolute;
	padding: 5px 0 5px 150px;
	color: #000000;
	font-size: 0.8em; 
}

#right_col ul li {
	color: #2c7cc3;
	font-size: 0.9em;
	display: block;
	border-left: none #776455;
	border-bottom: solid #b5b5b5 1px;
	border-right: none #776455;
	padding-top: 5px;
	padding-bottom: 10px;
	list-style-type: none;
	display: block;
}

#right_col ul {
margin: 0px;
padding: 0px;
}

.news {
	font-size: 0.8em;
	margin: 0;
	padding: 0 10px;
}

.highlight {
	color: #2c7cc3;
}

