/* CSS Document */

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #002B00;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	text-align: center;
}

.home-bottom {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #6B89B6;
	text-align: center;
}

a.home-bottom:link,a.home-bottom:visited, a.home-bottom:active{ 
	color: #8DAAD5;
}
	
.home-text{
	margin-right: 20px;
	line-height: 20px;
	}
	
a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

.int-text{
	margin-left: 40px;
	margin-right: 40px;
}

.img {
	border-width: 2px;
	border-color: white;
	border-style: solid;
}
a.int-text:link {
	color: #FFFFFF;
}

a.contact:visited {
	color: #FFFFFF;
	}
a.contact:hover{
	color: #FFFFFF;
	text-decoration: none;
	}

h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.blue{
	background-color: #253D5F;
	}

.white{
	background-color: white;
	text-align: center;
	color: #0C2673;
	font-weight: bold;
	}

.white a {
	color: #0C2673;
}

.home-bkgd-right {
	background-image: url(pf_images/homepage5_12.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.main-table {
	border-color: #FFFFFF;
	border-width: 3px;
	border-style: solid;
	}

.int-bkgd {
	background-image: url(images/interior1_05.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #253D5F;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 0 0 15px;
	list-style: none;
	line-height: 1;
	font-size:12px;
}
#nav a {
	text-align:left;
	display: block;
	font-weight:bold;
	text-decoration:none;
	font-family:arial;
	color:#0C2673;
}
#nav a:hover {
background:#B6CEB2;
display: block;
	}
#nav li { /* all list items */
	float: left;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #ffffff;
	font-weight:normal;
	width: 240px;
	margin-left:-1px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a{
margin:0;
width:226px;
font-weight:normal;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.navtop a{
	padding:5px 7px 5px 7px;
	}


.nav {
width:160px;
}
.drop1{
width:140px !important;
}
.drop1 a{
width: 126px !important;
}
.drop2{
width:190px !important;
}
.drop2 a{
width: 176px !important;
}

.red {
	color: red;
	text-align: center'
}