html{
		
}
body {
	
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:0.8em;
	color:#000;
}
a {
	color:#3C3C3C;
	text-decoration:none;
}
a:hover {
	color:#6BC110;
	text-decoration:underline;
}
a,
a:hover,
a:active {
	outline: none;
}
h1,h2,h3 {
	margin:0;
	padding:0;
	font-size:1.1em;
}
h2 {
	background:#000;
	color:#fff;
	font-size:1.1em;
	width:320px;
	padding:2px 5px;
}
h2.center {
	width:297px;
	padding:2px 10px;
}
p {
	
}
img {
    border:none;
}
div.clear {
	clear:both;
}
.hidden {
	display:none;
}
ol li {
	font-weight:bold;
}
/*** main styling ***/
div#main-wrapper {

}
div#center-side {
	min-height:400px;
}
div.about {
	background:url(../images/bg-about-960.jpg) center 28px no-repeat;
}
div.homepage {
	background:url(../images/bg-homepage-960.jpg) center 28px no-repeat;
}
div.contact {
	background:url(../images/bg-contact-960.jpg) center 28px no-repeat;
}
div#header {
	height:28px;
	background:url(../images/bg-header.jpg) top repeat-x;
}
div#header-menu {
	width:800px;
	margin:0 auto;
	padding:4px 0 0 0;
}
div#header-menu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
div#header-menu ul li{
	display:inline;
	
}
div#header-menu ul li a{
	color:#3C3C3C;
	text-decoration:none;
	padding:0 5px;
	font-size:0.9em;
}
div#header-menu ul li a:hover,
div#header-menu ul li a.selected{
	color:#6BC110;
	text-decoration:none;
}
div#center-side {
	margin:290px auto 0 auto;
	width:963px;
	border:solid 0px #cc0000;
}
div.center-coloumn {
	width:317px;
	float:left;
	margin-right:3px;
}
div.left-coloumn {
	width:600px;
	float:left;
}
div.right-coloumn {
	width:330px;
	float:left;
	margin-left:3px;
}
div.content-wrap-text {
	background:#fff;
	padding:1px 50px 10px 5px;
	margin:5px 0 0 0;
}
div.content-wrap {
	background:#fff;
	padding:1px 0 10px 5px;
	margin:5px 0 0 0;
}
div.content-wrap-center {
	background:#fff;
	padding:1px 5px 10px 10px;
	margin:5px 0 0 0;
}
table.team {
	width:100%;
}
table.team td {
	vertical-align:top;
	text-align:left;
	padding:10px 0 10px 10px;
	
}
div#related-links {
	background:#969696;
}
div#related-links  div.box {
	width:320px;
	color:#535353;
	float:left;
	padding:5px 10px;
	background:#969696;
}
div#related-links  div.box ul {
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
}
div#related-links div.box a {
	color:#535353;
	text-decoration:none;
}
div#related-links div.box a:hover {
	color:#6BC110;
	text-decoration:none;
}

div#related-links div.box .title {
	color:#fff;
	font-size:1.1em;
	
}
div#footer {
	margin:0 auto ;
	font-size:0.9em;
	color:#B1B2B4;
	padding-bottom:10px;
	text-align:center;
	background:url(../images/bg-footer.jpg) top repeat-x;
	height:72px;
}
div#footer a{
	color:#B1B2B4;
}
div#footer-wrap {
	width:960px;
	margin:0 auto;
	text-align:right;
	padding:10px 0 0 0;
}
table.contact-form {
	margin:10px 0 0 0;
}
table.contact-form th{
	vertical-align:top;
	text-align:left;
	padding:5px 0
}
table.contact-form td{
	padding:5px 0;
	text-align:right;
}
table.contact-form .txt {
	background:url(../images/bg-form-text.jpg) left top no-repeat;
	border:none;
	width:250px;
	height:22px;
}
table.contact-form .txt-area {
	background:url(../images/bg-form-textarea.jpg) left top no-repeat;
	border:none;
	width:313px;
	height:140px;
	overflow:auto;
	font-family:Arial;
	font-size:0.9em;
	padding:3px;
}
.required {
	color:#cc0000;
	padding:2px 20px;
	background:url(../images/errImg.png) left center no-repeat;
	display:none;
	text-align:left;
}
#success {
	display:none;
}
