/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000000;
}
table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000000;
}
ul {
	margin: 0px;
	padding: 0px;
}
/* Top Menu */
#topmenu {
	display: block;
	width: 590px;
	background-color: #D36B11;
	height: 24px;
	color:#FFFFFF;
	font-size: 10px;
	line-height: 24px;
}
#topmenu a{
	color:#FFFFFF;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
}
#topmenu a:active{
	color:#FFFFFF;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
}
#topmenu a:visited{
	color:#FFFFFF;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
}
#topmenu a:hover{
	color:#FBD1AD;
	font-size: 10px;
	line-height: 10px;
	text-decoration: underline;
}
/* Content */
#content{
}
#content img{
	border: 1px solid #333333;
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
#content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	text-transform: uppercase;
	font-weight: normal;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:5px;
	margin-bottom:5px;
}
#content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #D36B11;
	font-weight: bold;
	padding-left:15px;
	padding-bottom:5px;
	padding-top:0px;
	margin-bottom:5px;
	margin-top:0px;
}
#content p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top:0px;
	padding-left:15px;
	line-height: normal;
}
#content ul {
	margin-left:35px;
	margin-right:35px;
	list-style-position: outside;
	list-style-type: disc;
}
.contenttable{
	border: 1px solid #000000;
}
/* Buckets */
#buckets{
	background-image: url(images/bucket-bg.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 136px;
	width: 136px;
}
#buckets img {
	margin:0px;
	padding:0px;
	float: none;
	clear: both;
}
a.bucketstitles:link{
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}
a.bucketstitles:active{
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}
a.bucketstitles:visited{
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}
a.bucketstitles:hover{
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #D36B11;
	font-weight: bold;
}
a.bucketsmore:link{
	background-image: url(images/em_arrow_more.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 10px;
	color: #D36B11;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
a.bucketsmore:active{
	background-image: url(images/em_arrow_more.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 10px;
	color: #D36B11;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
a.bucketsmore:visited{
	background-image: url(images/em_arrow_more.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 10px;
	color: #D36B11;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
a.bucketsmore:hover{
	background-image: url(images/em_arrow_more.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 10px;
	color: #993300;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
/* Side Menu */
.sidemenu, .sidemenu ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width:180px;
}
.sidemenu li a{
	background-color:#5E738E;
	display: block;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:10px;
	padding-left:10px;
	text-align:right;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.sidemenu a:active{
	background-color:#5E738E;
	display: block;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:10px;
	padding-left:10px;
	text-align:right;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.sidemenu a:visited{
	background-color:#5E738E;
	display: block;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:10px;
	padding-left:10px;
	text-align:right;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.sidemenu a:hover{
	background-color:#324155;
	display: block;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:10px;
	padding-left:10px;
	text-align:right;
	color: #F1F5FA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
* html .sidemenu li { float: left; height: 1%; }
* html .sidemenu li a { height: 1%; }
.sidebar{
	background-image: url(images/em_sidemenu_bg.gif);
	background-position: center center;

}
/* Call to Action */
#calltoaction{
	background-image: url(images/em_calltoaction_bg.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 27px;
	width: 400px;
	line-height:27px;
	text-align:center;
}
#calltoaction a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D36B11;
	text-decoration: none;
	line-height:27px;
}
#calltoaction a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D36B11;
	text-decoration: none;
	line-height:27px;
}
#calltoaction a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D36B11;
	text-decoration: none;
	line-height:27px;
}
#calltoaction a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	line-height:27px;
}
/* Bottom Links */
#bottomlinks {
}
#bottomlinks a{
	color:#000000;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
}
#bottomlinks a:active{
	color:#000000;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
}
#bottomlinks a:visited{
	color:#000000;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
}
#bottomlinks a:hover{
	color: #D36B11;
	font-size: 10px;
	line-height: 10px;
	text-decoration: underline;
}
/* Footer */
#footer {
	background-color: #5E738E;
}
#footer p{
	color:#FFFFFF;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	}