@charset "utf-8";
body {
	padding:0;
	margin:0;
	color: #000000;
	background:url(/images/zebrepeat.gif) repeat-y right top;
	font-family: Arial, Helvetica, sans-serif;
}
#header{
	height:90px;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: 180px;
	margin-right: 200px;
}
#services {
	width:180px;
	background-color: #000000;
	text-align: center;
	padding-top: 95px;
	float: left;
}
#services h1 {
	font-size: 12pt;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
#services h2 {
	font-size: 10pt;
	text-transform: lowercase;
	color: #FFFFFF;
}
#services li {
	font-size: 10pt;
	display: block;
	text-transform: lowercase;
	line-height: 2em;
	padding-top: 15px;
	color: #FFFFFF;
	text-indent: -40px;
	text-decoration: none;
	list-style: none;
}
#services p {padding-left:3px;padding-right:2px}
#main {
	margin-top: 50px;
	padding: 10px;
	margin-right: 226px;
}
#header h1 {
	display: none;
}
#sidebar {
	width: 226px;
	float: right;
	margin-top: 50px;
}

#sidebar h1 {
	margin-top: 10px;
	font-size: 300%;
	font-weight: bold;
}
#sidebar h2 {
	margin-top: 0px;
	font-size: 100%;
	margin-bottom: 2px;
}
#sidebar p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 80%;
}
#sidebar h3  {
	font-size: 14pt;
	margin: 0px;
}

#newsbox {
	padding: 20px;
	margin-bottom: 25px;
	color: #000000;
	background:#FFFFFF url(/images/shine_back.png) no-repeat;
}

#newsbox a, p {
	font-family: Verdana;
	font-size: 83%;
	line-height: 16pt;
	color: #000000;
}

#newsbox a:hover  {
	color: #FF6600;
}

#newsbox .sb-inner {	background:#FFFFFF url(/images/shine_back.png) no-repeat; }*/
#newsbox .sb-border { background:#666666; }


#newsbox a, h1, h2 {
	color:#FF6600;
}
#centrecontent {
	margin-right: 220px;
	margin-left: 180px;
}
#content {
	margin-top: 52px;
	padding-left: 15px;
	position: relative;
}
#content h1, h2, h3, h4 {
	color:#FF6600;
}

#content a, h1, h2 {
	color:#FF6600;
}

#content a:hover  {
	color: #FF6600;
}

#mainbox {

}


#footer {
	clear:both;
	height:100%;
	color: #000000;
	text-align:center;
	background-color: #FFFFFF;
	width: 100%;
}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both
}


#menu {
	position: absolute;
	left: 212px;
	padding-top: 15px;
	z-index: 3;
	background-color: #FFFFFF;
	top: 95px;
}
#menu ul {
	list-style-type: none;
	display: inline;
}

#menu li:hover {
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FF6600;
}
#menu li {
	float: left;
	font-size: 12pt;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-weight: bold;
	width: 8em;
}
#menu li a  {
	text-decoration: none;
	color: #000000;
}
#menu li a:hover  {
	text-decoration: none;
	color: #FF6600;
}

