* {margin: 0; padding: 0;}

body {
	font: 75%/140% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(../images/bg_menubar_rev3.jpg);
	background-repeat: repeat-x;
	background-position: left 31px;
	text-align: center;
	background-color: #000000;
}

a {text-decoration: none;}
a:hover{text-decoration: underline;}

.clear {clear: both;}

#skipnav {text-indent: -9999em; width: 0; height: 0; position: absolute; top: -10px; left: -10px;}
#ugovHead {height: 31px; width: 100%; overflow: hidden; color: white;}

#container {
	width: 950px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	z-index: 2;
	background-color: white;
	background-image: url(../images/container_bg_up3.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#header {
	width: 950px;
	height: 120px;
	position: relative;
	z-index: 600;
	background-color: transparent;
	background-image: url(../images/bg_menubar_rev3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header h1 {
	width: 225px;
	height: 100px;
	text-indent: -9999em;
	position: absolute;
	left: 40px;
	top: 20px;
	background-color: transparent;
	background-image: url(../images/dcc_logo_up.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1 a {display: block; width: 225px; height: 100px;}

#header ul#homeinfo {
	list-style: none;
	position: absolute;
	top: 20px;
	right: 205px;
	margin: 0;
	line-height: 22px;
}
#header ul#homeinfo li {display: inline;}
#header ul#homeinfo li a {color: #9b9575; border-right: 1px solid #9b9575; padding: 0 6px 0 3px;}

#header form {position: absolute; top: 20px; right: 0;}
#header form input.searchbox {width: 150px; padding: 0 3px; color: #9b9575; border: 1px solid #9b9575; height: 20px;}
#header form input.searchbttn {
	color: white;
	width: 34px;
	height: 22px;
	border: none;
	font-weight: bold;
	font-size: .9em;
	margin-left: 4px;
	background-color: #9b9575;
	background-image: url(go_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* ------------------ Main Navigation -------------------------- */
#navigation {
	position: absolute;
	top: 80px;
	right: 0;
	left:270px;
	width: 700px;
	height: 40px;
	background: transparent;
	z-index: 800;
	font-size: 1em;
	overflow:visible;
}
#navigation ul {
	list-style: none;
	line-height: 40px;
	position: relative;
	overflow:visible;
	left: 100px;
}
#navigation li {
	float: left;
	position: relative;
	line-height: 40px;
	width: auto;
	overflow:visible;
	color: #ffffff;
}
#navigation a {
	float: left;
	display: block;
	width: auto;
	color: #ffffff;
	text-decoration: none;
	line-height: 40px;
	border-right: 1px solid #ede7cf;
	overflow:visible;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
}

/* ------------------- Navigation Drop Down Menus ------------------------- */
#navigation li ul {
	z-index: 900;
	width: 13.5em;
	font-size: 13px;
	position: absolute;
	left: -9999em;
	top: 36px;
	background-color: transparent;
	background-image: url(dropdown_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
}
#navigation li:hover ul {
	left: 13em;
	width: 13.5em;
	z-index: 998;
}
#navigation li:hover ul, #navigation li.sfhover ul {
	position: absolute;
	left: -.5em;
	width: 13.5em;
	z-index: 999;
	float: left;
}
#navigation ul li ul li {
	float: left;
	width: 13.5em;
	text-align: left;
	margin: 0;
	background: transparent;
	line-height: 1.1em;
	padding: 0;
}
#navigation ul li ul li a {
	width: 11.8em;
	margin: 0;
	float: none;
	line-height: 1.1em;
	color: #503F30;
	border-bottom-width: 1px;
	border-left-width: 0.6em;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #738859;
	border-left-color: #738859;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 1em;
	left: -3px;
	background-color: #D6D7BD;
	display: block;
}
#navigation ul li ul li a:hover {
	color: white;
	background-color: #738859;
}


/* ------------------- Main Content Area for Secondary Pages ------------------------- */
#MainContent {float: right; width: 625px; padding-right: 25px; }
#MainContent h1, h2, h3, h4 {margin: 0 0 .5em 0; }
#MainContent p {
	margin-top: 8;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 8px;
}
#MainContent blockquote {
	margin: 0 25px 1em 25px;
	padding-left: 1em;
}
#MainContent ul {
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 2em;
}
#MainContent li {
	list-style-image: url(li_bullet.gif);
	text-decoration: none;
}
#MainContent h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	margin-top: 1.2em;
	color: #7E1F24;
	border-bottom: 1px solid #ded9af;
	padding-bottom: 8px;
	line-height: 125%;
	font-size: 2.6em;
}
#MainContent h2 {
	font-family: Georgia, serif;
	color: #7E1F24;
	padding-top: 14px;
	line-height: 125%;
	font-weight: normal;
	font-size: 1.8em;
}
#MainContent h3 {
	color: #7E1F24;
	padding-top: 12px;
	font-size: 1.3em;
	font-weight: normal;
	font-family: Georgia, serif;
}
#MainContent a {
	color: #00677a;
	text-decoration: underline;
}
#MainContent a:visited {color:#8f9a69;}
 #MainContent a:hover{
	color: #00677a;
	text-decoration: underline;
	background: white;
}
#MainContent img {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color: white;
	background-image: url(img_bg_shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 8px;
	padding-top: 6px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 6px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 15px;
}
#MainContent .right {
	float: right;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
}
#MainContent .left {
	float: left;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 1em;
}
#MainContent img.noshadow {background-image: none; border: none;}

