﻿body {
	margin: 0px;
	background-color: #DEE6F3;
	color: #77787B;
	font-family: Verdana;
	font-size: 10pt;
}
#logo{
	position:relative; 
	float: left; 
}
#header{ 
	position: relative;
	width: 723px; 
	margin: 0 auto; 
}
#footer-links{
	width:100%; 
	background-color:#FFF; 
	padding-bottom:15px; 
	padding-top:30px;
}
#footer-links ul{
	border-top:1px dashed #A6A7A8;
	width:692px; 
	margin: 0 auto;	
	padding:5px 0 0 0; 
}
#footer-links ul li{
	list-style:none;
	display:inline; 
	margin-right: 25px; 
	position:relative; 
}

.sidebar{
	position:relative; 	
}
.left{
	width:500px; 
	float:left; 
}
.rightcontact{
	width:200px;
	float:right;
	text-align:center;
	right:25px;
	height: 140px;
	margin-top:35px; 
	position:relative;
}
.rightservices{
	width:200px;
	float:right;
	text-align:center;
	right:300px;
	top: -150px;
	height: 120px;
}
.right{
	width:200px; 
	float:right; 
	text-align:center;
}
img {
	border-width: 0px;
}

a {
	color: #57B7DE;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p {
	font-family: Verdana;
	color: #77787B;
	font-size: 10pt;
	line-height: 18px;
	padding: 0px;
	margin: 0px 0px 1em 0px;
}

.testP {
	margin-bottom: 20px;
}

.articleList {
	margin-top: 2em;
	border-top: 1px #A6A7A8 dashed;
	padding-top: 1em;
}
.articleList ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-image: url('images/bullet.gif');
}
.articleList li {
	margin-top: .5em;
}

h1 {
	color: #4A4244;
	font-size: 12pt;
	font-family: Verdana;
	padding: 0px;
	margin: 0px 0px 0px 15px;
}
h2 {
	font-size: 10pt;
	font-family: Verdana;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 11pt;
	padding: 0px;
	margin: 10px 0px 5px 0px;
}
.contact {
	background-image:url(images/contact_topright.jpg)
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
}

.divSiteWrapper {
	background-color: #FFFFFF;
	background-image: url('images/body_tile.png');
	background-repeat: repeat-x;
	background-position: top;
}
.divNavBar {
	background-position: top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	background-image: url('images/nav_tile.png');
	background-repeat: repeat-x;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.divNavBar a {
	background-position: center top;
	color: #9C9DA0;
	display: block;
	height: 38px;
	padding-top: 15px;
	background-image: url('images/nav_tab_back.png');
	background-repeat: no-repeat;
	text-decoration: none;
}
.divNavBar a:hover {
	background-position: center top;
	color: #57B7DE;
	background-image: url('images/nav_tab.png');
	background-repeat: no-repeat;
	font-size: 12pt;
	text-decoration: none;
}
.navTab {
	width: 140px;
	height: 67px;
	vertical-align: top;
}

.divContentWrapper {
	width: 723px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
.divFooter {
	background-image: url('images/footer_tile.png');
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 30px;
	color: #7AA7F1;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.divFooter a {
	color: #7AA7F1;
	text-decoration: none;
}
.divFooter a:hover {
	color: #7AA7F1;
	text-decoration: underline;
}

.divDashedBorder {
	margin: 5px auto 10px auto;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #A6A7A8;
	width: 692px;
}
