/* CSS Document */

BODY {
	background-color: #C7C7C7;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

P, TD, UL, OL {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

UL, Ol { line-height: 18px; }

TD.alignRight { text-align: right; }
TD.alignRightBottom { text-align: right; vertical-align: bottom; }
TD.alignCenter { text-align: center; }
TD.alignTop { vertical-align: top; }
TD.alignCenterTop { vertical-align: top; text-align: center; }
TD.alignBottom { vertical-align: bottom; }

TD.cellBg {
	background-image: url(images/cell_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #C7C7C7;
	vertical-align: top;
	text-align: left;
}

TD.cellBg_Bar {
	background-image: url(images/cell_bgbar.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 28px;
}

/* Navigation Bar */
TD.navCell {
	background-image: url(images/divline01.gif);
	background-position: top right;
	background-repeat: repeat-y;
	padding-top: 13px;
	color: #15496D;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

/* Header Image*/
TD.hdr_cell {
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: top;
	padding-top: 45px;
	padding-left: 5px;
	padding-right: 3px;
	color: #373737;
	font-size: 18px;
	line-height: 20px;
}
.hdr_cell_slogan {
	text-align: center;
	vertical-align: top;
	padding-top: 45px;
	padding-left: 5px;
	padding-right: 3px;
	color: #373737;
	font-size: 14px;
}

/* Main Index Content Area */
TD.perforatedLine_horz {
	background-image: url(images/divline02.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
TD.perforatedLine_vert, TD.perforatedLine_vert2 {
	background-image: url(images/divline03.gif);
	background-repeat: repeat-y;
	padding: 1px;
	vertical-align: top;
}
TD.perforatedLine_vert { background-position: top left; }
TD.perforatedLine_vert2 { background-position: top right; }
TD.content_01 {
	padding-top: 10px;
	padding-right: 10px;
	vertical-align: bottom;
	text-align: left;
	line-height: 18px;
}

/* Info Box */
TD.info_Box1 {
	background-image: url(images/p04.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #000000;
	text-align: right;
	color: #7C7C7C;
}

/* News */
TD.news {
	background-image: url(images/cell_bg2.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 3px;
	color: #A7C2CD;
	vertical-align: top;
}
TD.newsBullet {
	background-image: url(images/arr03a.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 15px;
	color: #A7C2CD;
	font-weight: bold;
	text-align: left;
}

/* Footer */
TD.footerCell {
	background-image: url(images/cell_bg3.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-left: 1px dotted #FFFFFF;
	border-right: 1px dotted #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 37px;
	padding-bottom: 3px;
}



/* Picture POP */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -600px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: 60px; /*position where enlarged image should offset horizontally */

}




/* Sub Page Title Bar */
TD.subSec_TitleBar {
	background-image: url(images/cell_bg4.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 17px;
	color: #FFFFFF;
	vertical-align: bottom;
	width: 294px;
}
TD.subSec_Title {
	border-left: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	background-color: #406B83;
	color: #FFFFFF;
	text-align: left;
	font-size: 16px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
}
	
/* Sub Page Info Box */
TD.subInfo_Bg {
	background-image: url(images/cell_bg05.gif);
	background-position: top right;
	background-repeat: repeat-y;
	vertical-align: top;
}
TD.subInfo_Bullet {
	background-image: url(images/divline04.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 12px;
	padding-left: 15px;
	padding-bottom: 17px;
	color: #7C7C7C;
	text-align: left;
}

/* Sub Page Content */
TD.subContentArea {
	background-color: #657F91;
	padding: 8px;
	color: #D1DEE7;
	background-image: url(images/divline05.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align: left;
}
TD.subContentDivision {
	background-image: url(images/divline05.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
TD.subContent {
	background-color: #8499A7;
	color: #D9D9D9;
	padding: 15px;
	background-image: url(images/divline06.gif);
	background-position: top right;
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
}

TD.subContent2 {
	background-color: #657F91;
	color: #D9D9D9;
	padding: 15px;
	background-image: url(images/divline06.gif);
	background-position: top right;
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
}



/* Span class */
SPAN.text18px_black { font-size: 18px; color: #000000; line-height: 23px}
SPAN.text22px_black { font-size: 22px; color: #000000; }
SPAN.text12px_blue { color: #467888; font-size: 12px; }
SPAN.text15px_white { color: #FFFFFF; font-size: 15px; line-height: 18px; }
SPAN.text15px_black { color: #000000; font-size: 15px; line-height: 18px; }
SPAN.whiteText { color: #FFFFFF; }

/* Pic Pop */
#info {
	border: solid 1px #c2c7be;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 20px;
	padding: 0 15px;
	position: relative;
}

#info a, #info a:visited {
	color: #8A9483;
	text-decoration: none;
}

#info a:hover {
	color: #9BA495;
	text-decoration: underline;
}

#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 166px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 130px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 166px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 233px;
	left: 150px;
	position: absolute;
	top: -60px;
	width: 300px;
}




/* Link Styles */
A.navLink { text-decoration: none;}
A.navLink:link { color: #15496D; }
A.navLink:active { color: #15496D; }
A.navLink:visited { color: #15496D; }
A.navLink:hover { color: #FFFFFF; }

A.btnLink { text-decoration: none; font-size: 13px; font-weight: bold; }
A.btnLink:link { color: #4F748B; }
A.btnLink:active { color: #4F748B; }
A.btnLink:visited { color: #4F748B; }
A.btnLink:hover { background-color: #4F748B; color: #FFFFFF; }

A.btnLink2 { text-decoration: none; font-size: 11px; font-weight: bold; }
A.btnLink2:link { color: #FFFFFF; }
A.btnLink2:visited { color: #FFFFFF; }
A.btnLink2:active { color: #FFFFFF; }
A.btnLink2:hover { color: #657F91; }

A.btnLink3 { text-decoration: none; font-size: 11px; font-weight: bold; }
A.btnLink3:link { color: #FFFFFF; }
A.btnLink3:visited { color: #FFFFFF; }
A.btnLink3:active { color: #FFFFFF; }
A.btnLink3:hover { color: #000000; }

A.btnLink4 { text-decoration: none; font-size: 11px; font-weight: bold; }
A.btnLink4:link { color: #A0A0A0; }
A.btnLink4:active { color: #A0A0A0; }
A.btnLink4:visited { color: #A0A0A0; }
A.btnLink4:hover { color: #000000; }

A.btnLink5 { text-decoration: none; font-size: 11px; font-weight: bold; }
A.btnLink5:link { color: #000000; }
A.btnLink5:visited { color: #000000; }
A.btnLink5:active { color: #000000; }
A.btnLink5:hover { color: #FFFFFF; }