/* Main Settings */
body{
	background: url(images/bg.png) repeat;
	padding: 0;
	margin: 0;
	font: normal 13px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #2b2b2b;
	line-height: 140%;
}
#mainWrap{
	width: 900px;
	margin: 0 auto;
}
#header{
	width: 900px;
	height: 510px;
	float: left;
}
#content{
	width: 860px;
	float: left;
	background-color: #deeaf3;
	padding: 10px 20px;
}
#bottom-content{
	width: 860px;
	float: left;
	background: #d0e0b2 url(images/btmtop.png) no-repeat top;
	padding: 40px 20px 10px 20px;
}
#footer{
	width: 900px;
	float: left;
	background: url(images/footerbg.png) no-repeat;
}
img {border:0;}
/* Header Settings */
.logo{
	width: 900px;
	height: 120px;
	float: left;
}
.banner{
	width: 900px;
	height: 390px;
	float: left;
	background: url(images/banner.png) no-repeat;
}
.zip{
	float:right;
	width: 530px;
	padding-top: 195px;
}
.input{
	background-color:#E7EED9;
	border:0 none;
	float:left;
	font-size:15px;
	height:19px;
	margin-top:15px;
	padding:5px;
	text-align:center;
	width:203px;
}
.btnclick{
	height:35px;
	margin-left:10px;
	margin-top:12px;
	width:110px;
}
/* Content Settings */
#conDiv{
	width: 590px;
	float: left;
	padding-right: 20px;
}
.btmcon{
	width: 860px;
	float: left;
	padding-bottom: 10px;
	font-size: 12px;
}
h2.title, h2.title a, h2.widgettitle{
	color: #0067b0;
	font: 19px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
#padding h2, #padding h2 a{
	color: #0067b0;
	font: 19px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
h2.btmtitle{
	color: #00;
	font: 15px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	margin:0;
}
.btmcon li{
	list-style: none;
	float: left;
	width: 123px;
	padding-bottom: 5px;
	color: #000;
	background: url(images/bullet2.png) no-repeat left 5px;
	padding-left: 20px;
}
.btmcon li a{
	color: #000;
	text-decoration: none;
}
.btmcon li a:hover{
	color: #5c8526;
	text-decoration: underline;
}
/* Sidebar Settings */
#sidebar{
	width: 250px;
	float: left;
}
#sidebar ul, #sidebar ul li ul{
	padding:0;
	margin:0;
	float: left;
	list-style: none;
	font: normal 12px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
#sidebar ul li ul li{
	list-style: none;
	font: normal 12px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	background: url(images/bullet.png) no-repeat left 3px;
	padding-left: 20px;
}
#sidebar ul li ul li a{
	text-decoration: none;
	font: normal 12px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #2b2b2b;
}
#sidebar ul li ul li a:hover{
	text-decoration: underline;
	font: normal 12px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #0067b0;
}
/* Footer Settings */
.footer{
	width: 900px;
	padding: 20px 0 10px 0;
	float: left;
	text-align: center;
	font: normal 12px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #fff;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
	color: #fff;
	text-decoration: underline;
}

