@charset "utf-8";
/* CSS Document */

/** html #maincontent #contentwrapper #rightpanel {
    overflow-x: auto; overflow-y: hidden; 
}*/

body {
	margin: 0px;
	padding: 0px;
	background: #f5f5f5;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
}

h3 {
	padding-top: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	border-bottom: dotted 1px #336699;
	width: 100%;
}

#container {
}

#logo {
	position: absolute;
	top: 7px;
	left: 20px;
}

#textlogo {
	position: absolute;
	top: 37px;
	left: 123px;
}

#strip {
	position: absolute;
	top: 0px;
	left: 715px;
	/*background-color: #003399;*/
	background: url(../images/strip.gif) no-repeat;
	width: 165px;
	height: 50px;
	color: #ffffff;
	text-align: center;
	font-size: 8px;
}

#strip img {
	vertical-align: text-bottom;
}

#strip b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#timemenu {
	position: absolute;
	top: 77px;
	left: 715px;
	width: 165px;
	text-align: center;
	color: #cccccc;
	font-size: 9px;
}

#timemenu a {
	text-decoration: none;
	color: #888888;;
}

#timemenu a:hover {
	color: #003399;
}

#navigation {
	/*position: relative;*/
	padding-top: 72px;
}

#maincontent {
	background: #ffffff;
	letter-spacing: .15px;
	line-height: 1.4;
}

#maincontent a {
	text-decoration: none;
	color: #336699;
}

#maincontent a:hover {
	color: #99cc33;
}

#maincontent a img {
}

#maincontent #contentwrapper {
	width: 880px;
	min-height: 300px;
}

#maincontent #contentwrapper #leftpanel {
	float: left;
	width: 685px;
	padding: 10px 15px;
	font-size: 12px;
}

#maincontent #contentwrapper #rightpanel {
	float: right;
	width: 165px;
	/*margin-left: 715px;*/
	padding: 10px 0px;
}

#maincontent #contentwrapper #rightpanel ul {
	padding-left: 15px;
}

#footer {
	background: #f0f0f0;
	border-top: solid 1px #cccccc;
	padding: 15px 20px;
	color: #555555;
	line-height: 15px;
}

#footer a {
	color: #555555;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
}

.gallery {
	border-top: solid 1px #cccccc;
	padding-top: 5px;
	text-align: left;
}

.gallery img {
	border: solid 1px #cccccc;
	padding: 2px;
}

.cleararea {
	clear: both;
}

.mapcontainer {
	border: solid 1px #cccccc;
	padding: 2px;
}

.bordered {
	border: solid 1px #cccccc;
	padding: 2px;
}

.fieldlabel {
	background: #f0f0f0;
	vertical-align: text-top;
	padding: 5px;
	border:	solid 1px #dbdbdb;
}

.sideimage {
	float: right;
}

.sideboxwrapper {
	background-image: url(../images/mid.gif);
	background-repeat: repeat-y;
	color: #999999;
	margin-bottom: 10px;
}

.sideboxwrapper h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.sideboxwrapper .sidebox p {
	text-align: center;
	font-size: 10px;
}

.sideboxwrapper .sidebox {
	padding: 10px;
	padding-bottom: 0;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}

.sideboxwrapper .sidebox p {
}

.divider {
	border-top: dotted 1px #cccccc;
	margin: 5px;
}

.homeintrowrapper {
	margin: 10px -15px;
	background-image: url(../images/grad.jpg);
	background-repeat: repeat-y;
	border-top: solid 1px white;
	border-left: solid 10px #9BC4E2;
	color: #525C65;
}

.homeintro {
	padding: 5px 15px;
	padding-right: 25px;
	min-height: 100px;
	background-image: url(../images/gradline.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #344152;
	font-size: 12px;
}

.columns { width:auto; display:block; color: #525C65;}
.column { width:218px; float:left; background: white; padding-right: 10px; }
.incolumn { padding: 10px; background-image: url(../images/column.gif); background-position: top left; background-repeat: no-repeat; min-height: 200px; }
/*.incolumn2 { padding: 10px; padding-top: 30px; background-image: url(../images/homeServices.jpg); background-position: top left; background-repeat: no-repeat; min-height: 200px; }
.incolumn3 { padding: 10px; padding-top: 30px; background-image: url(../images/homeJobSeekers.jpg); background-position: top left; background-repeat: no-repeat; min-height: 200px; }*/
