/* CSS Document */
body {
		margin:0px 0px 0px 0px;
		background-color: #999999;
		color: #cccccc;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		behavior:url("csshover.htc");
		}
#outer {
            width: 800px;
	        margin-right: auto;
	        margin-left: auto;
            height: auto;
			background: url(images/backsplash_r2_c1.jpg) repeat-y;
        }
#container { 
			padding: 0 0 0 0;
			background: url(images/backsplash_r1_c1.jpg) no-repeat; 
			text-align: left;
			min-height: 555px;
			 }
#header { height: 133px;
         }
#header h1 { text-align: center;
             margin-left: 10px;
             padding-top: 30px;
             font-size: 64px;
			 font-weight: lighter;
			 } 
#subheader { position: relative;
             top: -25px;
             left: 400px;
			 width: 250px;
             font-size: 14px; 
			 font-weight: lighter;}
#leftcontent {
		float:left;
		width: 180px;
		min-height: 300px;
		border-right:5px solid #000000;
		border-bottom:0px solid #000;
		margin-top: 50px;
		margin-right: 5px;
		text-align: right;
		}
li { font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 14px;
	 font-weight: normal;
	 padding: 0px 5px 10px 0px;
	 list-style-type: none;
	 }
#leftcontent.a:hover { color: #c4c4c4;
                       font-weight: bold; }

#maincontent {
     margin-top: 30px;
     margin-left: 180px;
     width: 550px;
	 margin-bottom: 10px;	 
		}
		
p, pre {
		margin:0px 30px 10px 30px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 11px;
	    font-weight: normal; 
		}

input { 
    color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal; 
	border-style: solid;
        border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px;
        border-color: #333333;
        padding: 3px 3px 3px 3px;
		margin: 5px 5px 5px 5px;
	}
	
.subbtn { font-size: 9px;
        background: #666666;
        color: #FFFFFF;;
        border-style: solid;
        border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px;
        border-color: #333333;
        padding: 3px 3px 3px 3px;
		margin: 5px 5px 5px 5px;
		cursor: hand;
}
.bodytext {
        font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight: normal;
}
		
h1 {    text-align: left;
		font-size:18px;
		font-weight: normal;
		padding-top:10px;
		margin-left: 75px;
		}

a { color: #cccccc; }
a:hover { color: #c4c4c4; }	
#footer  {
        clear: both;
		float: left;
		font-size:12px;
		text-align: center;
		margin-bottom: 10px;
		padding-bottom: 40px;
		background: url(images/footer.jpg) no-repeat bottom;
		width: 800px;
		height: 60px;
		/*margin-left:250px;*/
		}
#footertext { font-size:12px;
		text-align: center;
		padding-left: 0px;
		}
caption { font-size: 16px;
     font-weight: bold;
	 }
/* All this below here controls the left link menu and popup */
a.sub:link, a.sub:active, a.sub:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

a.sub:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#webdesign {
        font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:8px;
		font-weight: normal;
		text-align: right;
		font-weight: normal;
		color: #666666;
} 

div#nav {
	float: left;
	margin: 0px 0 0;
	/*background: #003297 left top;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 160px;
	padding: 6px 20px 3px 5px;
	font-weight: bold;
	visibility: visible;
	position: relative;
	top: 0px;
	z-index: 1;
	left: .5%;
}


div#nav ul {
  margin: 0; 
  padding: 0; 
  background: #999999;
  border: 0px solid #666666; 
  border-width: 0 0px;
  } 

div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	line-height: 1em;
}
#port_main img { margin-left: 60px; }

div#nav li a {display: block; 
              padding: 2px 2px 2px 2px;
              text-decoration: none; 
			  width: 135px;}
  
div#nav>ul a {width: 135px;}
div#nav ul ul {position: absolute; 
               width: 145px;
               display: none;
			   margin-top: -30px;
               margin-left: 143px;}
div#nav ul ul li { width: 140px; border-bottom: 1px solid #CCCCCC;}
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav li.submenu:hover ul.level2,  
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;}
a:hover.level1 { font-weight: bold;}