/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-color: #ECECEC;  /* background color for the entire menu row */
   width: 750;
   margin: 0;
}

#header_nav {
	position:absolute;
	margin:26px 0 0 262px;
	left: 34px;
	top: 26px;
}

#header_nav ul {
padding:0;
margin:0;
}

#header_nav ul li{
float:left;
list-style-type:none;
width:63px;
height:28px;
background:url(cms/images/cms/nav_normal_bg.gif) no-repeat;
overflow:hidden;
text-align:center;
font:10px Arial, Helvetica, sans-serif;
color:#6A8012;
margin-left:2px;
}

#header_nav a{
color:#6A8012;
text-decoration:none;
display:block;
height:100%;
padding-top:4px;
}

#header_nav a:hover, .nav_here{
background-image:url(images/nav_hover_bg.gif);
color:#fff !important;
}





/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   border-bottom: 1px solid #C0C0C0;
   border-left:  1px solid #C0C0C0;
   height:2.2em;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-right: 1px solid #C0C0C0;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #18507C;
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; ;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #C3D4DF;
}
div#menu_horiz a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: #A8594C url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
  // background: #A8594C url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   color: #fff;
}

div#menu_horiz h3 {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   background: #A8594C url(images/cms/arrow-right-active.gif) no-repeat 0.4em center; ;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

div#home_content_text {
width:340px;
float:right;
display:inline;
font:10px Arial, Helvetica, sans-serif;
color:#fff;
margin:25px 33px 0 0;
}

div#home_content_bottom {
height:223px;
overflow:hidden;
background:url(images/cms/home_bottom_bg.jpg) #fff top center no-repeat;
}

div#home_destinations {
width:159px;
height:119px;
background:url(images/cms/bg_destinations.gif) no-repeat;
overflow:hidden;
float:left;
display:inline;
margin:22px 0 0 35.4px;
}

div#home_blog {
width:160px;
height:119px;
background:url(images/cms/bg_blog.gif) no-repeat;
overflow:hidden;
float:left;
display:inline;
margin:22px 0 0 35.4px;
}

div#home_blog a:hover {
text-decoration: underline;
}

div#home_where_to {
width:159px;
height:119px;
background:url(images/cms/bg_where_to_go.gif) no-repeat;
overflow:hidden;
float:left;
display:inline;
margin:22px 0 0 35.4px;
}

div#home_signup {
width:160px;
height:119px;
background:url(images/cms/bg_signup.gif) no-repeat;
overflow:hidden;
float:left;
display:inline;
margin:22px 0 0 35.4px;
}

div#home_content_item {
width:104px;
margin:15px 0 0 35px;
font:10px Arial, Helvetica, sans-serif;
}

div#home_content_item_caption {
color:#6A8012;
font-style:italic;
text-align:right;
}

div#home_content_blog {
width:115px;
color:#FFFFFF !important;
margin:15px 0 0 35px;
font:9px Arial, Helvetica, sans-serif;
line-height:16px;
}

div#home_content_blog a{
color:#FFFFFF !important;
text-decoration:none;
}

div#home_content_item p{
margin:5px 0;
padding:0;
}

div#home_content_item_caption a{
color:#6A8012;
text-decoration:none;
}

div#home_signup_form {
width:125px;
color:#FFFFFF !important;
margin:15px 0 0 30px;
font:9px Arial, Helvetica, sans-serif;
line-height:16px;
}

div#home_signup_txt {
width:118px;
font-size:10px;
}

div#home_signup_form  p{
margin:0;
padding:0;
}

div#home_signup_form  a{
text-decoration:none;
color:#fff;
}

div#home_signup_form form {
padding:0;
margin:0
}

div#home_signup_form form input {
font-size:8px;
vertical-align:middle;
}

/* End of 'Navigation: Simple - Horizontal' */

