@charset "utf-8";
/* CSS Document */

/*
* This is a more organized stylesheet than the old one.  
* Attributes for the body selector are first.  Then there are selectors
* for those things which are mostly just for the home page.  The next
* for layout elements is for divs that control positioning and layout.
* Next is a section for fonts and inline elements.  Finally, there is
* a browser fixes section.
*/

body {
	background-image: url(/images/lgrey011.jpg);
	background-repeat: repeat;
}

/* ************************* */
/* HOMEPAGE ONLY             */
/* ************************* */

#mastheadLinks {
	position: relative;
	left: 555px;
	top: 2px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #457eb7;
	z-index: 900000;
}

#mainContent {
	position: absolute;
	top: 200px;
	left: 190px;
	width: 575px;
	height: 570px;
	padding: 0px;
	font-family: arial,sans-serif;
	z-index: 50;
}

html>body h2.defaultWelcome {
	margin-top: 0.1em;
}

h2.defaultWelcome {
	padding: 0.5em 0;
}

#countyNews {
	float: left;
	width:250px;
}

#messageFromChairman {
	float: right;
	border-style: solid;
	border-width: 1px;
	width: 300px;
	height: 450px;
	padding-left: 5px;
	padding-right: 10px;
	overflow: auto;
}

.chairmanText {
	font-family: times;
	font-size: 14px;
}

.newsSubject {
	font-family: times;
	font-size: 13px;
	color: #000000;
	width: 225px;
}

/* ************************* */
/* LAYOUT ELEMENTS           */
/* ************************* */

#contentDiv {
	position: relative;
	margin: auto;
	width: 800px;
	min-height: 736px;
	padding-bottom:35px;
	background-image:url(/dry_dock/images/navBackground.gif);
	background-position:left;
	background-repeat:repeat-y;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}

#contentDiv_OLD { /* back-up 3/20/2009 */
	position: relative;
	margin: auto;
	width: 800px;
	min-height: 736px;
	padding-bottom:35px;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}

#contentDiv_EXPERIMENT {
	position: relative;
	margin: auto;
	width: 800px;
	min-height: 736px;
	padding-bottom:35px;
	background-image:url(/dry_dock/images/navBackground.gif);
	background-position:left;
	background-repeat:repeat-y;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}

#textHolder {
	position: relative;
	left: 190px;
	width: 575px;
	padding-top:10px;
}

html>body #leftNavBox {
	height: 594px;
	top: 201px;
	background-color:red;
}

#leftNavBox {
	position: absolute;
	left: 0px;
	top: 198px;
	padding-top: 5px;
	width: 175px;
	height: 595px;
	background-color: #F2F2E3;
	z-index: 100;
}

#leftNavBox-contentPages {
	position: absolute;
	left: 0px;
	top: 64px;
	padding-top: 5px;
	width: 175px;
	height: 702px;
	background-color: #F2F2E3;
	z-index: 100;	
}

#mastheadLinks {
	z-index: 900000;
}

#menusForm {
	position: relative;
	left: 0px;
  	padding-top: 5px;
	width: 175px;
	height: 731px;
	background-color: #F2F2E3;
	z-index: 100;
}

#footer {
	position: relative;
	top: -30px;
	width: 600px;
  	margin: auto;
	font-size: 9px;
	text-align: center;
	left: 93px;
}

#footer p {
	font-size: 9px;
	width: 100%;
}

/*#footer-home {
	width: 600px;
	position: absolute;
	top: 570px; 
	left: 0px; 
}

#footer-home p {
	font-size: 9px;
	width: 100%;
}*/

/* **************************** */
/* FONTS and INLINE ELEMENTS    */
/* **************************** */

a:hover {
	text-decoration: none;
}

a.external {
    background: url(/images/external.png) center right no-repeat;
    padding-right: 13px;
}

.subjectHeader {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 16px;
	color: #8e7b38;
}

.subjectHeader a:link {
	text-decoration: none;
	/*color:#003399;*/
	border-bottom:dotted 1px;
}

.subjectHeader a:visited {
	text-decoration: none;
	/*color:#003399;*/
	border-bottom:dotted 1px;
}

.subjectHeader a:hover {
	text-decoration: none;
	/*color:#003399;*/
	border-bottom:solid 1px;
}

.subjectHeader a:active {
	text-decoration: none;
	/*color:#003399;*/
	border-bottom:dotted 1px;
}

.pageHead {
	font-weight: bold;
	color: #5875a1;
	font-size: 22px;
	font-family: sans-serif;
	text-align: center;
}

.pageSubHead {
	font-weight: bold;
	color: #5875a1;
	font-size: 18px;
	font-family: sans-serif;
	text-align: center;
}

.pageText {
	font-family: "Times New Roman", serif;
	font-size: .9em;
}

/*.pageText a:hover {
	text-decoration: underline;
}*/

.pageText a:link {
	text-decoration: none;
	/*color:#003399;*/
	border-bottom:dotted 1px;
}

.pageText a:visited {
	text-decoration: none;
	/*color:#003399;*/
	border-bottom:dotted 1px;
}

.pageText a:hover {
	text-decoration: none;
	/*color:#003399;*/
	border-bottom:solid 1px;
}

.pageText a:active {
	text-decoration: none;
	/*color:#003399;*/
	border-bottom:dotted 1px;
}

.pageTextLI a:hover {
	text-decoration: none;
}

#additionalLinks {
	padding-bottom: 25px;
}

#additionalLinks ul {
	list-style-type: none;
	display: inline;
	font-size: 14px;
}

#additionalLinks ul li {
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin: 5px;
	float: left;
}

#additionalLinks li a:link, #additionalLinks li a:visited  {
	margin-bottom: 5px;
	color: #0033FF;
	text-decoration: none;
}

#additionalLinks li {
	background-color: #C9F8F8;
}

#additionalLinks li:hover {
	background-color: #FFFBD6;
}

.leftAlignedImage {
	padding-right: 5px;
	padding-top: 3px;
}

.rightAlignedImage {
	padding-left: 8px;
	padding-top: 3px;
}

#footer a:link {
	text-decoration:none;
	border-bottom:dotted 1px;
}

#footer a:visited {
	text-decoration:none;
	border-bottom:dotted 1px;
}

#footer a:hover {
	text-decoration:none;
	border-bottom:solid 1px;
}

#footer a:active {
	text-decoration:none;
	border-bottom:dotted 1px;
}

/* ********************* */
/* SPECIAL BROWSER FIXES */
/* ********************* */

.aspMenuIE8Fix { /* fixes asp:menu display issue in IE8 */
	z-index: 123;
}