@charset "UTF-8";
/* background/main container elements */

html {
	background-image: url(../images/bg_main.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #C4E1FC;
}

body  {
	/*text-align: center;*/
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-image: url(../images/Beverly-Shores-Web.jpg);
	background-attachment: fixed;
	background-position:top center;
	background-repeat: no-repeat;
	/*background-color: #C4E1FC;*/
}

.bodyholder {
	background-image: url(../images/bg_main.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #C4E1FC;
	width:990px;
	margin: 0 auto;
}

.thrColFixHdr #container {
	width: 990px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

} 

.thrColFixHdr .insideswoosh {
	position:absolute;
	top:125px;
	left:0;
	width:100%;
	height:74px;
	text-align:center;
}

.thrColFixHdr .swoosh {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #A9D149;
	position:relative;
}

#navcont {
	background: url("../images/nav_back.png") repeat-x scroll left top transparent;
    clear: both;
    height: 57px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

#topnav_l {
	float: left;
    margin: 0 auto;
    text-align: center;
    width: 810px;
}

#topnav_r {
	float: right;
    width: 180px;
	margin-right:8px;
	line-height:48px;
}

#topnav_r #search_curvy {
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #9ecc33;
	background-color:#fff;
	width:180px;
	height:35px;
	margin-top:6px;
	text-align:left;
}

#topnav_r #search_curvy form {
	display:inline;
}

#topnav_r #search_curvy form #inp_search {
	font-size:14px;
	width:140px;
	display:block;
	margin-left:5px;
	margin-top:10px;
	border:0;
	color:#999;
	z-index:999;
	display:block;
	float:left;
}

#topnav_r #search_curvy form #inp_go {
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top:3px;
	margin-right:3px;
	height:30px;
	width:30px;
	background-color:#3074bd;
	display:block;
	float:right;
	z-index:1000;
}

#topnav_r #search_curvy form #inp_go2 {
	height:30px;
	width:30px;
	font-size:14px;
	background-color:transparent;
	border:0;
	display:block;
	color:#fff;
}

#topnav_l ul.nav {
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
	list-style: none outside none;
}

#topnav_l ul.nav li {
    font-size: 13px !important;
    margin: 0;
	list-style: none outside none;
}

#topnav_l ul.nav li.navList {
	border:0;
}

#topnav_l ul.nav li.topLevel {
	border-left: 1px solid #a9d149;
    border-right: 1px solid #8eb82e;
	height: 46px;
	padding: 0px 7px 0px 7px;
    width: 98px;
	display:block;
	float:left;
	text-align:center;
}

#topnav_l ul.nav li.topLevel b {
	font-weight:normal;
	display:table;
	width:100%;
	height:50px;
	vertical-align:middle;
}

#topnav_l ul.nav li.topLevel:hover {
	border-bottom:1px solid #fff;
}

#topnav_l ul.nav li.topLevel:first-child {
	border-left:0;
}

#topnav_l ul.nav li.topLevel:last-child {
	border-right:0;
}

#topnav_l .topLevel a.topnavlink {
	font-size: 14px !important;
	text-align:center;
	color: #FFFFFF;
	font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
	outline:0;
	height:100%;
	width:100%;
	display:table-cell;
	vertical-align:middle;
}

#topnav_l .dropdown a {
	text-decoration:none;
}

#topnav_l li:hover div.dropdown, #topnav_l li.sfHover div.dropdown {
	left:0;
}

#topnav_l div.dropdown {
	-moz-box-shadow: 0 0 15px rgba(111, 164, 200, 0.5);
    background: url("../images/menu-bg.gif") repeat-x scroll 0 0 #FFFFFF;
    border: 3px solid #a9d149;
    color: #333333;
    left: -999em;
    list-style: none outside none;
    margin:0;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 800px;
    z-index: 10;
	line-height:18px;
	margin-top:0px;
}

#topnav_l .dropdown ul {
	display:block;
	float:left;
}

#topnav_l .navTitle {
	color: #1E4682;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
}

#topnav_l ul.navSmall {
	width:180px;
}

#topnav_l ul.navSmall li {
	float:none;
}

