/* IE6 Fix */
<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

/* Opera Fix */
body:before {
content:"";
width:0;
height:100%;
margin-top:-32767px;
float:left;
}

* {
	margin:0;
	padding:0;
}

html {
	height: 101%;
	margin-bottom:1px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #e6e1ca url('/images/bg.jpg') no-repeat top center;
	text-align: center;
	font-family: georgia;
	font-size: 15px;
	line-height: 22px;
	color: #2a221e;
}

p {
	padding-top: 14px !important;
}

ul {
	margin-left: 34px;
}

a, br, img, form {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
}

th {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	font-size: 15px;
	color: #a5201f;
}

a:hover {
	color: #000;
}

.button {
	padding: 0;
	border: 0;
	cursor: pointer;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.break {
	height: 6px;
}

.pic {
	margin: 0;
	border: 2px solid #908e84;
}

.divider {
	border-bottom: 1px solid #c0beb6;
}

.title {
	font-size: 48px;
}

.subtitle {
	font-size: 21px;
}

.subtext {
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #6f6c5e;
}

.client-logo {
	margin: 5px 12px 0 0;
}

.content-left {
	width: 438px;
	float: left;
}

.content-right {
	width: 378px;
	padding-left: 32px;
	float: right;
}

.footer-title {
	font-family: arial !important;
	font-size: 24px !important;
	line-height: 36px;
}

.footer-link:link, .footer-link:active, .footer-link:visited  {
    color: #fefef4;
}

.footer-link:hover {
    color: #a5201f;
}

#header-stripe {
	width: 100%;
	height: 9px;
	position: absolute;
	z-index: 9999;
	background: #a63b34;
}

#page-container {
	width: 940px;
	min-height: 100%;
	margin: 0 auto 0;
}

#main {
	overflow:auto;
	padding-bottom: 138px;
}

#header {
	width: 940px;
	height: 137px;
	margin: 9px auto 0;
}

#nav-container {
	width: 512px;
	height: 20px;
	margin-top: 93px;
	float: right;
}

#content-container {
	width: 928px;
	padding: 4px;
	background: #e8e9da;
	border: 2px solid #908e84;
}

#content {
	min-height: 420px;
	padding: 40px;
	background: #fefef4;
	text-align: left;
}

#logo {
	width: 265px;
	height: 96px;
	margin: 13px 0 0 23px;
	float: left;
}

#footer {
	height: 138px;
	margin-top: -138px;
	position: relative;
	background: url('/images/bg_footer.gif') repeat-x;
	clear: both;
	color: #fefef4;
}

#footer-content-container {
	width: 898px;
	margin: 0 auto 0;
	text-align: left;
}

#footer-content {
	height: 118px;
	padding-top: 16px;
	float: left;
}

.footer-content-left {
	width: 370px;
}

.footer-content-right {
	text-align: right !important;
	float: right !important;
}


/* START BUTTON STYLES */

.button-active {
	background-position: bottom left !important;
	cursor: default;
}

#button-about {
	width: 74px;
	height: 20px;
	overflow: hidden;
	background: url('/images/button_about.gif') top left no-repeat;
	display: block;
	float: left;
}

#button-about:hover {
	background-position: bottom left;
}

#button-location {
	width: 93px;
	height: 20px;
	overflow: hidden;
	background: url('/images/button_location.gif') top left no-repeat;
	display: block;
	float: left;
}

#button-location:hover {
	background-position: bottom left;
}

#button-services {
	width: 197px;
	height: 20px;
	overflow: hidden;
	background: url('/images/button_services.gif') top left no-repeat;
	display: block;
	float: left;
}

#button-services:hover {
	background-position: bottom left;
}

#button-news {
	width: 68px;
	height: 20px;
	overflow: hidden;
	background: url('/images/button_news.gif') top left no-repeat;
	display: block;
	float: left;
}

#button-news:hover {
	background-position: bottom left;
}

#button-clients {
	width: 80px;
	height: 20px;
	overflow: hidden;
	background: url('/images/button_clients.gif') top left no-repeat;
	display: block;
	float: left;
}

#button-clients:hover {
	background-position: bottom left;
}

/* END BUTTON STYLES */
