html, body,h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, var, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
ol {
	margin-left: 1.4em;
	list-style: decimal;
	text-align: left;
	padding-left: 30px;
}

ul {
	margin-left: 1.4em;
	text-align: left;
	padding-left: 30px;
}

img {
	border: 0;
	text-align: center;
}

table {
	margin-left: auto;
	margin-right: auto;
}

th {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

td {
	text-align: center;
}

small {
	color: #000000;
}

small a {
	text-decoration: none;
	color: #000000;
}

small a:hover {
	text-decoration: none;
	color: #860a0e;
}


body,td,th {
	color: #000000;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 400;
	width: 100%;
	
}

#bodybg {
	width: 100%;
	background-image:url(/images/Layout/pageDefault.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;  background-position: center center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;
}

body {
	background-color: #000000;
}

#Header {
	position: relative;
	width: 100%;
	border-top: 6px solid #860a0e;
	background-color:#FFF; background-color: rgba(255,255,255,0.85);
}

#HeaderMain {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#HeaderMain #phoneNo {
	position:absolute;
	bottom: 20px;
	right:0;
	text-align: right;
	font-size: 26px;
	font-family: 'PT Serif Caption', serif;
	color: #860A0E;
}

#HeaderMain #openingTimes {
	position:absolute;
	bottom: 24px;
	left:0;
	text-align: left;
	font-size: 12px;
	font-family: 'PT Serif Caption', serif;
}

#HeaderMain img {
	position: relative;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

#MenuBar {
	position: relative;
	width: 100%;
	background-color:#FFF;
	background-color: rgba(246,246,246,0.9);
	border-top: 1px solid #860a0e;
	border-bottom: 1px solid #860a0e;
	background-position: top center;
	background-repeat: no-repeat;
	height: 46px;
}

/* Main menu settings */
#Menu {
	clear:both;
	position: relative;
	padding:0; /* black line below menu */
	width:960px; /* Menu text size */
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	
	/* padding-bottom: 7px; */
}

/* Top menu items */
#Menu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
   font-family: 'PT Serif Caption', serif;
}

#Menu ul li {
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:2px;
   
}
#Menu ul li p {
	color:#000000;
	display:block;
	margin:0;
	line-height:30px;
	text-decoration:none;
	padding-top: 0em;
	padding-right: 25px;
	padding-bottom: 0em;
	padding-left: 25px;
	cursor:pointer;
	font-weight: 400;
	font-size: 14px;
	
}
#Menu ul li a {
	display:block;
	margin:0;
	line-height:30px;
	text-decoration:none;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 400;
	padding-top: 5px;
	padding-bottom: 8px;
	text-transform: uppercase;
}
#Menu ul li a:hover {
	color: #860a0e;
}
#Menu ul li p:hover {
	color: #860a0e;
}
#Menu ul li:hover a,
#Menu ul li.hover a { /* This line is required for IE 6 and below */
   color: #860a0e;
}

/* Submenu items */
#Menu ul ul {
   display:none; /* Sub menus are hidden by default */
   position:absolute;
   top:42px;
   left:0px;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
   z-index: 2000;

}
#Menu ul ul li {
   	left:auto;  /*resets the left:50% on the parent li */


   	margin:0; /* Reset the 1px margin from the top menu */
   	clear:left;
   	width:220px; /*width:100%;*/
	background-color:#FFF;
	background-color: rgba(246,246,246,0.9);
	text-align: left;
	border-left: 1px solid #860a0e;
	border-right: 1px solid #860a0e;
	border-bottom: 1px solid #860a0e;
	padding-top: 8px;
	padding-bottom: 8px;
}

#Menu ul ul li a,
#Menu ul li.active li a,
#Menu ul li:hover ul li a,
#Menu ul li.hover ul li a { /* This line is required for IE 6 and below */
	color: #000000;
   line-height:20px;
padding-top: 2px;
padding-bottom: 2px;   /* overwrite line-height value from top menu */
}
#Menu ul ul li a:hover,
#Menu ul li.active ul li a:hover,
#Menu ul li:hover ul li a:hover,
#Menu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	color:#860a0e;
}

/* Flip the last submenu so it stays within the page */
#Menu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#Menu ul li:hover ul,
#Menu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

#HomeMain {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 500px;
	padding-bottom: 20px;
}

.HomePortals {
	float: left;
	width: 240px;
	text-align: center;
	margin-right: 20px;
}

.HomePortals img {
	border: 10px solid rgba(246,246,246,0.9);
}

.HomePortals img:hover {
	background-color: rgba(0,0,0,0.3);
}

.PortalCaption {
	background-color:#FFF;
	background-color: rgba(246,246,246,0.9);
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.PortalCaption h2 {
	text-transform: uppercase;
}

.PortalCaption p {
	
}

.HomePortals a {
	text-decoration: none;
	color: #860a0e;
}

.HomePortals a:hover {
	text-decoration: underline;
	color: #000;
}

#HomeContent {
	clear: both;
	position: relative;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

#HomeContent p {
	clear: both;
	color: #ffffff;
}

#FooterBg {
	clear: both;
	position: relative;
	width: 100%;
	background-color: #860a0e;
}

#FooterMain {
	clear: both;
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
}

#FooterMain p {
	color: #ffffff;
	font-size: 12px;
}

#FooterMain a {
	text-decoration: none;
	color: #ffffff;
}
