/*  Style sheet for Buist Clean Up and Demolition site */

/* Begin structure definitions */

body {
	background-color: #FFC20B;
	color: #000;
	}

#center {
	width: 740px;
	color: #000;
	background-color: #FFDE79;
	border: solid 2px #FFCC33;
	margin: 0 auto;
	}

#sidebar {
	position: relative;
	width: 738px;
	background-color: #FFDE79;
/*	border: solid 1px #FFCC33; */
	margin: 0;
	float: left;
	}

.spacer {
	color: #000;
	position: relative;
	width: 738px;
	background-color: #FFEAAB;
/*	border: solid 1px #FFEAAB; */
	margin: 0;
	clear: both;
	height: 13px;
	}

.contentmain {
	color: #000;
	position: relative;
	width: 738px;
	background-color: #FFEAAB;
	border: solid 1px #FFCC33;
	clear: both;
	}

#missionstatement {
	width: 75%;
	position: relative;
	margin: 0 auto;
	clear: both;
	text-align: center;
	border-left: solid 1px #FFCC33;
	border-top: solid 1px #FFF4D3;
	border-right: solid 1px #FFCC33;
	border-bottom: solid 1px #FFF4D3;
	background-color: #FFF4D3;
	}

#missionsurround {
	color: #000;
	position: relative;
	width: 738px;
	background-color: #FFEAAB;
	clear: both;
	}

#footer {
	color: #000;
	width: 738px;
	background-color: #FFDE79;
	border: solid 1px #FFCC33;
	clear: both;
	}

/* End Structure */


/* Begin table definitions */

#headtable {
	color: #000;
	width: 100%;
	background-color: #FFF4D3;
	border: none;
	text-align: center;
	}

.sidebartable {
	width: 100%;
	border: none;
/*	float: center; */
	}

.footertable {
	width: 100%;
	border: none;
	text-align: right;
	}

/* End table */


/* Begin text definitions */

.maintitle {
/*	float: center; */
	font-family: 'Ludia Grande', Verdana, Arial, Sans-Serif;
	color: #FFC71F;
	background-color: #FFF4D3;
	}

.subtitletext {
/*	float: center; */
	font-size: 10px;
	font-family: 'Ludia Grande', Verdana, Arial, Sans-Serif;
	color: #FFD147;
	background-color: #FFF4D3;
	}

#sidebar {
	font-size: 13px;
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	}

.contentmain p {
	color: #000;
	margin: 0;
	font-size: 12px;
	font-family: 'Ludia Grande', Verdana, Arial, Sans-Serif;
	background-color: #FFF4D3;
	padding: 20px 0;
	}

.contenttitle {
	margin: 0 0 0 1px;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Ludia Grande', Verdana, Arial, Sans-Serif;
	}

.contentbody {
	display: block;
	margin: 0 0 0 5px;
	}

.contentbodyform {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 5px 5px;
	background-color: #FFF4D3;
	}

.footertext {
	font-size: 10px;
	font-family: 'Ludia Grande', Verdana, Arial, Sans-Serif;
	}

.footertext a {
	color: #000;
	text-decoration: none;
	background-color: #FFDE79;
	}

.missionstatement {
	color: #000;
	font-size: 12px;
	font-family: 'Ludia Grande', Verdana, Arial, Sans-Serif;
	background-color: #FFF4D3;
	}

/* End text */


/* Begin Image Definitions */

.estimatelogo {
	margin: 0;
	padding-left: 3px;
	padding-right: 3px;
	float: right;
	border: 0;
	}

/* End Image */


/* Begin Menu Stuff */

#sidebar {
	z-index: 3;
	height: 32px;
	}

#sidebar ul {
	list-style: none;
	text-align: center;
	margin: 4px 0;
	padding: 0;
	width: 100%;
	}

#sidebar li {
	position: relative;
	}

#sidebar ul ul {
	list-style: none;
	position: absolute;
	top: 22px;
	left: 0;
	display: none;
	width: 100%;
	}

#sidebar ul li:hover ul, ul ul:hover {
	display: block;
	}

#sidebar a {
	position: relative;
	float: left;
	display: block;
	width: 115px;
	margin: 0;
	color: #000;
	background-color: #FFDE79;
	text-decoration: none;
	padding: 3px 2px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFF4D3 #FFD965 #FFD147 #FFEAAB;
	}

#sidebar ul ul a {
	position: relative;
	float: none;
	}

#sidebar a:hover {
	position: relative;
	background-color: #FFEAAC;
	border-color: #FFD965 #FFEAAB #FFF4D3 #FFD147;
	color: #000;
	}

/* End Menu Stuff *.

/* End style sheet for Buist Clean Up and Demolition Site */