@charset "UTF-8";
/* CSS Document */
div, h1, h2, h3, h4, h5, h6, p, pre, ul, li, img {
	margin: 0;
	padding:0;
}
h3 {
	font-size: .7em;
	font-weight: 400;
	margin: 6px 0;
}
p {
	font-size: .8em;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0 8px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	background-image:url(/images/marble-gray-bg.jpg);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color:#ffecb3;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 1px solid #000000;
	background-image:url(images/gradient3.jpg);
}

#mainContent {
	background-image:url(images/main-bg.jpg);
	background-repeat: no-repeat;	
	background-position:0 70px;
	width:960px;

	
}
#mainContent p{
	margin: 0 30px;
}
#left  {
	width: 650px;
	float:left;
}
#box  {
	width: 600px;
	background-color:#8f7357;
	border:1px #000 solid;
	display: block;
	margin: 80px 30px 10px 30px;
	float: left;
	
}
#box p{
	margin: 8px;
	font-size:.8em;
	line-height:1.7;
}
#box h1{
	color: #ffffcc;
	font-size: .9em;
	margin: 8px;
	padding:0;
	letter-spacing: .1em;
}
#box h2{
	color: #ffffcc;
	font-size: 0.9em;
	margin: 8px;
	padding:0;
	font-weight: bold;
	letter-spacing: .1em;
}

#box a:link {
	color: #000;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-decoration: none;
	border-bottom: thin #000 solid;
}
#box a:active {
	color: #FFF; 
	text-decoration: none;
	border-bottom: thin #000 solid;
}
#box a:visited {
	color: #000; 
	text-decoration: none;
	border-bottom: thin #000 solid;
}
#box a:hover {
	color: #FFF; 
	text-decoration: none;
	border-bottom: thin #FFF solid;
	}


#services {
	float:right;
	margin: 90px 30px 0 10px;
}
#services p{
	margin: 0;
}

.servicesList  {
	font-size: 70%;
	line-height:2;
	color:#ffecb3;
	letter-spacing: .15em;
	list-style:none;
	list-style-type: none;
}
.servicesList a:link {
	color:#ffecb3;
	text-decoration:none;
}
.servicesList a:visited {
	color:#ffecb3;
	text-decoration:none;
}
.servicesList a:hover {
	color:#FFF;
	text-decoration:underline;
}
.servicesList a:active {
	color:#ffecb3;
	text-decoration:none;
}

.indented {
	padding-left: 10px;

}
.buttonclass{
	color: #FFF;
	font-size:1.5em;
}
.boxedtext {
	line-height: 1.5;
	font-weight: normal;
	color: #FFC;
	padding-top: 3px;
	border: solid #993333 2px;
	margin: 10px 10px;
}


/*NAVIGATION BAR*/
  #nav {
	  width: 960px;
	  height:70px;
	  margin:0;
	  padding:0;
	  position:absolute;
	  
  }
  
	#navigation
	{
	margin:0;
	padding:0;
	}
	
	#navigation li
	{
	float:left;
	list-style:none;
	}
	#navigation li a
	{
	background-image:url(images/mirage-sprite.jpg);
	display:block;
	position: relative;
	
	}
	.home
	{
	background-position:0px 0px;
	width:148px;
	height:70px;
	
	}
	
	.news
	{
	background-position:-148px 0px;
	width:185px;
	height:70px
	}
	
	.location
	{
	background-position:-333px 0px;
	width:233px;
	height:70px
	}
	
	.testimonials
	{
	background-position:-566px 0px;
	width:186px;
	height:70px
	}
	
	.contact
	{
	background-position:-752px 0px;
	width:208px;
	height:70px
	}
	#navigation a .hover {
	background:url(images/mirage-sprite.jpg) no-repeat;
	display: block;
	opacity: 0;
	filter:alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	}
	
	#navigation a.home .hover {
	background-position: -0px -70px;
	
	}
	#navigation a.news .hover{
	background-position: -148px -70px;
	
	}
	#navigation a.location .hover {
	background-position: -333px -70px;
	}
	#navigation a.testimonials .hover {
	background-position: -566px -70px;
	}
	#navigation a.contact .hover {
	background-position: -752px -70px;
	}
	
	/*END NAVIGATION BAR*/
#footer p {
	clear:both;
	width: 700px;
	height: 20px;
	font-size: .6em;
	text-align:center;
	color:#ffecb3;
	margin:0 auto;
	padding:0;
	/*background-image:url(images/gradient3.jpg)*/
	}