#topnav_l a.navItemSmall {
	color: #224585;
    display: block;
    float: left;
    font-size: 12px;
    height: 66px;
    line-height: 14px;
    padding: 5px 20px 28px;
    width: 120px;
}

.margin20L { margin-left:20px; !important; }
.margin10T { margin-top:10px !important; }

#topnav_l li.navList {
	color: #999999;
    float: none;
}

#topnav_l li.navList a.listLinks {
	color:#777777;
}

#topnav_l li.navList a.listLinks:hover {
	color:#000000;
}

#topnav_l a.navItemSmall , #topnav_l a.navItemLarge {
	margin-top:3px;
}

#topnav_l a.navItemSmall img, #topnav_l a.navItemLarge img {
	padding:0;
	border:0;
}

#topnav_l a.navItemSmall:hover , #topnav_l a.navItemLarge:hover {
	background-color:#E8F5FC;
}


#topnav_l a.navItemSmall h3 {
	font-size:13px;
}

#topnav_l a.navItemLarge h3 {
	font-size:14px;
}

#topnav_l a.navItemLarge p {
	color:#666666;
}

#topnav_l a.navItemLarge {
	color: #224585;
    display: block;
    float: left;
    height: 164px;
    padding: 8px 20px 28px;
    width: 180px;
}

#topnav_l a.navItemSmall h3, #topnav_l a.navItemLarge h3 {
	color: #224585;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.navbox {
	background:#0361AF;
	padding:15px 8px 15px 8px;
	width:182px;
}

.navbox_t {
	background:url(../images/left_nav/navtop.png) no-repeat scroll 0 0 transparent;
	height:4px;
	width:200px;
}

.navbox_b {
	background:url(../images/left_nav/navbot.png) no-repeat scroll 0 0 transparent;
	height:4px;
	width:200px;
}

.newnavSelected {
	color:#fff;
	font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 2px 0px 0px 0px;
}

.navbox ul#secondaryNav {
	margin:0;
}

.navbox ul#secondaryNav ul.level2 {
	display:none;
	margin-left:20px;
	margin-bottom:5px;
	width:100%;
	clear:both;
}

.navbox ul#secondaryNav ul.level2 li {
	width:100%;
	height:12px;
}

.navbox ul#secondaryNav ul.level2 li a:hover {
	background-position:5px 0px !important;
}

.navbox ul#secondaryNav li {
	display:block;
	margin-bottom:5px;
	padding-top:4px;
	padding-bottom:4px;
	height:100%;
}

.navbox ul#secondaryNav li p {
	float:left;
	width:160px;
	padding-bottom:0px !important;
}

.navbox ul#secondaryNav li a {
	font-size:13px !important;
	line-height:14px !important;
	margin-bottom:2px;
	margin-left:0px !important;
	outline:0;
	padding-left:20px;
}

.navbox ul#secondaryNav li span {
	width:15px;
	height:15px;
	background:url(../images/left_nav/ardn_w.png) no-repeat;
	display:block;
	float:right;
	margin-top:4px;
	cursor:pointer;
}

.navbox ul#secondaryNav li span.upar {
	background:url(../images/left_nav/arup_w.png) no-repeat !important;
}

.navbox ul#secondaryNav li a:hover {
	background-position:5px 2px !important;
}

.navbox ul#secondaryNav li p.newnavSelected a {
	font-weight: bold;
}

.navbox ul#secondaryNav ul li a {
	font-size:12px !important;
	line-height:12px !important;
	margin-left:-10px !important;
	height:100% !important;
}

/* masthead elements */

