﻿/* main .css for page*/
body {
	padding: 0;
	margin: 0;
	overflow: auto;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: x-small;
	font-family: Verdana, Tahoma, Arial;
	background: url('../images/basebkgrd.jpg') repeat top left;
}

p {
	margin: 10 10 10 10;
	text-indent: 20px;
	text-align: justify;
}

#pcenter {
	font-size:x-small;
	text-align: center;
}

#pleft {
	font-size: x-small;
	text-indent: 20px;
	text-align: left;
	padding: 5 10 5 20;
	vertical-align: top;
}

a {
	text-decoration: none;
	font-size:xx-small;
	color:#163043;font-weight:bold
}

a:hover {
	text-decoration: none;
	font-size:xx-small;
	color:#2E658D;font-weight:bold
}

#aspecial {
	margin:0 5 0 5; 
	text-decoration: none;
	font-size:x-small;
	color:#163043;font-weight:bold
}

:hover#aspecial {
	margin:0 5 0 5;
	text-decoration: none;
	font-size:x-small;
	color:#2E658D;font-weight:bold
}




#bodytable {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	height:99%;
}

#tablesides {
	width:auto
}


#leftheader {
	width: 155px !important;
	height: 155px;
	background: url('../images/seal3.gif') no-repeat right bottom;
}

#rightheader {
	width: 600px !important;
	height: 155px;
	background: #FFFFFF url('../images/header00.jpg') no-repeat left bottom;
}

#subleftheader {
	width: 155px;
	background: #4A687C url('../images/subseal.jpg') no-repeat right top;
}			

#subrightheader {
	width: 600px;
	height: 20px;
	background: #FFFFFF url('../images/subheader.jpg') repeat left top;
}

#headermenu {
	color: white;
	font: xx-small Verdana, Tahoma, Arial;
	float: right;
}

#headermenuitem {
	color:#C0C0C0;
	font-style:normal; 
	padding-left:15px; 
	padding-right:15px; 
	padding-top:0; 
	padding-bottom:0
}

#headermenuitem a{
	text-decoration: none;
	font-style:normal;
	color: silver;
}

#headermenuitem a:hover {
	text-decoration:overline underline;
	font-style:normal;
	color:white;
}

#leftcontents {
	width: 155px;
	background: #4A687C url('../images/leftcontents.jpg') repeat right bottom;
}

#contents {
	background: #FFFFFF;
	
}

#contentsdiv {
	overflow:auto;
	height:100%;
	width:600px;
		font-style: normal;
	font-variant: normal;
	font-size: x-small;
	line-height: normal;
	font-family: Verdana, Tahoma, Arial;
}

#contactinfotable {
	font: x-small Verdana, Tahoma, Arial;
	color: #000000;
}

#rightside {
	background: url('../images/border.jpg') repeat-y left top;
	
}

#bottom {
	background: url('../images/border.jpg') repeat-x left top;
}

#rightcorner {
	background: url('../images/border.jpg') no-repeat left top;
}

.picpage {
	border: 1px #000000 solid; 
	height: 240px; 
	width: 190px; 
	text-align: center;
	font-size:xx-small;
}

#suckerdiv{
	position: absolute;
	top: 184px;
}








/*left side menu*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0 0 0 5;
	padding: 0;
	list-style-type: none;
	width: 149px; /* Width of Menu Items */; /*border: 1px #464646 solid;*/;
	font: xx-small Verdana, Tahoma, Arial;
	color: silver;
	background:transparent;
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	z-index: 90;
}
	
.suckerdiv ul li{
position: relative;
z-index:91
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	margin: -1 0 0 0;
	width: 140px; /*sub menu width*/;
	top:0;
	visibility: hidden; /*border: 1px #464646 solid;*/;
	border: 1px #000000 solid;
	background: url('../images/menubkgrd.jpg') repeat scroll left top;
	border-bottom: 0;
	z-index: 92;
}


/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto;
	text-decoration: none;
	color: silver;
	padding: 4 1 4 1;
/*border: 1px #464646 solid;*/	vertical-align: middle;
	border-bottom: 1px #000000 solid;
/* CHANGE THIS COLOR!!!!! IT WORKS FOR ALL MENU BOTTOMS*/	
	z-index: 93;
}

.suckerdiv ul li a:visited{
	z-index: 94;
}

.suckerdiv ul li a:hover{
	/*background-color: #912121;*/
	color:white;
	z-index:95
}

.suckerdiv .subfolderstyle{
	/*padding-right:13px;*/
	 /* image menu02.jpg */
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */