@charset "UTF-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.legal {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
}
a {
	color: #000000;
	text-decoration: underline;
}
a img { border:none; }
.oneColFixCtr #loginbox {
	background-color: #FFFFCC;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	top: 20px;
	position: relative;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 8px;
	height: 100%;
	text-indent: 0px;
}
#loginform
{
	width:300px;
	margin:auto;
	font-size: 10px;
	text-indent: 0px;
	position: relative;
	top: 20px;
}
#loginform fieldset
{
	padding:10px;
}
#loginform legend
{
font-weight:bold;
font-size:9pt;
}
#loginform label
{
	display:block;
	height:2em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#loginform input
{
	margin-right:20px;
	border:1px solid #999999;
	float:right;
	clear:right;
	bottom: 2px;
	position: relative;
}
#error{
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
	border: 1px solid #CC9999;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #FFCCCC;
	color: #990000;
}

#error p
{
	padding: 0px;
}

#error li
{
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#error ul
{
	margin-top:4px;
	margin-bottom: 4px;
}
#servicesbox {
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: left;
	clear: both;
	left: 30px;
}
#servicesbox #topbar {
	background-image: url(images/servicesbar.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 16px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#servicesbox #content {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	float: left;
	margin: auto;
	position: relative;
}
#servicesbox #topbar ul {
	padding: 0px;
	margin: 0px;
}
#servicesbox #topbar li {
	float:left;
	margin: 0px;
	list-style: none;
	width: 150px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#servicesbox #content div {
	marging:0px;
	float:left;
	width:140px;
	clear: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: auto;
	border: 1px none #666666;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#contactlink {
	text-decoration:underline;
	cursor: pointer;	
}
.servicesbox2 {
	background-image: url(images/servicesbar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	width: 153px;
	position: relative;
	background-color: #EEEEEE;
	padding: 0px;
	margin:10px;
	top: 5px;
}
html>body .servicesbox2
{
	width:175px;
}
.servicescaptxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 8px;
	line-height:20px;
}

.servicesbox2 ul {
	list-style-type:none;
	padding: 0px;
	width: 151px;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	float: left;
	margin: 0px 0px 0px 0px;
}
html>body .servicesbox2 ul
{
	width:173px;
}
.servicesbox2  li {
	width: 151px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 6px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
}
html>body .servicesbox2 li
{
	width:173px;
}
.serviceheader a {

text-decoration:none;
}
.serviceheader {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: left;
	position: relative;
	background-color: #EEEEEE;
	padding: 0px;
	margin: 0px;
	border: 0px none #333333;
	display: inline;
	width: 560px;
}
.serviceheader hr {
	width: 400px;
	display: inline;
	float: right;
	position: relative;
}
