/* =========================================== */
/*                  Royal Oak                  */
/*               Roger H. Nuttall              */
/* =========================================== */
/* General settings */
body{
	color:#333333;
	font:12px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0;
	scrollbar-3dlight-color: #6a6a6a;
	scrollbar-arrow-color: #D4CCD7;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #75637C;
	scrollbar-highlight-color: #D4CCD7;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #D4CCD7;
	background-color: #85A0BD;
}
#PageWrapper {
	width: 980px;
	padding: 0px;
	vertical-align: top;
	background-color: #85A0BD;
	height: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: static;
} 
#MainBody {
	margin-top: 0px;
	margin-left: 0px;
	border: thin solid #00295B;
	background-color: #E3E5E7;
	height: 500px;
	width: 980px;
	position: absolute;
	z-index: 2;
}
#LeftColumn {
	background-color: #00295B;
	border: thick solid #0A54AD;
	width: 300px;
	height: 400px;
	margin-top: 2px;
	margin-left: 2px;
	position: relative;
}

#MenuContainer {
	background-color: #00007A;
	height: 400px;
	width: 240px;
	margin-left: 30px;
	position: absolute;
	background-image: url(../images/Logo.jpg);
	border: thin solid #000000;
	background-repeat: no-repeat;
	margin-top: -30px;
	top: 1px;
	visibility: visible;
	z-index: 1;
}
#MenuImageContainer {
	height: 140px;
	width: 220px;
	background-color: #000000;
	position: relative;
	border: medium solid #0A54AD;
	left: 8px;
	top: 18px;
}
#SubMenuContainer {
	background-color: #00295B;
	border: thick solid #0A54AD;
	width: 200px;
	left: 315px;
	position:absolute;
	height:480px;
	z-index:1;
	top: 2px;
}

p {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#RightTripleColumn {
	position:absolute;
	width:640px;
	height:482px;
	z-index:2;
	left: 320px;
	top: 2px;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	overflow : auto;
	visibility: visible;
}
#RightTripleColumn  img {
	border: 1px solid #000000;
	padding: 4px;
	background-color: #FFFFFF;
	margin: 4px;
}
#RightDoubleColumn {
	position:absolute;
	width:432px;
	height:482px;
	z-index:2;
	left: 528px;
	top: 2px;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#RightDoubleColumn  img {
	border: 1px solid #000000;
	padding: 4px;
	background-color: #FFFFFF;
	margin: 4px;
}
#RightSingleColumn {
	position:absolute;
	width:186px;
	height:482px;
	z-index:2;
	left: 774px;
	top: 2px;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	visibility: visible;
}
#RightSingleColumn  img {
	border: 1px solid #000000;
	padding: 2px;
	background-color: #024385;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#LeftDoubleColumn {
	position:absolute;
	width:432px;
	min-height:482px;
	z-index:2;
	left: 320px;
	top: 2px;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	visibility: visible;
	overflow: auto;
	height: 486px;
}
#LeftDoubleColumn h3 {
	font-size: 12px;
	font-weight: bold;
	color: #036;
	margin-bottom: 0px;
}

#LeftDoubleColumn img {
	border: 1px solid #000000;
	padding: 4px;
	background-color: #FFFFFF;
	margin: 4px;
}

#Gallery {
	position:absolute;
	width:640px;
	height:482px;
	z-index:2;
	left: 320px;
	top: 2px;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#Header {
	background-image: url(../images/Background-Header.jpg);
	width:100%;
	height: 90px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Header ul {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	list-style-type: none;
	margin: 0;
	top: 2em;
	width: 100%;
}
#Header li {
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-top: 0.6em;
}
#Header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
}
#Header a:hover{
	background-image: none;
	color: #990000;
}
#Breadcrumb {
	line-height: 32px;
	width: 100%;
	background:#FFFFFF;
}
#Breadcrumb h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-left: 4px;
	font-weight: bold;
	font-variant: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#BodyLine{
	width: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 6px;
}
#Footer {
	font-size: 10px;
	color: #000000;
	text-align: center;
	background-image: url(images/Background-Footer.jpg);
	height: 30px;
	width: auto;
	clear: both;
	margin: 0px;
	padding: 0px;
}
/*         END Section Menu */	

/* Sidebar Content */	

#LeftSidebar {
	width: 180px;
	background-color: #000000;
}

#RightSidebar {
	width: 180px;
	background-color: #000000;
}
.sidebox {
	background-color: #024385;
	border: thin solid #000;
	padding: 2px;
	width: 180px;
	margin-right: Auto;
	margin-left: Auto;
	margin-top: 0px;
	margin-bottom: 6px;
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/Background-Sidebox.jpg);
	background-repeat: repeat-x;
}

