@charset "utf-8";
/* http://www.gravitycentral.com.au */

body {
padding: 0px;
margin: 0px;
}

h1 {
color:#648091;
}

a {
color:#648091;
}

.wrapper {
width:1092px;
height:auto;
margin-left:auto;
margin-right:auto;
}


/* links
*************************/

a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
}

/* inline elements
*************************/

strong
{
	font-weight: bold;
}

/* tabs
*************************/

ul.tabs
{
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tabs li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
}

ul.tabs a
{
	position: relative;
	display: block;
}
ul.tabs a:hover
{
	position: relative;
	display: block;
	text-decoration:underline;
	background-position:center;
}

/* dropdowns
*************************/

ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: auto;
	display: none;
	left: 0;
}

ul.dropdown ul.dropdown
{
	top: 0;
	left: 95%;
}

ul.dropdown li
{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
}

ul.dropdown li a
{
	display: block;
}


#menu
{
	z-index: 5;
	top: 0;
	left: 0;
	width:1092px;
	height: 40px;
	line-height: 30px;
	background-image:url(../images/menuback.png);
	background-repeat:no-repeat;
}

#menu ul
{
padding-left:210px;
}

#menu ul li.hasmore
{
	z-index:1;
}

#menu ul li h4
{
	margin: 0;
}

#menu ul li h4 a
{
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Arial Black";
	color: #999999;
	font-weight: bold;
	padding: 0 15px;
}

#menu ul li a
{
	color: #999999;
	padding-left: 4px;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Arial Black";
}

#menu ul li a img
{
}

#menu ul li a:hover
{

}

#menu ul li a span
{
	display: block;
	padding: 0 15px 0 11px;
}

#menu ul li a:hover span
{

}

#menu ul.dropdown
{
	padding: 4px;
	background-image:url(../images/dropdown.png);
	background-position:top center;
	overflow:hidden;
	width: 150px;
	height:100px;
	background-repeat:no-repeat;
}

#menu ul.dropdown li a
{
	line-height: 25px;
	width:125px;
	overflow: hidden;
	height: 25px;
}

#menu ul.dropdown li.last a
{
	border-bottom-width: 0;
	width:125px;
}

#menu ul.dropdown li a:hover
{
	background: url(../images/menuarrow.png) no-repeat left center;
}

#menu ul li h4 a:hover
{
	background-image: none;
}

.middle {
background-image:url(../images/content.png);
height:auto;
width:1092px;
}

.content {
width:950px;
height:auto;
margin-left:auto;
margin-right:auto;
padding-top:12px;
padding-bottom: 20px;
font-family: Verdana,Arial,Helvetica,sans-serif,"Arial Black";
font-size:11pt;
color:#333333;
text-align:justify;
}

.footer {
width:1092px;
height:60px;
background-image:url(../images/footer.png);
background-repeat:no-repeat;
}

.footer-text {
text-align:center;
font-size:8pt;
color:#333333;
padding-top:30px;
font-family:Verdana, Arial, Helvetica, sans-serif, "Arial Black";
}

.footer-text a:link {
color:#333333;
}

.footer-text a:active {
color:#333333;
}

.footer-text a:visited {
color:#333333;
}

.footer-text a:hover {
color:#666666;
}

.green-text {
font-size: 16px;
font-style: italic;
color: #505f56;
font-weight: bold;
background-color: #ffffff;
}
.green-text2 {
font-size: 13px;
color:#648091;
font-weight: bold;
text-align:center;
}

.contact {
float:left;
padding-right:25px;
}

.clear {

clear:both;

}
