body {
	text-align: left;
	font-family: times;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 780px;
}

#container {
	margin-top:0;
}

#bg {
	background: url(images/davis1.png) -0px -0px no-repeat;
	height: 200px;
	width: 780px;
	overflow: visible;
	margin-bottom: 5px;
}

/****MENU****/

#menu {
 width: 643px;
 height: 27px;
 margin: 0px auto; padding: 0;
 float: left;
 position: relative;
}

#menu li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#menu a {display: block;}

#home {left: 0px; top: 173px; width: 70px; height: 27px;}
#articles {left: 70px; top: 173px; width: 96px; height: 27px;}
#videos {left: 166px; top: 173px; width: 80px; height: 27px;}
#pictures {left: 246px; top: 173px; width: 97px; height: 27px;}
#links {left: 343px; top: 173px; width: 70px; height: 27px;}
#contact {left: 413px; top: 173px; width: 98px; height: 27px;}


#home a {height: 27px;}
#articles a {height: 27px;}
#videos a {height: 27px;}
#pictures a {height: 27px;}
#links a {height: 27px;}
#contact a {height: 27px;}


#home a:hover {background: url(images/davis1.png) -0px -201px no-repeat;}
#articles a:hover {background: url(images/davis1.png) -70px -201px no-repeat;}
#videos a:hover {background: url(images/davis1.png) -166px -201px no-repeat;}
#pictures a:hover {background: url(images/davis1.png) -246px -201px no-repeat;}
#links a:hover {background: url(images/davis1.png) -343px -201px no-repeat;}
#contact a:hover {background: url(images/davis1.png) -413px -201px no-repeat;}

/**********/

/*****Capitol Reports*****/

.hoverbox
{
	cursor: default;
	list-style: none;
	float: left;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 256px;
	left: auto;
	/*z-index: 1;*/
}

.hoverbox img
{
	background: #fff;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	margin-bottom: 10px;
}

.hoverbox li
{
	background: #fff;
	clear: left;
	color: inherit;
	display: inline;
	float: left;
	margin: 0;
	/*position: relative;*/
}

.hoverbox .preview
{
	border-color: #000;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

.line
{
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 17px Georgia, serif;
}

/*****End of Capitol Reports******/


/*****Photo Gallery*****/

.gallery{	list-style: none;
	width: 100%;}.gallery a .preview{	display: none;}.gallery a:hover .preview{	display: block;	position: absolute;	top: -33px;	left: -45px;	z-index: 1;}.gallery img{	background: #fff;	border-color: #aaa #ccc #ddd #bbb;	border-style: solid;	border-width: 1px;	color: inherit;	padding: 1px;	vertical-align: top;	width: 100px;	height: 75px;}.gallery li{	background: #eee;	border-color: #ddd #bbb #aaa #ccc;	border-style: solid;	border-width: 1px;	color: inherit;	display: inline;	float: left;	margin: 3px;	padding: 5px;	position: relative;}.gallery .preview{	border-color: #000;	width: 200px;	height: 150px;}


/*****End of Photo Gallery******/


#side-a{
	clear: both;
	float: left;
	padding: 0px;
	width: 520px;
}

#side-a a {
	font-size: .9em;
}

#side-a table{
	float: left;
	width: 520px;
	margin: 0;
}

.response {
	color: #0f54c5;
}

#side-a p{
	float: left;
	width: 520px;
	padding: 0 0 0 5px;
	margin-top: 5px;
	line-height: 1em;
	font-size: .8em;
	font-family: Helvetica;
}
	
#side-b
{
	float: right;
	width: 210px;
	margin-bottom: 5px;
}

dl.curved 
{
	background:#2e2f95 url("images/corners/tl.jpg") top left no-repeat;
	margin: 0; 
	padding:0; 
	width:100%;
}

dl.curved dt 
{
	background: url("images/corners/tr.jpg") top right no-repeat; 	
	padding:10px; 
	text-align:center;
	line-height: .3em;
	font-family: helvetica;
	font-size: smaller;
	color:#fff;
}

dl.curved dd 
{
	background: url("images/corners/bl.jpg") bottom left no-repeat; 
	padding:0; 
	margin:0;
	background-color: #9157cd;
}

dl.curved dd p 
{
	color: #fff;
	font-size: smaller;
	margin:0; 
	padding:10px; 
	line-height:1.1em;
	background-color: #9157cd;
}

dl.curved dd p.last 
{
	background:transparent url("images/corners/br.jpg") bottom right no-repeat; 
}

#footer {
	clear: both;
	background: url("images/davis1.png") -0px -229px no-repeat;
	height: 29px;
	width: 780px;
	margin-top: 5px;
}