/* Reset
----------------------------------------------------------------------------------------*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,label,select,option,blockquote,fieldset,input { margin: 0; padding: 0; }

ul, ol {
	list-style:none;
}

img {
	border:none;
}

:focus {
	outline: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}


.floatleft {
	float:left;
	margin:0px;
	padding:5px 10px 10px 0px;
}

.clear {
	clear:both;
}


.clearfix {
    content: ".";
    display: inline;
    height: 0;
    clear: both;
    visibility: hidden;
 }


.floatright {
	float:right;
	padding:0px;
	margin:0px 0px 0px 0px;

}

hr {
	display:block;
	height:1px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #acacac;
	padding:0px 0px 0px 0px;
	margin:-3px 0px 25px 0px;
}


.divider {
	display:block;
	height:4px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:4px solid #ad2323;
	padding:0px 0px 0px 0px;
	margin:0px 0px 18px 0px;
	overflow:hidden;
}


/* END Reset
----------------------------------------------------------------------------------------*/






/* START GLOBAL STYLES
----------------------------------------------------------------------------------------*/



body {
	background-color:#362011;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	color:#333333;
	text-align:center;
}


#outer-wrapper {
	width:100%;
	background:url(../images/outer_bg.gif) repeat-x 0 0 #ffffff;
	height:auto !important;
	min-height:332px;
	height:332px;
	padding:30px 0px 0px 0px;
}


#inner-wrapper {
	width:887px;
	margin:0px auto;
	padding:0px -8px 0px -9px;
	text-align:left;
	background:url(../images/inner_bg.png) no-repeat 0 0;
	height:auto !important;
	min-height:544px;
	height:544px;
}



a {
	color:#427eb0;
	text-decoration:none;
}

a:hover, a:active {
		text-decoration:underline;
}


h1 {
	font-size:26px;
	color:#3b2313;
	line-height:28px;
	margin:0px 0px 10px 0px;
}

h2 {
	font-size:22px;
	color:#3b2313;
	line-height:22px;
	margin:0px 0px 10px 0px;
}

h3 {
	font-size:18px;
	color:#3b2313;
	line-height:22px;
	margin:0px 0px 10px 0px;
}

h4 {
	font-size:16px;
	color:#3b2313;
	line-height:22px;
	margin:0px 0px 10px 0px;
}





h5 {
	font-size:12px;
	color:#231F20;
	line-height:16px;
	margin:0px 0px 10px 0px;
	font-weight:bold;
}



/* END GLOBAL STYLES
----------------------------------------------------------------------------------------*/

















/* START HEADER STYLES
----------------------------------------------------------------------------------------*/


#header {
	width:870px;
	height:102px;
	padding:0px 8px 0px 9px;
	position:relative;
	margin:0px 0px 10px 0px;
	z-index:200;
}

#logo {
	width:344px;
	height:102px;
	position:absolute;
	left:-16px;
	top:0;
	overflow:hidden;
}


#logo a {
	background:url(../images/vista_ridge_logo.png) no-repeat 0 0;
	width:344px;
	height:0px;
	display:block;
	padding-top:102px;
	overflow:hidden;
	cursor:pointer;
}


/*--------------------------navigation-------------------------*/

#nav {
	float:right;
	padding:42px 17px 0px 0px;
}

#nav ul li {
	float:left;
	font-size:14px;
	color:#3b2313;
	position:relative;
	padding-bottom:5px;
}

#nav ul li a {
	color:#3b2313;
	font-size:14px;
	line-height:22px;
	margin:0px 4px 0px 4px;
}

#nav ul li:hover ul{
	visibility:visible;
}

#nav ul ul{
	width:125px;
	position:absolute;
	left:0;
	top:24px;
	padding:0 2px;
	visibility:hidden;
	background:#fff url(../images/sub-nav-bg.gif) no-repeat bottom center;
}

#nav ul ul li{
	display:block!important;
	padding-bottom:0;
	width:125px;
	border-bottom:#543f31 1px dashed;
}

#nav ul ul li.last{
	border:none;	
}

#nav ul ul li a{
	font-size:11px;
}

#nav ul ul li a:hover,#nav ul ul li:hover a{
	color:#427eb0;
	text-decoration:none;
}

#nav ul ul li:hover{
	background:url(../images/sub-nav-hover.gif) repeat-x;	
}

/* END HEADER STYLES
----------------------------------------------------------------------------------------*/















/* START MAINBODY STYLES
----------------------------------------------------------------------------------------*/


