body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #393939;
	margin: 8px;
}

p {
	margin: 6px 0 8px 0;
}

a {
	text-decoration: underline;
	color: #5591B3;
}
a:hover {
	text-decoration: none;
}

form {
	margin: 0;
}

input, select, textarea {
	border: 1px solid #B5B5B5;
	color: #8C8C8C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.noBorder {
	border: none;
}

label {
	cursor: pointer;
}

img {
	border: none;
}

.printOnly {
	display: none;
}

.clear {
	clear: both;
}

#container {
	width: 939px;
	margin: 0 auto;
}

#header {
	margin-bottom: 1px;
}

#search {
	position: absolute;
	top: 35px;
	left: auto;
	right: auto;
	margin-left: 780px;
}

#sections {
	position: absolute;
	top: 60px;
	left: auto;
	right: auto;
	width: 935px;
	text-align: right;
	color: #B5B5B5;
}
#sections a {
	color: #415165;
}

#topNavigation {
	position: absolute;
	top: 79px;
	left: auto;
	right: auto;
	margin-left: 0px;
	width: 939px;
	height: 21px;
	line-height: 21px;
	background-image: url(../images/navigation_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 10px;
}
#topNavigation a {
	color: #FFFFFF;
	padding: 4px 8px;
	text-decoration: none;
}
#topNavigation a:hover, #topNavigation a.selected {
	background-image: url(../images/navigation_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#topNavigation a.selected {
	font-weight: bold;
}

#topNavigation .separator {
	background-image: url(../images/navigation_separator.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 4px 0px;
}

#container2 {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}

/* the 2 following definitions fixes an IE bug with floated DIVs */
#container2:after {
	content: ".";  
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/*  \*/
* html #container2 {
	height: 1%;
}
/*  */

#container3 {
	float: left;
	width: 758px;
	margin-right: 1px;
}

#container3 hr {
	display: none;
}

#title {
	background-color: #83B7CF;
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	border-bottom: 1px solid #FFFFFF;
}

#title h2 {
	font-size: 12px;
	margin: 0;
}

#title h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#title h2 a:hover {
	text-decoration: underline;
}

#leftNavigation {
	float: left;
	width: 182px;
	margin-right: 1px;
	padding-bottom: 32px;
}

#leftNavigation a.item {
	display: block;
	background-color: #5591B3;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 12px;
	border-bottom: 1px solid #FFFFFF;
	height: 16px; /* IE "min-height" trick */
	min-height: 16px; /* IE "min-height" trick */
	padding-top: 5px;
	padding-bottom: 4px;
}
#leftNavigation a.item:hover {
	text-decoration: underline;
}
*>#leftNavigation a.item {
	height: auto; /* IE "min-height" trick */
}

#leftNavigation strong a.item {
	background-image: url(../images/arrow1.gif);
	background-position: 172px 15px;
	background-repeat: no-repeat;
}

#leftNavigation .sub {
	background-color: #7EC017;
	border-bottom: 1px solid #FFFFFF;
	padding: 8px 8px 0 0;
}

#leftNavigation .sub a {
	color: #FFFFFF;
	text-decoration: none;
}
#leftNavigation .sub a:hover {
	text-decoration: underline;
}

#leftNavigation ul {
	margin: 0 0 0 8px;
	padding: 0 0 8px 8px;
	list-style: none;
}

#leftNavigation ul ul {
	padding: 4px 0 4px 4px;
}

#leftNavigation li {
	padding-bottom: 3px;
}

#leftNavigation li li {
	font-size: 10px;
	background-image: url(../images/arrow2.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 7px;
}

#container4 {
	float: left;
	width: 575px;
	height: 460px; /* IE "min-height" trick */
	min-height: 460px; /* IE "min-height" trick */
}
*>#container4 {
	height: auto; /* IE "min-height" trick */
}


#container4 hr {
	display: block;
	height: 1px;
	border: none;
	border-bottom: 1px dotted gray;
}


#pictureAbstract .container {
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px 12px 12px 316px;
	color: #FFFFFF;
	height: 187px;
	font-size: 10px;
	text-align: justify;
}

#pictureAbstract .content {
	background-image: url(../images/arrow1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 4px 0 0 14px;
}

