﻿body {
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-color: #000;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
h1 {
	color: #0f65a1;
	font-size: 2em;
}
a {
	color: #0f65a1;
}
a.hover {
	text-decoration: underline;
	color: #0f65a1;
}
.space {
	height: 20px;
	overflow: visible;
	display: block;
}
.center {
	text-align: center;
}
/* Main Sections */
#wrapper {
	margin: 0 auto;
	width: 950px;
}
.pgtop {
	width: 980px;
	margin: 0px auto 0px auto;
	background-image: url('images/pg-top.png');
	background-repeat: no-repeat;
	height: 24px;
}
.pgbk {
	width: 980px;
	margin: 0 auto;
	background-image: url('images/pg-bk.png');
	background-repeat: repeat-y;
}
.pgbottom {
	width: 980px;
	margin: 0 auto;
	background-image: url('images/pg-bottom.png');
	background-repeat: no-repeat;
	height: 27px;
}
.content {
	width: 896px;
	margin: 0 auto;
	min-height: 300px;
	overflow: auto;
}
/* Header */
.header {
	margin: 0px auto 0px auto;
	width: 896px;
	height: 88px;
}
.logo {
	float: left;
}
.h_phone {
	float: right;
	font-size: 37px;
	color: #5f5f5f;
	font-family: arial, Helvetica, sans-serif;
	width: 300px;
	text-align: right;
	margin-top: 17px;
}
/* Footer */
.footer {
	padding: 10px;
	margin: 0 auto;
	width: 876px;
	height: 45px;
	background-color: #ddd;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f5f5f;
}
.f_left {
	float: left;
	width: 300px;
	margin-top: 15px;
}
.f_right {
	float: right;
	width: 300px;
	text-align: right;
	margin-top: 15px;
}
/* Right Column */
.rightcol_top {
	background-image: url('images/rightcol_top.gif');
	background-repeat: no-repeat;
	width: 213px;
	height: 11px;
}
.rightcol_bk {
	background-image: url('images/rightcol_bk.gif');
	background-repeat: repeat-y;
	width: 213px;
	text-align: center;
}
.rightcol_bottom {
	background-image: url('images/rightcol_bottom.gif');
	background-repeat: no-repeat;
	width: 213px;
	height: 11px;
}
/* Left Column */
.content_left {
	float: left;
	width: 660px;
}
.content_right {
	float: right;
	width: 213px;
	padding-bottom: 10px;
}
.nav {
	margin: 0px auto 0px auto;
	width: 899px;
	height: 45px;
	background-image: url('images/navbk.gif');
	background-repeat: no-repeat;
	display: block;
}
.navdivide {
	background-image: url('images/navdivide.gif');
	background-repeat: no-repeat;
	width: 1px;
	height: 42px;
	float: left;
	display: block;
	margin-top: 2px;
}
/* Navigation */
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-menu li {
	float: left;
	margin: 2px 0 0 0;
}
#nav-menu li a {
	background-position: left bottom;
	background: left bottom;
	height: 42px;
	float: left;
	line-height: 40px;
	display: block;
	padding: 0 25px 0 25px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#nav-menu li a:hover {
	text-decoration: underline;
}
.nav-remote {
	background-image: url('images/nav-remote.gif');
	background-repeat: repeat-x;
	width: 169px;
	color: #fff;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.nav-remote a {
	color: #fff;
}
.nspace {
	width: 160px;
	height: 42px;
	float: left;
	display: block;
	margin-top: 2px;
}
