/*********************/
/*   global styles   */
/*********************/

*{ margin:0; padding:0; }

.clear { clear:both; }

body {
    width:100%;
    text-align:center; 
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.76em;
    font-weight: normal;
    text-decoration: none;
    background-color: #ca9c47;
    background-image: url(/images/common/bg_stripe.jpg);   
    background-repeat: repeat-x;
    color: black;
}

a:hover {
    text-decoration:none;    
}

#container {
    width: 909px;
    margin: 0px auto;
}



/* TOP LINKS */

#top_links {
    padding-right: 7px;
    text-align:right;
    height: 16px;
    padding-top: 8px;
    padding-bottom: 5px;
    background-image: url(/images/common/top_logo_shadowed.jpg);
    background-repeat: no-repeat;    
}

#top_links ul {
    font-size: 75%;
    display: inline;
} 

#top_links ul li {
    margin-left: 6px;
    padding-left: 8px;
    border-left: 1px solid #000;
    list-style: none;
    display: inline;
}

#top_links ul li.first {
    margin-left: 0;
    border-left: none;
    list-style: none;
    display: inline;
}

#top_links a {
    color: black;
    text-decoration:none;    
}

#top_links a:hover {
    color: #444;
    text-decoration:underline;    
}

#top_links a.eclub_link {
    font-size: 106%;
    color: #e9d6a6;
    margin-left: 12px;
    font-weight: bold;
}



/* HEADER AREA */

#header {
    text-align: right;
    height: 118px;
    width:909px;
}



/* FOOTER AREA */

#footer {
    padding-top:16px;
    padding-bottom:22px;
    width:911px;
    background-image: url(/images/common/drop_shadow_bottom.jpg);
    background-repeat:no-repeat;
    color: #e9d6a6;
}

#footer ul {
    font-size: 95%;
    margin-bottom:-4px;
} 

#footer ul li {
    margin-left: 6px;
    padding-left: 8px;
    border-left: 1px solid #e9d6a6;
    list-style: none;
    display: inline;
}

#footer ul li.first {
    margin-left: 0;
    border-left: none;
    list-style: none;
    display: inline;
}

#footer a {
    text-decoration: none;
    color: #e9d6a6;   
}

#footer a:hover {
    text-decoration: underline;
}

/* MAIN BODY */
#main_body {
    background-image: url(/images/common/body_bg.gif);    
    width: 909px;
}

/* LEFT NAV COLUMN */

/* navigation */

#left_nav {
    width:164px;
    float:left;
    padding-bottom: 32px;
}

#left_nav ul {
    margin-left: -24px;
    padding-left:40px;
    padding-top:7px;
    padding-bottom: 11px;
    text-align: left;
    width:148px;
    background-color: #fff5d7; 
    margin-bottom:24px;
} 

/* for moz/safari */
*>#left_nav ul {
    margin-left:0;
    padding-left:16px;
}

#left_nav ul li {
    margin-left: -8px;
    padding-top: 3px;
    padding-bottom: 2px;
    list-style: none;
}

#left_nav ul li.selected {
    list-style: none;
}

#left_nav ul a {
    padding-left: 12px;
    text-decoration: none;
    color: #384d68;   
    display:block;
}

#left_nav ul a:hover {
    text-decoration: underline;
}

/* red links in sidebar */
#left_nav a {
    color:#a40229;
}

#left_nav ul a:hover {
    color: #001c42;
}


/* left hand promos */

.left_promo {
    font-weight: bold;
    font-size: .92em;
    text-align:left;
    margin-bottom: 16px;
}

.left_promo h3 {
    font-size: 1em;
    margin-left: 10px;
    margin-top: 4px;
    font-family: Garamond, Times, Serif;
    color:#a40229;
}

.left_promo h4 {
    margin-top: 2px;
    margin-bottom: 7px;
    font-size: .91em;
    margin-left: 10px;
}

.left_promo .promo_img {
    text-align:center;    
}

/* MAIN CONTENT AREA */


