﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	background: #3D5864 url(../Images/Layout/scrollBack.png) repeat scroll 0 0;
	background-color: #3D5864;
}

.outer {
	float: left;
	width: 1250px;
	margin: 0 auto 0 auto;
	padding: 0 auto 0 auto;
	text-align: center;
	background: #3D5864 url(../Images/Layout/scrollBack.png) repeat scroll 0 0;
	background-color: #3D5864;
}

/*------------------------------------------
 Headings
------------------------------------------*/
h1, h2 { 
	font-size: 16px;
	font-weight: lighter;
	text-decoration: none;
	color: #004A7F;
}

h2 {
	color: Navy;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	color: Navy;
	font-weight: lighter;
	font-size: 18px;
}

h2.register, h2.info, h2.block, h2.question, h1.booking, h2.warning, .errorcontainer h2, .successcontainer h2, h2.promotion, h2.special, h2.music { 
	height: 32px; 
	padding-left: 35px;
	padding-top: 7px;
	background-image: url(../Images/Icons/key.png);
	background-repeat: no-repeat;
	margin-bottom: 0;
	margin-top: 0;	
}

h2.info { 
	background-image: url(../Images/Icons/info.png); 
	padding-left: 40px;
}

h2.question {
	background-image: url(../Images/Icons/question.png); 
	padding-left: 40px;
}

h2.warning { 
	background-image: url(../Images/Icons/warning.png); 
	padding-left: 40px;
}


h2.promotion {
	background-image: url(../Images/Icons/promotion.png); 
	padding-left: 40px;
	font-size: 12px;
	font-weight: normal;
}

h2.special{
	background-image: url(../Images/Icons/usercomment.png); 
	padding-left: 40px;
	font-size: 14px;
	font-weight: normal;
}

h2.music {
	background-image: url(../Images/Icons/music.png); 
	font-weight: lighter;
	text-decoration: underline;
	padding-left: 40px;
}

h1.booking {
	background-image: url(../Images/Icons/phonebookedit.png); 
	padding-left: 50px;
	padding-top: 15px;
}

h2.block, .errorcontainer h2 {
	margin: 0;
	font-size: 11px !important;
	color: Black;
	background-image: url(../Images/Icons/block.png); 
}
.errorcontainer h2 { 
	margin: 0;
}

.successcontainer h2 { background-image: url(../Images/Icons/success.png); }

h4 { color: #004A7F; 
	font-weight: normal; 
}

/*------------------------------------------
 End Headings
------------------------------------------*/

p { margin-bottom: 5px; }

a, a:visited { color: Blue; }

.topmargin {
	margin-top: 15px;
}

#titlebar {
	float: left;
	width: 1000px;
	height: 198px;
	margin: 0;
	background-image: url(../Images/Layout/mainBannerOrig.png);
}

#mainmenu, #scrollinginfo, .standardsidebaritem {
	min-width: 175px;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;
	border-right: solid 1px #D4E7ED;
}

#scrollinginfo { 
	width: 185px;
	height: 145px;
	margin: 0;
	padding: 0;
}

#mainmenu ul, .standardsidebaritem ul { 
	list-style-type: none; 
	margin-left: 2px;
	padding-left: 0;
	text-align: left;
}

#mainmenu ul li, .standardsidebaritem ul li { margin-bottom: 8px; }

#mainmenu h1, #scrollinginfo h1, .standardsidebaritem h1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

#scrollinginfo h1 { padding-left: 10px; }

#maincontent {
	float: right;
	width: 775px;
	min-height: 400px;
	margin-right: 20px;
	margin-top: 30px;
	text-align: left;
	background-color: #FFFFFF;
	
}
.container {
	float: left;
	background-color: #FFF;
	width: 1000px;
	min-height: 500px;
	padding-bottom: 30px;
}

.contentcenter{
	width: 780px;
	padding: auto;
	margin: auto;
	text-align: center;
}

#sidebars { 
	float: left; 
	clear: none;
	width: 135px;
	min-height: 400px;
}

#topnav { 
	float: left;
	width: 1000px; 
}

ul.topnav {
	list-style-type: none;
	float: right;
	width: 980px;
	margin: 0;
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-image: url(../Images/Layout/listNav.png);
}

ul.topnav li { 
	display: inline;
	float: left; 
	margin-right: 30px;
	font-size: 12px;
	color: White;
}

ul.topnav li a, #mainmenu ul li a, .standardsidebaritem ul li a { 
	text-decoration: none;
	font-size: 11px;
	color: White;
}

ul.topnav li a:hover { text-decoration: underline; }

#mainmenu ul li a, .standardsidebaritem ul li a { color: Gray; }

#mainmenu ul li a:hover, .standardsidebaritem ul li a:hover { font-weight: bold; }

.loginimageborderpadding
{
	padding: 5px;
}

.sectiondivider { 
	min-width: 755px; 
	min-height: 5px; 
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #D4E7ED;
}

.floatright { float: right; }

