@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #6F6F6F;
}
.logobg {
	background: #fff;
	background-repeat: no-repeat;
	height: 99px;
	width: 999px;
	border-radius:5px;
}
.headerbg {
	background-image: url(images/headerbg.png);
	background-repeat: no-repeat;
	height: 367px;
	width: 992px;
	padding-left: 3px;
}
.home3desc {
	background-image: url(images/centerbg.jpg);
	background-repeat: no-repeat;
	height: 186px;
	width: 993px;
}

.contentbg {
	background-image: url(images/contentbg.png);
	height: 409px;
	width: 995px;
	background-repeat: no-repeat;
}
.whiteheading {
	font-family: philosopher;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	padding: 5px;
}
.innerheader {
	height: 150px;
	width: 992px;
}

.normalfont {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	line-height: 20px;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}
.blakcheading {
	font-family: philosopher;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
	padding-left: 10px;
}
.normalfontblack {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
	color: #333;
}
ul#minitabs {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
list-style: none;
margin: 0;
padding: 7px 0;
font-weight: bold;
text-align: center;
white-space: nowrap
}
ul#minitabs li {
display: inline;
margin: 0 3px;
}
ul#minitabs a {
text-decoration: none;
padding: 0 5px;
border-bottom: 4px solid #FFF;
color: #999
  }
ul#minitabs a#current {
border-color: #F60;
color:#000;
}
ul#minitabs a:hover {
border-color: #F60;
color: #666
}
/*.menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.menu a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	line-height:33px;
	display:block;
	width:100px;
}
.menu a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	line-height:33px;
	display:block;
	background-image: url(images/menubg.png);
	background-repeat: repeat;
	width:100px;
}*/
.divider {
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
}
.shadowdivider {
	background-image: url(images/shadowdivider.png);
	background-repeat: no-repeat;
	background-position: right;
}


.menu .current a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	line-height:33px;
	display:block;
	background-image: url(images/menubg.png);
	background-repeat: no-repeat;
	width:100px;
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
.footer a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.footer a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F60;
	text-decoration: none;
}
.contentcenter {
	background-image: url(images/contentcenter.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.more a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0CF;
	text-decoration: none;
}
