/* CSS Document */

/* Adjust Box Height Classes as Needed */ 
#content {min-height: 450px; height: auto;} * html #content{height: 450px;}

body{  
	margin: 0px;
	padding: 0px;
	background-color: #cecece;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.75em;
	background-attachment: fixed;
}
acronym{
	cursor: help;
}
h1, h2, h3, h4, h5, h6{
	color:#000000;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 200%;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2{
	font-size: 160%;
        padding-top: 10px;
        padding-bottom: 3px;
}
h3{
	font-size: 140%;
        line-height: 14px;
}
h4{
	font-size: 120%;
}
.container{
	width: 841px;
	margin: auto;
}
.banner{
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	height: 83px;
	width: 841px;
}
#content{
	background-image: url(/images/content.png);
	background-repeat: repeat-y;
	width: 841px;
}

div.footerLinks a{
	color: #069;
	text-decoration: none;
}
div.footerLinks a:hover{
	color: #333;
	text-decoration: underline;
}
#footer{
	background-image: url(/images/footer.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 841px;
} 
.nav{
	background-image: url(/images/nav.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 841px;
	font-family: Arial,Verdana, sans-serif;
	font-size: 1.2em;
}
#content a{
	color: #006699;
	text-decoration: none;
}
#content a:hover{
	color: #333333;
	text-decoration: none;
	background-color: #eee;
}
#content .navHover a:hover{
	color: #000;
	background-color: #c3d1be;
	display: block;
}
.nav ul {
	display: inline;
	height: 48px;
	list-style: none;
	margin: 0;
	padding: 0 40px 0 0;
	float: right;
}

.nav ul li {
    position: relative;
    height: 48px;
    z-index: 100;
}

.nav ul li ul {
	display: none;
	position: absolute;
        left: 0;
        top: 48px;
	width: 200px;
}
.nav ul li:hover ul{
	display:block;
}
.nav ul li ul li {
	display: block;
        position: relative;
	float: none;
	width: 200px;
	height: 25px;
	border-bottom: 1px solid;
        border-right: 1px solid;
        border-left: 1px solid;
}

.nav li ul a {
	background: #ddd;
	height: 25px;
	line-height: 25px;
}
.nav li ul a:hover {
	background: #069;
	color: #FFFFFF;
}

.nav li {
	float: left;
	display: block;
	height: 48px;
	line-height: 16px;
}

.nav li.spacer {
	background-color: #999999;
	width: 1px;
}


.nav a {
	display: block;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 48px;
	text-align: center;
	background-image: url(/images/nav-bg.jpg);
	
}



.nav a:hover{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(/images/nav-bg-hover.jpg);
}

.nav li.one {
	line-height: 35px;
}


.pContent p{
	margin:0;
	padding-top: 3px;
	padding-bottom: 3px;
}
.inputField{
	background-color: #000000;
	border: 1px solid #666666;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.hide{display:none;}

a img{border:none;}

a.linkopacity img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;}

a.linkopacity:hover img {
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
.news-box-top{
	height: 44px;
	width: 375px;
	background-image: url(/images/news-box-top.jpg);
	background-repeat: no-repeat;
}
.news-box-mid{
	background-image: url(/images/news-box-mid.jpg);
	background-repeat: repeat-y;
	width: 375px;
}
.news-box-bot{
	background-image: url(/images/news-box-bot.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 370px;
}

.box-top{
	height: 47px;
	width: 267px;
	background-image: url(/images/box-top.jpg);
	background-repeat: no-repeat;
}

.box-mid{
	background-image: url(/images/box-mid.jpg);
	background-repeat: repeat-y;
	width: 267px;
}
.box-bot{
	background-image: url(/images/box-bot.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 267px;
}
.small-box-top{
	height: 47px;
	width: 145px;
	background-image: url(/images/small-box-top.jpg);
	background-repeat: no-repeat;
}

.small-box-mid{
	background-image: url(/images/small-box-mid.jpg);
	background-repeat: repeat-y;
	width: 145px;
}
.small-box-bot{
	background-image: url(/images/small-box-bot.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 145px;
}
.overUnder{
	background-image: url(/images/box-bg-slice.jpg);
	background-repeat: repeat-x;
	height: 44px;
}

#thumbNav{
    position: relative; top: 0px; right: 0px; text-align: right;
}
#thumbNav a, #start-stop{
    padding: 5px;
    margin-left: 1px;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
   -khtml-opacity: 0.8;
    background: white;
}

#start-stop {
    position: absolute; bottom: 0px; right: 0px; text-align: right;
}


#sliderContainer {
    width: 520px;
    height: 200px;
    position: relative;
    overflow: hidden;
    display: block;
    
}

#sliderContainer div.items {
    width:20000em;
    position:absolute;
      
}

.sliderItem{
    width: 520px;
    height: 200px;
    position: relative;
    float: left;
    cursor: pointer;
}

#sliderButtons {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
}
#sliderButtons a:hover{


    padding: 7px;
    margin: 2px 2px 2px 2px;
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    font-weight:bold;

}

.sliderButton{
    padding: 7px;
    margin: 2px 2px 2px 2px;
    background: #fff;
    border: 1px solid #000;
    font-weight:bold;
    line-height: 33px;
}

#editorImageList {
    z-index: 2000;
}

#editorImageScroll {
    width: 320px;
    height: 240px;
    position: relative;
    overflow: hidden;
    display: block;
}

#editorImageScroll div.items {
    height:20000em;
    position:absolute;
    width: 320px;

}

.editorImageItem{
    width: 320px;
    height: 240px;
    position: relative;
    float: left;
    cursor: pointer;
}


.bullet{
	list-style-image: url(/images/bullet_blue.gif);
}
.specialText{
	text-transform: capitalize;
	font-variant: small-caps;
}

.sliderTitle{
    color: #FFF;
    padding: 3px 0 0 5px;
    margin: 0;

}

.sliderDescription{
    color: #FFF;
    padding: 2px 0 5px 5px;
    margin: 0;

}


.sliderText{
    
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-left: 0px;
    width: 100%;
    border-top: 1px solid #ccc;
    background-image: url(/images/slider-overlay.png);
}
div.hTitle h1, div.hTitle h2, div.hTitle h3,div.hTitle h4,div.hTitle h5, div.hTitle h6, div.hTitle p{ 
    color:#069; font-size:160%; font-weight:bold;
}