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

/*======> COLORS <=========
* Dk Brown #6D6854
* Lt Tan  #F0EDE0
* Red #873127
==========================*/

/*=======================================================
		LAYOUT
========================================================*/
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#000;
	background: url(../images/bg.jpg) 0 0 repeat-x;
	font-size:12px;
}
a img  {border:none;}
td.breadcrumb {border:1px solid #999; height:20px;}
.inner-pad {
	padding:10px;	
}
/*form {padding-left:75px;}*/
#wrapper {
	width:1076px;
	margin:0px auto; /*center hack*/
	background:url(../images/content_bg.jpg) 0 0 repeat-y;
}
#innerWrap {
	width:800px;
	margin:0px 10px 0px 10px;
	border:1px solid #666666;
	background:url(../images/content_bg.png) 0 0 repeat-y;
	background-color:#000;
}
#header	{
	height:375px;
	/*background:url(../images/header_bg.png) 0 0 no-repeat;*/
	overflow:hidden;
}
#header #logo	{
	margin:5px 0px 0px 30px;
	height:69px;
	width:442px;
}

#nav	{
	position:relative;
	/*top:0px;
	left:0px;*/
	width:800px;
	height:40px;
	background:url(../images/nav_main_sprite.jpg);
	bottom:0;
}
#hero {
	margin: 0px auto;
	position: relative;
	/*top:199px;*/
	height: 325px;
	background:url(../images/flash_bg.jpg) top right no-repeat;
}

#content {
	position:relative;
	
	
}
#content .inner-pad {
	padding:10px 10px 10px 25px;	
}
#footer	{
	height:26px;
	background:url(../images/footer_bg.jpg) bottom left no-repeat;
	
	text-align:center;
	
}

#copyright	{
	text-align:center;
	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: 300px;
		background-position: 0 0;
	}
	 
	li#services a {
		left: 300px;
		width: 160px;
		background-position: -300px 0;
	}
	 
	li#about a {
		left: 460px;
		width: 340px;
		background-position: -460px 0;
	}
	li#contact a {
		left: 460px;
		width: 340px;
		background-position: -460px 0;
	}
/*==========HOVER================*/
	li#home a:hover {
		background-position: 0 -40px;
	}
	
	li#services a:hover {
		background-position: -300px -40px;
	}
	
	li#about a:hover {
		background-position: -460px -40px;
	}
	li#contact a:hover {
		background-position: -460px -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 Brown #6D6854
* Lt Tan  #F0EDE0
* Red #873127
==========================*/
/*
 * =============> LINKS <=================================
 */
a, a:link, a:visited, a:active {
	color: #0033FF;
}
a:hover {
	color: #990000;
	text-decoration:none;
}

#footer a, #footer a:active, #footer a:visited, #footer a:link {
	text-decoration:none;
	padding:5px;
}

#footer a:hover{text-decoration:underline;}

#copyright a, #copyright a:active, #copyright a:visited, #copyright a:link {}
/*
 * =============> HEADINGS <==============================
 */
 
h1 { 
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#333; 
}

h2 { 
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #720201; 
	/*color: #222e16; */
	border-bottom:1px solid #999;
}
h2.freeConsult {
	background:url(../images/h2-free-consult.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	height:25px;
	/*width:313px;*/
}
h3 { 
	font-size:14px;
	font-weight:normal;
	color:#878796; 
}
/*=======================================================
||  	          LISTS                                 ||
========================================================*/
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content ul {
	margin:15px 0px 0px 0px;
	list-style-type:none;
	list-style-position:outside;
	padding-left:45px;
}
#content ul li {
background: transparent url(../images/sun-bullet.jpg) left center no-repeat;
padding:8px 0px 8px 25px;
font-size:14px;
}
/*=======================================================
||  	          TABLES                                ||
========================================================*/
td.leftBdr {
	border-left:1px solid #ccc;
	padding-left:10px;
}

.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;
}
