@import url(alt/themecore.css);

/*THEME STYLES ------------------------------------------------------------------------------------- */

#flash {
	background-image:url(../../../Images/fadeBack_green.gif);
}
#fadeColour {
	margin-left:686px;
	height:187px;
	background-image:url(../Images/titles/contact_green.jpg);
	background-repeat:repeat-x;
	background-position:bottom right;
}

#rightCol {
	margin: 0;
}
#h3-pageTitle {
	color: #91a124;
}
#map-title {
	width: 445px;
	color: #aac41d;
	font-size: 1.1em;
	font-weight: normal;
	display: block;
	text-align: right;
	margin: 20px 5px 10px 9px;
	padding: 5px 5px 5px 0;
	background-color: #f1f6db;
}

#map-title strong {
	color: #66730E;
}


#leftCol {
	padding: 0;
	margin: 0;
	width: 500px;
	float: left;
}

.sectionTitle {
	color: #99aa2a;
}

#mainBody {
	width: 285px;
}
#rightCol {
	width:490px;
}





/* 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... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
#mainBody .tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 1px 4px;
	background: #fff;
    border-bottom: 10px solid #f5f5f5;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#mainBody .tabs-nav li {
    float: left;
    margin: 0 1px 0 0;
	padding: 0;
	width: auto;
	list-style: none;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
	float: left;
    padding: 0 5px 5px 15px;
    background: url(../../../Images/tab.png) no-repeat;
}
.tabs-nav a {
	float: left;
    position: relative;
    z-index: 2;
    color: #cceaf0;
    font-size: 1.0em;
    line-height: 1.8em;
	font-weight: normal;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */  
    padding: 0 10px 0 0;
	margin: 9px 0 0 0;  
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    color: #6699a2;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav .tabs-selected a {
	margin: 0;
	cursor: pointer;
}
#mainBody .tabs-nav a:hover span, #mainBody .tabs-nav a:hover {
	color: #3b757f;
	text-decoration: none;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav .tabs-selected a:hover, #mainBody .tabs-nav .tabs-selected a:hover {
	text-decoration: underline;
}
.tabs-nav a span {
    width: 30px; /* IE 6 treats width as min-width */
    min-width: 30px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
	font-weight: normal;
    color: #cceaf0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 15px;
    color: #6699a2;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	margin: 1px 0 0 0;
    padding: 1em 0;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../../../Images/loading.gif) no-repeat 0 50%;
}