.sidebox h2 {
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 6px;
}

.sidebox p {
	color: #E5E5E5;
	font-size: 11px;
}
.sidebox a {
	color: #FFF;
}
.sidebox ol {
	margin-left: -20px;
	margin-top: 6px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #FFF;
}
.sidebox ul {
	margin-left: -20px;
	margin-top: 6px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #FFF;
}


#RightSingleColumn .sidebox p img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#Newsletter h1 {
	color: #FFF;
	font-size: 12px;
}

/* Start of Fragment Layoiuts */
.fragmentContainer {
	width:580px;
	float:right;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	background-color: #FFCCCC;
}
.fragmentHeader {
	background-image: url(../images/Background-Fragment-Top.jpg);
	width: auto;
	height: 16px;
}
.fragmentHeader h1 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-indent: 10px;
	letter-spacing: 0.2em;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.fragmentHeader a {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-indent: 10px;
	letter-spacing: 0.2em;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.fragmentBody {
	width: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.fragmentBody h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.2em;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px -16px;
	padding: 0px;
}
.fragmentFooter {
	background-image: url(../images/Background-Fragment-Bottom.jpg);
	width: auto;
	line-height: 10px;
	height: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-repeat: no-repeat;
}
.fragmentFooter a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
/* End of Fragment Layouts */
/* Start of Snippet Layouts */
.snippetContainer {
	margin-bottom: 10px;
	margin-left: 5px;
}
.snippetHeader {
	background-image: url(../images/preview/Background-Sidebar-Yellow-Top.jpg);
	width: 150px;
	height: 16px;
}
.snippetHeader h1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
	letter-spacing: 0.2em;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.snippetBody {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC9900;
	border-left-color: #CC9900;
	padding-right: 2px;
	padding-left: 2px;
	width: 144px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 11px;
}
.snippetFooter {
	background-image: url(../images/preview/Background-Sidebar-Yellow-Bottom.jpg);
	line-height: 10px;
	width: 150px;
	height: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
.snippetFooter a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
/* End of Fragment Layouts */
/* Start of Ad Layouts */
.adContainer {
	margin-bottom: 10px;
	margin-left: 5px;
}
.adHeader {
	background-image: url(../images/preview/Background-Sidebar-Green-Top.jpg);
	width: 150px;
	height: 16px;
}
.adHeader h1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
	letter-spacing: 0.2em;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.adBody {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006600;
	border-left-color: #006600;
	padding-right: 2px;
	padding-left: 2px;
	width: 144px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.adFooter {
	background-image: url(../images/preview/Background-Sidebar-Green-Bottom.jpg);
	line-height: 10px;
	width: 150px;
	height: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
.adFooter a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
/* End of Fragment Layouts */


/* Figure Display -------------------------------------------------------*/
div.figureRight {
  float: right;
  width: 10%;
  margin: 0.3em;
  padding: 0.3em;
}
div.figureRight p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.figureLeft {
  float: left;
  width: 10%;
  margin: 0.3em;
  padding: 0.3em;
}
div.figureLeft p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0px;
}
.highlighter {
	background-color: #00FF00;
}
.imagePadding {
	padding: 4px;
}
.caption {
	font-size: 10px;
	color: #000033;
	font-style: italic;
}
.tinyText {
	font-size: 10px;
}
h1 {
	color: #036;
	margin-top: 2px;
	margin-bottom: 4px;
}
h2 {
	color: #036;
	margin-top: 14px;
	text-align: center;
	font-size: 16px;
}
.map {
	border: medium solid #000;
	background-color: #666;
	padding: 2px;
	color: #FFF;
	height: 130px;
}
.map a {
	color: #FFF;
	text-decoration: none;
}
#popupThanks {
	background-color: #FFF;
	border: 1px solid #000;
}
.centre {
	text-align: center;
}
.Snippet {
	background-color: #E3E5E7;
	padding: 3px;
	height: auto;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	margin-top: 10px;
}
.Snippet h2 {
	font-size: 14px;
	margin-bottom: 4px;
	margin-top: 0px;
	color: #FFF;
	background-color: #000;
	padding-top: 4px;
	padding-bottom: 4px;
}
.Snippet p {
	font-size: 11px;
	color: #00295B;
}
.Snippet ol {
	margin-left: -18px;
	margin-top: 6px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #900;
}
#RHN {
	position:absolute;
	width:128px;
	height:30px;
	z-index:3;
	left: 280px;
	top: 506px;
	font-size: 10px;
	color: #5E81A8;
}
#RHN a {
	color: #6284AA;
	text-decoration: none;
}
.videoWrapper {
	background-color: #333;
	border: medium solid #000;
}

