/* Stylesheet for cdc resources page */

body
{
	background-color: #DFFFB9;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: small;
	color: #000000;	
}

/* styles for links */
a 
{	
	color: #000080;
	text-decoration: none;
}
a:visited 
{
	color: #008080;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}
a:active 
{
	color: #000040;
	text-decoration: none;	
}

/*styles for lists */
.listtitle
{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	display: block;
	text-align: center;
    font-weight: bold;
	font-stretch: narrower;
	color: #0F5152;
}

ul 
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004B4B;
	font-size: 0.9em;
	line-height: 1.1em;
	list-style-image: url(../images/dot.gif);
	list-style-position: outside;
}

/* styles for pagelayout table */
table.pagelayout
{
	margin-left: auto; 
	margin-right: auto; 
	width: 760px;
	border: none;
}

/* styles for top bar */
td.topbarcontainer
{
	vertical-align: top;
}

table.topbar
{
	width: 608px;
	height: 30px;
	background-color: #6AC564;
	vertical-align: top;
	padding: 0px;
	border: none;
}

/* styles for page titles */
td.pagetitle
{
	 width: 602px; 
	 text-align: center; 
	 background-color: #0F5152; 
	 color: #6AC564; 
	 height: 50px; 
	 font: bold 25pt 'Arial Black';
}

/* styles for sidebar */
td.sidebar
{
	vertical-align: top;
	width: 142px;
	background-color: #0F5152;
}

/* style for sliver on right side of table and borders*/
td.sliver
{
	width: 1px;
	background-color: #DFFFB9;
	padding: 0px;
}

td.border
{
	width: 5px;
	background-color: #6AC564;
	padding: 0px;
}

/* styles for content and footer */
table.pagelayout table.content
{
	
	width: 608px;
	height: 280px;
	color: #000000;
	background-color: #C9FFC9;
	border: 0px;
	/* background-color: #E5FEC7; */
	/*background-color: #6AC564;*/
}

/* styles for content td, for some insane reason 
firefox would not let me do it inline */
table.pagelayout table.content td.contentx
{
	padding: 10px;
	width: 582px;
}

table.pagelayout table.content td.contentx p
{
	text-align: left;
}

table.footer
{
	width: 608px;
	height: 40px;
	background-color: #6AC564;
	border: none;
	margin 0px;
	padding 0px;
}

/* styles for content links */
table.pagelayout td.content a
{
	text-decoration: none;
	color: #FFCC33;
}

table.pagelayout td.content a:hover
{
	display: inline;
	text-decoration: underline;
}


/* styles for inner table on housing/services*/
td.linkdescription
{
	width: 306px;
	background-color: #CDFE80;
	border: 1px solid #0E5251;
	padding: 6px;
}

/*used on information page */
table.linkdescription
{
	background-color: #CDFE80;
	border: 1px solid #0E5251;
	padding: 6px;
	border-spacing:5px; 
	width:80%; 
	margin-left:50px;
}

td.linkdescription ul
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004B4B;
	font-size: 0.9em;
	line-height: 1.1em;
	list-style-image: url(../images/dash.gif);
	list-style-position: outside;
}

/* styles for contact page */
table.contacttable
{
	width: 95%; 
	font-size: small; 
	padding: 5px;
	vertical-align: top;
}

table.contacttable td.top
{
	background-color: 0F5152; 
	color: #FFFFFF; 
	border: 1px solid #6AC564
}



/* miscellaneous styles */
a img
{
	border: none;
}

h1
{
	font-size: x-large;
	color: #0F5152;
}

.pagetitle
{
	font-size: x-large;
	color: #FFFFFF;
	text-align: center;
	line-height: 75%;
	font-weight: bold;
}

.title
{
	font-weight: bold;
	text-transform: uppercase;
}

.center
{
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
}

.quote
{
	font-style: italic; 
	font-size: smaller; 
	color:#000080;
}

.small
{
	font-size: small;
}