/* -------------------------------------------------------------- 
   
   main.css
   * Editable styles.

-------------------------------------------------------------- */
body {
	margin: 0;
	/*background: #FCFFE1 url(../../_images/page-bkgd.jpg) repeat-x;*/
	background: url(../../_images/tile.jpg);
}
#shad-top {
	background: url(../../_images/shadow-top.png) top center no-repeat;
	margin-top: 10px;
	padding-top: 10px;
	position: relative;
}
#shad-mid {
	background: url(../../_images/shadow-mid.png) top center repeat-y;
	position: relative;
}
#shad-bottom {
	background: url(../../_images/shadow-bottom.png) bottom center no-repeat;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
#bkgd {
}
#topnav {
	margin: 0 auto;
	text-align: right;
}
#topnav div div {
	height: 18px;
	border-bottom: solid 4px #C8D979;
	background: #C5CB2B bottom left no-repeat;
	padding: 2px 7px 5px 7px;
	text-align: right;
}
#topnav div div ul {
	margin: 0px;
	position: relative;
	float: right;
}
#topnav li {
	list-style: none;
	display: inline;
	margin-left: 5px;
	margin-right: 21px;
}
#topnav a {
	color: #231F20;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
}
#topnav a:hover {
	color: #DE2A5A;
	text-decoration: none;
}
#headcontent {
	margin: 0 auto;
	padding: 0px;
}
#content {
	margin: 0 auto;
}
#header {
	height: 132px;
	overflow: visible;
	background: #231F20;
	color: #fff;
}
#header div {
	height: 132px;
}
#header div img {
	margin: 5px 0 0 15px;
}
#header p {
	height: 132px;
	text-align: right;
	margin: 16px 28px 0 0;
}
#banner {
	border-top: solid 2px #C8D979;
	border-bottom: solid 2px #C8D979;
	padding: 0;
}
#txt {
	background: #FAFFCE;
	padding-top: 20px;
}
.leftMargin {
	padding-left: 28px;
}

#footer {
	background: url(../../css-images/footer-png.png) bottom left no-repeat;
	padding: 0px;
}

#legal {
	width: 930px;
	padding: 10px;
	padding-top: 50px;
	color: #000;
	font-size: 0.9em;
	text-align: center;
	clear: both;
}
