﻿* {
	margin:0;
	padding:0;	
}

body, html {
	width:100%;
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	background-color:#d5d5d5;
}

a {
	text-decoration:none;
}

a img {
	border:0;
}

#wrapper {
	width:950px;
	margin:0 auto;
	position:relative;
}

#header {
	height:386px;
	background:url('../inc/header.gif') no-repeat bottom;
}

#logo {
	position:absolute;
	left:431px;
	top:0;
}

#call {
	position:absolute;
	left:0;
	top:0;
}

#phone {
	position:absolute;
	top:211px;
	left:276px;
	z-index:10;
}

#headphoto {
	position:absolute;
	top:210px;
	left:630px;
}

#nav {
	position:absolute;
	top:166px;
	left:30px;
}

#nav a {
	display:block;
	width:230px;
	height:33px;
	padding-top:2px;
	text-transform:uppercase;
	color:silver;
	background:url('../inc/nav_dots.gif') no-repeat 4px bottom;
	font-size:16px;
}

#nav a#lastone {
	background-image:none;
}

#nav a img {
	padding:0 10px 0 4px;
	vertical-align:middle;
}

#nav a:hover {
	color:#f7901e;
}

#nav a.current,
#nav a.current:hover {
	color:white;
}

#body {
	background:url('../inc/body_bg.gif') repeat-y;
	/* top right bottom left */
	padding:0 0 0 22px;
}

#footer {
	padding:20px 30px 0 30px;
	font-size:12px;
	color:#f7901e;
	background:url('../inc/footer.gif') no-repeat;
}

#footer a {	color:#f7901e; }

#footer a:hover { color:black; }

.left {	float:left;
         padding-right:6px; }
.right { float:right;
         padding-left:6px; }
.clear { clear:both; }

.greybox {
	background:url('../inc/grey_body.gif') repeat-y;
	width:860px;
	padding:0 20px;
}

#body_header {
	background-image:url('../inc/grey_header.gif');
	width:900px;
	height:24px;
}

#body_footer {
	background-image:url('../inc/grey_footer.gif');
	width:900px;
	height:21px;
}

.orange { color:#f7901e;
font-size:12px;
	font-family:Verdana;
 }