﻿
body {
	background-color: #fff;
}
.shell {
	width: 990px;
	border-bottom: 3px solid #d6d6d6;
}
.top {
	height: 79px;
	border:3px solid #043a5c;
	background-image:url(images/BG-top.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	vertical-align: middle;
	text-align: left;
}
.topNav {
	background-color:#d6d6d6;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	height: 27px; /* 33px was the original height */
	padding:0 20px 0 0;
	text-align: right;
}
.topNav A {
	color: #333;
	text-decoration: none;
}
.topNav A:hover {
	color: #b90705;
	text-decoration: none;
}
.side {
	background-color: #fff;
	background-image:url(images/BG-left.jpg);
	background-position:top;
	background-repeat:no-repeat;
	/*width: 140px;*/
	width:156px;
	border-left: 3px solid #d6d6d6;
	border-right: 3px solid #d6d6d6;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 9px;
	padding-bottom: 18px;
	vertical-align: top;
	text-align: center;
	height: 100%;
}

.login {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	border-bottom: 0px solid #F36E64;
	margin-bottom: 9px;
	width:100%;
}
.ob-title {
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

.leftNav {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
}

.leftNav a {
	background-color:#666666;
	border-bottom:3px solid #d6d6d6;
	display:block;
	height:28px;
	line-height:28px;
	width:156px;
	color:#fff;
	text-decoration:none;
	text-align:center;
}

.leftNav a:hover {
	background-color:#999;
	border-bottom:3px solid #b90705;
	display:block;
	height:28px;
	line-height:28px;
	width:156px;
	color:#fff;
	text-decoration:none;
	text-align:center;
}

.content {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 10px 25px 25px;
	border-right: 3px solid #d6d6d6;
	background: #FFFFFF;
	vertical-align: top;
}
.content table {
	font-family:Verdana, Geneva, sans-serif;
	/*color: #003A7A;
	width: 520px;*/
}

.list-home {
	margin:0 0 0 25px; padding:0;
}

.list-home li {
	margin:0 0 18px; padding:0;
}

h1, .title {
	border-bottom: 0px solid #737373;
	font-size: 21px;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	color: #045c91;
}
h2, .subTitle {
	font-size: 12px;
	font-weight: bold;
	color: #003A7A;
	text-decoration: underline;
}

a{
	color: #003A7A;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

.bottom {
	background-color: #043a5c;
	background-image:url(images/BG-bottom.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	border-top: 0px solid #F36E64;
	height: 28px; /* original height was 21px */
}
.bottom a {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.content table th {
	text-align: left;
	text-decoration:underline;
	padding: 0 0 12px 0;
}

.contact table td {
/*	padding: 4px; */
}

.content table.rates {
	 width: 85%;
}

.content table.rates th {
	text-align: center;
	background-color: #B4B4B4;
	text-decoration: none;
	border: 1px #fff solid;
	padding: 4px;
}

.contact table.rates td {
	padding: 12px 0;
}


/* FIELDSET CODE
**********************************************/
fieldset {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	text-align: center;
}
fieldset p {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
legend {
	font-size: 16px;
	font-weight: normal;
	color: #003A7A;
	padding-right: 10px;
	padding-left: 5px;
	text-align: left;
	margin: 0 auto;
	border: 0px #D0D0BF solid;
}


/* Home Page Slide Show
**********************************************/

#slideShow-home {
border-top:0; border-right:0; border-bottom:7px solid #ececec; border-left:0; border-collapse:collapse; 
margin:0px 0px 0px; padding:0; width:825px; height:215px;	
}

#slideShow-home td {
padding:0;	
}

#slideShow-home p {
margin:0; padding:0;	
}

#mainimg{
    overflow: hidden;
    position: relative;
	height: 215px;
	width: 825px;

}
#mainimg img{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	opacity: 0;
}








