@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small; /* for ie5/win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	margin: 0px 0px 25px 0px;
	background-color: #fff;
	line-height: 1.5;
}
html>body { /* be nice to Opera */
	font-size: small;
	margin: 0px;
	background-color: #fff;
}

body.sidebar {
	background:url(../image/sidebar_background.gif) top left repeat-y;
}
div.content {
	width: 924px;
	float: left;
	margin-left: 30px;
}
body.sidebar div.content {
	width: 700px;
	float: right;
}
div.footer {
	float: left;
	text-align: center;
	margin-top: 75px;
	clear: both;
	width: 100%;
}
body.sidebar div.footer {
}
div.footer ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
div.footer li {
	display:inline;
	margin: 0px 3px 0px 3px;
}
div.footer a {
	font-size: 80%;
	color: #00467f;
}
div.footer a:link, div.footer a:active, div.footer a:visited {
	text-decoration: underline;
}
div.footer a:hover {
	text-decoration: none;
}

div.sidebar {
	width: 200px;
	float: left;
	margin: 10px 0px 10px 10px;
}
div.sidebar ul {
	margin: 0px 0px 100px 0px;
	padding: 0px;
}
div.sidebar ul li {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 14px;
}
div.sidebar a:link, div.sidebar a:active, div.sidebar a:visited {
	color: #fff;
	text-decoration: none;
}
div.sidebar a:hover {
	color: #fff;
	text-decoration: underline;
}
div.sidebar li.selected {
	background:url(../image/triangle.gif) no-repeat left center;
}
div.sidebar li.selected a {
	color: #ffd457;
}
.breadcrumb {
	color: #00467f;
	font-size: 80%;
	text-transform: uppercase;
	margin: 10px 30px;
}
.breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited {
	color: #00467f;
	text-decoration: underline;
}
.breadcrumb a:hover {
	color: #00467f;
	text-decoration: none;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 170%;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 1.2;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1;
}
p {
	margin-top: 0px;
}
.imgright {
	float: right; 
	margin-left: 15px; 
	margin-bottom: 10px; 
	font-size: 80%;
}
.imgleft {
	float: left; 
	margin-right: 15px; 
	margin-bottom: 10px; 
	font-size: 80%;
}
.imgright img, .imgleft img {
	display:block; 
	border-bottom: 10px solid #00467f; 
}
.caption {
	margin-top: 5px; 
	color: #00467f;
}


td.footnote {
	font-size: 80%;
}

#category td.left {
	border-bottom:1px solid #aad1ef; 
	border-right:1px solid #aad1ef;
}

#category td.right {
	border-bottom:1px solid #aad1ef;
}
#category td a {
	font-size:80%; 
	font-weight:bold; 
	color: #000; 
	text-decoration: none; 
	display:block;
	margin: 3px 5px;
}
#service {
	width: 100%;
}
#service td {
	border-bottom:1px solid #aad1ef;
	padding: 2px 15px;
}
#service td a {
	font-size:90%; 
	font-weight:bold; 
	color: #000; 
	text-decoration: none; 
}
.address {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	}
.lbl {
	vertical-align: top;
	font-weight: bold;
	clear: left;
	width: 145px;
	}
.txt {
	width: 215px;
	}
.txtarea {
	width: 215px;
	height: 100px;
	}
.warning {
	color: #f00;
	}
.formerror {
    border: 1px solid #FFCC00;
    background-color : #FFFFCC;
    width: auto;
	margin: 1px 0px 0px 0px;
    padding: 5px 0;
    }
label {
    text-align: right;
	padding: 0px;
	margin: 0px 5px 0px 0px;
    float: left;
	font-weight: bold;
	color: #000000;
    }
#contact {
	width: 100%;
	}
#contact label {
    width: 145px;
	}
#contact .formerror label {
    width: 145px;
	color: #ff0000;
	}
.errortext {
    padding-left: 150px;
	font-size: 80%;
	color: #c00;
    }
#message {
	color: #f00;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	text-align:center;
	}
div.clear {
	clear:both;
}
table.spectable .label {
	font-weight: bold;
}
table.spectable .data {
	text-align: left;
}