/* ------------------- Breadcrumb Styles ------------------------- */
#MainContent ul#breadcrumbs {list-style: none; font-size: .9em; background: #fff; margin: 10px 0; line-height: 20px; }
#MainContent ul#breadcrumbs li {display: inline; margin: 0;}
#MainContent ul#breadcrumbs li a {
	padding-right: 12px;
	color: #5d4c2e;
	background-color: transparent;
	background-image: url(breadcrumb_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#MainContent ul#breadcrumbs li a {padding-right: 12px; color: #5d4c2e;}
#MainContent ul#breadcrumbs li a:visited {border: none;}
#MainContent ul#breadcrumbs li a:hover {border: none; text-decoration: underline;}

/* ------------------- Left Nav / Sub Content for Secondary Pages ------------------------- */
#SubContent {
	float: left;
	width: 225px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
}
#SubContent p, #SubContent h2, #SubContent h3, #SubContent h4 {
	margin: 1em 25px;
}
#SubContent ul {
	list-style: none; 
	width: 225px; 
}
#SubContent ul li {
	width: 225px;
	color: #FFFFFF;
	font-style: normal;
}
#SubContent ul li a {
	color: #800000;
	padding: 8px 25px;
	display: block;
	width: 175px;
	border-top: 1px solid #cdc68e;
	font-weight: normal;
}
#SubContent ul li a:hover {
	text-decoration: underline;
	color: #800000;
	background-color: #C0CCB3;
}
#SubContent ul li a:visited {
	color: #ffffff;
	padding: 8px 25px;
	display: block;
	width: 175px;
	/*border-bottom: 1px solid #cdc68e;*/
	font-weight: normal;
}
#SubContent ul li a:active {
	color: #330000;
	padding: 8px 25px;
	display: block;
	width: 175px;
	/*border-bottom: 1px solid #cdc68e;*/
	font-weight: normal;
}	
#SubContent ul li ul {
	display: none;
	font-size: .9em;
	border: none;
	padding-bottom: 6px;
	background-color: #D6D7BD;
	/*background-image: url(subnav_tert_bg.gif);*/
	background-repeat: repeat-x;
	background-position: left bottom;
}
#SubContent li.on ul {
	display: block;
	color: #800000;
}
#SubContent li.on {
	color: #FFFFFF;
	background-color: #9FB188;
	height: auto;
}
#SubContent ul li ul li a {
	color: #503F30;
	padding: 5px;
	width: 160px;
	border: none;
	margin-left: 40px;
	height: auto;
}
#SubContent ul li ul li a:hover {
	text-decoration: underline; 
	background: none;
	color: #5d4c2e;
	margin-left: 40px;
}
#SubContent ul li ul li a:active {
	color: #800000;
	padding: 5px;
	display: block;
	width: 160px;
	/*border-bottom: 1px solid #cdc68e;*/
	font-weight: normal;
	margin-left: 40px;
	height: auto;
}	
#SubContent ul li ul li a:visited {
	color:	 #503F30;
	padding: 5px;
	display: block;
	width: 160px;
	/*border-bottom: 1px solid #cdc68e;*/
	font-weight: normal;
	margin-left: 40px;
	height: auto;
}
/* --------------------- Tertiary Navigation ----------------------- */
#tertiary_nav {float: right; width: 170px; background: #ded9af url(file:///C|/covdev/images/tertiary_nav_bg.gif) left bottom no-repeat; margin: 0; padding: 0 0 54px 0; border-bottom: 2em solid white; border-left: 20px solid #fff;}
#tertiary_nav h3 {background: #b1472d; color: white; text-decoration: none; margin: 0; padding: 5px 10px; font-size: 1em;}
#tertiary_nav ul {margin: 0; padding: 0; list-style-type: none; }
#tertiary_nav li {margin: 0; padding: 0; line-height: 0; list-style-image: none;}
#tertiary_nav a {display: block; border-bottom: 1px solid #cdc68e; text-decoration: none; padding: 5px 10px; font-weight: normal; font-size: .9em; line-height: 0; color: #300; line-height: 1.1em; margin: 0; width: 150px;}
#tertiary_nav ul li a:hover {border-bottom: 1px solid #cdc68e; text-decoration: none;}

/* -----------------Table ----------------------------------------*/
#table {
	display: table;
	width: 95%;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	height: auto;
}

/* ------------------- Footer / Site Info ------------------------- */
#footer {
	clear: both;
	position: relative;
	height: 90px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #738859;
	background-color: white;
	background-image: url(footer_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-position: left center;

}
#footer a {
	color: #9b9575;
	font-size: 11px;
	left: 5px;
	right: 5px;
	width: 675px;
}
#footer h3 {
	width: 225px;
	height: 95px;
	text-indent: -9999em;
	position: absolute;
	top: 0;
	left: 40px;
	background-color: transparent;
	background-image: url(../images/bottom_logo3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer h3 a {
	display: block;
	width: 165px;
	height: 50px;
}
#footer p {
	position: absolute;
	top: 15px;
	right: 0;
	text-align: center;
	left: 265px;
	visibility: visible;
}
#footer table {
	position: absolute;
	right: 0;
	top: 30px;
	width: 685px;
	color: #9b9575;
}

#copyright {
	font-size: 10px;
	color: #9b9575;
	padding-top: 20px;
}

/* ------------------- Style for Photo Captions ------------------------- */
p.caption {
font-size:10px;
text-align: center;
font-style: italic;
}

/* ---------------- Calendar Styles ------------------------------------------------ */
#calendarTop { position: absolute; top: 80px; height: 300px; text-align: right; width: 700px; background: transparent; z-index: 800; font-size: 1em;}

