/* CSS Document */

/* Body Styles
----------------------------------------------- */
body	{
	margin:0px;
	padding:0px;
	background-color:#fff;
	background-image:url(../img/bkg_Gradient.gif);
	background-repeat:repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	font-size:11px;
	text-align:center;
}

/* Font Styles
----------------------------------------------- */

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #789400;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #656565;
	font-size: 12px;
	letter-spacing: 0px;
	text-decoration:none;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FCB100;
	font-size: 10px;
	letter-spacing: 0px;
	text-decoration:none;
	margin:0px 0px 5px 0px;
}

h3.navHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	letter-spacing: 0px;
	text-decoration:none;
}


p {
	margin:10px 0px 5px 0px;
	color:#656565;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;	
}	

ul li {
	/*list-style:inside;*/
	list-style-position:outside;
	list-style-image:url(../img/orange_bullet.gif);
	margin:0px 0px 0px 13px;
	color:#656565;	
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;	
}

ol {
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 15px;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;	
}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #656565;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.title1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FCB100;
	font-size: 12px;
	font-weight: bold;
}

.title2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

/* Content Areas
----------------------------------------------- */

#main {
	width:660px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	padding:0px;
	text-align:left;
}
#center {
	border-right:2px solid #FED98B;
	border-left:2px solid #FED98B;
	margin-bottom:0px;
	/*float:none;*/
}	
#aboveNav {
	background-color:#FFFFFF;
	padding:30px 0px 20px 30px;
}	
#nav {
	border-top:2px solid #FED98B;
	border-bottom:2px solid #FED98B;
	height:30px;
	width:100%;
	margin:0px;
}
#content {
	padding:30px 0px 10px 30px;
	margin:0px;
	/*height:330px;*/
	background-image: url(../img/mainbckgrnd.jpg);
	background-repeat:no-repeat;
	background-color:#F9BC30;
}		
#footer {
	background-color:#7E0700;
	color:E1A195;
	margin-top:0px;
	padding:10px 10px 10px 30px;
}
#footer p {
	margin:0px;
	color:#E1A195;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#footer a {
	color:#E1A195;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}	
img#greenHeading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#788F0D;
}

#dataBox {
	border: #FED98B 2px solid;
	background-image: url(../img/transCream.png);	
	width:265px;
	margin:50px 0px 10px 0px;
	padding:0px;
}

/*items ending in "2" are for the subpages*/
.dataBox2 {
	border: #FED98B 2px solid;	
	width:185px;
	margin:20px 0px 0px 0px;
	padding:0px;
}

.dataBox3 {
	border: 0px;	
	width:185px;
	margin:20px 0px 0px 0px;
	padding:0px;
}


#dbHeading {
	height:20px;
	background-image: url(../img/transOrange.png);
	color:#E38702;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:265px;
	margin:0px;
	padding:0px;
}
#dbHeading p {
	padding: 3px 3px 0px 5px;
	color:#E38702;	
}
.dbHeading2 {
	height:20px;
	color:#E38702;
	background-color:#FFCC66;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:185px;
	margin:0px;
	padding:0px;	
}
.dbHeading2 p {
	padding: 3px 3px 0px 5px;
}		
#dbContent {
	/*background-image: url(../img/transCream.png);*/
	width:250px;
	margin:0px;	
	color:#666666;
	font-size:10px;
	padding:5px 20px 5px 5px;
}
	
#dbContent a {
	font-size: 12px;
	color:#666666;
	text-decoration: none;
}

#dbContent a:hover {
	text-decoration: underline;
}

#dbContent a.moreLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 10px;
	text-decoration: none;
}

#dbContent a.moreLink:hover {
	text-decoration: underline;
}	
.dbContent2 {
	/*background-image: url(../img/transCream.png);*/
	/*width:250px;*/
	margin:0px;	
	color:#666666;
	font-size:10px;
	padding:5px 20px 5px 5px;
}
	
