body {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #ECECEB;
	background-image: url(images/gradback_01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/********* Top Navigation Area ********************/
#topnavigation {
	width: 910px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}
#logoarea {
	width: 160px;
	height: 180px;
	float: left;
}
#navarea {
	width: 750px;
	height: 98px;
	float: right;
}
#sitenavigation {
	width: 400px;
	height: 30px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
}
#contactnavigation {
	width: 610px;
	height: 48px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	background-attachment: scroll;
	background-image: url(images/accredlogos_07.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#servicesnavigation {
	width: 730px;
	height: 36px;
	float: right;
	border-bottom-width: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
.servicesnavigationtablightblue {
	width: 119px;
	height: 36px;
	background-attachment: scroll;
	background-image: url(images/navtabback_12.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-left-width: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
}
.servicesnavigationtabdarkblue {
	width: 119px;
	height: 36px;
	background-attachment: scroll;
	background-image: url(images/navtabback_09.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-left-width: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
}
.iconfloatright {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/********* Content Area ********************/
#content {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	background-color: #FFF;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.bodytext {
	width: 700px;
}

/********* Bottom Navigation Area ********************/
#bottomnavigation {
	width: 100%;
	background-color: #102E7B;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 20px;
	border-top-color: #00B4DE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	
}

/********* Text Styles ********************/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	line-height: 44px;
	color: #00B4DE;
	margin: 0px;
	padding: 0px 0px 5px;
	font-style: italic;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 34px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.blackserif {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-style: italic;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}
.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;

}

/********* Links ********************/

a:link, a:visited {
	text-decoration: none;
	color: #00B4DE;
	font-weight: bold;
	text-transform: uppercase;
}
a:hover {
	text-decoration: underline;
	color: #00B4DE;
	font-weight: bold;
	text-transform: uppercase;
}
#sitenavigation a:link, #sitenavigation a:visited {
	text-decoration: none;
	color: #00B4DE;
	font-weight: bold;
}
#sitenavigation a:hover {
	text-decoration: underline;
	color: #00B4DE;
	font-weight: bold;
}
#contactnavigation a:link, #sitenavigation a:visited {
	text-decoration: none;
	color: #00B4DE;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 14px;
}
#contactnavigation a:hover {
	text-decoration: underline;
	color: #00B4DE;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 14px;
}
#servicesnavigation a:link, #servicesnavigation a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#servicesnavigation a:hover, #toprightmainnav #current {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	list-style-position: inside;
	list-style-image: url(images/bullet_25.gif);
	font-weight: bold;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #A7ADAE;
	padding: 20px;
	margin: 0px;
}
.imagefloatleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
}
.imagefloatright {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.dottedunderline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#contactcontent {
	width: 870px;
	height: 600px;
}
#map {
	width: 450px;
	height: 500px;
	border: 6px solid #CCCCCC;
	float: right;
}
#contactleft {
	width: 350px;
	height: 500px;
	float: left;
	padding-right: 20px;
}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.smalltextblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

