/*********************** TAG CLASSES ********************/
body {
	background: #91bccf;
	margin: 0px;
	padding: 0px;
	font: 12px/140% Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	padding: .75em;
}
hr {
	border: 0px;
	color: #CDD7E0;
	height: 1px;
	background: #91BCCF;
	margin: 15px auto;
	padding: 0px;
}
h1 {
	font-size: 170%;
}
h2 {
	font-size: 160%;
	color: #FFFFFF;
	background: #528193;
}
h3 {
	font-size: 150%;
	background: #264F59;
	color: #C7DAE0;
}
h4 {
	font-size: 140%;
	color: #538095;
}
h5 {
	font-size: 130%;
}
h6 {
	font-size: 120%;
}
/*********************** Layout Styles ********************/

#wrapper {
	background: #FFFFFF url(../images/layout-fill.jpg) repeat-y;
	width: 800px;
	padding: 0px;
	position: relative;
	margin: 0px auto;
}
#topbar {
	background: url(../images/layout-top.jpg) no-repeat top;
	position: relative;
	height: 40px;
	width: 800px;
	color: #FFFFFF;
}
#header {
	margin: 0px auto;
	width: 720px;
	position: relative;
	background: url(../images/headerV3.jpg) no-repeat;
	height: 129px;
}
#content {
	width: 720px;
	margin: 10px auto;
	position: relative;
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-y;
}
#content .left {
	width: 400px;
	float: left;
}
#content .right {
	position: relative;
	margin-left: 420px;
	font-size: 96%;
}
#content .inner {
	padding: .5em;
	position: relative;
}
#footer {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: url(../images/footerv1.jpg) repeat-y;
	color: #FFFFFF;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 8px;
}
#bottombar {
	background: url(../images/layout-bottom.jpg) no-repeat bottom;
	position: relative;
	height: 35px;
	width: 800px;
}
#copyright {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*********************** Top Menu Styles ********************/
#topmenu {
	width: 720px;
	margin: 10px auto 0px;
	position: relative;
}
#topmenu td {
	width: 25%;
}
#topmenu .btnblue {
	background: url(../images/btn-blue-large.jpg) repeat-y;
	border-right: 2px solid #FFFFFF;
}
#topmenu .btngreen {
	background: url(../images/btn-green-large.jpg) repeat-y;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
#topmenu .btnorange {
	background: url(../images/btn-orange-large.jpg) repeat-y;
	border-left: 2px solid #FFFFFF;
}
#topmenu .first {
	border-right: 2px solid #FFFFFF;
}
#topmenu a, #topmenu a:link, #topmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
#topmenu a .large {
	color: #FFFFFF;
	font-size: 150%;
}
#topmenu a .small {
	font-size: 68%;
	margin-top: 2px;
}
#topmenu a:hover .large {
	font-size: 170%
}
#topmenu a:hover .small {
	font-size: 60%;
}
/******************************************************/





/*********************** Navigation Styles ********************/
a img {
	border-style: none;
}
a, a:link, a:visited, a:active {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#topbar a {
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
}
#footer a, #footer a:link, #footer a:visited {
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
/*********************** Text Styles ********************/

p {
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
.smalltext {
	font-size: 90%;
}
.subtext {
}
.subtext p {
	font-size: 96%;
	text-align: justify;
	padding: .5em;
	line-height: 1.35em;
}
.service-list {
	color: #333333;
	line-height: 1.3em;
	padding-left: 10px;
}
.service-list img {
	padding-right: 5px;
	padding-left: 3px;
}
/*********************** Misc Styles ********************/
.clearall {
	clear: both;
	float: none;
}
.clearleft {
	clear: left;
	float: none;
}
.clearright {
	clear: right;
	float: none;
}
.centerme {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.error {
	font: 90% "Times New Roman", Times, serif;
	color: #930;
}
