@charset "utf-8";
/* General Layout for all pages */
#container {
	position: relative;
	top: -20px;
	width: 800px;
	padding: 0px;
	text-align: left;
	margin: 0 auto;
	}
#header {
	position: relative;
	top: 0px;
	height: 140px;
	}
#bodymain {
	position: absolute;
	top: 170px;
	width: 800px;
	padding: 0px;
}
#contactleftimage {
	position: relative;
	top: 0px;
	left: 0px;
	width: 350px;
	padding: 0px;
	float: left;
	height: 600px;
	border: 2px solid #ffffff;
	}
#contactform {
	position: relative;
	top: 0px;
	float: right;
	width: 440px;
	padding: 0px;
	border: 2px solid #ffffff;
	}
/*The mini menu on the right hand side of pages requiring a mini menu */
#minimenu {
	position: relative;
	float: left;
	width: 120px;
	height: auto;
	border-right: 7px solid #ec6c1c;
	padding: 0px;
	height: 400px;
	}
#minimenuitem {
	position: relative;
	width: 120px;
	top: 0px;
	height: 20px;
	text-align: left;
	padding: 0px;
	float: left;
	}
#minimenufiller {
	position: relative;
	height: auto;
	width: 150px;
	padding: 0px;
	float: left;
	}
#minimenubar {
	position: relative;
	top: 0px;
	width: 2px;
	background-color: #EC6c1c;
	height: auto;
	padding: 0px;
	float: right;
	}
/*The right side layout for pages with a mini menu*/
#rightsidecontent {
	position: relative;
	border-left: 7px solid #ffffff;
	float: right;
	width: 650px;
	top: 0px;
	left: 10px;
	}
/*This is for the service pages*/
#servicecolumn1 {
	position: relative;
	width: 190px;
	height: auto;
	top: 0px;
	padding: 0px;
	}
#servicecolumn2 {
	position: relative;
	width: 190px;
	height: auto;
	top: -280px;
	left: 195px;
	padding: 0px;
	}
#servicecolumn3 {
	position: relative;
	width: 190px;
	height: auto;
	top: -600px;
	left: 390px;
	padding: 0px;
	}
#newsbox {
	width:700px;
	height: 110px;
	/*background-color:#CC9966;*/
	}
#newsboxleft {
	text-align: left;
	width: 500px;
	height: 90px;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
	}
#newsboxright {
	width: 100px;
	height: 76px;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 50px;
	float: left;
	}
#employeeloginwrapper {
	width: 500px;
	height: 350px;
	position: relative;
	left: 150px;
	border: 3px #999999 solid;
	padding: 0px;
	margin: 0px;
	}
#employeeloginheader {
	width: 500px;
	padding: 0px;
	margin: 0px;
	height: 20px;
	background-color: #ec6c1c;
	}
#employeeloginbody {
	width: 470px;
	height: auto;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px
	}