@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 12px/16px Arial, Helvetica, sans-serif;
	background: #fff;
	color: #212121;
	}
	
#wrapper {
	width: 900px;
	margin: 0 auto;
	}
	
	
/* ================================
	HEADER STYLES
	=============================== */
.header {
	width: 100%;
	height: 248px;
	background: url(images/layout.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	position: relative;
	}
	h1.logo {
		margin: 0;
		padding: 0;
		position: absolute;
		}
		h1.logo a {
			text-indent: -3000px;
			position: absolute;
			background: url(images/logo.jpg) no-repeat top left;
			height: 160px;
			width: 595px;
			top: 2px;
			outline: none;
			}
		
	h2.phone {
		position: absolute;
		top: 175px;
		font: 20px Arial, Helvetica, sans-serif;
		color: #c43512;
		right: 5px;
		}
		h2.phone span {
			color: #000;
			}
		
	ul#nav-top {
		position: absolute;
		top: 162px;
		width: 100%;
		height: 86px;
		margin: 0;
		padding: 0;
		}
		ul#nav-top li {
			list-style: none;
			float: left;
			margin: 0;
			padding: 0;
			background: url(images/layout.gif) no-repeat 0 -480px;
			}
			ul#nav-top li a {
				color: #666;
				display: block;
				padding: 15px 30px;
				font: 16px Arial, Helvetica, sans-serif;
				text-decoration: none;
				
				}
				ul#nav-top li a:hover {
					color: #444;
					background: url(images/layout.gif) no-repeat 0 -276px;
					}
				

/* ================================
	BODY STYLES
	=============================== */
			
div.wide {
	float: left;
	width: 900px;
	}
	
div.left {
	float: left;
	width: 630px;
	padding: 0 20px 0 0;
	}
	
div.right {
	width: 250px;
	float: left;
	}
	
div.backdrop {
	background: url(images/backdrop.jpg) no-repeat 0 55px;
	}
	
div.footer {
	width: 900px;
	float: left;
	clear: both;
	}
	
img.left {
	float: left;
	padding: 0 10px 10px 0;
	}
	
img.right {
	float: right;
	padding: 0 0 10px 10px;
	}
	
h1 {
	font: 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(images/layout.gif) no-repeat 0 -352px;
	height: 24px;
	padding: 25px 0 0 20px;
	color: #212121;
	}	

h2 {
	font: 24px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #c0360e;
	margin: 0;
	padding: 0;
	}
	
p {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #8c8b8b;
	}
	
p.tag {
	font: 14px/18px Arial, Helvetica, sans-serif;
	}
	
p.more {
	font-weight: bold;
	position: relative;
	}
	p.more a {
		position: absolute;
		right: 5px;
		padding: 0 0 0 30px;
		font-weight: normal;
		color: #8c8b8b;
		text-decoration: none;
		background: url(images/layout.gif) no-repeat -300px -495px;
		text-transform: lowercase;
		}
		p.more a:hover {
			text-decoration: underline;
			background: url(images/layout.gif) no-repeat -660px -495px;
			}
			
ul.blog-posts {
	margin: 0;
	padding: 20px 20px 10px 20px;
	}
	ul.blog-posts li {
		list-style: none;
		margin: 0;
		padding: 0;
		font: 12px Arial, Helvetica, sans-serif;
		}
		ul.blog-posts li a {
			color: #c0360e;
			font: 12px Arial, Helvetica, sans-serif;
			font-weight: bold;
			}
			ul.blog-posts li a:hover {
				text-decoration: none;
				}
		ul.blog-posts li span.date {
			color: #c0360e;
			}

h3 {
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0 20px 10px 20px;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #efefef;
	}
	h3 span {
		color: #c0360e;
		}
		
form {
	 margin: 0;
	 padding: 0 20px;
	 }
		
.input {
	padding: 5px 10px !important;
	width: 190px;
	margin: 20px;
	border: 1px solid #ccc;
	background: #fff;
	color: #8f8f8f;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
	
.submit {
	border: 1px solid #645c54;
	background: #f69836;
	padding: 3px 15px;
	margin: 10px 0 15px 0;
	color: #fff;
	}
	

/* ================================
	FOOTER STYLES
	=============================== */
			
div.footer {
	margin: 20px 0 60px 0;
	border: 1px solid #e7e7e7;
	background: url(images/layout.gif) no-repeat 0 -400px;
	height: 80px;
	text-align: center;
	}
	div.footer ul {
		margin: 0;
		padding: 15px 0 0 0;
		}
		div.footer ul li {
			list-style: none;
			margin: 0;
			padding: 0;
			display: inline;
			border-right: 1px solid #313131;
			}
			div.footer ul li.last {
				border-right: none !important;
				}
			div.footer ul li a {
				color: #212121;
				text-decoration: none;
				font: 12px Arial, Helvetica, sans-serif;
				margin:  0 10px;
				}
				div.footer ul li a:hover {
					text-decoration: underline;
					}
	div.footer p {
		color: #212121;
		}