﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
}

#masthead {
	text-align: center;
	width: 800px;
	border: 1px solid;
	background-color:white;
}
#navigation {
	position: relative;
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
#content {
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
		background-color: #d4d8bd;
	border: 1px solid;
	padding: 10px;
		

}
#head {
	width: 780px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	background-color:transparent;
}

#maptab{
	border: none;
	background-repeat: no-repeat;
}
#maptab img{ 
border:none;
	
}

#footer {
	text-align: center;
	clear: both;
	width: 800px;
	border: 1px solid;
	background-color: #d4d8bd;
	}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
#navlogo
{
 position:relative;	
}
/* Navigation Styles 
 
*/
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
#content a {
	color: #503750;
	text-decoration: underline;
	border: none;
}
#content a:hover {
	color: #402640;
	text-decoration: none;
}
#content map img{
	border:none;
	text-decoration:none;
	color:none;
}

/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style1 {
	font-size: x-small;
}
.blackborder
{
	border: 1px black solid;
}
/* CSS Document */

#mainContentContainer {
	width:580px;
	position:relative;
	margin-top:0px;
	margin-left:20px;
	font-family:Verdana, Calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	display:inline;
	}
	
#mainContentContainer a:hover{
 background-color:none;
 }
	
#mainContentContainer p{
	line-height:20px;
	}
	
#mainContentContainer ol li{
margin-bottom:10px;
}


.newHeader {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:bold;
	color:#FF0000;
	margin-bottom:10px;
	text-align:center;
	}
	
.fullSection {
 background-image:url('../images/contentBg.png');
 background-repeat:repeat-x;
 background-position:bottom;
 padding:5px 20px 15px 10px;
 }
 
 
.fullSection a{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:underline;
 }

.fullSection a:hover{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#0066CC;
	text-decoration:underline;
	background-color:none;
 }
 
 
 .clearer {
 	clear:both;
	height:1px;
	margin-top:-1px;
	}
	
.sectionHeader1 {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#0066CC;
	border-bottom:1px dotted #ccc;
	margin-bottom:0px;
	}
	
	
.sectionHeader2 {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#0066CC;
	border-bottom:1px dotted #999;
	margin-bottom:0px;
	margin-top:15px;
	}
	
.marquisRight {
	float:right;
	width:230px;
	background-color:#eee;
	border-top:5px solid #D1D1C0;
	border-bottom:5px solid #D1D1C0;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:25px;
	padding:10px 20px 10px 20px;
	color:#666666;
	}
	
	
.marquisRight h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin-bottom:5px;
	}
	
.marquisRight ul {
	list-style:none;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	}

.marquisRight li {
 padding-bottom:5px;
 padding-top:5px;
 border-bottom:1px dotted #ccc;
	}
	
.marquisRight a {
	color:#0066CC;
	text-decoration:none;
	}
	
.marquisRight a:hover {
	color:#FF0000;
	text-decoration:none;
	background-color:none;
	}
	
	
/*ol {
	margin-left:10px;
	}*/
	/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:250;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:180;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
width:157px;
padding:7px 0;
color:#000;
background:#d4d8bd;
text-decoration:none;
margin-right:0px;
border:1px white solid;
text-align:center;

}
/* style the links hover */
.menu :hover{
color:#444;
background:#949e7c;


}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:157px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

/*jquery Baner Styles*/
.wt-rotator{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
background-color:#000;
border:1px solid #000;
position:relative;
width:800px;
height:200px;
overflow:hidden;
}
.wt-rotator a{
outline:none;
}
.wt-rotator .screen{
position:relative;
top:0;
left:0;
width:800px;
height:275px;
overflow:hidden;
}
.wt-rotator .main-img{
display:none;
position:absolute;
top:0;
left:0;
z-index:0;
border:0;
}
.wt-rotator .preloader{
background:#000 url("assets/loader.gif") no-repeat center;
float:left;
width:34px;
height:34px;
position:absolute;
top:50%;
left:50%;
margin-top:-17px;
margin-left:-17px;
z-index:4;
display:none;
}
.wt-rotator #timer{
position:absolute;
left:0;
height:4px;
background-color:#FFF;
filter:alpha(opacity=50);
opacity:0.50;
z-index:4;
visibility:hidden;
font-size:0;
}
.wt-rotator .desc{
color:#000;
position:absolute;
top:0;
left:0;
z-index:6;
overflow:hidden;
visibility:hidden;
text-align:left;
}
.wt-rotator .inner-bg{
position:absolute;
width:100%;
height:100%;
background-color:#FFF;
filter:alpha(opacity=75);
opacity:0.75;
z-index:0;
}
.wt-rotator .inner-text{
position:absolute;
padding:10px;
z-index:1;
}
.wt-rotator .c-panel{
position:absolute;
float:left;
top:0;
left:0;
z-index:7;
visibility:hidden;
}
.wt-rotator .cp-bg{
background:#222;
background:-webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
background:-moz-linear-gradient(top,  #333333,  #111111);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#111111')" !important; 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#111111') !important;
border:1px solid #000;
}
.wt-rotator .thumbnails,
.wt-rotator .buttons{
float:left;
overflow:hidden;
}
.wt-rotator .thumbnails ul{
list-style:none;
margin:0;
padding:0;
}
.wt-rotator .thumbnails li,
.wt-rotator .play-btn,
.wt-rotator .prev-btn,
.wt-rotator .next-btn{
list-style:none;
display:block;
float:left;
margin-right:4px;
overflow:hidden;
width:24px;
height:24px;
line-height:24px;
text-align:center;
color:#FFF;
background-color:#000;
border:1px solid #000;
cursor:pointer;
font-weight:bold;
}
.wt-rotator .thumbnails li.thumb-over{
color:#FFF;
background-color:#CCC;
}
.wt-rotator .thumbnails li.curr-thumb{
color:#000;
background-color:#FFF;
cursor:default;
}
.wt-rotator .thumbnails li *{
display:none;
}
.wt-rotator .thumbnails li div{
position:absolute;
color:#FFF;
background-color:#000;
}
.wt-rotator .play-btn{
background:#000 url('../assets/play.png') no-repeat center;
}
.wt-rotator .pause{
background:#000 url('../assets/pause.png') no-repeat center;
}
.wt-rotator .prev-btn{
background:#000 url('../assets/prev.png') no-repeat center;
}
.wt-rotator .next-btn{
background:#000 url('../assets/next.png') no-repeat center;
}
.wt-rotator .button-over{
background-color:#CCC;
}
#rotator-tooltip{
position:absolute;
top:0;
left:0;
z-index:99999;
display:none;
}
#rotator-tooltip.txt-up{
margin-left:-10px;
margin-bottom:5px;
background:url('../assets/tail.png') no-repeat 10px bottom;
}
#rotator-tooltip.txt-down{
margin-left:-10px;
margin-top:24px;
background:url('../assets/rev_tail.png') no-repeat 10px top;
}
#rotator-tooltip.img-up{
margin-left:5px;
margin-bottom:5px;
background:url('../assets/tail.png') no-repeat center bottom;
}
#rotator-tooltip.img-down{
margin-left:5px;
margin-top:24px;
background:url('../assets/rev_tail.png') no-repeat center top;
}
#rotator-tooltip .tt-txt{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
color:#FFF;
background-color:#000;
max-width:300px;
padding:4px;
margin:8px 0;
}
#rotator-tooltip .tt-img{
background-color:#000;
padding:2px;
margin:8px 0;
}
.wt-rotator .block,
.wt-rotator .vpiece,
.wt-rotator .hpiece{
position:absolute;
z-index:2;
}

/*end jquery Baner Styles*/

