body {
	margin-top:35px;
}

#page {
	margin: 0px auto;
	width:750px;
	background: url("../images/bevel_left-tile.gif") left repeat-y;
	background-color:#DFDFDF;
}

#top_bevel {
	height:8px;
	background: url("../images/bevel_top-tile.gif") top left repeat-x;
}

#bott_bevel {
	height:8px;
	background: url("../images/bevel_bott-tile.gif") bottom left repeat-x;
}

img.b-left {
	float:left;
	clear:left;
	margin:0;
}

img.b-right {
	float:right;
	clear:right;
	margin:0;
}

#container {
	background: url("../images/bevel_right-tile.gif") right repeat-y;
}

#header {
	margin:0;
	padding:0;
	padding-left:20px;
	height:95px;
}

#header h1 {
	margin: 0;
	padding: 0;
	background:  url("../images/logo.gif") no-repeat top left; 
	width: 286px; 
	height: 89px; 
	float: left;
}

#header h1 span {
	display:none
}

hr {
	display:none;
}

#contact {
	margin-top:10px;
	margin-right:30px;
	float:right;
}

#navbg {
	background: url("../images/nav_tile.gif");
}

#navigation {
	background-color:#820000;
	padding:0;
	height:32px;
	text-align:center;
	background: url("../images/nav_right-fade.gif") right repeat-y;
}

#buttons {
	margin:0;
	padding-top:0px;
}

#buttons ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#buttons ul li {
	display: block;
	float: left;
	text-align: center;
	margin:0;
}

#buttons ul li a {
	color:#FFF;
	background: url("../images/nav_li-div.gif") right repeat-y;
	width:90px;
	height: 32px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size:0.9em;
	line-height: 2.7em;
}

#buttons ul li a.first {
	padding-left:15px;
	background-image: url("../images/nav_left-fade.gif");
	background-repeat:repeat-y;
}

#buttons ul li a.last {
	background:none;
}

#buttons li a:hover {
	background: url("../images/nav_li-hover.gif") repeat-x;
}
#buttons li a:hover.last {
	background: url("../images/nav_li-hover.gif") repeat-x;
}
#content {
	padding:10px 25px 10px 25px;
}

#buttons li a.here {
	background: url("../images/nav_li-hover.gif") repeat-x;
}

h1 {
 font-size:2.4em;
}

h3 {
 padding:5px 0px 5px 0px;
 font-size:1.3em;
}

h1, h2, h3 {
	margin:0;
	margin-left:-3px;
	margin-top:3px;
	margin-bottom: 6px;
	color:#333333;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	white-space: nowrap;
}

#copyright {
	margin: 0px auto;

	margin-top:15px;
	text-align:center;
	width:60%;
	font-size:0.85em;
	padding:3px;
	background-color:#D1D1D1;
	border:1px solid #404040;
}

#history_table {
	margin:0 auto;
	border:1px solid #404040;
}

#history_table td {
	padding:5px;
}

.testimonial_logo {
	width:210px;
	padding:6px;
	background-color:#fff;
	border:1px solid #ccc;
	text-align:center;
}

#testimony_letter {
	width:80%px;
	padding:10px;
	background-color:#fff;
	border:1px solid #ccc;
}

#contact_table {
	width:85%;
	border:1px solid #404040;
	background-color:#EEE;
}

#contact_table td {
	padding:2px;
}

#contact_table td.hdr {
	background-color:#CCCCCC;
	font-weight:bold;
}

#gallery_table {
	width:100%;
	background-color:#EEE;
	border-top:3px solid #595959;
}

#gallery_table td {
	border-bottom:3px solid #595959;
	padding:5px;
}

#gallery_table td.pic {
	text-align:center;
	width:205px;
}

/* lists (on advantages page) */
#dash_list
{
	margin-left: 0;
	padding-left: 10px;
	list-style: none;
}
		
#dash_list li
{
	line-height:1.5em;
	font-size:1em;
	padding-left: 21px;
	background-image: url('/images/dash.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#check_list
{
	margin-left: 0;
	padding-left: 10px;
	list-style: none;
}
		
#check_list li
{
	line-height:1.5em;
	font-size:1em;
	padding-left: 21px;
	background-image: url('/images/check.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.front_widget {
	width:200px;
	float:right;
	clear:none;
}

#gallery_table td.pic div {
	position:relative;
	float:left;
}

#gallery_table td.pic span {
	display:block;
	float:left;
	padding:10px;
	font-weight:bold;
	color:#fff;
	background:#000;
	position:absolute;
	right:0;
	bottom:0;
	text-decoration:none;
}