﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #F4E9E8;
}

a:link {
	color: #9D4D44;
	text-decoration: underline;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #456F7A;
}

a:active {
	color: #456F7A;
}

#container {
	border-style: solid;
	border-width: 1px 1px 8px 1px;
	border-color: #D4A39D;
	margin: 20px auto 0px auto;
	min-width: 600px;
	width: 800px;
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
#masthead {
	background-image: url('../images/elite_header.gif');
	background-repeat: no-repeat;
	height: 108px;
}
#top_nav {
	padding: 0px 30px 0px 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	width: 540px;
	text-align: right;
	font-size: 11px;
	float: right;
	height: 10px;
	vertical-align: bottom;
	font-weight: normal;
	color: #808080;
	margin-top: 90px;
}
#right_col {
	width: 226px;
	float: right;
	padding-top: 48px;
	padding-right: 40px;
	padding-left: 40px;
}
#page_content {
	padding: 54px 60px 40px 60px;
	background-color: #FFFFFF;
	width: 368px;
}
#footer {
	padding: 0px;
	background-color: #F4E9E8;
	width: 800px;
	margin: 0px auto 10px auto;
	font-size: 10px;
}
#page_data {
	margin: 30px 120px 30px 120px;
	background-color: #FFFFFF;
	border-style: none;
	border-width: 0px;
	clear: left;
	width: 560px;
}
#image_bar {
	background-color: dadad9;
}
#contact_info {
	height: 27px;
	text-align: right;
	font-size: 10px;
}

#contact_info a {
	color: #456F7A;
	text-decoration: none;
}
#contact_info a:link {
	color: #456F7A;
	text-decoration: none;
}
#contact_info a:visited {
	color: #A7C4CD;
	text-decoration: none;
}
#contact_info a:hover {
	color: #333333;
	text-decoration: none;
}

#contact_info a:active {
	color: #333333;
	text-decoration: none;
}

#logo_ident {
	height: 108px;
	margin-right: 570px;
}
#top_nav ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#top_nav li {
	list-style-type: none;
	display: inline;
	padding-left: 16px;
}

#top_nav a {
	color: #456F7A;
	text-decoration: none;
}
#top_nav a:link {
	color: #8C453E;
	text-decoration: none;
}
#top_nav a:visited {
	color: #333333;
	text-decoration: none;
}
#top_nav a:hover {
	color: #558795;
	text-decoration: none;
}
#top_nav a:active {
	color: #456F7A;
	text-decoration: none;
}

#green {
	padding: 0px 20px 0px 20px;
	background-color: #DDDDCC;
	margin: 0px;
	width: 520px;
	float: none;
}

.current{
	color: #D4A39D;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	color: #A07973;
	font-family: Verdana, Geneva, Arial, sans-serif;
}
h2 {
	padding: 0px;
	font-size: 12px;
	color: #A07973;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 14px;
	color: #80AAB6;
	font-family: Arial, Helvetica, sans-serif;
}
.title {
	font-size: 11px;
	color: #558795;
	margin-bottom: 0px;
}
#page_content ul {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}
#page_content li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 0px 16px;
	padding: 0px;
}

#right_col ul {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}
#right_col li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 0px 16px;
	padding: 0px;
}

#page_content p {
	margin-bottom: 2px;
}
.service_name {
	font-size: 12px;
	color: #A07973;
}
.substyle {
	color: #5A413D;
	font-weight: bold;
}
.ital {
	font-style: italic;
}
#contactfooter {
	width: 560px;
	height: 20px;
	margin: 0px 120px 0px 120px;
}
.green {
	color: #919160;
	font-style: normal;
	font-weight: bold;
}

.greenclient {
	color: #976C66;
	font-style: normal;
	font-weight: normal;
}

.vote {
	font-style: italic;
	font-weight: bold;
}
