/**************** Body and tag styles ****************/
* {margin: 0;}
body, h1, h2, h3, h4, h5, h6, p, blockquote, label, fieldset, ul, ol, dl, li, object, table, th, tr, td  {padding: 0;}
body {
	color: #000;
	background-color: #000;
	background-image: url(../images/main/bg.jpg);
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	background-repeat: repeat-x;
	background-position: top;
}
img {border:none;
}
h1 {font-size: 0.9em;
	margin-bottom: .5em;
	font-weight: bold;
	color: #0083C7;
	text-transform: uppercase;
}
h2 {font-size: 0.9em;
	font-weight: bold;
}
h3 {font-size: 1em;
	border-bottom: 1px solid #f00;
}
h4 {font-size: .9em;
	color: #f00;
}
h5 {font-size: .9em;
	color: #3A1D5C;
	text-align: center;
	margin-top: 1em;
}
p, ol {font-size: .8em;
	margin-bottom: 1em;
}
a {text-decoration: underline;}
a:link, a:visited {color: #872131;}
a:hover,a:active {color: #c00; text-decoration: none;}
/**************** Container styles ****************/
#container {
	width: 965px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}
/**************** Header styles ****************/
#header {
	background: url(../images/main/header.jpg) no-repeat left top;
	height: 190px;
	position: relative;
}
#navigation {
	height: 54px;
	clear: both;
	top: 0px;
	background: url(../images/main/navbg.gif) no-repeat 28px top;
}
#subnavigation {
	clear: both;
	height: 20px;
}
#headerlogo {
	position: relative;
	top: 25px;
	left: 25px;
	float: left;
	z-index: 10;
}
#mainbody {
	width: 860px;
	margin-left: 52px;
}
#sponsorslogo {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 154px;
}
#sponsorslogo img {
	float: right;
	margin: 0 2px 2px 0;
}
/**************** Navigation styles ****************/
ul#navbar {
	margin-left: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
ul#navbar li {
	margin-top: 1px;
	display: inline;
	list-style: none;
	height: 25px;
	float: left;
	border-left: 1px solid #000;
	position: relative;
	z-index: 100;
	font-weight: bold;
}
ul#navbar li a {
	display: block;
	height: 25px;
	text-align: center;
	width: 90px;
	line-height: 25px;
	color: #000;
	font-size: .7em;
	font-weight: bold;
}
ul#navbar li a:link, ul#navbar li a:visited {
	text-decoration: none;
}
ul#navbar li a:hover, ul#navbar li a:active {
	text-decoration: none;
	color: #fff;
	background-color: #0083C7;
}
ul#navbar li.firstlink {
	border-left: none;
}
ul#navbar li.firstlink a {
	width: 65px;
}
ul#navbar li.secondlink a {
	width: 114px;
}
ul#navbar li.firstlink a:hover, ul#navbar li.firstlink a:active {
	text-decoration: none;
	color: #fff;
	background: url(../images/main/navbgblue.gif) no-repeat left top;
	background-color: #fff;
}
ul#navbar li.lastlink a:hover, ul#navbar li.lastlink a:active {
	text-decoration: none;
	color: #fff;
	background: url(../images/main/navbgblue.gif) no-repeat right top;
	background-color: #fff;
}

/*Sub menu*/
ul#navbar li ul {
	position: absolute;
	left: -1px; top: 25px;
	width: 120px;
	margin-left: 0;
}
ul#navbar li ul li {
	float: left;
	display: none;
	position: relative;
	list-style-type: none;
	height: 25px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 0px;
}
ul#navbar li:hover ul li {
	display: block;
	background-color: #FCB131;
}
ul#navbar li ul li a {
	display: block;
	height: 25px;
	line-height: 24px;
	background-color: #0083C7;
	width: 120px;
}
ul#navbar li:hover {
	background-color: #0083C7;
	color: #fff;
}
ul#navbar li ul li.firstlistitem {
	border-top: 1px solid #000;
}
ul#navbar li ul li.submenuitem a {
	background: #0083C7 url(../images/main/rightarrow.gif) no-repeat 108px 9px;
}
/*Sub Sub menu*/
ul#navbar li ul li ul {
	position: absolute;
	left: 120px; top: -1px;
	margin-left: 0;	
}
ul#navbar li ul li ul li {
	position: relative;
	list-style-type: none;
	height: 25px;
	margin-top: 0px;
	display: none;
}
ul#navbar li:hover ul li ul li {
	display: none;
	background-color: #FCB131;
}
ul#navbar li ul li:hover ul li {
	display: block;
}
ul#navbar li ul li.submenuitem ul li a {
	display: block;
	height: 25px;
	line-height: 24px;
	background: #0083C7 none;
	width: 120px;
}
ul#navbar li ul li ul li.firstsublist {
	border-top: 1px solid #000;
}
/**************** Content styles ****************/
#maincontent {
	clear: both;	
	float: left;
	width: 430px;
	margin: 50px 0px 0px 62px;
	height: 340px;
	overflow: auto;
}
#slideshow {
	float: right;
	position: relative;
	width: 300px;
	height: 450px;
	border: 1px solid #872131;
	margin: 0px 0px 0px 50px;
}
#slideshow img {
	display: none;
	position: absolute;
	top: 0; left: 0;
}

/**************** Footer styles ****************/
#footer {
	clear: both;
	float: left;	
	width: 965px;
	height: 60px;
	font-size: .8em;
	text-align: center;
	color: #872131;
	margin-top: 0px;
	left: 0px;
	bottom: 2px;
	line-height: 30px;
	background-color: #C3D0E0;
}
#footer a:link, #footer a:visited {color: #872131; text-decoration: none;}
#footer a:hover, #footer a:active {color: #0083C7; text-decoration: underline;
}
/**************** Misc classes and styles ****************/
.boldtext {font-weight: bold;}
.italictext {font-style: italic;}
.normaltext {font-weight: normal;}
.floatleft {float: left;}
.textcentre {text-align: center;}
.textright {text-align: right;}
.gallerythumbs {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	height: 75px;
	clear: none;
}
.smallitalic {
	font-size: 10px;
	font-style: italic;
}
.imageright {
	float: right;
	margin-left: 10px;
	border: thin solid #872131;
}
.imageleft {
	float: left;
	margin-right: 10px;
	border: thin solid #872131;
}

ul#sitemap{
	font-size: 10px;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 15px;
	padding-bottom: 5px;
}
ul#sitemap li ul li{
	font-size: 10px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	padding-bottom: 5px;
}
