/* Tabs */ 
.iws_tabs_nav { 
    position: relative; 
    margin: 0; 
    padding: 0; 
	width: 100%;
	height: 37px;
} 
.iws_tabs_nav ul { 
    margin: 0; 
    padding: 0;
}
.iws_tabs_nav li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.iws_tabs_nav a {
    display: block;
    margin: 0 2px 0 0;
    padding: 0;
    font: normal 12px Arial, Helvetica, sans-serif;
	background: url('/css/tabs/beach/tab_left_off.gif') 0 0 no-repeat;
}
.iws_tabs_nav a span {
    display: block;
    margin: 0;
    padding: 12px 10px 11px;
    _padding: 12px 10px 10px;
	font-weight: bold;
	background: url('/css/tabs/beach/tab_right_off.gif') 100% 0 no-repeat;
}
.iws_tabs_nav a:link, .iws_tabs_nav a:visited {
    color: #666 !important;
    text-decoration: none;
}
.iws_tabs_nav a:active, .iws_tabs_nav a:hover {
    color: #ffffff !important;
    text-decoration: none;
	background: url('/css/tabs/beach/tab_left_on.gif') 0 0 no-repeat;
}
.iws_tabs_nav a:active span, .iws_tabs_nav a:hover span {
	background: url('/css/tabs/beach/tab_right_on.gif') 100% 0 no-repeat;
}
.iws_tabs_nav a.tab_selected:link, .iws_tabs_nav a.tab_selected:visited {
    color: #ffffff !important;
    text-decoration: none !important;
	background: url('/css/tabs/beach/tab_left_on.gif') 0 0 no-repeat;
}	
.iws_tabs_nav a.tab_selected:link span, .iws_tabs_nav a.tab_selected:visited span {
	background: url('/css/tabs/beach/tab_right_on.gif') 100% 0 no-repeat;
}

/* Container */
.iws_tab_container {
    position: relative;
    margin: 0;
    padding: 1px 0 0;
	background: #F8F3DD url('/css/tabs/beach/tabcontent_tr.gif') 100% 0 no-repeat;
}
.iws_tab_container_1 {
    position: relative;
    margin: 0;
    padding: 0;
	background: url('/css/tabs/beach/tabcontent_br.gif') 100% 100% no-repeat;
}
.iws_tab_container_2 {
    position: relative;
    margin: 0;
    padding: 0;
	background: url('/css/tabs/beach/tabcontent_bl.gif') 0 100% no-repeat;
}
.iws_tab_container_a3 {
    position: relative;
    margin: 0;
	padding: 0; 
	background: url('/css/tabs/beach/tabcontent_tl.gif') 0 0 no-repeat;
}	
.iws_tab_container_3 {
    position: relative;
    margin: 0;
	padding: 0;
    overflow: hidden;
}
.iws_tab_container_4 {
    position: relative;
    margin: 0;
    padding: 0;
    width: 1000000px;
	color: #939200;
}   
.iws_tab_container_4 h1 {
	color: #939200;
	text-align: left;
}
.iws_tab_container_4 a:link, .iws_tab_container_4 a:visited {
	color: #939200;
	text-decoration: underline;
}
.iws_tab_container_4 a:active, .iws_tab_container_4 a:hover {
	color: #939200;
	text-decoration: none;
}

/* Container Content */
.iws_t_ct {
    float: left;
    margin: 0;
}

.cf:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
	content: '<*:)~';
  } 
