/* CSS Document */

body {
	font-family: "Trebuchet MS", Helvetica, Arial;
	background-color: #FFFFFF;
	font-size: small;
}
.main_body_text {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: small;
	color: #FFFFFF;
	padding: 5px;
}
.container .terms a {
	text-decoration: none;
}
.container .terms a:hover {
	color: #FF6600;
	text-decoration: none;
}
.container .terms a:visited {
	color: #666666;
	text-decoration: none;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 7em;
	text-decoration: none;
	color: #999999;
	padding: 0.5em;
	font-weight: bold;
}

#nav a:hover {
	color: #FFCC00;
}
.container .footer a {
	color: #333333;
	text-decoration: none;
}
.container .footer a:hover {
	color: #990000;
}


#nav li { /* all list items */
	float: left;
	width: 7em;
}



#nav li ul { /* second-level lists */
	position: absolute;
	width: 7em;
	left: -999em;
}

#nav li ul a: { /* second-level lists */
	color: #333333;
	
}


#nav li ul a:hover { /* second-level lists */
	color: #FFCC00;
	font-weight: bold;
	background-image: url(../../../../images/sucker_hover.png);
	width: 7em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../../../../images/sucker.png);
}



#content {
	clear: left;
	color: #ccc;
}

.header {
}

.navbar {
}

.photo {
	clear: both;
}
.footer {
	clear: both;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}
.container {
	width: 900px;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.column_right {
	background-color: #F9E97B;
	float: right;
	width: 180px;
	font-size: small;
	min-height: 550px;
	padding: 5px;
	height: 550px;
	
}	
.image {
	clear: both;
}
.column_centre {
	margin-left: 152px;
	margin-right: 194px;
	padding: 5px;
	background-color: #330000;
	color: #FFFFFF;
	font-size: small;
	line-height: 1.5em;
	min-height: 550px;
	text-align: left;
	height: 550px;
}
.column_left {
	width: 150px;
	float: left;
	margin: 0;
}
.form_field {
	background-color: #B8A395;
	color: #330000;
	font-weight: bold;
}
.single_column {
	background-color: #330000;
	color: #FFFFFF;
	padding: 10px;
}
.terms {
	text-align: center;
}

.calcont {
	width: 900px;
	margin: 0 auto;
}
.centreright {
	background-color: #330000;
	color: #FFFFFF;
	padding: 5px;
	min-height: 530px;
	margin-left: 152px;
	line-height: 1.5em;
}
.column_full_width {
	background-color: #330000;
	color: #FFFFFF;
	line-height: 1.5em;
	padding: 10px;
}


