body, html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	}
	
body {
	background: url(../images/bg.gif) top center;}
	
#header-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 128px;
	background: url(../images/bg-head2.png) top center repeat-x;
	z-index: 10;
	}

#header {
	margin: 0px auto;
	width: 845px;
	height: 108px;
	background: url(../images/bg-head1.png) top center repeat-x;
	position: relative;
	}

#header h1 {
	position: absolute;
	left:-80px;
	top: -12px;
	width: 582px;
	height: 99px;
	background: url(../images/logo.png) top center repeat-x;
	text-indent: -9999em;
	}

#header h3 {
	position: absolute;
	top:27px;
	left: 647px;
	width: 197px;
	height: 63px;
	background: url(../images/phone.png) top center no-repeat;
	text-indent: -9999em;
	}

#mainwrap {
	width: 875px;
	background: url(../images/bg-main.png) top center repeat-y;
	position: relative;
	z-index: 0;
	
	min-height: 100%;
	margin: 0 auto;	
	}

#container-wrap {
	width: 847px;
	padding-bottom: 20px;
	background: url(../images/bg-content.png) top center repeat-y;
	margin: 0px auto;
	border-bottom: 3px solid white;
	padding-top: 110px;
	}

#container {
	width: 775px; /* 845 minus padding */
	padding: 0px 35px;
	background: url(../images/content-topbg.png) top center no-repeat;
	margin: 0 auto;
	overflow: auto;}

#footer {
	padding: 20px 50px;
	text-align: right;
	font-size: .7em;
	}

#footer p {
	margin: 10px;
	color: #4c868d;}

#content {
	width: 440px;
	float: left;
	padding-top: 35px;
	}

#sidebar {
	width: 255px;
	float: right;
	padding-top: 135px;
	}

.nav {
	margin: 0px;
	padding: 0px;
	padding-bottom: 30px;
	background: url(../images/nav-ul.gif) bottom center no-repeat;
	}

.nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;}

.nav a {
	font-family:"Times New Roman";
	font-size: 18px;
	text-align: center;
	display: block;
	font-variant: small-caps;
	border: none;
	padding: 4px;
	background: url(../images/nav-li.gif) top center no-repeat;
	}



h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
	color: #4C868D;}	
	
/* TEXT STYLES */

a {
	text-decoration: none;
	color: #4c868d;
	}

a:hover {
	border-bottom: 1px dashed #4c868d;	
	}

.nav a:hover {
	border: none;
	color: #00535d;
	}

#content {
	font-size: 12pt; /* used to be .82em */
	line-height: 1.5em;
	}

.dropcap:first-letter {
	color: #4c868d;
	font-size: 80px;
	float: left;
	padding: 7px 4px 4px 0px;
	line-height: 0px;
	}

img.imgborder {
	border: solid 10px #d2e2e3;
	
	}

.left {
	float: left;
	margin: 5px 10px 10px 0px;
	}

.right {
	float: right;
	margin: 5px 0px 10px 10px;
	}

#sidebar {
	font-size: .7em; /* without lucida sans this is .9em */
	line-height: 1.6em;
		letter-spacing: 1px;
		font-family: "Lucida Sans", Arial, Helvetica;

	}

#sidebar p {
	margin: 0px;
	position: relative;
	}

/* old
#contact {
	padding-left: 55px;}

#contact span {
	display: block;
	position: absolute;
	left: -70px;
	text-align: right;
	width: 60px;
	color: #4c868d;
	font-weight: bold;
	} */
	
#contact {
	padding-left: 75px;
	overflow: visible;
	position: relative;}

#contact span {
	display: block;
	position: absolute;
	left: 0px;
	text-align: right;
	width: 60px;
	color: #4c868d;
	font-weight: bold;
	}