@charset "utf-8";
/* CSS Document */

<style>

</style>.Heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
	color: #267EAC;
}
.Heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #267EAC;
}
.GetYourAttention {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #267EAC;
	text-decoration: blink;
	background-color: #FFFFFF;
}

.Heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #267EAC;
	margin-bottom: 0px;
}
.LinkToPDF {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #267EAC;
	margin-top: 0px;
}
.NormalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
}

.body-area-border {
	border-top-width: 10px;
	border-right-width: 5px;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #267EAC;
	border-right-color: #267EAC;
	border-bottom-color: #267EAC;
	border-left-color: #267EAC;
		padding: 10px;
}
.body-area-position {
	position: absolute;
	z-index: 2;
	margin: 0px;
	clear: both;
	float: left;
	left: 180px;
	width: 717px;
	top: 156px;

}

.footer-area {
	z-index: 3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 10px;
	position: static;
}

.nav-area {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 156px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	width: 170px;
	z-index: 1;
	float: left;
}

.logo-area {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	left: 180px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}


.body-area-border-blue {
	border-top-width: 10px;
	border-right-width: 5px;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #267EAC;
	border-right-color: #267EAC;
	border-bottom-color: #267EAC;
	border-left-color: #267EAC;
	padding: 10px;
	background-color: #267EAC;
}


.footer-area-blue {
	z-index: 3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 10px;
	position: static;
	background-color: #267EAC;
}

.nav-area-blue {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 156px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	width: 170px;
	z-index: 1;
	float: left;
	background-color: #267EAC;
}

.logo-area-blue {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	left: 180px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #267EAC;
}
.WhatsNewLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 16px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 400px; /*width of menu (not including side paddings)*/
color: black;
background-color: lightyellow;
text-decoration: none;
padding: 0px 0px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 12px;
	left: 100px;
	border: 0;
	padding-left: 0px;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background: #F2F2F2 no-repeat 3px center; /*light gray background*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
}

/* ######### Marker List Vertical Menu : Blue Mod######### */

.markermenu_blue{
top: 156px;
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	background-color: #267EAC;
}

.markermenu_blue ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
border: 0px solid #267EAC;
	background-color: #267EAC;
}

.markermenu_blue ul li a{
background: #F2F2F2 no-repeat 3px center; /*light gray background*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #267EAC;
display: block;
width: 179px;
padding: 0px 0;
padding-left: 5px;
text-decoration: none;
border-bottom: 0px solid #B5B5B5;
	background-color: #267EAC;
}

* html .markermenu_blue ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu_blue ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu_blue ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}

.bluewhite li a{
background: #267EAC;
}

.bluewhite li a:hover{
background: black;
color: white;
}


/*Make sure your page contains a valid doctype at the top*/
simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 10px solid darkred;
}

.gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: center;
	padding: 2px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}