#content {
    float:left;   
}

#send_to_friend {
    margin-top: 18px;
    text-align:right;
    width: 686px;
    line-height: 18px;
}

/* for moz/safari */
*>#send_to_friend  {
    width: 686px;
}

#send_to_friend img {
    vertical-align:middle;
    border:0; 
    margin-left:18px;   
}
#send_to_friend a {
    color: #273f63;
}


/***********************/
/*  RED TAB NAVIGATION */
/***********************/

.nav_tabs {
    font-size: .92em;
    width: 696px;
    height: 24px;
}

.nav_tabs ul {
    height: 24px;
    width: 696px;
    text-transform: uppercase;
    display:block;
} 

.nav_tabs ul li {
    font-weight: bold;
    height: 24px;
    padding:0;
    float:left;
    list-style: none;
    background: #89152c url(/images/common/navigation_tabs/brown_tab_left.gif) no-repeat;
}

.nav_tabs ul li.selected {
    background: #89152c url(/images/common/navigation_tabs/red_tab_left.gif) no-repeat;
}

.nav_tabs ul li a {
    padding-top: 6px;
    height: 24px;
    display:block;
    color: white;
    text-decoration:none;    
    background: url(/images/common/navigation_tabs/brown_tab_right.gif) no-repeat right top;
}

.nav_tabs ul li.selected a {
    background: url(/images/common/navigation_tabs/red_tab_right.gif) no-repeat right top;
}

.nav_tabs a:hover {
    color: #dedede;
}

.nt_subnav {
    font-size: .92em;
    text-align:left;
    width: 696px;
    background: #89152c;
    padding-top: 8px;
    padding-bottom: 8px;
}

.nt_subnav li {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #fff;
    list-style: none;
    display:inline;
    background: #89152c;
}

.nt_subnav li.first {
    border: 0;
}

.nt_subnav li a {
    color: white;
    background-image: none;
}

.nt_subnav li a:hover {
    color: #dedede;
    background-image: none;
}

/* HACKS FOR TABS :( */
.tabs2 li {
    width: 348px;
}
.tabs2 li a {
    width: 348px;
}
.tabs3 li {
    width: 232px;
}
.tabs3 li a {
    width: 232px;
}
.tabs4 li {
    width: 174px;
}
.tabs4 li a {
    width: 174px;
}

.no_subnav {
    background-color: #89152c;
    width: 696px;
    height:10px;
}

/* header area for content pages */
.page_header {
    margin: 0px 0 10px 0; 
    font-family: Garamond, Times, Serif; 
    color: #b51433;
    font-size: 1.3em;
}  
.page_header .header_text {
    font-size: 0.76em;
    color:#07254b;
    font-family: arial, helvetica, sans-serif; 
    font-weight: normal;
} 
.page_header a {
    color:#07254b;
} 
.page_header a:hover {
    color:#07254b;
    text-decoration: none;
}

/* WEATHER BUG */
#wb_container {
    margin-top: 26px;
    width: 164px;
    height: 95px;
    text-align: left;
    background-image: url(/images/common/weather_bug/bg.gif);  
    background-repeat: no-repeat; 
}

#wb_content {
    width: 143px;
    height: 70px;
    padding-top: 20px;    
    padding-left: 8px;
}

#wb_content a {
    color: #06234b;    
    font-size: 0.9em;
    display:block;
    font-size: 9px;
    line-height: 10px;
}

#wb_content img {
    float: left;
    padding-right: 6px;
}

#wb_weather {
    font-size: 0.9em;    
    font-weight: bold;    
}

#wb_temp {
    font-weight: bold;    
    margin-top: 14px;
    display:block;
    float: left;
    font-size: 1.3em;    
}



#photos_cams_home {
    text-align:center;
   background: url('/images/common/promos/photos_cams_navy.jpg'); 
}

#photos_cams_home IMG {
    margin-top:6px;
    margin-bottom:30px;
    border: 0;
}

#photos_cams_home #photo_frame {
    width:210px;
}
