/* HOME STYLES */
.background {
	background-color: #184526;
	background-image: url(../images/back_rep.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
#container-home {
	width: 974px;
	padding-top: 449px;
	background-image: url(../images/sun_valley_home.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 400px;
	color: #184525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navholder {
	float: right;
	position: relative;
	width: 570px;
	height: 38px;
	text-align: right;
}
#content-home {
	float: right;
	width: 500px;
	position: relative;
	height: 200px;
	padding-bottom: 42px;
}





/* INNER PAGES STYLES */

.background_pages {
	background-color: #184526;
	background-image: url(../images/back_rep_pages.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
#container-pages {
	width: 900px;
	padding-top: 23px;
	position: relative;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 848px;
	line-height: 18px;
}
.highlight_text {
	color: #419638;
	font-size: 14px;
}

.backs-blank{
	background-image: url(../images/sun_valley_subpage.jpg);
	background-repeat: no-repeat;
}
.backs-products{
	background-image: url(../images/sun_valley_products.jpg);
	background-repeat: no-repeat;
}
.limeback {
	background-image: url(../images/lime_back.jpg);
}

.backs-committ{
	background-image: url(../images/sun_valley_committment.jpg);
	background-repeat: no-repeat;
}
#navholder-pages {
	float: left;
	position: relative;
	width: 625px;
	height: 40px;
	left: 30px;
	padding-left: 15px;
	padding-top: 0px;
	
}
#content-pages {
	float: left;
	width: 900px;
	position: relative;
	top: 50px;
	height: 590px;
}
#quicknav {
	float: left;
	position: relative;
	width: 465px;
	padding: 0px;
	top: 57px;
	height: 128px;
	text-align: right;
}
#titles {
	float: left;
	position: relative;
	width: 412px;
	top: 70px;
	height: 102px;
	text-align: left;
	left: 25px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 90px;
}
.sub_title {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 24px;
}
.sub_title_green {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #336600;
	line-height: 24px;
}
/* FOOTER STYLES */

#footer_top {
	background-image: url(../images/lime_back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 954px;
	height: 20px;
	position: relative;
	text-align: right;
	float: left;
	padding-right: 20px;
	padding-top: 60px;
	padding-bottom: 20px;
	color: #2b7923;
}
#footer_bot {
	background-image: url(../images/lime_back_dark.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 90px;
	width: 954px;
	position: relative;
	float: left;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	color: #76b445;
	font-weight: bold;
}
#footer_top_pages {
	background-image: url(../images/lime_back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 878px;
	height: 20px;
	position: relative;
	text-align: right;
	float: left;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #2b7923;
	top: 50px;
}
#footer_bot_pages {
	background-image: url(../images/lime_back_dark.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 60px;
	width: 878px;
	position: relative;
	float: left;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	color: #76b445;
	font-weight: bold;
	top: 50px;
}
.ftr_links{
	font-size: 14px;

}
a.ftr_links:link, a.ftr_links:visited {

	text-decoration: none;
	color: #ff6600;
}
a.ftr_links:hover, a.ftr_links:active {

	text-decoration: none;
	color: #FFFFFF;
}

/* NAVIGATION STYLES */

/*<![CDATA[*/

/* - - - ADxMenu: BASIC styles - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

/* move all list items into one row, by floating them */
.menu li {
	margin: 0;
	border: 0;
	display: block;
	float: left;
	padding-right: 0;
	padding-left: 0;
}

/* define new starting point for the nested UL, thus making positioning it a piece of cake */
.menu li:hover {
	position: relative;
	background-color: #ffd800;
}

/* force the submenu items into separate rows, while still keeping float:left (which resolves IE6 white-gap problem) */
.menu li li {

}

/* fix the position for 2nd level submenus.
	first make sure no horizontal scrollbars are visible on initial page load by sliding them all into top-left corner  */
.menu li li div {
	top: 0;
	left: 0;
}

/* ...and then place the submenu where it should be when shown */
.menu li li:hover div {
	left: 100%;
}

/* initialy hide all sub menus */
.menu div {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	
}

/* display them on hover */
.menu li:hover>div {
	visibility: visible;
	
}

/* -- float.clear -- force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
/* IE7 float clear: */
.menu, .menu ul {
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu div" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu div {
	background-image: url(../images/subnav_back.jpg);
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 10px;
	padding-top: 10px;
	width: 400px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 5px;
		/*background: #f00;*/		/* uncomment this if you want to see the "safe" area. you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu {
	color: #2b7923;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
}

.menu ul {
	float: left;
	position: relative;

}
.menu ul a{
	color: #2b7923;
	float: left;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	padding-top: 5px;
}
.menu ul ul {
	background-color: #990000;	
}

.menu li:hover>a {
	color: #2b7923;
}

.menu a {
	text-decoration: none;
	color: #eee;
	padding-top: 10px;
	padding-right: 1em;
	padding-bottom: 9px;
	padding-left: 1em;
	display: block;
}

.menu a:hover {
	color: #fc3;
}
