/*********************************************************************
   Style Sheet for Slagle Mechanical
   Code by Michael Williams (mwilliams@behrdesign.com)
   Behr Design Corporation (937-492-5704)
*********************************************************************/

* {
	margin:0;
	padding:0;
	}

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:160%;
	background:#e3d269 url(../images/bg.jpg) top left repeat-x;
	}
	
img {
	border:0;
	}
	
.clear {
	clear:both;
	}
	
/* Main
-------------------------------------------------------------------- */
#main {
	text-align:center;
	margin:auto;
	width:780px;
	}
	
/* Top
-------------------------------------------------------------------- */
#top {
	height:117px;
	background:#267e4f url(../images/top.jpg) top left no-repeat;
	}
		
/* Menu
-------------------------------------------------------------------- */
.menubox {
	float:right;
	width:475px;
	font-weight:bold;
	font-size:10px;
	color:#fff;
	background:#000;
	margin:35px 12px;	
	}
	
#menu {
	list-style-type:none;
	}
	
#menu li {
	float:left;
	padding:0px 11px;
	}
	
#menu a.menu {
	display:block;
	}
	
.menubox-top {
	text-align:left;
	background:#000 url(../images/menu-tr.jpg) top right no-repeat;
	}
	
.menubox-bottom {
	text-align:left;
	background:#000 url(../images/menu-br.jpg) bottom right no-repeat;
	}
	
#menu a, #menu a:link, #menu a:visited {
	color:#fff;
	text-decoration:none;
	}
	
#menu a:hover, #menu a:active {
	color:#e3d269;
	text-decoration:none;
	}
	
/* Menu Submenu
-------------------------------------------------------------------- */
#menu .submenu {
	margin-top:10px;
	background:#e3d269;
	visibility:hidden;
	position:absolute;
	z-index:3;
	font-weight:normal;
	}

#menu .submenu a {
	display:block;
	text-align:left;
	text-decoration:none;
	padding:3px 8px;
	color:#000;
	}

#menu .submenu a:hover {
	background:#000;
	color:#fff;
	}
	
/* Body
-------------------------------------------------------------------- */
#body {
	text-align:left;
	margin:auto;
	width:780px;
	background:#fff;
	}
	
#body h1 {
	font-size:22px;
	color:#257e4f;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dashed #fee900;
	}
	
#body h2 {
	font-size:14px;
	color:#000;
	margin-bottom:5px;
	}
	
#body p {
	margin-bottom:15px;
	}
	
#body ul {
	margin:0px 0px 15px 40px;
	}
	
#body a, #body a:link, #body a:visited {
	color:#257e4f;
	text-decoration:none;
	border-bottom:1px dotted #257e4f;
	}
	
#body a:hover, #body a:active {
	color:#e3d269;
	text-decoration:none;
	border-bottom:none;
	}
	
/* Content
-------------------------------------------------------------------- */
#content {
	float:left;
	width:470px;
	padding:20px 10px 20px 20px;
	}
	
#content img {
	float:left;
	margin:0px 20px 5px 0px;
	}
	
/* Form
-------------------------------------------------------------------- */
form {
	margin:20px 0px;
	line-height:normal;
	}
	
form table {
	margin:10px;
	}
	
form table td {
	padding:5px;
	}
	
legend {
	font-size:12px;
	font-weight:bold;
	color:#267e4f;
	padding:10px;
	}
	
.req {
	font-weight:bold;
	color:#f00;
	}
	
/* Sidebar
-------------------------------------------------------------------- */
#sidebar {
	float:right;
	width:250px;
	padding:20px 20px 20px 10px;
	line-height:120%;
	font-size:10px;
	}
	
#sidebar .service {
	width:240px;
	margin-bottom:20px;
	}
	
.services td {
	padding-right:20px;
	}
	
/* Foot
-------------------------------------------------------------------- */
#foot {
	clear:both;
	height:20px;
	background:#000;
	padding:10px 20px;
	color:#e3d269;
	font-size:10px;
	}
	
#foot .copyright {
	float:left;
	width:330px;
	}
	
#foot .footlinks {
	float:right;
	width:370px;
	list-style-type:none;
	}
	
#foot .footlinks li {
	display:inline;
	padding:0px 6px;
	border-right:1px solid #e3d269;
	}
	
#foot .footlinks .last {
	border-right:none;
	padding:none;
	}
	
#foot .footlinks a, #foot .footlinks a:link, #foot .footlinks a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom:none;
	}
	
#foot .footlinks a:hover, #foot .footlinks a:active {
	color:#e3d269;
	text-decoration:none;
	}