@charset "utf-8";
body  {
	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: #333333;
	background-color: #00639d;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 10pt;
}

#containerMain {
	width: 1200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
#containerSub {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	top: 160px;
	border: 3px solid #70c5f8;
}
#tabNav {
	position: absolute;
	top: -162px;
	left: 800px;
	width: 168px;
	height: 156px;
	background-repeat: no-repeat;
}
#header {
	background: #00639d;
	padding-top: 5px;
	padding-bottom: 7px;
	z-index: 2;
} 
#header a {
	padding-right: 10px;
	padding-left: 10px;
}
#header p {
	margin-left: 168px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#cornerImg {
	position: absolute;
	top: -4px;
	left: 897px;
	z-index: 1;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 158px;
	background-color: #3382b1;
	background-image: url(../images/lftside_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #8dd1f9;
	background-image: url(../images/side_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 168px;
} 
#footer {
	background-color: #00639D;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #70c5f8;
	margin: 0px;
	padding-top: 0;
	padding-bottom: 0;
	color: #FFFFFF;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/**-------- LINKS -------------------**/
a {
	text-decoration: none;
	outline: none;
}
a img {border: 0px;
}
/**-------- MAIN NAV LINKS ----------**/
a.mnav:link {
	color: #FFFFFF;
}
a.mnav:visited {
	color: #FFFFFF;
}
a.mnav:hover {
	color: #ffda73;
}
a.mnav:active {
}
/**---------- BREADCRUMB LINKS -------**/
a.bnav:link {
	color: #3382b1;
	text-decoration: underline;
}
a.bnav:visited {
	color: #3382b1;
	text-decoration: underline;
}
a.bnav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/**---------- SECONDARY LINKS -------**/
a.secondLinks:link {
	color: #FFFFFF;
}
a.secondLinks:visited {
	color: #FFFFFF;
}
a.secondLinks:hover {
	color: #3382b1;
}
/**---------- IN-TEXT LINKS -------**/
a.snav:link {
	color: #3382b1;
	text-decoration: underline;
}
a.snav:visited {
	color: #3382b1;
	text-decoration: underline;
}
a.snav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#servArea {
	width: 650px;
	position: absolute;
	top: 105px;
	left: 230px;
	font-weight: bold;
}
#servArea p {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 10pt;
	color: #FFFFFF;
}
#phoneTab {
	position: absolute;
	left: -3px;
	top: -38px;
}
#navMain {
	z-index: 2;
	position: relative;
}
#map {
	padding-left: 10px;
}
#tabNav p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 50px;
	font-size: 12pt;
}
#tabLinks p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#number {
	position: absolute;
	top: -25px;
	left: 5px;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
	color: #3382b1;
}
h3 {
	font-size: 12pt;
	color: #3382b1;
}
#breadCrumbs {
	padding: 10px;
	font-size: 9pt;
}
.sentIntro {
	font-size: 16px;
	font-weight: bold;
}
.select {
	color: #ffda73;
}
.sLink {
	background-color: #8DD1F9;
	text-align: left;
	padding: 10px;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 10pt;
}
.news {
	color:#0099FF
}
.sLinkSel {
	color: #3382B1;
	margin: 0px;
	padding: 0px;
}
.listSpc {
	padding-top: 10px;
	margin: 0px;
}
.border {
	border: 3px solid #FFFFFF;
}.spacer {
	padding-right: 15px;
	padding-left: 15px;
}
#twitter {
	padding-top: 80px;
}

