/*--------------body-------------------*/

body {
	background-color: #003366;
	font-family: "Times New Roman", Times, serif;
	color: #003366;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 90%;
}

/*--------------container-------------------*/

#container{
	width: 680px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/contentbg.gif);
	background-repeat: no-repeat;
}

/*--------------header-------------------*/

#header {      
	width: 680px;
	height: 220px;
	display: block;
}

#hlogo {
	height: 220px;
	width: 680px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

/*--------------nav-------------------*/

#tdlogo {
	width: 187px;
	height: 20px;
}

#nav {
	width: 187px;
	height: 495px;
	float: left;
	background-image: url(images/nav_bg.gif);
	display: block;
}

#navmenu {
	position: absolute; 
	margin: 0px; 
	padding: 0px;
	position: relative; 
	height: 40px;
	background: url(images/navigation.gif);	
	width: 166px;
	display: block;
}

#navmenu li {
	width: 166px;
	height: 72px;
	position: absolute;
	background: url(images/navigation.gif) no-repeat;
	display: block;
	list-style: none;
}

#navmenu a {
	height: 72px;
	display: block;
	text-decoration: none;
}

#navmenu a:hover {
		text-decoration: none;
}

#navbuttons {
	height: 72px;
}

#navmenu #navbg1 {
	left: 0px;
	background-position: 0px -0px;
	top: 0px;
}

#navmenu #navbg2 {
	left: 0px;
	background-position: 0px -72px;
	top: 72px;
	
}

#navmenu #navbg3 {
	left: 0px;
	background-position: 0px -144px;
	top: 144px;
}

#navmenu #navbg4 {
	left: 0px;
	background-position: 0px -216px;
	top: 216px;
}

#navmenu #navbg5 {
	left: 0px;
	background-position: 0px -288px;
	top: 288px;
}

#navmenu #navbg1 a:hover {
	background: url(images/navigation.gif) no-repeat 0px -360px;
}

#navmenu #navbg2 a:hover {
	background: url(images/navigation.gif) no-repeat 0px -432px;
}

#navmenu #navbg3 a:hover {
	background: url(images/navigation.gif) no-repeat 0px -504px;
}

#navmenu #navbg4 a:hover {
	background: url(images/navigation.gif) no-repeat 0px -576px;
}

#navmenu #navbg5 a:hover {
	background: url(images/navigation.gif) no-repeat 0px -648px;
}

/*--------------main-------------------*/

#main {
	float: right;
	width: 470px;
	padding-top: 10px;
	padding-right: 20px;

}

#main a{
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

#main a:hover{
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/*--------------footer-------------------*/

#footer {
	clear: both;
	height: 154px;
}

#buttons {
	height: 154px;
}

#menu {
	margin: 0px; 
	padding: 0px;
	height: 154x;
}

#menu li {
	height: 154px;
	background: url(images/footer.gif) no-repeat;
	display: block;
	list-style: none;
}

#menu a {
	height: 154px;
	display: block;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
}

#menu #bg1 {
	left: 0px;	
}

#menu #bg1 a:hover {
	background: url(images/footer.gif) no-repeat 0px -154px;
	width: 680px;
}

/*--------------other-------------------*/

.hidden {
	visibility: hidden;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	color: #990000;
}

.bold {
	font-weight: bold;
}

/*--------------contact form-------------------*/

#form {
	margin-left: 75px;
}

.sendbutton	{
	border: 1px solid #003366;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003366;	
}

.textbox {
	border: 1px solid #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
	width: 300px;
	margin-top: 3px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.bigbox {
	border: 1px solid #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
	height: 100px;
	width: 300px;
	margin-top: 3px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.border {
	border: 1px solid #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
}

.greyborder {
	border: 1px solid #ADADAD;
}

.red {
	color: #C65573;
}

.centre {
	text-align: center;
}
