@charset "utf-8";
/* http://www.gravitycentral.com.au */

body {
margin-top:0px;
margin-bottom:0px;
background-image:url(../images/bg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-color:#FFFFFF;
}

#everything {
margin-left:auto;
margin-right:auto;
width:1003px;
height:auto;
}

.header {

width:925px;
height:213px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
margin-top:15px;

}

/* 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;
	}

/* 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:665px;
	height: 31px;
	line-height: 30px;
	background-image:url(../images/menuback.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#menu ul
{
padding-left:0px;
}

#menu ul li.hasmore
{
	background: url(../images/drophighlight.png) no-repeat right 12px;
	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:#675043;
	padding: 0 15px;
}

#menu ul li a
{
	color: #675043;
	padding-left: 4px;
	font-size: 12px;
	font-weight: bold;
	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/menuback.jpg);
	background-repeat:repeat;
	background-position:top center;
	overflow:hidden;
	width: 140px;
}

#menu ul.dropdown li a
{
	border-bottom: 1px solid #e5cd8e;
	line-height: 25px;
	overflow: hidden;
	height: 25px;
}

#menu ul.dropdown li.last a
{
	border-bottom-width: 0;
}

#menu ul.dropdown li a:hover
{
	background: url(../images/menuarrow.png) no-repeat left center;
}

#menu ul li h4 a:hover
{
	background-image: none;
}

#content {
	width: 1003px;
	margin: 0 auto;
	padding-top:25px;
}

#colOne {
	float: left;
	width: 230px;
}

.colOnebg {
background-image:url(../images/leftbox.png);
height:518px;
width:230px;
background-repeat:no-repeat;

}

.colOnetext{
width:180px;
padding-left:22px;
padding-top:15px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif, "Arial Black";
text-align:left;}

#colTwo {
	float: left;
	width: 503px;
	padding: 0 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Arial Black";
	font-size:12px;
	text-align:justify;
	}

#colTwo a:link {
color:#F36861;
}

#colTwo a:visited {
color:#F36861;
}

#colTwo a:active {
color:#F36861;
}

#colTwo a:hover {
color:#F36861;
text-decoration:underline;
}

#colOne a:link {
color:#F36861;
}

#colOne a:visited {
color:#F36861;
}

#colOne a:active {
color:#F36861;
}

#colOne a:hover {
color:#F36861;
text-decoration:underline;
}

#colThree {
	float: left;
	width: 230px;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Arial Black";
}

.spacer {
padding-bottom:15px;
}

.footer {
width:1003px;
height:50px;
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
}

.footer-text {
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif, "Arial Black";
font-size:11px;
padding-top:15px;
}

.footer-text a:link {
color:#000000;
}
.footer-text a:hover {
color:#000000;
text-decoration:underline;
}
.footer-text a:active {
color:#000000;
}
.footer-text a:visited {
color:#000000;
}

.red {
color:#F36861;
}

.green {
color:#009900;
}