#mainbody {
	width:857px;
	padding:0px 14px 0px 16px;
}

#main-banner {
	width:857px;
	height:220px;
	margin:0px 0px 40px 0px;
	overflow:hidden;
	position:relative;
	z-index:100;
}

#main-content {
	width:857px;
	overflow:hidden;

}


#content {
	width:554px;
	float:left;
	padding:0px 0px 0px 47px;
}

#main-content span {
	line-height:26px;

}

#main-content p {
	line-height:26px;
	padding:0px 0px 15px 0px;
}

#content ul {
	margin:5px 0px 20px 0px;
}

#content ul li {
	background:url(../images/arrow.gif) no-repeat 0 10px;
	padding:0px 0px 0px 15px;
	line-height:22px;
}

blockquote {
	background:url(../images/quote.gif) no-repeat 0 0;
	padding:12px 0px 15px 34px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:19px;
	line-height:26px;
}



/*-------------------------- sidebar -------------------------*/



#sidebar {
	width:212px;
	float:right;
	padding:0px 25px 0px 0px;
}

#sidebar h1 {
	padding:0px 0px 0px 25px;
}

#sidebar-content {
	background:url(../images/sidebar_border.gif) repeat-y 0 0;
	width:187px;
	padding:0px 0px 0px 25px;
}


#sidebar ul {
	margin:5px 0px 20px 0px;
}

#sidebar ul li {
	width:187px;
	background:url(../images/border.gif) repeat-x 100% 100%;
	line-height:26px;
	height:auto !important;
	min-height:27px;
	height:27px;
	padding:0px 0px 1px 0px;

}

#sidebar ul li a {
	width:187px;
	display:block;
	height:auto !important;
	min-height:27px;
	height:27px;
	color:#333333;
}

#sidebar ul li a:hover {
	background:url(../images/list_over.gif) repeat-x 100% 100%;
	text-decoration:none;
	color:#427eb0;

}



/* END MAINBODY STYLES
----------------------------------------------------------------------------------------*/














/* START FOOTER STYLES
----------------------------------------------------------------------------------------*/


#footer {
	width:786px;
	margin:0px auto;
	padding:15px 0px 15px 0px;
	text-align:left;
	color:#e1eaee;
	font-size:11px;
	overflow:hidden;
}

#footer p {
	padding:0px 0px 15px 0px;
	line-height:16px;
	color:#999999;
}

#footer-nav {
	float:left;
	color: #999999;
}

#footer-nav ul li {
	float:left;
	color: #999966;
}

#footer-nav ul li a {
	color:#e1eaee;
	text-transform:uppercase;
	line-height:22px;
	margin:0px 4px 0px 4px;
}

.copyright {
	float:left;
	font-style:italic;	
}

/* END FOOTER STYLES
----------------------------------------------------------------------------------------*/
#main-banner-still {
	width:857px;
	height:220px;
	margin:0px 0px 40px 0px;
	overflow:hidden;
	position:relative;
	z-index:100;
	background-image: url(../images/banners/banners_vista_1.jpg);
}
#main-banner-still2 {
	width:857px;
	height:220px;
	margin:0px 0px 40px 0px;
	overflow:hidden;
	position:relative;
	z-index:100;
	background-image: url(../images/banners/banners_vista_2.jpg);
}
#main-banner-still4 {
	width:857px;
	height:220px;
	margin:0px 0px 40px 0px;
	overflow:hidden;
	position:relative;
	z-index:100;
	background-image: url(../images/banners/banners_vista_4.jpg);
}
#main-banner-still3 {
	width:857px;
	height:220px;
	margin:0px 0px 40px 0px;
	overflow:hidden;
	position:relative;
	z-index:100;
	background-image: url(../images/banners/banners_vista_5.jpg);
}
#main-banner-still6 {
	width:857px;
	height:220px;
	margin:0px 0px 40px 0px;
	overflow:hidden;
	position:relative;
	z-index:100;
	background-image: url(../images/banners/banners_vista_6.jpg);
}
#main-banner-still5 {
	width:857px;
	height:220px;
	margin:0px 0px 40px 0px;
	overflow:hidden;
	position:relative;
	z-index:100;
	background-image: url(../images/banners/banners_vista_7.jpg);
}
#main-banner-still7 {
	width:857px;
	height:220px;
	margin:0px 0px 40px 0px;
	overflow:hidden;
	position:relative;
	z-index:100;
	background-image: url(../images/banners/banners_vista_8.jpg);
}
