/** {
	border:1px solid orange;
}
*********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family:"Footlight MT Light";
	font-size:18px;
	color:#000066;
	font-weight:bold;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	/*background-color:#DFE5F7;*/
	background-color:#7891AD;
}
img{  
	border-style: none;
}
.mainContainer {
	width:850px; 
	margin-left:auto; 
	margin-right:auto; 
	background-color:#DFE5F7;
}

a:link, a:visited, a:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hoverImageContainer {
	 position:absolute; 
	 left:0px; 
	 top:40px; 
	 display:none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
}

h2{
 font-size: 114%;
 color: #CCFF33;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}

hr {
	width:95%;
}

.privacyParagraph {
	padding-top:10px;
	margin-bottom:4px;
	font-size:20px;
	text-decoration:underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px; 
	padding-bottom: 15px;
	/*border-bottom: 1px solid #cccccc;*/
	/*background-image:url(../images/background_waterTexture850.jpg);*/
	/*background-image:url(../images/BWC_boat.jpg);*/
	width: 100%;
	height:100px;
}

#navBar{
	margin: 0 0 0 73%;
	padding: 0px;
	background-image:url(../images/backgound_Sidebar.jpg);
	height:400px;
}

#content{
	margin: 0;
	padding: 0 0 0 0;
	margin-left:100px;
	margin-right:100px;
	/*8min-height:400px;*/
}
#content2{
	margin: 0;
	padding: 0 0 0 0;
	margin-left:50px;
	margin-right:75px;
	/*8min-height:400px;*/
}
/*Main Container Has Width Of 850px*/
#content-left {
	float: left;
	width: 79px;
	height:435px;
	margin-top:0px;
	text-align:center;
	margin-bottom:10px;
	position:relative;
	background-image:url(../images/Thumbnails/Table_block.gif); 
}

#content-right {
	float: right;
	width: 600px;
	margin-top:10px;
	margin-bottom:10px;
}
/*#contentspacer {
	float:right; 
	width:1%;
	height:400px;
}*/

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 17px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 5px 0px 20px 0px;
}


/************* #globalNav styles **************/

#globalNav{
/*width:95%;*/
padding:0px;
padding-top:3px;
/*margin-left:auto;
margin-right:auto;*/
margin-left:25px;
margin-right:25px;
margin-top:10px;
margin-bottom:10px;
font-size: 80%;
text-align:center;
/*background-image:url(../images/background_siteinfo.png);*/
background-image:url(../images/background_siteinfo.jpg);
height:40px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	color:#000033; 
}

#globalNav a:hover {
	/*background-color:#5489FF;*/
	color:#5489FF;
	text-decoration:none;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 10px 10px;
	border:2px solid grey;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************* Staff Pages ***************/

.staff{
	padding: 0px 0px 10px 10px;
	width:85%;
	display:block;
	height:155px;
}
.staffName {
	text-decoration:underline;
}
.staffJobTitle {

}

.ExtraStaffInfo {
	font-size:14px;
}

.staff img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 10px 10px;
	border:2px solid grey;
}
/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	/*border: 1px solid #cccccc;*/
	font-size: 75%;
	color:#000033;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	margin-left:25px;
	margin-right:25px;
	/*background-image:url(../images/background_siteinfo.png);*/
	background-image:url(../images/background_siteinfo.jpg);
	height:40px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	color:#000033; 
}

#siteInfo a:hover {
	text-decoration:underline;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/*#navBar li {border-bottom: 1px solid #EEE;}*/

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

