/* Pacific Blue Template Stylesheet */

html { min-height:100%; margin-bottom:1px; }

body {
	margin:auto auto;
	padding: 0;
	color: #646A61;
	background: #003366 url(images/water2.jpg) repeat fixed;
	text-align:center;  /* aligns page center in IE5.5 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
/* outer wrapper - holds the rest of the content -ensures that layout is centered */
#wrapper {
margin: 15px auto;
width: 763px;
text-align:left; /* re-aligns content to left IE5 */
}
/* ROUNDED TOP DIV */
#toppage {
background-image:url(images/toprounded.gif);
background-repeat:no-repeat;
padding: 0;
height: 27px;
}
/* HEADER BACKGROUND AND COMPANY NAME */
#header {
background-color:#FFFFFF;
width: 763px;
height: 140px;
}
/* BACKGROUND FOR THE TOP NAV */
#topnav{
	height: 29px;
	background-image: url(images/navbar.gif);
	background-repeat: repeat-x;
}
 
/*navigation styling */
#navBar {
	margin-left: 160px;
	background-color: transparent;
	height: 29px;
	padding-top: 0px;
}

#news {
	margin-left: 5px;
	float: right;
}
.floatright {
	float: right;
	margin-left: 10px;
}

#navBar ul {
	margin: 0px; 
	padding: 4px;
	list-style-type: none; 

}
#navBar li {
	display: inline;
	list-style-type: none;
padding:0px;
margin: 0px;
font-size: 0.7em;
font-weight: bold;
}

#navBar a {
	background: transparent;
	border: none;
	margin: 0px;
	color: #000066;
	text-decoration: none;
	padding: 0px 10px;
}

#navBar a:link, #navBar a:visited {
	color: #000066;
	text-decoration: none; 
}

#navBar a:hover {
	color: #FFFFFF;
	background-color: #000000;
	background-color: transparent;
	text-decoration: none;
}

#navBar a:active {
	background-color: transparent;
	color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
/*End NavBar styles */

/* OUTER WRAPPER FOR CONTENT AREA */
#contenttop {
	background-image: url(images/contenttop_bg.gif);
	background-repeat: repeat-y;
}

#contenttopleft {
	padding-top: 0px;
	width:116px;
	float: left;
	font: 0.75em  Arial, Helvetica, sans-serif;
	padding-left: 0px;
}
#contenttopmiddle {
width:615px;
margin-left: 130px; 
	padding: 6px;
	font: 0.75em  Arial, Helvetica, sans-serif;
	}
	
	fac_titles {
	color: #FFFFFF;
	font-weight: bold;
}
	
	#contenttopmiddle2 {
width:715px;
margin-left: 130px; 
	padding: 6px;
	font: 0.75em  Arial, Helvetica, sans-serif;
	}
	
	#middlediv {
	width:295px;
	margin-left: 5px;
	padding: 0px;
	float: left;
	margin-bottom: 20px;
	}
	
	#middledivcontact {
	width:320px;
	margin-left: 5px;
	padding: 0px;
	float: left;
	margin-bottom: 20px;
	}
	
	#middledivnews {
	width:95%;
	margin-left: 5px;
	padding: 0px;
	float: left;
	margin-bottom: 20px;
	}
	
	#middledivfull {
	width:595px;
	margin-left: 5px;
	padding: 0px;
	float: left;
	margin-bottom: 20px;
	}

#contentbottom {
background-image: url(images/contentbottom_bg.gif);
font: .7em  Arial, Helvetica, sans-serif;
margin:0;
padding: 0;
}
#contentbottomleft {
float: left;
width: 482px; /*507*/
padding: 10px 10px 10px 20px;
}

#contentbottomright {
	margin-left: 510px;
	width: 226px;
	padding: 6px;
}
.imgright2 {
	float: right;
	padding-right: 16px;
}
/* FOOTER AREA */
.footbg {
	height: 45px;
	width: 763px;
	text-align: center;
	vertical-align: middle;
	background-color: #7cb7f0;
	margin-top: -10px;

}
.footbg p{	
padding-top: 4px;
color: #333333;
font-size: 0.8em;
}
.smallprint {
	font-size: 0.8em;
	padding-left: 5px;
	margin: 5px;
}

.divider {
	background-image: url(images/divider.gif);
	height: 1%;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

/* BASIC HEADING STYLES */
H1 {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#666666;
	font-weight: bold;
}
	
H2 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color:#FF6600;
}	

.footer{
font: 0.70em   Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

/* BASIC LINK STYLES */
a:link {
	color: #003366;
	text-decoration: none;
}

a:visited {
  color: #003366;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* CLEARER DIV USED TO CLEAR FLOATED DIVS */
.clearit {
clear: both;
font-size: 1px; /*for IE*/
height: 0;
line-height: 0px;
}
/* styles the image in the top right content area */
.imgright {
	float: right;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* styles the box under the image in the top left content area */
.box1 {
padding: 8px;
margin-left: 6px;
width: 224px;
}

.boxroute {
padding: 0px;
width: 116px;
}

/***** Begin laying out the contact form *****/

form {
	width: 320px;
}

fieldset{
	padding:10px;
	border: 1px solid #577DA2;
	margin-bottom:15px;
	margin-top: 60px;
	width: 460px;
	font-size: 100%;
}

/*styles the input fields*/
input,textarea{
	border: 1px solid #577DA2;
	margin: 4px;
	padding: 2px;
}

label{
	color:#666;
	font-size: 100%;
}
legend{
padding:10px;/*gives a bit of padding between the border and the test*/
color: #577DA2;
font-size: 130%;
font-weight: bold;
}

.submitbutton {
	border: 1px solid #8B9DAB;
	background: #C1CAD2;
	color: #666666;
	}
/*end of form styles */
.rightside {
	font-weight: normal;
	color: #646A61;
}

