/*for two column layout*/
.right_col
{
	float:right;
	clear:none;
}
.left_col
{
	float:left;
	clear:none;
	margin-right:2%;
}

.middle_col{
float:left;
}

/*4 column layout*/

.left1, .left2, .right1, .right2 {

}

.left1 {
	float:left;
	margin-right:5px;
}

.left2 {
	float:left;
}

.right1 {
	float:left;
}

.right2 {
	float:right;
	margin-right:5px;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .section .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.section .ui-tabs-nav, .section .ui-tabs-panel {

}

.section .ui-tabs-nav {
    list-style: none;
    margin: 0;
    /*padding: 0 0 0 4px;*/
	padding: 0 0 0 15px;
}
.section .ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.section .ui-tabs-nav li {
    float: left;
    min-width: 84px; /* be nice to Opera */
}
.section .ui-tabs-nav a, .section .ui-tabs-nav a span {
    display: block;

}
.section .ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}

.section .ui-tabs-selected {
	margin-top:0px;
}

.section .ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.section .ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-right: 0;
}
*>.section .ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.section .ui-tabs-nav .ui-tabs-selected a span {

}
.section .ui-tabs-nav .ui-tabs-selected a, .section .ui-tabs-nav a:hover,.section  .ui-tabs-nav a:focus,.section  .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.section .ui-tabs-nav a, .section .ui-tabs-nav .ui-tabs-disabled a:hover,.section  .ui-tabs-nav .ui-tabs-disabled a:focus, .section .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.section .ui-tabs-nav .ui-tabs-selected a span, .section .ui-tabs-nav a:hover span, .section .ui-tabs-nav a:focus span, .section .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.section .ui-tabs-nav a span,.section  .ui-tabs-nav .ui-tabs-disabled a:hover span, .section .ui-tabs-nav .ui-tabs-disabled a:focus span, .section .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.section .ui-tabs-nav .ui-tabs-selected a:link,.section  .ui-tabs-nav .ui-tabs-selected a:visited, .section .ui-tabs-nav .ui-tabs-disabled a:link,.section  .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.section .ui-tabs-nav a:hover, .section .ui-tabs-nav a:focus, .section .ui-tabs-nav a:active,
.section .ui-tabs-nav .ui-tabs-deselectable a:hover, .section .ui-tabs-nav .ui-tabs-deselectable a:focus, .section .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.section .ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.section .ui-tabs-panel {
    border: 1px solid #97a5b0;
    /*padding: 1em 8px;*/
	/*padding: 0 10px 0 20px;*/
	padding: 10px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.section .ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .section .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .section .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}



#tabs { margin:0 5px; padding:10px 0 0 0; _height:1px;}

#tabs .ui-tabs-selected  a{
	background-image:none;
	border-bottom:1px solid white;
	border-left: 1px solid #97A5B0;
	border-right:1px solid #97A5B0;
	border-top:1px solid #97A5B0;
	background-color:#ffffff;
}

#tabs ul {margin:0 10px; padding:0; list-style:none;}
#tabs ul li {margin:1px 5px 0 0; padding:0; float:left;}
#tabs ul li a {display:block; position:relative; padding:5px; border:0; background-color:#d6dce1; border:1px solid #97A5B0; border-bottom:0; color:#777777; font-weight:bold; text-decoration:none; cursor:pointer;}

/* Main menu (tabs - link) */
#tabs ul li a span.tab-l, #tabs ul li a:hover span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:8px; background:url("/layouts/img/tab_link_l.gif") 0 0 no-repeat;}
#tabs ul li a span.tab-r, #tabs ul li a:hover span.tab-r {position:absolute; top:0; right:0; _right:-1px; width:8px; height:8px; background:url("/layouts/img/tab_link_r.gif") 100% 0 no-repeat;}

/* Main menu (tabs - hover) */
#tabs ul li a:hover {}
#tabs ul li a:hover span.tab-l {background:url("/layouts/img/tab_hover_l.gif") 0 0 no-repeat;}
#tabs ul li a:hover span.tab-r {background:url("/layouts/img/tab_hover_r.gif") 100% 0 no-repeat;}

/* Main menu (tabs - active) */
#tabs ul li#active a {background:#FFF; color:#FF9000;}
#tabs ul li#active a span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:8px; background:url("/layouts/img/tab_active_l.gif") 0 0 no-repeat;}
#tabs ul li#active a span.tab-r {position:absolute; top:0; right:0; width:8px; height:8px; background:url("/layouts/img/tab_active_r.gif") 100% 0 no-repeat;}

.accordion h3{
background-color:#D6DCE1;
border-color:#97A5B0 #97A5B0 -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px 0;
color:#777777;
cursor:pointer;
display:block;
font-weight:bold;
padding:5px;
position:relative;
text-decoration:none;
}

.map{

margin:auto;
}
.carousel{
	margin:auto;
}