.thrColFixHdr #header {
	padding: 0px;
	height: 125px;
	text-align: left;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg_logo.png)!important;
	background-image: url(../images/bg_logo.gif);
	background-repeat: no-repeat;
	background-position: 695px center;
	position: relative;
	clear: both;
} 
.thrColFixHdr #homeAnchor h1 a{
	display: block;
	width: 310px;
	position: absolute;
	z-index: 1;
	height: 125px;
	left: 680px;
	top: 0px;
}
.thrColFixHdr #homeAnchor h1 a span{
	display: none;

}
.thrColFixHdr a#guides {
	display: block;
	width: 50px;
	text-align: center;
	padding-top: 52px;
	background-image: url(../images/top_nav/ico_guides.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	float: left;
	margin-top: 36px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.thrColFixHdr a:hover#guides {
	background-image: url(../images/top_nav/ico_guides.jpg);
	background-repeat: no-repeat;
	background-position: -51px 0px;
}
.thrColFixHdr a#weather {
	display: block;
	width: 50px;
	text-align: center;
	padding-top: 52px;
	background-image: url(../images/top_nav/ico_weather.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	float: left;
	margin-top: 24px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.thrColFixHdr a:hover#weather {
	background-image: url(../images/top_nav/ico_weather.jpg);
	background-repeat: no-repeat;
	background-position: -51px 0px;
}
.thrColFixHdr a#maps {
	display: block;
	width: 50px;
	text-align: center;
	padding-top: 52px;
	background-image: url(../images/top_nav/ico_maps.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	float: left;
	margin-top: 17px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.thrColFixHdr a:hover#maps {
	background-image: url(../images/top_nav/ico_maps.jpg);
	background-repeat: no-repeat;
	background-position: -51px 0px;
}
.thrColFixHdr a#photos {
	display: block;
	width: 50px;
	text-align: center;
	padding-top: 52px;
	background-image: url(../images/top_nav/ico_photos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	float: left;
	margin-top: 17px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.thrColFixHdr a:hover#photos {
	background-image: url(../images/top_nav/ico_photos.jpg);
	background-repeat: no-repeat;
	background-position: -51px 0px;
}
.thrColFixHdr a#enews {
	display: block;
	width: 50px;
	text-align: center;
	padding-top: 52px;
	background-image: url(../images/top_nav/ico_enews.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	float: left;
	margin-top: 12px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.thrColFixHdr a:hover#enews {
	background-image: url(../images/top_nav/ico_enews.jpg);
	background-repeat: no-repeat;
	background-position: -51px 0px;
}
.thrColFixHdr a#contact {
	display: block;
	width: 50px;
	text-align: center;
	padding-top: 52px;
	background-image: url(../images/top_nav/ico_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	float: left;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}




.thrColFixHdr a:hover#contact {
	background-image: url(../images/top_nav/ico_contact.jpg);
	background-repeat: no-repeat;
	background-position: -51px 0px;
}

/* page grid */

.thrColFixHdr #sidebar1 {
	float: left;
	width: 200px;
	padding-left:4px;
	padding-right:4px;
	margin-bottom: 10px;
	color: #FFFFFF;

}
.thrColFixHdr #sidebar2 {
	float: right; 
	width: 300px; 

	padding-left: 5px !important;
	padding-right:5px !important;

	color: #FFFFFF;
	margin-bottom: 10px;
}

.thrColFixHdr #mainContent {
	padding: 0px;
	margin-top: 0;
	margin-right: 310px;
	margin-bottom: 10px;
	margin-left: 210px;
	width: 470px!important;
	width: 464px;
	color:#fff;
}

/* size main contentBox for padding */
.contentWidth{
	width: 450px!important;
	width: 444px;
	font-size: 12px;	
} 

/* hero photography styles */

.thrColFixHdr #flash {
	width: 780px!important;
	width: 777px;
	height: 365px;
	margin-bottom: 10px;
	background-position: left top;
	margin-left: 210px;
}
.thrColFixHdr #flashImg {
	width: 780px!important;
	width: 777px;
	height: 365px;
	background-image: url(../flash/images/homeBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColFixHdr #flashInt {
	width: 780px!important;
	width: 777px;
	height: 267px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-position: left top;
	margin-left: 210px;
}
.thrColFixHdr #flashIntImg {
	width: 780px!important;
	width: 777px;
	height: 267px;
	background-image: url(../flash/images/intBG.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
.thrColFixHdr #headPic {
	width: 780px!important;
	width: 777px;
	height: 265px;
	background-image: url(../flash/images/test_2.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-position: left top;
	margin-left: 210px;
}




/* footer styles */

.thrColFixHdr #footer {
	padding: 0px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.thrColFixHdr #footer .boxContent {

	height: 75px;
}


