/* CSS for SMVI */

body {
	font-family:Tahoma,Verdana,Arial;
	font-size:12px;
	color: #FFFFFF;
	margin: 0;
	padding: 15px 0;
	background-image: url(../image_inc/bg3.gif);
}
#wrapper {
	margin: 0px auto;
	padding: 0 0 5px 0;
	width: 780px;
	position: relative;
	border: 1px solid #031A32;
	background-color: #05274D;
}
#logo {
	height: 86px;
	background-image: url(../image_inc/header6.gif);
	background-repeat: no-repeat;
	width: 780px;
	margin: 0;
	background-color: #FFFFFF;
	background-position: bottom;
}
#topnav {
	float: right;
	height: 20px;
	width: 200px;
	padding: 3px 10px 0 0;
	margin: 0;
}
#topnav a:link, #topnav a:visited{
	color: #144178;
	text-decoration: none;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
}
#topnav a:hover, #topnav a:active{
	text-decoration: underline;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}
a:visited {
	color: #ADC4DC;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: underline;
}
#affil {
	float: right;
	width: 439px;
	text-align: center;
	background-color: #022245;
	padding: 5px 0;
	margin: 0;
}
#affil img {
	padding: 5px 8px 0 8px;
}


a:hover, a:active {
	text-decoration: none;
}
#drop {
	padding: 5px 5px 0 0;
	float: right;
	color: #FEFDFD;
	margin: 0;
	height: 28px;
}
#contentshell {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 780px;
}
#content {
	background-color: #334F6E;
	padding: 0;
	width: 780px;
	margin: 1px 0 0 0;
	border-top: 3px solid #021E3C;
	height: auto;
}
#contentStatic {
	background-color: #FFFFFF;
	padding: 30px 25px 25px 25px;
	width: 730px;
	text-align: justify;
	float: none;
	margin: 0;
	border-bottom: 8px solid #4E0301;
}
#content p {
	line-height: 14px;
	margin: 5px 0;
}
#content h1,h2,h3,h4,h5 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0 0 15px 0;
	padding: 15px 0px 10px 0;
	border-bottom: 1px solid #ffffff;
	width: 90%;
	font-weight: bold;
	font-style: italic;
}
h1 {
font-size:18px;
}
h2{
font-size:16px;
}
h3 {
	font-size:16px;
	font-weight: bold;
	text-align: center;
}
h4 {
font-size:12px;
}
h5 {
font-size:10px;
}
#content ul {
	list-style-image: url(../images/list.gif);
	padding: 0 100px 0 40px;
}
#content li {
	list-style-image: url(../images/list.gif);
	list-style-type: square;
	padding: 0;
	margin: 9px 0;
}
.imgcontentleft {
	float: right;
	padding: 10px;
	border: none;
}
#navshell {
	margin: 0px;
	padding: 0;
	width: 780px;
	height: 31px;
}
#secnav {
	float: left;
	width: 190px;
	padding: 30px 10px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
}
#image {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 328px;
	width: 439px;
	text-align: center;
	background-image: url(../jspics/carpet.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#footer {
	text-align: center;
	clear: both;
	width: 780px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	margin: 0 auto;
	padding: 4px 0;
	color: #05274D;
	background-color: #FFFFFF;
	border-top: 2px solid #C2D3FC;
}
#commtext {
	width: 325px;
}
#commtext li {
	margin: 0px;
	padding: 2px;
}
#commtext ul {
	margin: 0 0 0 10px;
	padding: 0;
}



#quick, #dropmenu {
	margin:0;
	padding:0;
}
#quick select {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 145px;
}

#contentStatic li ul {
	list-style-type: square;
	margin-bottom: 5px;
}
#mainnav, #mainnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}



#nav{
	list-style-type: none;
	margin: 2px auto 0 auto;
	padding: 0 0 0 3px;
	background-color: #1b559e;
	width: 777px;
	clear: both;
	height: 31px;
	border-top: 1px solid #0d3d70;
	background-image: url(../image_inc/navbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #0d3d70;
}
/*Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#mainnav a:hover, #mainnav a:focus, #mainnav a:active{
	color: #8DA8C4;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#mainnav ul a:hover {
	background-color: #8DA8C4!important;
	color: #FFFFFF!important;
	border-bottom: 1px solid #ffffff;
}
#mainnav li {
	display: inline;
	list-style-type: none;
}
#mainnav a {
	display: block;
	margin: 0;
	padding: 9px 19px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 13px;
	float: left;
}
#text {
	width:320px;
	padding: 10px 10px 0 10px;
	background-color: #022245;
	float: left;
	color: #FFFFFF;
	border-right: 1px solid #ffffff;
}
#text2 {
	width:700px;
	padding: 10px 10px 10px 40px;
	background-color: #022245;
	color: #FFFFFF;
	margin: 0 auto;
}
div.scrollholder {
	background-color:#022245;
	width:780px;
	height: 100%;
}
.map {
	border: 4px solid #334F6E;
	padding: 5px;
	background-color: #022245;
}
#photocontainer {
	width: 300px;
	background-color: #032F5F;
	border: 1px solid #334F6E;
	margin: 0;
	padding: 4px;
	float: right;
}
#photocontainer img {
	padding: 7px;
}
#photocontainer a:link, #photocontainer a:visited {
	font-weight: normal;
	font-size: 10px;
	text-transform: none;
	font-variant: normal;
	
}
#photocontainer a:hover, #photocontainer a:active {
	
}
#photocontainer h3 {
	text-align: center;
	margin: 0 auto 10px auto;
	padding: 0;
	
}
#photocontainer h4 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-style: normal;
	padding: 0;
	margin: 0;
	
}
.click {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 200px;
	font-style: italic;
	margin: 0 auto;
	padding: 0;
}
