body {
	margin: 0;
	padding: 0;
	font: normal 12px "Georgia";
	color: #fff;
	text-align: center;
	line-height: 18px;
	background: #26374f url(../../images/bg_homepage.gif) repeat-x top left;
}
.inner {
	background: #26374f url(../../images/bg_inner.gif) repeat-x top left;
}
img {
	border: 0;
}
.img {
	border: 1px solid #bdbcbd;
	padding: 4px;
	background-color: #fff;
}
.img1{
	border: 0px solid #bdbcbd;
	padding: 4px;
	background-color: #fff;
}
.imgBorder {
	border: 4px solid #fff;;
}
#wrap{
	position: relative;
	width: 950px;
	padding: 0 10px 0 10px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(../../images/shadow.png) repeat-y top center;
}
a {
	font: normal 12px "Trebuchet MS";
	color: #fff;
	text-decoration: none;
	line-height: 14px;
}
a:hover	{
	font: normal 12px "Trebuchet MS";
	color: #fff;
	text-decoration: underline;
	line-height: 14px;
}
#content {
	background-color: #857363;
}
.content-pad {
	padding: 25px 20px 0 30px;
}
#featured-unit {
	width: 195px;
	background: #5085bb url(../../images/bg_blue.gif) repeat-x bottom left;
	font: bold 14px arial;
	color: #fff;
	padding: 15px 0 10px 0;
}
.title {
	font: normal 18px "Trebuchet MS";
	color: #fff;
}
.subtitle {
	font: normal 14px "Trebuchet MS";
	color: #fff;
}
/* footer */
#footer {
	position: relative;
	width: 930px;
	margin: 0 auto;
	padding: 20px 10px 30px 30px;
	background: transparent url(../../images/shade-bottom1.png) no-repeat top center;
	font: normal 11px "Trebuchet MS";
	color: #fff;
}
#footer a {
	font: normal 11px "Trebuchet MS";
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	font: normal 11px "Trebuchet MS";
	color: #fff;
	text-decoration: underline;
}
#footer1 {
	position: relative;
	width: 930px;
	margin: 0 auto;
	padding: 20px 10px 30px 30px;
	background: transparent url(../../images/shade-bottom2.png) no-repeat top center;
	font: normal 11px "Trebuchet MS";
	color: #fff;
}
#footer1 a {
	font: normal 11px "Trebuchet MS";
	color: #fff;
	text-decoration: none;
}
#footer1 a:hover {
	font: normal 11px "Trebuchet MS";
	color: #fff;
	text-decoration: underline;
}

ul.bullet {
	clear: both;
	margin: 0 0 0 0;
	padding: 25px 0 0 0;
	font: normal 12px "Trebuchet MS";
	text-align: left;
	list-style: none;
}
ul.bullet li {
	background: transparent url(../../images/bullet.gif) no-repeat left 8px;
	padding: 3px 0 0 15px;
	margin: 0 0 0 6px;
}
ul.bullet li a {
	font: normal 12px "Trebuchet MS";
	color: #fff;
	text-decoration: none;
}
ul.bullet li a:hover {
	font: normal 12px "Trebuchet MS";
	color: #fff;
	text-decoration: underline;
}

input, select, textarea {
	border: 1px solid #abadb3;
	font: normal 12px "Trebuchet MS";
	color: #3f3f3f;
	padding: 2px;
	width: 165px;
}