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

.left{
	float:left;
}

.right{
	float:right;
}

h2{
	color:white;
}

h3{
	font-weight:200;
}

h4{
	color:white;
}

html{
	margin:0;
	padding:0;
}

body{
	background-image:url(img/body_bg.png);
	background-repeat:repeat-x;
	background-color:#371e0a;
	padding:0;
	margin:auto;
	margin-top:0;
	font:"Times New Roman", Times, serif;
}

#main{
	width:900px;
	margin-top:0;
	margin:auto;
}

#header{
	width:100%;
	float:left;
	color:white;
	height:150px;
}

#logo{
	text-indent:-9999px;
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	width:235px;
}

#phone{
	float:right;
	clear:right;
	width:200px;
	height:50px;
	padding:15px 0 30px 30px;
	margin-right:0px;
	color:black;
	font-size:1.2em;
	background-image:url(img/callimg.png);
	background-repeat:no-repeat;
}

.blue {
	color:#7fe0e6;
}

#links{
	float:right;
	width:600px;
}

#links a{
	float:left;
	color:White;
	text-decoration:none;
}

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

#links ul{
	float:right;
}

#links #selected{
	background-image:url(img/selectBar.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#links div{
	float:left;
	margin-right:40px;
	padding:4px;
	padding-bottom:5px;
}

#links li{
	display:inline;
}

#frame{
	width:900px;
	color:#d7aa86;
	font-size:12px;
	font:"Times New Roman", Times, serif;
}

#frame #image{
	width:100%;
}

#frame a {
	color:#7fe0e6;
	text-decoration:none;
}

.image img{
	display:block;
	margin:auto;
}

#tagline {
	font:"Times New Roman", Times, serif;
	font-style:italic;
	color:white;
	text-align:center;
	font-size:1.2em;
	margin:20px;
	margin-top:0;
}

#tagline h3{ /*Fixes gap at top of page*/
	margin-top:0;
}

#intro{
	width:480px;
	float:left;
	padding:10px;
}

#intro img{
	float:right;
}

#details{
	width:380px;
	padding:10px;
	float:left;
}

#footer{
	clear:both;
	height:40px;
	color:white;
	font-size:12px;
	background-color:#432815;
	padding:10px;
	font:"Times New Roman", Times, serif;
}

#footer p{
	padding:0px;
	margin:0px;
}

#footer a{
	color:white;
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;
}

#footer ul{
	padding:0px;
}

#footer li{
	display:inline;
}

/*CSS for sliding images*/


.imageContainer {
	/*text-indent:-9999px;*/
	height:264px;
	width:900px;
	float:left;
}

.imageContainer a img { 
	border: 0; 
}

#officeSlide {
	height:405px;
	margin:auto;
	width:900px;
}

#officeContainer {
	width:900px;
	height:405px;
	float:left;
	overflow:hidden;
}

.office {
	height:405px;
	width:3000px;
}
