/*DEFAULTS ------------------------------------------------ */
html, body, ul, ol, li, form, fieldset, h1, h2, h3, h4, h5, p, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;	
	list-style: none;
}
body {
	background-color:#CCCCCC;
	font-family: "Trebuchet MS", Arial, "Courier New", Courier;
	font-size: 100%;
}
/*MAIN STRUCTURE ------------------------------------------------ */
#wrapper {
	width: 850px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#surround{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #666666;
	color:#333333;
	float:left;
	background-color: #FFFFFF;
}
/*---------------------HEADER--------------------------- */
#header{
	width:850px;
	height:auto;
	float:left;
	background-image: url(images/bg-chicken-bus.jpg);
}
#header-logo{
	width:363px;
	height:140px;
	border:2px solid #FFFFFF;
	float: left;
	background-color:#B0BFD9;
}
.devon-removal-images{
	width:159px;
	height:140px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	float: left;
}
#devon-removal-number{
	width:348px;
	height:26px;
	float: left;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	background-color:#2E3192;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	padding: 2px 0 0 15px;
	}
#devon-removal-slogan{
	width:470px;
	height:20px;
	float: left;
	border-right:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	background-color:#B0BFD9;
	color: #2E3192;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 11px 4px 0;
	text-align: right;
}
/*---------------------LEFT SIDEBAR--------------------------- */
#left-sidebar{
	width:177px;
	height:auto;
	float:left;
	color: #FFFFFF;
	margin: 15px 15px 5px 15px;
	padding: 0px;
}
#left-sidebar h2{
	color: #B0BFD9;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #B0BFD9;
	margin: -5px 0 5px 0;
	text-transform: capitalize;
	padding: 0 0 0 4px;
}
#left-sidebar p{
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 6px;
}
#current-page{
	font-weight:bold;
	display:block;
	background-image: url(images/nav-marker.jpg);
	background-repeat: no-repeat;
	background-position: 8px 10px;
}
#left-sidebar li{
	padding-left: 22px;
	line-height: 30px;
	font-size: 14px;
}
#left-sidebar li a:hover{
	text-decoration:underline;
}
#left-sidebar ul{
	margin: 10px 0 15px 0;
}
#left-sidebar-top{
	width:177px;
	height:12px;
	float:left;
	background-image: url(images/sidebar-top.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background-color: #2E393E;
}
#left-sidebar-middle{
	width:167px;
	height:650px;
	float:left;
	background-color: #2E393E;
	padding: 5px;
}
#left-sidebar-bottom{
	width:177px;
	height:47px;
	float:left;
	background-image: url(images/sidebar-bot-left.jpg);
	background-repeat: no-repeat;
}
/*---------------------RIGHT SIDEBAR--------------------------- */
#right-sidebar{
	width:177px;
	height:auto;
	float:left;
	margin: 15px 0 0 14px;
}
#right-sidebar-top{
	width:177px;
	height:12px;
	float:left;
	background-image: url(images/sidebar-top-right.jpg);
	background-repeat: no-repeat;
	background-color: #FB6A33;
}
#right-sidebar-middle{
	width:167px;
	height:650px;
	float:left;
	background-color: #FB6A33;
	padding: 5px;
}
#right-sidebar-middle h3{
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size: 17px;
	font-weight: normal;
	margin: -5px 0 0 0;
	padding: 0 0 0 4px;
}
#right-sidebar-middle p{
	padding: 5px 2px;
	color: #FFFFFF;
	font-size: 11px;
}

#right-sidebar-bottom{
	width:177px;
	height:47px;
	float:left;
	background-image: url(images/sidebar-bot-right.jpg);
	background-repeat: no-repeat;
}

#main{
	width:440px;
	height:auto;
	float:left;
	margin: -2px 0 0 0;
}
#main h1{
	font-size:14px;
	color: #2E3192;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/headline-logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	height: 40px;
	padding:20px 0 0 35px;
	margin:5px 0 0 0;
}
#main p{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 30px;
	line-height: 16px;
}
#main a{
color:#000000;
}
#footer{
	width:820px;
	height:10px;
	float:left;
	padding:0 15px 15px 15px;
	font-size: 11px;
}	
#footer a{
color:#333333;
}

#footer-left{
	text-align:left;
	width: 450px;
	float: left;
}
#footer-right{
	text-align:right;
	width: 350px;
	float: right;
}

/*LINKS ------------------------------------------------ */
a{
	text-decoration: none;
	color: #FFFFFF;
}
a:hover{text-decoration:underline;
}

p{
	font-size:10px;
}
/*CONTACT ------------------------------------------------ */
.contact {
	height: auto;
	width: 407px;
	float: left;
	padding: 8px;
	font-size: 0.8em;
	margin-bottom: 20px;
}

.contact .contact_title {
	width: 100px;
	float: left;
	padding: 5px;
	text-align: right;
	font-weight: bold;
}
.contact .contact_info {
	float: left;
	height: auto;
	width: 200px;
	padding: 5px;
}
/*DEFAULTS ------------------------------------------------ */
html, ul, ol, li, form, fieldset, h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
