@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
img, a img {
	border: none;
	}
br.clearFix {
	clear: both;
	}
h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	}
ul {
	margin: 0px 0px 15px 35px;
	}
#contentInterior h1 {
	display: block;
	width: 610px;
	background-image: url(../images/h1Interior_bg.jpg);
	background-repeat: repeat-x;
	height: 79px;
	color: #fff;
	line-height:79px;
	font-size: 26px;
	font-variant: small-caps;
	clear: both;
	padding-left: 195px;
	}
p {
	margin-bottom: 15px;
	}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000;
	text-align: center;
	font-size: 13px;
	line-height: 19px;
	color: #404040;
	}
#container {
	border: 1px solid #fff;
	width: 998px;
	margin: 15px auto;
	text-align: left;
	background-color: #c2977a;
	clear: both;
	}
	
/* ------------ [ Homepage Elements ] ------------ */
#navHome {
	width: 998px;
	height: 53px;
	clear: both;
	background-image: url(../images/navHome_bg.jpg);
	background-repeat: no-repeat;
	}
#navHome table {
	width: 95%;
	border: none;
	height: 49px;
	margin: 0px auto;
	}
#navHome td {
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	height: 49px;
	}
#navHome td a {
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
	}
#navHome td a:hover {
	color: #e0cbbd;
	}
#contentHome {
	width: 998px;
	height: 567px;
	background-image: url(../images/contentHome_bg.jpg);
	clear: both;
	background-repeat: no-repeat;
	}
#contentHome .left {
	float: left;
	clear: left;
	width: 662px;
	height: 567px;
	}
#contentHome .right {
	float: right;
	clear: right;
	width: 296px;
	height: 522px;
	padding: 15px 20px 0px 20px;
	text-align: center;
	}
#contentHome .right p {
	font-size: 11px;
	margin-bottom: 10px;
	}
#footerHome {
	background-image: url(../images/footerHome_bg.jpg);
	background-repeat: no-repeat;
	width: 998px;
	height: 23px;
	clear: both;
	}
#logoFooter {
	width: 980px;
	clear: both;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	}
	#logoFooter img {
		vertical-align: middle;
		}
	
/* ------------ [ Interior Page Elements ] ------------ */
#container.interior {
	background-image: url(../images/containerInterior_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 907px;
	min-height: 1016px;
	clear: both;
	}
#interiorHeader {
	width: 907px;
	height: 116px;
	clear: both;
	text-align: right;
	}
#contentInterior {
	background-image: url(../images/contentInterior_bg.jpg);
	background-repeat: repeat-y;
	width: 805px;
	min-height: 900px;
	clear: both;
	}
#contentInterior .left {
	float: left;
	clear: left;
	width: 195px;
	}
#contentInterior .right {
	float: right;
	clear: right;
	width: 565px;
	padding: 35px 45px 20px 0px;
	}
#navInterior {
	border: none;
	margin-bottom: 15px;
	}
#navInterior td {
	height: 50px;
	width: 115px;
	margin: 0px;
	padding-left: 20px;
	vertical-align: bottom;
	border-bottom: 2px solid #fff;
	padding-bottom: 2px;
	}
#navInterior td a {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	}
#navInterior td.hover, #navInterior td.navOn {
	border-bottom: 2px solid #000;
	}