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

html, body {
 	margin: 0;
}
 
/* Set medium text size smaller */
body {
	font-size: 75%;
	background-color: gray;
}

/* outer page wrapper */
#outer-w {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/* header area */
#header {
	width: 1000px;
	height: 285px;
	background: url(../images/header.jpg) no-repeat;
	position: absolute;
	margin: 0;
	z-index: 10;
}

#callnow {
	height: 80px;
	width: 150px;
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 11;
	text-align: right;
}

#callnow h2 {
	color: white;
	font-weight: normal;
	font-size: 16px;
}

#callnow h3 {
	color: white;
	font-weight: normal;
	font-size: 12px;
	margin-top: 5px;
}

#tagline {
	height: 30px;
	width: 600px;
	position: absolute;
	bottom: 35px;
	_bottom: 18px; /* IE6 Hack */
	*bottom: 24px; /* IE7 Hack */
	right: 10px;
	text-align: right;
}

#tagline h3 {
	font-size: 12px;
	color: black;
	font-weight: bold;
}

/* navigation area */
#nav-w {
	width: 219px;
	height: auto;
	background: url(../images/navbg.png) repeat-y;
	position: absolute;
	top: 0;
	left: 90px;
	z-index: 20;
}

#navbtm {
	width: 219px;
	height: 33px;
	background: url(../images/navbtm.png) no-repeat;
	position: absolute;
	bottom: -33px;
	left: 0;
	z-index: 21;
}

#logo {
	width: 186px;
	height: 105px;
	position: relative;
	margin: 20px 10px;
	z-index: 25;
	background: url(../images/logo.jpg) no-repeat;
}

#nav {
	width: 186px;
	height: auto;
	position: relative;
	margin: 10px 10px -15px 10px;
	z-index: 26; 
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	margin: 5px;
	list-style: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;	
}

#nav ul li a {
	color: black;
	text-decoration: none;
}

.navsep {
	margin: auto;
	height: 2px;
	width: 186px;
	background: url(../images/navsep.jpg) no-repeat;
}

/* content area */
#inner-w {
	width: 100%;
	height: auto;
	min-height: 250px;
	background: url(../images/contentbg.jpg) repeat;
	position: absolute;
	top: 285px;
	left: 0;
	margin: 0;
	padding-bottom: 120px;
	z-index: 10;
}

#content {
	width: 510px;
	height: auto;
	margin: 10px 10px 10px 340px;
}

/* footer area */
#footer {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: .9em;
}

#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: .9em;
	color: black;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: black;
}

#footer a:hover {
	text-decoration: underline;
	color: black;
}

/* hidden areas */
#logo h1, #nav h3 {
	display: none;
}

/*gets rid of dotted line outline on links in firefox*/
a:focus { -moz-outline-style: none; }

/*gets rid of blue line around images*/
img { border-style: none;}

/* Text Style */
h1,h2,h3,h4,h5,h6, p, table, li {
	font-family: Verdana, Arial, sans-serif;
}

h1 {
	font-size: 1.6em;
	color: #516e3e;
}

h2 {
	font-size: 1.4em;
	color: #516e3e;
}	

h3, h3 a, h3 a:visited {
	font-size: 1.2em;
	color: #516e3e;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

p, table, li {
	font-size: 1em;
}