body{
	background-color:#000;
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
div, p{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-top:0px;
}
h1, h2{
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-top:0px;
	text-shadow: black 0.1em 0.1em 0.2em
}	
.wrapper{
	width:950px;
	margin:0 auto;
}
.logo{
	display:block;
	height:161px;
	text-align:center;
}
.homebanner{
	background-image:url(../images/homebanner-frame.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:950px;
	height:321px;
}
.innerbanner{
	background-image:url(../images/innerbanner-frame.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width: 950px;
	height:209px;
}
.slideshow{
	float:left;
	position:relative;
	width:564px;
	height:302px;
	margin-left:10px;
	margin-top:10px;
	overflow:hidden;
}
.homebanner-content{
	float:right;
	width:300px;
	margin-right:40px;
	margin-top:20px;
}
.enterbutton{
	z-index:99;
	position:absolute;
	width:950px;
	text-align:center;
	margin-top:-40px;
}
.phone{
	float:right;
	width: 300px;
	margin-top:20px;
}
.phone2{
	float:right;
	width:230px;
	margin-top:80px;
	margin-right:50px;
}
.footer{
	background-color:#000;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:40px;
	height:40px;
}
.clear{
	clear:both;
	display:block;
}
a{
	color:#018cb3;
}
.leftcolumn{
	float:left;
	width:190px;
	margin-top:30px;
}
.rightcolumn{
	width:670px;
	float:right;
	margin-top:30px;
	margin-right:30px;
}
.leftmenu{
	display:block;
	line-height:30px;
	border-bottom:1px solid #999;
	margin:0px;
	background-image:url(../images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
}
.leftmenu a{
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}
.leftmenu a:hover, .leftmenu a.active{
	color:#2cbbe3;
}
.menu{
	position:absolute;
	line-height:35px;
	color:#CCC;
	margin-top:1px;
}
.menu a{
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
	margin-left:23px;
	margin-right:23px;
}
.menu a:hover, .menu a.active{
	color:#2cbbe3;
}
.blue{
	color:#2cbbe3;
}
.black{
	color:#000;
}
.white{
	color:#FFF;
}
.input{
	width: 97%;
	margin-bottom:3px;
}
.button{
	background-color:#018cb3;
	padding:5px;
	color:#FFF;
	border:0px;
	width:100px;
}
.thumb{
	width: 215px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.thumb a{
	color:#03bbed;
}