.dataBox2 a {
	font-size: 12px;
	color:#666666;
	text-decoration: none;
}

.dataBox2 a:hover {
	text-decoration: underline;
}

.dataBox2 a.moreLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 10px;
	text-decoration: none;
	padding-bottom:5px;
}

.dataBox2 a.moreLink:hover {
	text-decoration: underline;
}	

.evTitle {
	font-weight:bold;
}

/* IE hack */

* html #dbHeading {
	 /*behavior: url(iepngfix.htc);*/
	 width:275px;
}
/*
* html #dataBox {
	 behavior: url(iepngfix.htc);
}
*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 8px
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Link Styles
----------------------------------------------- */
a {
	color: #660000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.sideLink {
	color: #660000;
	font-size: 11px;
	text-decoration:none;
}

a.sideLink:hover {
	text-decoration:underline;
}
a.newsLink {
	color:#656565;
}
a.newsLink:hover {
	color:#789400;
}

a.titleLink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

a.titleLink:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}

/* Misc
----------------------------------------------- */
hr {
	border: none 0; 
	border-top: 2px dotted #FCB100;
	width: 100%;
	height: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
} 

.divider {
	font-family: "Trebuchet MS", Verdanna, Arial;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration:none;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
}

.imgLeft {
	margin-right: 10px;
}
.imgRight {
	margin-left: 10px;
	}

/* Form Styles
----------------------------------------------- */
.selectbox {
	font-family: "Trebuchet MS", Verdanna, Arial;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	margin-top: 2px;
}

.textbox {
	font-family: "Trebuchet MS", Verdanna, Arial;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	margin-top: 2px;
	border: 1px solid #FCB100;
}

.checkbox {
	height: 15px;
	width: 15px;
}

.inputbox {
	height: 18px;
	border: 2px solid #FFFFFF;
	font-family: "Trebuchet MS", Verdanna, Arial;
	font-size: 12px;
	color: #FCB100;
	background-color: #C4E0F7;
	margin: 0px;
	padding: 0px;
}

input.formButton {
	cursor: hand; cursor: pointer;
	font-family: "Trebuchet MS", Verdanna, Arial;
	font-size: 9pt;
	font-weight: normal;
	border-width: 1pt;
	height:20px;
	margin: 0pt;
	color: #FFFFFF;
	border-color: #FCB100;
	background-color: #BB121E;
	border-style: solid;
}

/*Form Error
---------------------------------------------------*/
.textareaError {
	border: 2px solid #FFFFFF;
	font-family: "Trebuchet MS", Verdanna, Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #ff0000;
}

.textboxError {
	border: 1px solid #FFFFFF;
	font-family: "Trebuchet MS", Verdanna, Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #ff0000;
}

.selectbox3Error {
	font-family: "Trebuchet MS", Verdanna, Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #ff0000;
	margin-top: 2px;
}

/* Sub Navigation
----------------------------------------------- */
div#zero li {
	background: none; 
	padding-left: 0;
	padding-bottom: 2px;
	list-style-position: outside;
	list-style-type: none;
}
div#zero ul {
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 0;
}

a.subnav {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a.subnav:hover {
	color: #6EB928;
	font-weight: bold;
	text-decoration: underline;
}
a.subnav_on {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FCB100;
	font-weight: bold;
	text-decoration: none;
}
a.subnav_on:hover {
	color: #FCB100;
	font-weight: bold;
	text-decoration: underline;
}
a.thirdTier {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: regular;
	text-decoration: none;
}
a.thirdTier:hover {
	color: #E67100;
	font-weight: regular;
	text-decoration: underline;
}
a.thirdTier_on {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E67100;
	font-weight: regular;
	text-decoration: none;
}
a.thirdTier_on:hover {
	color: #E67100;
	font-weight: regular;
	text-decoration: underline;
}

/** html #dataBox {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../img/transCream.png');
}
* html #dbHeading {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../img/transOrange.png');
}*/
	