.floatleft { float: left; }

.maxwidth { width: 1000px !important; }

.submitbutton { margin-right: 10px; }

.mmloginsubmitbutton { 
	margin-right: 45px;
	margin-top: 5px; 
	width: 175px;
}

.messagetext {
	font-size: 12px;
	font-family: Arial;
}

.largertext { font-size: 12px; }

.regulartext { font-size: 11px; }

p.larger {
	font-size: 12px;
}

.gray { color: Gray; }

a img { border: none; }

.profileportrait {
	float: left;
	clear: none;
	width: 195px;
	padding: 5px 2px 3px 5px;
	border: solid 1px #D4E7ED;
	margin-right: 20px;
}

.profilecaption {
	float: left;
	clear: none;
	width: 192px;
	padding: 5px;
	border: solid 1px #D4E7ED;
	margin-right: 20px;
	margin-top: 10px;
	text-align: center;
	background-image: url(../Images/Icons/idcard.png);
	background-repeat: no-repeat;
}

.wide { width: 750px !important; }

.fullwidth { width: 762px !important; }

.errorwidth { width: 740px; }

.confirm label { padding-top: 0 !important; }

.confirm p { margin-top: 7px; }

.alignleft { text-align: left !important; }

.aligncenter { text-align: center !important; }

.paddingtopsmall { padding-top: 10px; }

.margintopsmall { margin-top: 15px; }

.marginbottomsmall { margin-bottom: 15px; }

.marginbottommedium { margin-bottom: 60px !important; }

.marginleftmedium { margin-left: 60px; }

.marginleftlarge { margin-left: 150px; }

.marginrightsmall { margin-right: 20px; }

.submitprofileedit { margin-right: 60px !important; }

.thinborder { 
	border: solid 1px #D4E7ED; 
	padding: 5px;
}

ul.basiclist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 5px;
} 
 ul.basiclist li { 
	margin-bottom: 5px; 
	padding: 0;
}

.selectionblue {
	width: 470px;
	height: 377px;
	margin-top: 25px;
	background-image: url(../Images/Layout/menuback.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

.selectionblue ul {
	list-style-type: none;
	padding: 66px 0 0 170px;
	margin: 0;
	
}

.selectionblue ul li, .selectionblue ul li a {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #004A7F;
}

/*------------------------------------------
 Information Boxes
------------------------------------------*/
.errorcontainer {
	float: left;
	min-width: 450px;
	margin-bottom: 10px;
	padding: 5px;
	color: Black;
	border: solid 1px Red;
	background-color: #FFC3BC;
}

.errorcontainer ul {
	margin-top: 0;
}

.successcontainer {
	min-width: 450px;
	margin-bottom: 10px;
	padding: 5px;
	color: Black;
	border: solid 1px Green;
	background-color: #E3F0D5;
}

.infobox, .specialinfoboxorange { 
	float: left;
	width: 285px;
	padding: 5px;
	border: solid 1px #D4E7ED;
	color: Gray;
	margin-bottom: 10px;
}

.specialinfoboxorange {
	width: 637px;
	border: solid 1px #FFDA84;
	margin-top: 15px;
	text-align: left !important;
}

.maxlength { width: 750px; }
.centeralign { text-align: center !important; }

.boxmargintop { margin-top: 20px; }

.latestinfo {
	width: 775px;
	float: left;
	clear: none;
}

.newandlatest {
	border: solid 1px #D4E7ED;
	clear: none;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 3px 10px 3px;
	background-repeat: no-repeat;
	width: 240px;
	height: 175px;
}

.newandlatest h1 { 
	margin: 3px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
 }

img.noformat { 
	text-align: left; 
	margin: 0;
	padding: 0;
}

.masterfooter  {
	float: left;
	width: 920px;
	height: 50px;
	padding-left: 80px;
	background-color: #FFF;
}

/*------------------------------------------
 End Information Boxes
------------------------------------------*/

/*------------------------------------------
 Gallery
------------------------------------------*/
.gallery {
	float: left;
	list-style-type: none;
	width: 280px;
	margin: 0;
	padding: 0;
}

.gallery li { 
	display: inline;
 } 
 
 .gallery li img, img.border { 
	padding: 5px;
	border: solid 2px #D4E7ED; 
}

.fullimage {
	float: right;
	width: 470px;
	min-height: 312px;
	padding: 5px;
	border: solid 1px #D4E7ED;
}

.linkedphoto {
	padding: 5px;
	border: solid 1px Gray;
}

.thumbstretch { height: 352px; }

/*------------------------------------------
 End Gallery
------------------------------------------*/

/*------------------------------------------
 Community Group Pages
------------------------------------------*/
.photoarea {
	float: left;
	width: 250px;
	padding-right: 20px;
	margin-bottom: 20px;
	border-right: solid 1px #D4E7ED;
}

.cgtextarea {
	float: right;
	width: 430px;
	margin-right: 50px;
}
/*------------------------------------------
 Community Group Pages
------------------------------------------*/