/* CSS Document */

body  {margin: 0px; background-image: url(../images/css/bkgd.jpg);	background-repeat: repeat-y; background-position: center top; background-color: #999d84; color: #4e5d64;  font-family: Arial, Helvetica, sans-serif; font-size: 11px;	line-height: 14pt; text-align: center;}

a {color: #5b91b6; text-decoration: none; font-weight: bold;}
a:hover {text-decoration: underline;}

h1 {color: #66952e; font-size: 24px; letter-spacing: -1px; margin-top: 0; padding-top: 0; margin-bottom: 6px; line-height:24px;}
h2 {color: #4e5d64; font-size: 16px;  }
h3 {color: #8b845e; font-size: 14px;  }

#container {width: 900px; text-align: left; margin: 0 auto; }

#header {width: 900px; height: 141px;  }
	#logo {width: 450px; height: 101px; padding: 20px; float: left;}
	#news {width: 250px; height: 101px; padding: 20px; float: right;}
	
#deck {width: 900px; height: 288px; border-top: solid 6px #66952e; border-bottom: solid 6px #66952e; float: left; clear: both;}

#text {width: 580px; min-height:300px; height:auto !important; height:300px; padding: 20px; border-right: solid 1px #FFFFFF; float: left;}

#navwrap {width: 239px; padding: 20px; float: left;}
#navright {width: 239px;}
	#navright ul {margin: 0; padding: 0;	list-style: none;	width: 239px;}
	#navright ul li {position: relative; width: 239px; font-size: 11px; letter-spacing: 4px; padding: 10px 0 10px 0; border-top: 1px solid #c2c9af;}
	#navright ul li ul {position: absolute; left: -164px; top: 0; display: none; background-color: #66952e; border: 1px solid #FFFFFF; z-index: 10;}
	#navright ul li ul li {display: block; height: 15px;  width: 158px; z-index: 10;  letter-spacing: 0px; font-size: 11px; padding: 4px 0 4px 4px; border-bottom: 1px solid #FFFFFF; border-top: none;}
	#navright li:hover ul { display: block; width: 160px;}
	#navright li.over ul { display: block; width: 160px;}
	#navright a {color: #66952e; font-weight: bold; }
	#navright ul li ul li a {color: #FFFFFF; font-weight: bold; }
	/* Fix IE. Hide from IE Mac \*/   * html ul li a { height: 1%; }/* End */
	#first {border-top: none !important;}
	
#xtranav {width: 230px; margin: -6px 0 6px 4px;}

#footer {width: 860px;  height: 136px; background-image: url(../images/css/footer.jpg);	background-repeat: repeat-y; background-position: center top; clear: both; padding: 0px 20px 0px 20px; line-height: 13px;}

#footer h3 {color: #8b845e; font-size: 12px; letter-spacing: 4px; font-weight: bold; margin-top: 6px;}

.padright {padding-right: 10px;}
.padleft {padding-left: 10px;}

.floatright {float: right;}
.caption {font-weight: bold; font-size: 100%;}

input {font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
textarea {font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

#news h3 {font-size:15px;font-weight:bold;display:block;width:250px;border-bottom:1px solid #4e5d64;color:#4e5d64;margin-top:0;padding-top:0;height:15px;margin-bottom:5px;}

#ticker-container {
        position:relative;
        overflow:hidden;
        width: 250px;
        height: 80px;
        padding: 0;
        border: none;
        }
	
	#ticker {
		position:relative;
		width:150px;
	}
	
	#ticker ul {
		padding:0px;
		margin:0px 0 30px 0;
		list-style-type:none;
	}
	#ticker ul li {
            display:list-item;
			margin:0;
			padding:0;
            font-size: 11px;
            font-weight: normal;
            color: #4e5d64;
	}
	
	#ticker ul li a {
            font-size: 11px;
            font-weight: normal;
            color: #5b91b6;
            text-decoration: none;
	}
        
        #ticker ul li a:hover {
            font-size: 11px;
            color: #5b91b6;
            text-decoration: none;
        }

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 900px; /*width of featured content slider*/
height: 288px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 900px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 288px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{display:none;}
.pagination a{display:none;}
.pagination a:hover, .pagination a.selected{display:none;}		
