/* Container Styling */
body {
  font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	background-color: #03243e;
	background-image: url(./images/background.gif);
	background-position: top center;
	background-repeat: repeat-x;
	}
.container {
  position: relative;
	width: 1000px;
	margin: 0 auto;
	}

/* Element Styling */
a {
  color: #800000;
	}
img {
  border: 0;
	}
h1 {
  margin: 0 0 5px 0;
	font-size: 24px;
	line-height: 26px;
	color: #800000;
	}
td {
  vertical-align: top;
	}

/* Boxes */
.head {
  position: absolute;
  left: 39px;
	top: 10px;
	width: 946px;
	height: 119px;
	background-image: url(./images/head.png);
	background-repeat: no-repeat;
	}
	
.menu {
  position: absolute;
  left: 30px;
	top: 141px;
	}
	
.content {
  position: absolute;
  left: 30px;
	border-left: 224px solid #cfdbec;
	top: 169px;
	width: 711px;
	min-height: 436px;
	height: auto !important;
	height: 436px;
	background-color: #fff;
	padding: 15px;
	background-image: url(./images/contentbg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	}
	
.leftbox, .leftboxcrop {
  position: absolute;
  left: -224px;
	top: 0px;
	width: 194px;
	height: 436px;
	background-color: #cfdbec;
	padding: 15px;
	background-image: url(./images/leftbox.gif);
	background-repeat: repeat-x;
	background-position: top left;
	line-height: 15px;
	font-size: 12px;
	}
.leftboxcrop {
  position: absolute;
  left: -224px;
	top: 0px;
	width: 194px;
	height: 436px;
	background-color: #cfdbec;
	padding: 15px;
	background-image: url(./images/leftboxcrop.gif);
	background-repeat: repeat-x;
	background-position: top left;
	line-height: 15px;
	font-size: 12px;
	}
.sponsor {
  position: relative;
	width: 185px;
	height: 157px;
	padding-top: 35px;
	padding-left: 1px;
	}
/*marquee {
  position: absolute;
	left: 0;
	top: 35px;
	width: 186px;
	text-align: center;
	}*/
#marqueecontainer{
position: relative;
width: 185px; /*marquee width */
height: 115px; /*marquee height */
overflow: hidden;
text-align: center;
}
.enquiry {
	width: 181px;
	height: 174px;
	background-image: url(./images/enquiry.gif);
	background-repeat: no-repeat;
	padding: 56px 0 0 14px;
	color: #fff;
	margin-top: 15px;
	display: none;
	}
.textinput2 {
  float:right;
	width: 110px;
	}
.textinput1 {
  float:right;
	width: 90px;
	height: 47px;
	}
.imageinput {
  float:right;
	}
	
.foot {
  position: absolute;
  left: -224px;
	bottom: -64px;
	width: 965px;
	height: 64px;
	background-image: url(./images/foot.gif);
	background-repeat: no-repeat;
	}
.share {
  position: absolute;
	right: -10px;
	top: 103px;
	height: 50px;
	}
.copyright {
  position: absolute;
  right: 10px;
	top: 93px;
	color: #94a6be;
	}
.copyright a {
  color: #fdfdfe;
	font-weight: bold;
	}

.splash {
  position: absolute;
	top: 0;
	left: 0;
	}

.enter {
  position: absolute;
	left: 715px;
	top: 34px;
	width: 234px;
	height: 49px;
	padding: 5px;
	text-align: center;
	background-image: url(./images/enter.png);
	color: #fff;
	}

.latestnews {
  position: absolute;
	top: 25px;
	right: 0;
	color: #fff;
	width: 741px;
	}

.rightlinks {
  position: absolute;
	top: 0;
	right: -30px;
	}

.myaccount {
  position: absolute;
	top: 0px;
	right: 0;
	}
a.myaccount {
  color: #fff;
	}

.evenbg {
  width: 684px;
	height: 66px;
	background-image: url(./images/evenbg.gif);
	margin-bottom: 8px;
	padding: 24px 0 0 18px;
	font-size: 14px;
	color: #840707;
	}
.evenbg b {
	color: #012d6b;
	}

.oddbg {
	background-image: url(./images/oddbg.gif);
	}
