body {
	background-color: #ffffff;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
}

#nav {
	font-size: 12px;
	line-height: 23px;
	color: #FFFFFF;
}

 #nav a:link {
 	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 23px;
}
 #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;	
}
 #nav a:hover, #nav a:active, #nav a:focus {
	color: #2585A2;
	background-color: #BEDBE3;
	text-decoration: none;
	display: block;
}

.navover {
	color: #2585A2;
	background-color: #BEDBE3;
	text-decoration: none;
	display: block;
}

p {
	margin: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}	

li {
	margin: 0px 50px 0px 0px;
	line-height: 16px;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(../assets/bullet.gif);
}
blockquote {
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	color: #2585A2;
	width: 236px;
}

.border {
	border-right: 1px solid #2585A2;
	border-bottom: 1px solid #2585A2;
}

.borderLeft {
	border-left: 1px solid #2585A2;
	border-right: 1px solid #2585A2;
	border-bottom: 1px solid #2585A2;
}

.borderlight {
    border-top: 1px solid #2585A2;
	border-right: 1px solid #4DB0CA;
	border-bottom: 1px solid #2585A2;
}

.bordertopleft {
    border-top: 1px solid #2585A2;
	border-left: 1px solid #2585A2;
	border-right: 1px solid #4DB0CA;
	border-bottom: 1px solid #2585A2;
}

.bordertopright {
    border-top: 1px solid #2585A2;
	border-right: 1px solid #2585A2;
	border-bottom: 1px solid #2585A2;
}

.bordertop {
    border-top: 1px solid #2585A2;}

.bordermap {
    border: 1px solid #2585A2;
}	

.credit {
	margin: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-style: italic;
}	

.linklogo {
	padding: 8px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
}

.topspacing {
    padding-top:6px;
}

#maincontent {
	margin: 0px;
	font-size: 12px;
}

#maincontent p {
	margin: 0px 6px 0px 0px;
	text-align: left;
}


h1 	{margin: 10px 0px 0px 0px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2585A2;
}

h2 	{
	margin: 6px 46px 14px 0px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 3px;
	text-align: left;
}

.bold {font-weight: bold;}

.texthighlight {color: #2585A2; }

.textwhite {color: #FFFFFF; }

/* 	Link styles for Main Content only
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */
#maincontent a:link {
	font-weight: normal;
	color: #2585A2;
	text-decoration: none;
}
#maincontent a:visited {
	font-weight: normal;
	color: #2585A2; 
	text-decoration: none;
}
#maincontent a:hover, #maincontent a:active, #maincontent a:focus {
	font-weight: normal;
	color: #2585A2;
	text-decoration: underline;
}

.intropara {
    padding: 0px 25px 0px 0px;
	font-size: 14px;
	font-weight: lighter;
	line-height: 20px;
	color: #333333;
}



.copy {
	padding: 0px 25px 0px 0px;
	text-align: left;
}

.caption {
	margin: 0px;
	font-size: 11px;
	color: #ffffff;
	background-color: #2585A2;
	padding: 3px;
}

.testimonial {
	text-align: left;
	font-size: 12px;
	color: #2585A2;
}

.testimonialName {
	text-align: left;
	font-size: 12px;
	color: #666666;
}

.line {
	border-top: 1px dotted #2585A2;
	border-bottom: 1px dotted #2585A2;
}

.tint {
	background-image: url(../assets/tint.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}

.box {
	background-color: #EAF3F6;
	padding: 5px;
	width: 95%;
}

.img {
	margin: 0px 0px 5px 0px;
}
	
#imagestop {
	margin: 20px 0px 0px 4px;
}

#imagestop a:link {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#imagestop a:visited {
	font-weight: bold;
	color: #cccccc; 
	text-decoration: none;
}
#imagestop a:hover, #imagestop a:active, #imagestop a:focus {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

#footer {
	margin: 0px;
	font-size: 10px;
	padding: 6px 0px 6px 0px;
	text-align: right;
	color: #666666;
}
/* 	Link styles for Footer Content only
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */
#footer a:link {color: #2585A2; text-decoration: none;}
#footer a:visited {color: #2585A2;}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #2585A2;
	text-decoration: underline;
}

