/* CSS Document */

/* Page Structure
----------------------------------------------- */
html,body {
	
	margin: 0px;
	padding: 0;
/*	background:url(/images/Home/Behrens%20Landscaping%20background%202.jpg);  */
	background-color:#FFFFCC;
	
}

body,td,th {
	font-family:"Calibri";
	font-size: 16px;	
}




img {
	border-width:0px;
}

table {
	border-width:0px;
}

/* Links
----------------------------------------------- */
a:link {
	color: #000000; 
}
a:visited {
	color: #000000;
}
a:hover {
	color: #333333;
}
a:active {
	color: #996633;
}

/* Styles
----------------------------------------------- */
.Header {font-size: 18px}
.SubHeader {font-size: 16px; font-weight:bold;}
.pt12bold {font-size: 12px; font-weight:bold;}
.footer {font-size: 10px;}

/* Body
----------------------------------------------- */
#bodycontainer {
	
	position:absolute;
	margin-left:100;
	width:auto;
	text-align: left;
	height: 800px;
	
}

/* Header
----------------------------------------------- */
#header {
	position:absolute;
	margin-right: auto;
	left:112px;
	top:40px;
	padding:0px;
	padding-top:0px;
	text-align: center;
	background-color:#CCAA77;
	border-opacity: .8;
	border-width:7px;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-color:#FFFFEE;
}

/* Menu
----------------------------------------------- */
#menu {
	position:absolute;
	width:155px;
	top:0px;
	left:0px;
	min-height:1500px;
	text-align: left;
	padding-left: 25px;
	padding-top:140px;
	padding-right:25px;
	background-color:#FFFFCC;
	opacity: 1;
	filter: alpha(opacity=100);
	border-right-width:7px;
	border-right-style:solid; 
	border-bottom-width:0px;
	border-left-width:0px;
	border-top-width:0px;
	border-color:#FFFFEE;
}

#menu a:link, a:visited{
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	
}

/* Main
----------------------------------------------- */
/*#maincontainer {
	position:absolute;
	width:587px;
	top:100px;
	left:305px;
	text-align:left;
	opacity: 1;
	filter: alpha(opacity=100);
	
}
*/
#content {
	position:absolute;
	width:770px;
	min-height:1351px;
	text-align:left;
	top:244px;
	left:230px;
	padding: 15px;
	border-width:7px;
	background-color:#CCAA77;
	opacity: 1;
	filter: alpha(opacity=100);
	border-style:solid;	
	border-color:#FFFFEE;
}

/* Submenu
------------------------------------------------------ */

div#submenu {
	display:none;
	padding-left: 0px;
	color:000000;
	}
	


/*  Bulk
------------------------------------------------------*/

#bulk {
	text-align:center;
	text-decoration:none;
	}