/*
title: gwburke.com (screen style sheet)
author: john alexander (amanindesign@yahoo.com)
updated: 06/11/09
*/
body {
	background-attachment: fixed;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
}

.footer a:link {
	color: #3E7E80;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #3E7E80;
}
.footer a:hover {
	text-decoration: underline;
	color: #B36E22;
}
.footer a:active {
	text-decoration: none;
	color: #B36E22;
}

#main {
	border-color: #B36E22;
	border-style: solid;
	border-width: 1px;
	}

#navigation {
	background-color:#4D4D4D;
	font-family:Verdana, sans-serif;
	vertical-align: text-top;
	padding: 18px;
	background-attachment: fixed;
	background-image: url(images/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#navigation ul {
	margin:0px;
	padding:0px;
}

#navigation li {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#navigation a:link, #navigation a:visited {
	text-decoration:none;
	color:#9EE4E6;
}

#navigation a:active, #navigation a:hover {
	color:#FFFFFF;
	background-color: #000000;
}

.navlink {
	padding-left:9px;
	border-bottom-color:#B36E22;
	border-bottom-style:solid;
	border-bottom-width:1px;
	height: 26px;
	display: block;
	font-size: 10px;
	padding-top: 10px;
}
#content {
	padding:36px;
	width:auto;
	background-color: #FFFFFF;
}

.content {
	line-height: 24px;
	color: 4D4D4D;
	font-size: 12px;
	}

h1 {
	font-family:Tahoma, sans-serif;
	color:#B36E22;
	font-size:18px;
}
.phone {
	font-size:24px;
	color:#E6FBFF;
	margin-right:36px;
	}
	
.slogan {
	color:#B36E22;
	font-style:italic;
	font-weight:bold;
	margin-right:36px;
	}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding: 6px;
}

.adjuster {
	display: block;
	margin: 5px;
	padding: 5px;
	height: 325px;
	width: auto;
	vertical-align: middle;
}

.style1 { color: #000000; font-weight: bold; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; border-top-style: solid; border-right-style: none; border-bottom-style: solid; border-left-style: none; border-top-color: #B36E22; border-right-color: #B36E22; border-bottom-color: #B36E22; border-left-color: #B36E22; font-size: 14px; padding-top: 8px; padding-bottom: 8px; width: 300px; line-height: 19.6px; }
.clear {clear:both;}
