* {
	border:none;
	margin:0;
	outline:0;
	padding:0;
}

body {
	background:url('images/bg-body.jpg') repeat-x #121212;
	color:#666;
	font-size:62.5%;
	font-family:"Lucida Grande", Lucida Sans Unicode, Arial;
	
}

p {
	font-size:1.2em;
	line-height:1.6em;
	margin:10px 0;
}

dl {
	margin:0 0 20px 0;
}

dt, dd  {
	font-size:1.2em;
	line-height:1.6em;
	margin:5px 10px;
}

a, a:active, a:visited {
	color:#943800;
}

a:hover {
	text-decoration:none;
}

#wrapper {
	margin:0 auto;
	width:840px;
}

#header {
	clear:both;
	height:150px;
	position:relative;
	width:840px;
	
}

#content {
	background:#fff;
	border-right:1px solid #efefef;
	float:left;
	margin:0 0 10px 0;
	padding:20px;
	width:589px;
}

#sidebar {
	background:#fff;
	float:right;
	margin:0 0 10px 0;
	padding:20px 10px;
	width:190px;
}

#content, #sidebar {
	height:700px;
}

/* Header */

p#call_us {
	position:absolute;
	top:-15px;
	right:0;
	width:220px;
	height:40px;
	padding:10px;
	background:#4e98a3;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
}

img#logo-header {
	position:absolute;
		top:40px;
		left:0;
}

#top-nav {
	clear:both;
	height:30px;
	position:absolute;
		bottom:0;
		left:0;
	width:840px;
}

#top-nav li {
	float:left;
	list-style:none;
	text-align:center;
}

#top-nav li a {
	background:url('images/bg-nav.png') no-repeat top left;
	color:#fff;
	display:block;
	font-size:1.1em;
	height:20px;
	padding:5px;
	text-decoration:none;
	width:95px;
}

#top-nav li a:hover {
	background:url('images/bg-nav.png') no-repeat bottom left;
}

/* Photo Area */

#photo-area {
	background:#fff;
	clear:both;
	height:320px;
	width:840px;
}

#photo-area img {
	display:none;
	height:300px;
	margin:5px;
	width:830px;
}

#photo-area img#photo-area-default {
	display:block;
}

/* Homepage Widget Blocks */

ul#home-widgets {
	background:#fff;
	clear:both;
	height:350px;
	width:840px;
}

#home-widgets li {
	float:left;
	height:340px;
	line-height:1.6em;
	list-style:none;
	margin:10px;
	width:190px;
}

#home-widgets li h2 {
	border-bottom:1px solid #efefef;
	color:#294015;
	font-size:1.3em;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}

#home-widgets li p {
	font-size:1.2em;
}

/* Content */

#content h1, #content h2 {
	border-bottom:1px solid #efefef;
	color:#294015;
	font-size:1.5em;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}

#content h2 {
	font-size:1.3em;
}

#content h3 {
	color:#414141;
	font-size:1.3em;	
}


/* Sidebar */

div#sidebar h2 {
	border-bottom:1px solid #efefef;
	color:#294015;
	font-size:1.3em;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}

/* Footer */

p#footer {
	clear:both;
	color:#fff;
	font-size:1em;
	height:30px;
	padding:10px;
	text-align:center;
	width:820px;
}