body {
	color: #FFFFFF;
	background-color: #00245D;
	padding: 0px;
	margin: 0px;
	z-index: 10;
}
a:link {
	color: #FFF;
	text-decoration: underline
}
a:visited {
	color:#FFF
}
a:hover {
	color: #EFEFEF;
}

.clearall {
	clear: both;
}
/* header styles */
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00245D;
	background-color: #FFCC00;
	width: 912px;
	position: relative;
	height: 118px;
	background-image: url(objs/hdr_bg.jpg);
	background-repeat: no-repeat;
	z-index: auto;
}
#headerTable {
	height: 90px;
	position: relative;
	z-index: auto;
}
#headerTitle {
	position: absolute;
	font-size: 24px;
	line-height: 24px;
	top: 25px;
	z-index: 100;
	left: 262px;
	width: 530px;
}
.hdrText {
	font-size: 50px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	line-height: .75;
}
.hdrYellowBar {
	/* background-color: #FFDD08; */
	background-color: #9D2426;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 20px;
	color: #FFDD08;
	font-size: 11px;
	padding-left: 15px;
	font-family:Arial, Helvetica, sans-serif;
}
.hdrYellowBar a:link, .hdrYellowBar a:visited, .hdrYellowBar a:hover {
	color: #FFDD08;
	text-decoration:none;
}
/* end of header styles */
/* main body styles */
#main {
	background-color:#5FB4E0;
	width: 912px;
	position: relative;
	background-image: url(/objs/main_bg.jpg);
	height: 100%;
	background-repeat: repeat-x;
}
/* sidebar styles */
#sidebar {
	width: 220px;
	float: left;
	left: 13px;
	position: relative;
}
/* menu */
#menu {
	background-color: #00245D;
	width: 220px;
	padding-top: 14px;
}
.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 17px;
	width: 180px;
	list-style-type: none;
	text-decoration: none;
	line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00407C;
	background-image: url(/objs/menu_flag.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-transform: uppercase;
	font-weight: bold;
}
.menuItemRoll {
	margin-left: 17px;
	width: 180px;
	list-style-type: none;
	text-decoration: none;
	line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00407C;
	background-image: url(/objs/menu_flag_down.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-transform: uppercase;
	font-weight: bold;
}

#menu a:link, #menu a:visited, #menu a:hover {
	text-decoration: none;
}
.menuSub {
	padding-left: 20px;
	line-height: 1.5;
	color: #8092AE;
	padding-bottom: 5px;
}
.menuSubTitle {
	padding-top: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #8092AE;
}
.menuSubText {
	padding-left: 15px;
}

.menuSub a:hover {
	color:#ADB9CB;

}
/* End of menu */
/* Main Content Area  styles */
#mainContent {
	width: 648px;
	position: relative;
	float: right;
	right: 13px;
	padding-top: 14px;
}
#mainContent img {
padding:4px;

}
#TitleBar {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #00245D;
	background-image: url(/objs/titlebar_flag.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 18px;
	font-style: italic;
}
#TitleBar h1 {
	font-size: 18px;
	font-weight: normal;
	padding-right: 30px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
}
#TxtBox {
	background-color: #00245D;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 11px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2F6A9C;
	border-right-color: #2F6A9C;
	border-bottom-color: #2F6A9C;
	border-left-color: #2F6A9C;
	padding: 5px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#TxtBox p {
	padding-right: 2px;
	padding-left: 2px;
	line-height: 1.5;
}
#TxtBox h1 {
	font-size: 16px;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 19px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(objs/featurebox_flag.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: -5px;
}
#TxtBox h2 {
	font-size: 15px;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 19px;
	padding-bottom: 0px;
	background-image: url(objs/featurebox_flag.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: -5px;
	margin-top: 30px;
}
#TxtBox h3 {
	font-size: 14px;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#TxtBox .highlight {
	background-color: #2F6A9C;
	margin: 10px;
	padding: 5px;
}

.image {
	background-color: #5FB4E0;
	padding: 4px;
	border: 0px solid #2F6A9C;
	margin-right: 5px;
	margin-left: 5px;
}

/* Form buttons */
form {
	margin: 0px;
	padding: 0px;
}
.formSmallText {
	font-size: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px solid #FFFFFF;
	padding: 2px;
}
.formSmallLabel {
	font-size: 10px;
}

.formSmallButton {
	background-color: #2F6A9C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: 0px solid #2F6A9C;
}
.formButton {
	background-color: #2F6A9C;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 30px;
	background-image: url(objs/featurebox_flag.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-transform: uppercase;
	border: 0px solid #2F6A9C;
	height: 20px;
	font-weight: bold;
}
.formButtonSmall {
	background-color: #2F6A9C;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(objs/featurebox_flag.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-transform: uppercase;
	border: 0px solid #2F6A9C;
	height: 20px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 15px;
}

/* Slide show */
.slideshow {
	background-color: #000000;
	padding: 3px;
	height: 240px;
	width: 300px;
}
.slideshowHomepage {
	background-color: #5FB4E0;
	padding: 3px;
	width: 330px;
	height: 290px;
}

.slideshowCorp {
	background-color: #5FB4E0;
	padding: 3px;
	height: 229px;
	width: 270px;
}
/* sub content */
.SubTxtBox {
	background-color: #00245D;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 11px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2F6A9C;
	border-right-color: #2F6A9C;
	border-bottom-color: #2F6A9C;
	border-left-color: #2F6A9C;
	padding: 5px;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
}
.SubTxtBox p {
	padding-right: 2px;
	padding-left: 2px;
	line-height: 1.5;
}

.SubTxtBox h1 {
	font-size: 16px;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 19px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(http://www.historicdockyard.co.uk/objs/featurebox_flag.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: -5px;
}
.SubTxtBox h2 {
	font-size: 15px;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 19px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url(http://www.historicdockyard.co.uk/objs/featurebox_flag.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: -5px;
	margin-top: 0px;
}
.SubTxtBox h3 {
	font-size: 14px;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.SubTxtBoxDynamic {
	padding-left: 12px;
}
.SubTxtBoxDynamic strong {
	font-size: 14px;
	position-top: 25px;
}



/* End of sub content /*
/* End of main body styles */
/* Footer styles */
#footer {
	background-color: #0089CE;
	width: 912px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;

}
#footer p {
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-top: 1px;
	padding-right: 13px;
	padding-bottom: 2px;
	padding-left: 13px;
	margin: 0px;
}
#footer .footer td {
	padding: 5px;
}
/* End of Footer styles */
#headerTitle h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 28px;
}
#slideshow {
	float: right;
	padding: 5px;
	margin-left: 15px;
	background-color: #5FB4E0;
}
