/* CSS Document */
@media screen and (-webkit-min-device-pixel-ratio:0){
html {margin-left: 10px;}
}

body, html {
	margin: 0px;
	padding: 1px;
}
#content{
	z-index:1;
}

#header {
	width: 980px;
	height:30px;
	margin: 10px auto;
	text-align:right;
}

#wrapper {
	width: 980px;
	margin: 5px auto;
	border: 1px solid white;
	background-color: #FFFFFF;
	overflow:hidden;
}
#topWrapper {
	background:#ebd089;
	height:535px;
}

#column1Home{
	width: 196px;
	float:left;
	margin-top:10px;
	text-align:center;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	font-family:Arial;
}
#column2Home{
	width: 196px;
	float:left;
	margin-top:10px;
	text-align:center;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	font-family:Arial;
}
#column3Home{
	width: 196px;
	float:left;
	margin-top:10px;
	text-align:center;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	font-family:Arial;
}
#column4Home{
	width: 196px;
	float:left;
	margin-top:10px;
	text-align:center;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	font-family:Arial;
}
#column5Home{
	width: 196px;
	float:left;
	margin-top:10px;
	text-align:center;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	font-family:Arial;
}
.columnHomeText{
	height:130px;
}
.columnHomePic{
	height:100px;
}
#flashHeader {
	width: 980px;
	height: 85px;
}

#topbanner {
	width: 980px;
	height: 43px;
	margin: 0 auto;
	background:#ffffff url('../../images/core/header/header.jpg') no-repeat;
	
}
#nav {
	width: 1000px;
	height: 41px;
	
}

#nav ul {
	margin-left: 4px;
	margin-top: 5px;
}

#nav ul li {
	float: left;
	display:block;
}

#nav ul li a{
	padding:0px;
	display: block;
	cursor:pointer;
}

#nav ul li a span{
	text-indent: -9999px;
	display: block;

}

#flashMasthead {
	width: 980px;
	height: 195px;
	z-index: 2;
}

#tickerWrap {
	background-color: #e0e8c8;
	height:40px;
}

#latestNewsLabel {
	background-color: #e0e8c8;
	width: 55x;
	display: block;
	padding: 8px 10px 9px;
	float: left;
	font-size: 120%;
	margin-bottom: 0px;
}

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
background: #e0e8c8; 
display: block;
padding: 8px 10px 9px;
width: 850px;
overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 830px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 850px;
font: 12px Arial;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #e0e8c8;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #000000;
font: 12px Arial;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0;
} 
#content {
	width: 980px;
	padding-top: 0px;
}

#leftCol {
	width: 220px;
	height: 450px;
	float: left;
}

#middleCol {
	width: 535px;
	float: left;
	margin: 0px 12px;
}

#middleCol ul {
	color: #000000;
	font-size:12px;
}
#middleCol li {
	list-style:disc;
}
#middleColWide {
	width: 750px;
	float: left;
	margin-left:8px;
}

#rightCol {
	width: 220px;
	float:left;
}

#subNav ul {
	margin: 0px 12px 10px 20px;
}

#subNav ul li a {
	color: #5d352d;
	font-size: 100%;
	font-weight: bold;
	font-family:Arial;
	border-bottom:2px solid #000;
	display:block;
	margin:4px 0;
	padding:0 0 4px 0;
}
#subNav ul li a:hover{
	text-decoration:none;
	color:#000;
}

div.alt {
	margin-top: 20px;
	padding: 10px;
	background-color: #e0e8c8;
}

div.alt .panel {
	width: 240px;
	margin: 7px;
	float: left;
}

div.alt .panel h2{
	text-align: center;
}

div.alt .panel p {
	font-weight: bold;
	color: #2a6a00;
}

.panel {
	margin-bottom: 20px;
}

.panel.alt1 {
	color: #fff;
	text-align:center;
	background-color: #358200;
}

.panel.alt2 {
	text-align:center;
	background-color: #809278;
}

.panel.alt3 {
	text-align:center;
	background-color: #ab933d;
}

.panel.alt4 {
	text-align:center;
	background-color: #429591;
}

.panel.alt5 {
	text-align:center;
	background-color: #774b98;
}
.panel.alt6 {
	text-align:center;
	background-color:#7dc242;
}
.panel.alt7 {
	text-align:center;
	background-color:#006699;
}
.panel.alt9 {
	text-align:center;
	border-color: #5d352d;
	border-width:3px;
	border-style:solid;
	margin:0 5px 5px 5px;
}
.panel h2 {
	text-align: center;
}

.panel.basic h2 {
	text-align: left;
	
}

.panel.basic p {
	padding: 0px 0 0 3px;
}

.panel.alt1 h2, 
.panel.alt2 h2,
.panel.alt3 h2,
.panel.alt4 h2,
.panel.alt5 h2 {
	color: #fff;
}

.panel.alt1 a {
	color: #fff !important;
}

#rightCol .alt1 p,
#rightCol .alt2 p,
#rightCol .alt3 p,
#rightCol .alt4 p,
#rightCol .alt5 p,
#rightCol .alt6 p,
#rightCol .alt7 p,
#rightCol .alt8 p {
	padding: 10px;
	width: 200px;
}

#leftCol .alt1 p,
#leftCol .alt2 p 
#leftCol .alt3 p,
#leftCol .alt4 p,
#leftCol .alt5 p,
#leftCol .alt6 p,
#leftCol .alt7 p,
#leftCol .alt8 p {
	padding: 10px;
	width: 152px;
}

.panel.alt1 p,
.panel.alt2 p,
.panel.alt3 p,
.panel.alt4 p,
.panel.alt5 p,
.panel.alt6 p,
.panel.alt7 p,
.panel.alt8 p {
	color: #FFFFFF;
}

.alt1 span{
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF
}
#footer {
	clear: both;
	border-top: 2px solid #133757;
	margin: 20px 10px 0px;
	background-color: #FFFFFF;
}

#footer ul.fL, #footer ul.fR {
	margin: 0px;
	padding: 0px;
}

#footer ul.fL li {
	float: left;
	margin: 10px 10px 10px 0px;
}

#footer ul.fR li {
	float: right;
	margin: 10px 0px 10px 10px }
	
	