#pictureAbstract .style1 {
	background-color: #5E89B3;
}
#pictureAbstract .style2 {
	background-color: #798173;
}
#pictureAbstract .style3 {
	background-color: #6F6452;
}
#pictureAbstract .style4 {
	background-color: #415165;
}
#pictureAbstract .style5 {
	background-color: #7F8D95;
}
#pictureAbstract .style6 {
	background-color: #83B7CF;
}
#pictureAbstract .style7 {
	background-color: #6AA40F;
}

#content {
	padding: 0 14px 14px 14px;
	text-align: justify;
}

#content h1, #content h2 {
	margin: 16px 0 4px 0;
	font-weight: bold;
	font-size: 14px;
	color: #5591B3;
}
#content h2 {
	font-size: 13px;
}

#content .print {
	margin-top: 24px;
	text-align: right;
}

#content .print a {
	text-decoration: none;
	padding-left: 16px;
	background-image: url(../images/print.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#content .print a:hover {
	text-decoration: underline;
}

#contextual {
	float: left;
	width: 180px;
	padding-bottom: 32px;
}

#contextual .item {
	border-bottom: 1px solid #FFFFFF;
}

#contextual .usefulAddresses {
	width: 125px;
	height: 124px;
	background-image: url(../images/teasers/addresses-blank.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 32px 50px 0 5px;
}

#contextual .usefulAddresses .item {
	border: none;
	margin-top: 4px;
}

#contextual .usefulAddresses .item a {
	color: #2F1E11;
}


#contextual .gok {
	background-color: #CFA986;
	color: #FFFFFF;
	padding: 9px 10px 8px 10px;
}

#contextual .gok h3 {
	margin: 0;
	padding-bottom: 2px;
	font-size: 12px;
}

#contextual .gok form {
	padding-bottom: 8px;
}

#contextual .gok form .label {
	padding: 4px 0 1px 0;
}

#contextual .gok form input {
	border: 1px solid #B48861;
}

#contextual .gok form input.submit {
	border: none;
}

#contextual .gok a {
	color: #FFFFFF;
	font-size: 10px;
}

#contextual .gok .welcome {
	padding: 4px 0 8px 0;
}

#contextual .gok .link {
	padding-bottom: 4px;
}

#contextual .gok .special {
	padding: 4px 0 0 0;
}


#footer {
	clear: both;
	padding: 0 8px;
	background-color: #415165;
	color: #FFFFFF;
	font-size: 10px;
	height: 19px;
	line-height: 19px;
	margin-top: -1px;
	border-top: 1px solid #FFFFFF;
}

#footer .copyright, #footer .links {
	float: left; 
	width: 50%;
}
#footer .copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .copyright a:hover {
	text-decoration: underline;
}
#footer .links {
	text-align: right;
}

#footer .links a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 16px;
}
#footer .links a:hover {
	text-decoration: underline;
}

#sitemap {
	margin-top: 12px;
}

#sitemap ul {
	margin: 0 0 0 4px;
	padding: 0 0 8px 4px;
	list-style: none;
}

#sitemap ul ul {
	padding: 4px 0 4px 4px;
}

#sitemap li {
	background-image: url(../images/arrow3.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 7px;
	padding-bottom: 3px;
}

#content table {
	border-collapse: collapse;
	border-color: #333333;
}
#content td {
	border-color: #333333;
}

#content .agencyHours table {
	margin-left: 2px; 
	border-style: solid;
	border-color: #5591B3;
}
#content .agencyHours td {
	border-color: #5591B3;
}

/* CMS based classes */

.cmstitle1, .cmstitle2, .cmstitle3 {
	margin: 16px 0 4px 0;
	font-weight: bold;
	font-size: 13px;
	color: #5591B3;
}
.cmstitle2 {
	font-size: 12px;
}
/*cms 3.7*/
.CMSTitle2 {
	font-size: 12px;
}
.cmstitle3 {
	font-size: 11px;
	text-decoration: underline;
}

.cmswarning {
	font-weight: bold;
	color: #60C4FF;
}

.cmstestimony {
	color: #909090;
}

.cmscolheader {
	background-color: #5591B3;
	color: #FFFFFF;
	font-size: 11px;
}

.cmsrowheader {
	background-color: #83B7CF;
	color: #FFFFFF;
	font-size: 11px;
}

.cmsrow1 {
	background-color: #6EB000;
	color: #FFFFFF;
	font-size: 11px;
}

.cmsrow2 {
	background-color: #90D22F;
	color: #FFFFFF;
	font-size: 11px;
}