/*---------FOR IE PNG SUPPORT----------*/
img, div, a, input { behavior: url(css/iepngfix.htc); }
/*--------------------------------------*/

body {
	background: url(../images/bkg.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 771px;
}
.topTab {
	background: url(../images/topTabR.jpg) no-repeat right;
	color: #A3DA6C;
	float: right;
	font-size: 0.7em;
	height: 18px;
	margin: 14px 27px 0 0;
	padding-right: 12px;
	position: relative;	
}
.topTab a {
	color: #A3DA6C;
	text-decoration: none;
}
.topTab a:hover {
	color: #FFF;
}
.topTab span {
	background: url(../images/topTabL.jpg) no-repeat left top;
	display: block;
	height: 15px;
	padding: 3px 0 0 12px;
}
#logo {
	margin-top: 16px;
	background-image: url(../images/logo.jpg);
	height: 91px;
	width: 177px;
	position: relative;
	left: 17px;
	float: left;
}
#distInfo {
	float: right;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #1f5618;
	text-align: right;
	width: 275px;
	margin-top: 16px;
	margin-right: 17px;
	height: 50px;
}
#distInfo img {
	float: right;
	margin-left: 10px;
}
#topFrame {
	position: relative;
	width: 751px;
	background: #e0eaa4 url(../images/frameTop.jpg) no-repeat;
	height: 120px;	
	margin: 0 auto 0 auto;
	padding: 0;
	clear: both;
}
#topFrame ul#nav {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 21px;
	padding-right: 17px;
	float: right;
	list-style-type: none;
	display: inline;
	height: 33px;
	width: auto;
}
#topFrame ul#nav li {
	display: block;
	float: left;
	background: transparent url(../images/mainTabR.jpg) no-repeat scroll top right;
	color: #FFF;
	font-size: 0.8em;
	height: 33px;
	padding-right: 15px; /* sliding doors padding */
	margin: 0;
	margin-left: 8px;
	text-decoration: none;
}
#topFrame ul#nav li a {
	color: #FFF;
	text-decoration:none;
}
#topFrame ul#nav li span { 
	background: transparent url(../images/mainTabL.jpg) no-repeat top left; 
	display: block;
	height: 25px;
	padding: 8px 0 0 15px; 
}
#topFrame ul#nav li:hover {
	background-position: bottom right;
}
#topFrame ul#nav li:hover span {
	background-position: bottom left;
}
#topFrame ul#nav li#active {
	background: transparent url(../images/mainTabR-sel.jpg) no-repeat scroll top right;
}
#topFrame ul#nav li#active a {
	color: #457701;
}
#topFrame ul#nav li#active span { 
	background: transparent url(../images/mainTabL-sel.jpg) no-repeat top left; 
}

#bottomFrame {
	position: relative;
	width: 751px;
	background: #e0eaa4 url(../images/frameBottom.jpg) no-repeat bottom;
	height: 51px;
	margin: 0 auto 0 auto;
}
#corner1 {
	height: 33px;
	width: 10px;
	position: absolute;
	top: 119px;
}
#corner2 {
	height: 33px;
	width: 10px;
	position: absolute;
	top: 119px;
	left: 761px;
}
#corner3 {
	height: 15px;
	width: 10px;
	position: absolute;
	left: 751px;	
}
#corner4 {
	height: 15px;
	width: 10px;
	position: absolute;
	left: -10px;
}
#flashContainer {
	margin: 0;
	padding: 0;
	position: relative;
	height: 381px;
}

#footer {
	font-size: 0.7em;
	color: #919a5e;
	float: right;
	margin-top: 20px;
	margin-right: 17px;
	position: relative;
}

