﻿/*CVCBD Site Re-design*/
/* basic elements */
html {
	font: verdana;
	margin: 0;
	padding: 0;
	background-image:url('bg.jpg');
	background-repeat:repeat;
	overflow:scroll;
	height:auto;	
	}
	
body { 
	width:800px;
	font: 100% verdana, sans-serif;
	font-size:0.875em;
	margin:0 0 3px 50px;
	color:#000000;
	display:block;
	padding:0 0 0 0px;
	position:absolute;
	left:75px;
	top:0px;
	overflow:auto;

}

h3 { 
	font: italic normal 1.4em 100% georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
	
a:link { 
	font: verdana;
	font-weight: bold; 
	text-decoration: none; 
	color: #0D400D;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0D400D;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #818F7E;
	}
	
acronym {
	border-bottom: none;
	}

/*NAV STUFF */

/* common styling */ /* remember 3pxleft */

.menu {
	font: verdana;
	position: absolute; 
	top: 300px; 
	left: 0px; 
	width:800px; 
	height:100px;
	font-variant: small-caps; 
	font-size: .75em; 
	font-weight: bold;
	background-image:url(newfpbg.jpg);
	z-index:2;
	
	
}

.menu li a
{
	height: 23px;
	line-height: 1em;
	float: left;
	width: 9em;
	display:block;
	border: 0.1em solid #dcdce9;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align:middle;
	background-color:#ED9B6C;
	padding-top:3px;
} 

.menu a a.hide {
	width:150px;
    display:inline;
    vertical-align:middle;

}

.menu ul {
	list-style: none;
	padding-left:0px;
	margin-left:50px;

} 

.menu li{
	margin: 0 .15em;
	height: 2em;
	float:left;
}


.menu a:hover{
		background: url(bgnav.jpg) #ED9B6C top right repeat;
}




/* specific divs */
#cc {
   width:800px;
   text-align:center;

	}

#ccin {
   width:800px;
   text-align:center;
   position:absolute;
   bottom:10px;

	}

	

#bodydiv {
	height:500px;
	overflow:auto;
	
}

.logo {
	width:740px;
	height:auto;
	background-color:white;
}

.largeLetters{
	font: 100% verdana, sans-serif;
	font-size:1.25em;
	color:#511F18;
}

.endpiece {
	width: 53px;
	height: 500px;
	position:absolute;
	top:73px;
	left:740px;

	
}

#maincontainer{
	width: 800px;
	height:800px;
	overflow:visible;
	position:absolute;
	top:400px;
	left:0px;
	background-image:url(newfpbg.jpg);
	z-index:10;
}

#maincontainer p{
	width:700px;
	height:auto;
	overflow:auto;
	font: 100% verdana, sans-serif;
	font-size:0.875em;
	margin:0 0 3px 50px;
	color:#000000;
	display:block;
	padding:0 0 0 10px;
	text-align:center;
	}
	
	

#maincontainer h1{
	width:700px;
	text-align:center;
	color:#003300;
	margin:0 0 3px 50px;
	border-bottom: 2px double #7C817D;
	font-size:1.5em;
}

#maincontainer2{
	width: 400px;
	height:700px;
	overflow:visible;
	position:absolute;
	top:400px;
	left:380px;
	background-color:#AFB9B0;
	z-index:11;
}

#maincontainer2 p{
	width:300px;
	height:auto;
	overflow:auto;
	background-color:#DCDED3;
	font: 100% verdana, sans-serif;
	font-size:0.875em;
	border-bottom: 1px dotted #7C817D;
	border-left: 1px dotted #7C817D;
	border-right: 1px dotted #7C817D;
	border-top: 1px dotted #7C817D;
	margin:0 0 3px 50px;
	color:#000000;
	display:block;
	padding:0 0 0 10px;}
	

#maincontainer2 h1{
	width:300px;
	text-align:left;
	color:#003300;
	margin:0 0 3px 50px;
	border-bottom: 2px double #7C817D;
	font-size:1.5em;
}

#maincontainer2 h2{
	font-size:140%;
	width:300px;
	text-align:left;
	color:#003300;
	margin:0 0 3px 50px;
	border-bottom: 2px double #7C817D;
}

.footer{
   font:verdana;
   width:800px;
   text-align:center;
   border-top:thin gray dotted;
   font-size:.8em;
   z-index:50;
}

.footer a{
	color:maroon;
}

.footerin{
   font:verdana;
   width:800px;
   text-align:center;
   border-top:thin gray dotted;
   font-size:.8em;
   z-index:50;
   position:absolute;
   bottom:10px;
}

.footerin a{
	color:maroon;
}



.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.image{
	width:235px; 
	height:507px
}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	background: transparent url(h1.gif) no-repeat top left; 
	margin-top: 10px; 
	width: 219px; 
	height: 87px; 
	float: left;
	}
	
#pageHeader h1 span {
	display:none
	}
	
#pageHeader h2 { 
	background: transparent url(h2.gif) no-repeat top left; 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;
	}
#pageHeader h2 span {
	display:none
	}
#pageHeader {
	padding-top: 20px;
}

#quickSummary {
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
	}
#quickSummary p {
	font: italic 10pt/22pt georgia; 
	text-align:center;
	}

#preamble {
	clear: right; 
	padding: 0px 10px 0 10px;
	}
#supportingText {	
	padding-left: 10px; 
	margin-bottom: 40px;
	}

#extraDiv1 {
	background: transparent url(cr2.gif) top left no-repeat; 
	position: absolute; 
	top: 40px; 
	right: 0; 
	width: 148px; 
	height: 110px;
	}
.accesskey {
	text-decoration: underline;
	}