@charset "utf-8";
/* CSS Document */

/*======> COLORS <=========
* Dk Pink #790027
* Lt Orange  #FF653F
* Dk Orange #cc3814
==========================*/

/*=======================================================
		LAYOUT
========================================================*/
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#cc3814;
	font-size:12px;
}

ul {
list-style-type: none;
margin: 0;
padding: 0;
}
a img  {border:none;}
#wrapper {
	/*position:relative;*/
	width:945px;
	margin:0px auto; /*center hack*/
	background:url(../images/wrapper_bg.png) 0 0 repeat-y;
	/*background-color:#fff;*/
}
#innerWrap {
	width:915px;
	margin:0px 15px 0px 15px;
	/*border:1px solid #790027;*/
}
.inner-pad {padding:10px;}

#header	{
	height:145px;
	width:915px;
	background:url(../images/header_bg.jpg) 0 0 no-repeat;
	overflow:hidden;
}
#header #logo	{
	margin:5px 0px 0px 20px;
	height:133px;
	width:130px;
}
#nav	{
	position:relative;
	/*top:0px;
	left:0px;*/
	width:915px;
	height:40px;
	background:url(../images/nav_main_sprite.jpg);
	bottom:0;
}

#hero {
	position: relative;
	height: 250px;
}
#content {
	position:relative;
	/*width:875px;*/
	/*background:url(../images/content_bg.jpg) 0 0 repeat-x;*/
	/*background-color:#938264;*/
}
#contentSub {
	background:url(../images/content_bg.jpg) 0 0 repeat-x;
	min-height:400px;
}
#content #contentLeftHome {
	position:relative;
	top:15px;
	left:10px;
	/*height:400px;*/
	width:425px;
}
#content #contentRightHome {
	position:absolute;
	top:0;
	left:452px;
	width:463px;
	height:289px;
	
}
#breadcrumbs {
	margin: 4px auto 6px auto;
	padding: 4px;
}

#footer	{
	width:945px;
	height:60px;
	text-align:center;
	background:url(../images/footer_bg.jpg) top left no-repeat;
}
#footer.innerBorder {
height:45px;
width:915px;
border:1px solid #790027;
}
#footer a, #footer a:active, #footer a:visited, #footer a:link {color:#fff;text-decoration:none;padding-left:10px;}
#footer a:hover{text-decoration:underline;}
#copyright	{
	text-align:center;
	color:#ccc;
}
#copyright a, a:active, a:visited, a:link {color:#ccc}



/*=======================================================
||  	           NAVIGATION                           ||
========================================================*/
#nav li {
  float: left;
}

#nav li a {
	position: absolute;
	top: 0px;
	margin: 0;
	padding: 0;
	display: block;
	height: 40px;
	background: url(../images/nav_main_sprite.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
 }
 
 li#home a {
	left: 0px;
	width: 287px;
	background-position: 0 0;
 }
 
 li#services a {
	left: 287px;
	width: 124px;
	background-position: -287px 0;
 }
li#contact a {
	left: 411px;
	width: 126px;
	background-position: -411px 0;
}
li#bna a {
	left: 537px;
	width: 378px;
	background-position: -537px 0;
}

li#home a:hover {
background-position: 0 -40px;
}

li#services a:hover {
background-position: -287px -40px;
}
li#contact a:hover {
background-position: -411px -40px;
}
li#bna a:hover {
background-position: -537px -40px;
}

/*
* ================> NAV BOTTOM <==========================
*/
ul#navbot {
	list-style-type:none;
	/*margin:12px auto 5px auto;*/
}

#navbot li {
	float: left;
	margin-right: 10px;
}
#navbot li a, #navbot li a:link, #navbot li a:active,#navbot li a:visited {
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}
#navbot li a:hover{
	text-decoration:underline;
}
/*=======================================================
||  	          TYPOGRAPHY                            ||
========================================================*/
/*======> COLORS <=========
* Dk Pink #790027
* Lt Orange  #FF653F
* Dk Orange #cc3814
==========================*/
/*
 * =============> LINKS <=================================
 */
a, a:link, a:visited, a:active {
	color: #790027;
}
a:hover {
	color:#cc3814;
	text-decoration:none;
}

/*
 * =============> HEADINGS <==============================
 */
 
h1 { 
	font-size:24px;
	/*font-family:"Lucida Grande", Helvetica, Arial, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#790027; 
	border-bottom:1px solid #790027;
}
h1#mainHeading {
	background:url(../images/relax-head.jpg) top left no-repeat;
	position:absolute;
	top:7px;
	left:-1px;
	height:20px;
	width:358px;
	text-indent:-9999px;
}
h2 { 
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#cc3814; 
}
.tan{color:#F0EDE0;}
h3 { 
	font-size:14px;
	font-weight:normal;
	color:#878796; 
}
/*=======================================================
||  	          LISTS                                 ||
========================================================*/
#contentSub ul {
	margin:15px 0px 0px 0px;
	list-style-type:disc;
	list-style-position:outside;
	padding-left:45px;
}
/*#contentSub ul li {
background: transparent url(../images/asterisk.gif) left center no-repeat;
padding:8px 0px 8px 25px;
font-size:14px;
color:#fff;
}*/
/*=======================================================
||  	          TABLES                                ||
========================================================*/
.tabdata {
	border: 1px solid #666666;
	border-collapse: collapse;
	margin:10px auto;
	text-align: center;
	width:80%;
}

.tabdata tr {
	background-color: #fff;
}
.tabdata td {
	border: 1px solid #666666;
	padding: 8px;
	width:auto;
}
.tabdata th {
	border: 1px solid #666666;
	background-color: #333;
	font-weight: bold;
	color: #fff;
	padding:5px;
}

.tabdata tr.altrow {
	background-color: #DFE7F2;/*#DFE7F2*/
}

.tabdata tr:hover, .tabdata tr.hilite {
	background-color: #CFD7E2;
}