@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bg_xtile.jpg) repeat-x;
	background-color:#1f5800;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#645132;
	margin:0px;
}

#header {
	width:810px;
	height:230px;
	margin:0 auto;
	text-align:center;
}

#wrap {
	width:782px;
	margin:0 auto;
	padding:0px 14px 0px 14px;
	text-align:center;
	background:url(../images/body_tile.jpg) repeat-y;
}

#menu {
	width:230px;
	margin:0 auto;
	text-align:center;
	background:url(../images/menu_tile.jpg) repeat-y;
	padding:0px 11px 0px 11px;
}

#content {
	width:513px;
	text-align:left;
	padding:0px 5px 0px 10px;
}

#weather {
	float:right;
	width:140px;
	padding:0px 5px 5px 10px;
}

#scroller {
	float:left;
	width:175px;
	padding:0px 10px 7px 5px;
}

#footer {
	width:810px;
	height:80px;
	margin:0 auto;
	clear:both;
	text-align:center;
	font-size:11px;
	background:url(../images/footer.jpg) no-repeat;
}

#footer a {
	text-decoration:none;
	padding:0px 5px 0px 5px;
	font-size:11px;
	color:#163d01;
}

#footer a:hover {
	text-decoration:none;
	padding:0px 5px 0px 5px;
	font-size:11px;
	color:#7e6843;
}

#links {
	text-align:center;
	padding:15px 0px 5px 0px;
}

#copy {
	float:right;
	width:70%;
	text-align:right;
	padding:10px 36px 10px 0px;
	font-size:11px;
	color:#9f9a7d;
}

#seo {
	float:left;
	width:20%;
	text-align:left;
	padding:10px 0px 10px 36px;
}

#seo a {
	color:#9f9a7d;
	text-decoration:none;
}

#seo a:hover {
	color:#9f9a7d;
	text-decoration:underline;
}

h1 {
	color:#1f5800;
	font-size:22px;
}

h2 {

}

h3 {

}

a {
	text-decoration:none;
	color:#163d01;
}

#footer a:hover {
	text-decoration:underline;
	color:#7e6843;
}

/*#appNavBar / #appPage used for styling of the nav bar / page for the ctrl application*/

#appPage{
	text-align:left;
}

#appPage h3{
	/*Background and color*/	
	border-bottom:solid 1px #cbc277;
	margin-bottom:5px;
}

#appPage h3 span{
	font-size:10px;
}

#appPage th{
	text-align:right;
}

#appPage td{
	padding-left:10px;
}

#appNavBar{
	background-color:#1f5800;
	color:#ffffff;
	padding:5px;
}

#appNavBar a{
	color:#ffc140;
	font-weight:bold;
}

#appNavBar a:hover{
	color:#ffffff;
	font-weight:bold;
}

.spclBox {
	background:url(../images/special_bg.jpg) no-repeat;
	width:285;
	height:73px;
	color:#000000;
	font-size:14px;
	padding:40px 10px 5px 10px;
	text-align:center;
}

.spclGreen {
	font-weight:bold;
	color:#204309;
}

.spclRed {
	font-weight:bold;
	color:#f20c00;
	font-size:20px;
}

.spclSmall {
	font-size:11px;
	color:#616240;
}