/*
    Site    :   Dee's Construction 
	Author  :   Trevor Crane
*/

/*Links*/

a {
	color:black;
	font-size:14px;
	text-decoration:none;
}

a:hover {
	color:#660000;
	text-decoration:underline;
}

a.white {
	color:white;
	font-size:14px;
	text-decoration:none;
}

a.white:hover {
	color:#660000;
	text-decoration:underline;
}

input.left_links{
	display: block;
	width: 180px;
	float:left;
	background: white;
	color: #003366;
	text-align: center;
	text-decoration: none;
	border:0px;
	font-size:11px;
	
}

input.left_links:hover{
	background: #003366;
	color: white;

}


/*Text*/
p{
	margin-left:20px;
	width:90%;
	font-size:14px;
	font-family:sans serif;
}

h2{
	margin-left:20px;
}

/* Divs */
#links {
	position: absolute; top:80px; left: 0px;
}

#links2 {
	position: absolute; top:85px; left: 40px;
}


#top {
	position: absolute; top:0px; left: 0px;
}

#bottom_links li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 14px arial}
	
#bottom_links li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: ;
	background: black;
	color: white;
	text-align: center;
	text-decoration: none}

#bottom_links li a:hover
{	background: white;
	color:black;
}

#latest_news_body{
	margin-top:-2px;
	background-color:white;
	width: 180px;
}


#other_jobs_body{
	margin-top:-2px;
	background-color:;
	width: 180px;
}

#other_jobs_body li{
	list-style:none;
}

#other_jobs_body a{
	color:white;
	text-decoration:none;
	font-size:14px;
}

#other_jobs_body a:hover{
	color:white;
	text-decoration:underline;
	
}

/*HR*/
hr.quick_links{
border:1px dashed white;
width: 800px;
}

/* Table */
table.top {
	margin-left:-20px;
	margin-top:-20px;
}

#comments p {
	width:90%;
	font-size:12px;
	margin-left:20px;
}

/* Drop Menu */
#sddm
{	margin-left: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 14px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 100px;
	background: black;
	color: white;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: white;
	color:black;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: black;
	color:white;
	border: 1px solid black}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: black;
		color: white;
		font: 11px arial}

	#sddm div a:hover
	{	background: white;
		color: black;
		}