/* css */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #327b8b;
	background-image: url(images/mainBG.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position:relative;
}
a:link {
	color: #006975;
}
a:visited {
	color: #004c74;
}
a:hover {
	color: #2b6f71;
}
a:active {
	color: #2b6f71;
}
h1 {
	font-size: 18px;
	color: #111111;
	font-weight: bold;
	background-color:#CCCCCC;
	background-image:url(images/h1BG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:3px;
}
h2 {
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	padding:0px;
	margin:0px;
}

	
.bluebold {
    font-size:14px;
	color: #003366;
	font-weight: bold;
}	
.smalltext {
    font-size:11px;
	color:#222222;
	}

.main_table {
    background-color:white;
	border-left:1px solid #074882;
	border-right:1px solid #074882;
	border-bottom:1px solid #074882;
	position:relative;
	}

.content {
    background-color:#FFFFFF;
    padding:0px 10px 10px 10px;
	border:2px solid #EDEDED;
    margin:5px 20px 20px 20px;
	}
.header {
	background:url(images/header.jpg) top no-repeat #FFF;
	height:177px;
	position:relative;
}
.subheader{
	background:url(images/subheader.jpg) top no-repeat #FFF;
	height:96px;
	position:relative;
}
.subheader div{
	position:relative;
	top:42px;
	text-align:right;
	font-size:10px;
	font-weight:bold;
	padding-right:5px;
	color:#036;
}
#nav {
	position:relative;
	top:50px;
	padding-right:20px;
}
#nav ul {
	padding:0;
}
#nav ul li {
	list-style:none;
	float:right;
	height:35px;
	margin: 0 0 0 10px;
	background:url(images/nav-off.gif) left no-repeat;
	padding-top:25px;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#074882;
	text-decoration:none;
	font-size:13px;
	margin:0 0 0 2px;
	padding: 25px 0 40px 35px;
}
#nav li:hover {
	background:url(images/nav-over.gif) left no-repeat;
}

	
.preload {
	position:absolute;
	left:-500px;
}
.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	color:white;
	font-weight:bold;
	}

.topnav a, .topnav a:active, .topnav a:visited{
    color:white;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	padding:3px;
	}
	
.topnav a:hover {
    color:#074882;		
	background-color:#EFEFEF;
	padding:3px;
	}
	
.list li{
    display: list-item;
    list-style: none;
	list-style-image:url(images/bullet.gif);
	list-style-position: outside;
	padding-bottom:12px;
	padding-left:5px;
	}	
	
.footer {
	background-color: #2f4c8f;
	color: #444444;
	background-image:url(images/footerBG.gif);
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	border-top:2px solid #074882;
	}
.footer a:link {
    font-size: 10px;
	font-weight: bold;
 	color: #006975;
	text-decoration: none;
}
.footer a:visited {
    font-size: 10px;
	font-weight: bold;
 	color: #004c74;
	text-decoration: none;
}
.footer a:hover {
    font-size: 10px;
	font-weight: bold;
 	color: #2b6f71;
	text-decoration: none;
}
.footer a:active {
    font-size: 10px;
	font-weight: bold;
 	color: #2b6f71;
	text-decoration: none;
}

.headercell {
	font-size:12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#003366;
	text-align:center;
	padding:3px;
	}
	
.cellunderline {
    padding:3px;
    border-bottom:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
	font-size:12px;
	}	
.tableborder {
    border: 1px double #dbe2ec;	
	}

.inputbox {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  background-color: #f7f7f7;
  background-image:url(images/BGshade.gif);
  background-position:top;
  background-repeat: repeat-x;
  border: 1px solid #003366;
  padding:1px;
}
.button {
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #003366;
  border-top: 2px solid #DDDDDD;
  border-left: 2px solid #DDDDDD;
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  padding: 3px;
  cursor: pointer;
}	

#address {
    padding:7px 3px 0px 40px;
	background-image:url(images/env.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:200px;
	}
	
#emergency {
    padding: 5px;
	background-color:#CC0000;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	border:3px solid #CCCCCC;
	}
	
#blueblock {
    padding: 5px;
	border:6px solid #336699;
	font-size:14px;
	font-weight:bold;
	color:#336699;
	}	
