@charset "utf-8";
/* CSS Document */

/*  Changes made to CSS by Rhys Stephens
	rhys@rostana.com 24th April 2008
	Removed redundant css usage (such as background-colors) 
*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#E0CFA7;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	color:#000;
	line-height:13pt;
	text-align:center;
	padding:0;
}
#container {
	width:727px;
	background:url(../images/mainbg.gif) repeat;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}
#contentheader {
	background:url(../images/header_new.gif) no-repeat;
	/*background-color:#CC2527;*/
	width:727px;
	height:149px;
	margin-left:auto;
	margin-right:auto;
	color:#000;
}
#bottom {
	background:url(../images/bottom.gif) no-repeat;
	width:727px;
	height:59px;
	margin-right:auto;
	margin-left:auto;
}
#maincontainer {
	width:727px;
	/*background:url(images/mainbg.gif) repeat;*/
}
#content {
	padding:15px 40px 2px;
}
#menu {
	width:727px;
	padding-left:33px;
	padding-top:19px;
	height:25px;
}
h2{
	Font-size: 18px;
}
h4{
	Font-size: 14px;
}
#ComingSoon
	{
		position: Absolute;
		top: 775px;
		left: 1000px;
	}
.Octavia
	{	
	margin-left: 250px;
	width: 200px;
	vertical-align:top;
	}
.Octavia img
	{
	float: right;
	}
#nav {
	text-align:center;
	margin:10px 0px 0px 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13pt;
	color:#000000;
	font-weight:700;
	text-decoration:none;
	height:40px;
	list-style:none;
}
#nav li {
	float:left;
	position:relative;
	padding: 0px 7px 0px 7px;
	border-right: 2px solid black;
	height: 20px;
}
#nav li#links {
	border:none;
}
#nav li a {
	display: block;
	color:#000000;
	text-decoration:none;
}
#nav li a:active {
	color:#CC2527;
}
#nav li a:hover {
	padding-bottom:2px;
	border-bottom:dotted #CC2527;
}
#nav li a span {
	display:none;
}
#nav li a:hover span {
	display:block;
	width:140px;
	position:absolute;
	top:-20px;
	left:-35px;
}

#footer {
	background:#E0CFA7;
	width:455px;
	margin-right:auto;
	margin-left:auto;
	color:#fff;
	font-size:9px;
	text-align:center;
}
#footer a, .footer a:active {
	background:#E0CFA7;
	color:#fff;
	font-weight:700;
	text-decoration:none;
}
#footer a:hover {
	padding-bottom:2px;
	border-bottom:dotted #fff;
}
.valid {
	position:absolute;
	top:0;
	left:0;
}
.valid img {
	border:none;
}
.valid a, .valid a:active {
	background:#E0CFA7;
	color:#fff;
	border:none;
}
.floatright {
	float:right;
	margin:4px;
}

img.home {
	margin-right:10px;
}
/* Moved from each page's embedded css */
.burgendyTXT {
	color: #CC2527;
	font-weight: bold;
}
.resetColor {
	color: #000000;
}