/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center -14px;
}
p {
	font-size: 80%;
}
a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, p {
	margin: 0em;
}

h1 {
	font-size: 130%;
	font-weight: normal;
	color: #003366;
	margin-top: 0.25em;
	margin-bottom: 0.8em;
}

h2 {
 font-size: 95%;
 margin-top: 0.5em;
 margin-bottom: 0.3em;
}

h3 {
 font-size: 80%;
 margin-bottom: 0em;
}

h4 {
 font-size: 75%;
 font-weight: normal;
}

h5 {
 font-size: 80%;
 margin-top: 0.5em;
 margin-bottom: 0.1em;
}

#content p, #content ul, #content ol {
	font-size: 75%;
	margin-bottom: 0.4em;
	margin-top: 0em;
}

p, td, th {
 text-align: left;
}

table, td {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#skipNav {
	display: none;
}
#container {
	max-width:700px;
	width:expression(document.body.clientWidth > 700? '700px': 'auto' );
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
}
#logo {
	float: left;
	margin-top: 20px;
	margin-left: 12px;
	margin-bottom: 18px;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 177px;
}
#logo span {
	display: none;
}

#utilityNavBar {
	font-size: 65%;
	margin-top: 13px;
	float: right;
	clear: right;
}
#utilityNavBar li {
	display: inline;
	padding: 0px 0.7em;
	border-left: 1px solid #999999;
	margin-left: -0.4em;
}
#utilityNavBar li:first-child {
	border-left: none;
}

#globalNavBar {
	float: right;
	clear: right;
	margin-top: -10px;
	padding: 1px;
}
#globalNavBar li {
	display: inline;
}
#globalNavBar li a {
	font-size: 70%;
	font-weight: bold;
	text-decoration: none;
	margin: 1px 0.2em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	background-color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #CCCCCC;
}
#globalNavBar li a:hover {
	text-decoration: none;
	border: 1px solid #990000;
}


#sectionBar {
	background-repeat: no-repeat;
	text-align: right;
	clear: both;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#sectionTitle {
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #003366;
	padding-top: 0.8em;
	padding-right: 15px;
	padding-bottom: 0.7em;
}

#content {
	padding: 10px;
}

/***********************************************/
/* Footer Divs                                 */
/***********************************************/

#footer {
	margin-top:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 70%;
	text-align: center;
	line-height: 100%;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}
#footerEmail {
	float:left;
	text-align:left;
	padding-right:5px;
	width:20%;
}
#footerPhone {
	float:right;
	text-align:right;
	padding-left:5px;
	width:20%;
}
#footerMenu {
	float: left;
	width: 50%;
	margin: 0px;
}
#footerMenu li {
	display: inline;
	padding: 0px 0.7em;
	border-left: 1px solid #999999;
	margin-left: -0.4em;
}
#footerMenu li:first-child {
	border-left: none;
}

#copyrightBar {
	font-size: 70%;
	padding-top: 3px;
	padding-bottom: 15px;
	text-align: center;
}

/***********************************************/
/* Navigation Divs                             */
/***********************************************/

#menuL1 {
	display: block;
	clear: right;
	float: right;
	width: 23%;
	border: 1px dashed #CCCCCC;
	border-top: none;
	background-color: #FFFFFF;
	margin: 0px 0px 1ex 1ex;
	padding: 0px;
	text-align: right;
}
#menuL1 li {
	display: inline;
	list-style-type: none;
}
#menuL1 a {
	font-size: 75%;
	display: block;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
#menuL1 a:hover {
	background-color: #F5F5F5;
	text-decoration: none;
}

.menuL2 {
	clear: right;
	float: right;
	width: 23%;
	margin: 10px 0px 1em 1em;
	padding: 0px;
	text-align: right;
}
.menuL2 h3 {
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.menuL2 h3 img {
	float: left;
	margin-top: 4px;
}
.menuL2 ul {
	border: 1px dashed #CCCCCC;
	border-top: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.menuL2 li {
	display: inline;
	list-style-type: none;
}
.menuL2 a {
	display: block;
	font-size: 75%;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
.menuL2 a:hover {
	background-color: #F5F5F5;
	text-decoration: none;
}

/***********************************************/
/* Home                                       */
/***********************************************/

.homeBar {
	text-align: right;
	background-image: url(/images/home-bar-bkgrd.jpg);
	height: 155px;
}
.homeTitle {
	float: left;
	color: #000000;
	font-size: 110%;
	font-weight: normal;
	padding-top: 60px;
	padding-left: 180px;
}
.homeSub {
	float: right;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: normal;
	line-height: normal;
	padding-top: 30px;
	padding-right: 50px;
}

#homeGlance {
	float: left;
	width: 30%;
	line-height: 100%;
	border-right: 1px solid #CCCCCC;
	padding-right: 2.5%;
}
#homeGlance h2 {
	margin-bottom: 0.75em;
}
#homeGlance h3 {
	font-size: 75%;
	margin-top: 0.4em;
}
#homeGlance p a {
	text-decoration: none;
	color: #000000;
}
#homeIntro {
	margin-left: 35%;
	margin-top: 1em;
}
#homeIntro p {
	font-size: 80%;
}
#homeLatest {
	float: right;
	clear: none;
	width: 30%;
	margin-top: 0.4em;
	margin-left: 10px;
}
#homeLatest p {
	text-align: center;
	margin-top: 1ex;
}

/***********************************************/
/* Service                                     */
/***********************************************/

#serviceFeature {
	width: 100%;
	height: 157px;
	background-image: url(/images/services-off.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	background-position: center center;
}
#serviceAlternative {
	display: none;
}

/***********************************************/
/* Panel                                       */
/***********************************************/

.panel {
	float: left;
}
.panel h3 {
	font-size: 90%;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.panel h3 img {
	float: right;
	margin-top: 4px;
}
.panel div {
	border: 1px dashed #CCCCCC;
	border-top: none;
	background-color: #FFFFFF;
	padding: 5px;
}

/***********************************************/
/* Tables                                      */
/***********************************************/

.table th,
.table td {
	font-size: 75%;
	border-bottom: 1px solid #FFFFFF;
	background-color: #EEEEEE;
	padding-right: 10px;
	padding-left: 10px;
}
.table th {
	background-color: #DDDDDD;
}

.Recordset td, .Recordset th {
	text-align: left;
	padding: 0.3ex 1em;
	}
.Recordset th {
	background-color: #BECCE4;
	font-size: 80%;
	}
.Recordset td {
	background-color: #E0E6F3;
	font-size: 75%;
	border-top: 1px solid #FFFFFF;
	}

.FormTable td, .FormTable th {
	text-align: left;
	padding: 0.3ex 1em;
	}
.FormTable th {
	text-align: right;
	background-color: #BECCE4;
	font-size: 80%;
	}
.FormTable td {
	background-color: #E0E6F3;
	font-size: 75%;
	}

/***********************************************/
/* Other                                       */
/***********************************************/

.infoText {
	display: none;
}
.hidden {
	display: none;
}
.spacer {
	clear: both;
	line-height: 0px;
	margin: 0px;
}
.InPageImageLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
}
.InPageImageRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
}
.contentOption {
	display:block;
}
.imageCollection {
	clear: left;
}
.imageCollection div {
	float: left;
	margin: 10px 10px;
	width: 25%;
	text-align: center;
	font-size: 75%;
	color: #999999;
}
.imageCollection div img {
	margin-bottom: 5px;
}
.imageCollection + h3 {
	clear: left;
}