.thrColFixHdr #footer .copyright {
	border:none;
	width: 200px;
	background: none;
	float: left;
	margin-top: 0px;
	height: 80px;
	margin-left:50px;
}
.thrColFixHdr #footer .copyright a{
	color:#FFFF00;
	text-decoration: none;
	font-weight: bold;
}

.thrColFixHdr #footer .tafooter {
	float: left;
	margin-top:-7px;
	height: 60px;
	margin-left:50px;
	border-style:solid;
	border-color:#aacd60;
	border-width:10px 1px 10px 1px;
	background-color: #e5e5e5;
	color: #000000;
	width: 168px;
	padding-bottom:10px;
	font-size:10px;
}

.thrColFixHdr #footer .simpleView {
	width: 257px;
	float: right;
	height: 75px;
	background-image: url(../images/bg_sv_logo.jpg);
	background-repeat: no-repeat;
	background-position:right;
}
.thrColFixHdr #footer .logo {
	border:none;
	top: 11px;
	float: left;
	height: 75px;
	background-image: url(../images/bg_footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 230px;
}


/* Two columns */ 


.thrColFixHdr #mainContent.twoColumn
{
}


.thrColFixHdr #mainContent.twoColumn .contentWidth
{
width:760px !important;
margin:0; 

}
.thrColFixHdr #mainContent.twoColumn .boxHeader div, .thrColFixHdr #mainContent.twoColumn .boxFooter div
{
width:776px !important;
margin:0; 
height:4px;

}
.thrColFixHdr #mainContent.twoColumn .boxHeader, .thrColFixHdr #mainContent.twoColumn .boxFooter
{
width:776px!important;
margin:0; 
padding-left:4px;
padding-right:4px;
height:4px;

}
/*-------*/
.clear
{clear:both;}





#itinContainer {margin-bottom:30px;}

#itinContainer h2 {margin:0px 10px;}

#itinContainer #itinHeader
{
background:url(../images/itin/itin_top.png) no-repeat top left !important; 
background:url(../images/itin/itin_top.gif) no-repeat top left; 
height:5px;
margin-bottom:0px !important;
margin-bottom:-9px;
width:289px;
}
#itinContainer #itinWidget
{
background:url(../images/itin/itin_body.png) repeat-y top left !important;
background:url(../images/itin/itin_body.gif) repeat-y top left;
width:289px;
}


#itinContainer #itinWidget span.inside
{
padding:10px;
}

#itinContainer #itinWidget ul li
{
margin:0px 10px;
list-style-type:none;
}

#itinContainer #itinFooter
{
background:url(../images/itin/itin_footer.png) no-repeat top left !important;
background:url(../images/itin/itin_footer.gif) no-repeat top left;
height:58px;
width:289px;
}


.itinTools ul li
{
background:url(../images/listings/itinAction.png) no-repeat center center !important;
width:85px;
height:22px;
line-height:22px;
list-style-type:none;
text-align:center;
}

.itinTools ul li a
{
color:#666666;
font-weight:bold;
}

.itinTools 
{

}
.itinTools ul li
{

float:left;
padding:0;
margin:0;
margin-top:-1px;
}

.itinTools ul 
{
border-top:4px solid #b7d766;
margin-left:20px;
margin-right:18px;
margin-top:-1px;
}

.itinTools ul li:hover
{
background:url(../images/listings/itinActionHover.png) no-repeat center center !important;
width:85px;
height:22px;
text-align:center;
list-style-type:none;
line-height:22px;

}


ul.itinList{
margin-top:10px;
}

ul.itinList li
{
line-height:20px;
height:20px;
font-weight:bold;
clear:left;
}

.itinTitle
{
width:60%;
float:left;
clear:left;
}
.itinList li label{
float:right;
font-weight:normal;
}


/*-----banners----*/
.banners {
	text-align:center;
}
.banners img{
	
	padding: 4px;
	border: 0px none;
}

.dtntext.homeside {
	background:#bed6f0;
	border:1px solid #b2d497;
	width:200px;
	height:auto;
}

.dtntext.homeside ul {
	padding-top:10px;
}

.dtntext.homeside li {
	padding-bottom:8px;
	margin:0 5px 0 5px;
}
