@charset "iso-8859-1";
body {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	padding: 5px;
}

.imgspace {
	padding-right: 30px;
}
#rollnav img {
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}

#mininav {
	border: 1px none;
	margin-bottom: 20px;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 40px;
}
.bluebackground {
	background: #C6DDFF;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-style: none;
	padding-left: 3px;
}

#mininav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#mininav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#mininav a:hover {
		
	color: #990033;
}

#contactform {
	background-color: #C6DDFF;
	border: 1px solid #000099;
	padding: 10px;

}



/* footer information*/
#footer {
	background-color: #C6DDFF;
	height: 190px;
	padding: 5px;
	background-image: url(images/wave.jpg);
	background-repeat: repeat-x;
	background-position: top;
		}
#address {
	float: left;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border: 1px none #666666;
	padding-left: 20px;
			}
#phone {
	float:right;
	width:310px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-right: 20px;
			}
/*end footer info*/
	
#masthead {
	background-image: url(images/banner2.jpg);
	background-repeat: no-repeat;
	height: 120px;
	padding-right: 20px;
	background-position: left top;
}
#masthead2{
	padding-right:20px;
}

#site {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	}
#content {
	background-color: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
}
#text {
	width: 550px;
	padding-left: 20px;
		}

#text a:link{
	text-decoration: none;
	color: #003399;
}
# text a:hover {
	text-decoration:none;
	
}
a:visited {
	color: #003399;
	text-decoration: none;
}


#masthead3 {
	background-image: url(images/bg_blue_white.jpg);
	padding-right: 20px;
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #999999;
}
#navbox{
	float: right;
	width: 450px;
}
#cabinet {
	background-image: url(images/cabinet.jpg);
	width: auto;
	height: 240px;
}
#cabinet2 {
	width: auto;
	height: 240px;
	background-repeat: no-repeat;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	padding-top: 20px;
}

.bold {
	font-weight: bold;
}
.miniindicator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: ##003399;
	font-weight: bold;
}
.question {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}


/*dropdown menu*/
ul {
	margin:0;
	padding:0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
}
		
ul li {
	position: relative;
	}
/* to place sub-menu to appear to the right of it's parent menu item when hovered over*/	
li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}
/*style links*/	
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
	
	/* Fix IE. Hide from IE Mac \*/
	*html ul li {float: left; }
	*html ul li a {height: 1%;}
	/*end*/
	
li:hover ul, li.over ul {
	display: block;
	color: #003399;
	}
	
	
	
	
a:hover {
	color: #CC0000;
	background-color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
	background-image: url(images/mini.jpg);
	text-indent: 22px;
	background-repeat: no-repeat;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
}
blockquote {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
table {
	background: #FFFFFF;
}
