body { 
    margin: 10px;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-color: #EDEDEC;
}

#wrapper {
    width:670px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 670px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 250px;
    width: 670px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
 }

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 670px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    
}

ul.navigation li {
    display: inline;
   
}


.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

/*******************************new*********************************/
.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	width: 670px;
}
.tabbed-pane .tabs {
	clear:both;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:45px;
width:687px;
}

.tabbed-pane .tabs li {
	float: left;
	margin: 0 3px 0 0;
}

.tabbed-pane .tabs li a 
{
	
	display: block;
}
.tabbed-pane .pane {
	padding: 5px;
	clear: both;
	height: 100%;
}
.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	border: 1px solid #333;
	padding: 5px;
	width: 488px;
	top: 0;
	left: 0;
	background: white url(/include/images/spinner.gif) center center no-repeat;
	text-align: center;
	z-index: 100;
	height: 100%;
}
.main_container
{
border:1px solid;
float:left;
width:670px;
}
#image
{
border-right:1px solid #AE7037;
float:left;
height:199px;
width:414px;
}
.content
{
background-color:#03141B;
color:#FFFFFF;
float:left;
height:199px;
padding-left:12px;
padding-right:12px;
width:231px;
}
.content h3
{
color:#FFFFFF;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:17px;
font-weight:bold;
margin-bottom:10px;
margin-top:5px;
}
.content p
{
font-family:verdana;
font-size:12px;
text-align:left;
}
.content p a
{
float:right;
}
.content ul
{
float:left;
margin-left:15px;
margin-top:10px;
}
.content ul li
{
color:#fa082f;
}
.content ul li a
{
color:#fff;
}
ul.tabs li
{
display:inline;
}
.navigation li.tab1 a
{
background-image:url(tab/1tab.jpg);
width:134px!important;
height:36px!important;
text-decoration:none!important;
text-indent:-9999px!important;
float:left;
}
.navigation li.tab1 a.selected
{
background-image:url(tab/1tab_hover.jpg);
border:none!important;
}
.navigation li.tab2 a
{
background-image:url(tab/2tab.jpg);
width:134px!important;
height:36px!important;
text-decoration:none!important;
text-indent:-9999px!important;
float:left;
}
.navigation li.tab2 a.selected
{
background-image:url(tab/2tab_hover.jpg);
border:none!important;
}
.navigation li.tab3 a
{
background-image:url(tab/3tab.jpg);
width:134px;
height:36px;
text-decoration:none;
text-indent:-9999px;
float:left;
}
.navigation li.tab3 a.selected
{
background-image:url(tab/3tab_hover.jpg);
border:none!important;
}
.navigation li.tab4 a
{
background-image:url(tab/4tab.jpg);
width:134px;
height:36px;
text-decoration:none;
text-indent:-9999px;
float:left;
}
.navigation li.tab4 a.selected
{
background-image:url(tab/4tab_hover.jpg);
border:none!important;
}
.navigation li.tab5 a
{
background-image:url(tab/5tab.jpg);
width:134px;
height:36px;
text-decoration:none;
text-indent:-9999px;
float:left;
}
.navigation li.tab5 a.selected
{
background-image:url(tab/5tab_hover.jpg);
border:none!important;
}
h3 a
{
color:#fff;
}

