/* CSS Document */
html, body { 
height: 100%; 
}

/* RESET
************************************************************/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, address, form, fieldset, hr, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	z-index:1;
}
img, fieldset { border: none; }
a { text-decoration: none; }
li {
	list-style-type: none;
	display:inline;
}
a img { border: 0; }
abbr, label { cursor: pointer; }
table { border-collapse: collapse; }
img {
	vertical-align:middle;
}

/* GLOBAL
************************************************************/
body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	color:#434343;
	text-align:center;
	height:auto !important;
	min-height:500px;
	height:500px;
}
a {
	color:#363466;
	text-decoration:none;
}
a:hover, a:focus {
	color:#363466;
	text-decoration:underline;
}
a.btn {
	background:url(../images/btn_bg.gif) bottom left repeat-x;
	color:#3e3e3e;
	text-decoration:none;
	padding:5px;
	border-bottom:#5d0002 solid 1px;

}
#pageholder {
}
body#homepage #pageholder {
}
#all {
	background:url(../images/content_bg.gif) top right repeat-y;
	
	text-align:justify;
	margin:0 auto;
	width:950px;
	min-height:500px;
	position:relative;
}
p { margin: 1.02em 0; }

/* TOP
************************************************************/
#all #top {
	background:url(../images/top_image.jpg) top left no-repeat;
	height:215px;
	position: relative;
}
#all #top .skipto {
	font-size:0;
	position:absolute;
	left:-4000px;
}
#all #top .skipto:active, #all #top .skipto:focus {
	background:#fff;
	font-size:100%;
	padding:13px 0px 0px 20px;
	position:absolute;
	left:0;
	outline:none;
}
#all #top h1 {
	text-indent:-4000px;
	font-size:36px;
	font-weight:normal;
	line-height:100%;
	margin:0;
	padding:0;
}
#all #top h1 a {
	color:#faf1e8;
	text-decoration:none;
}
#all #top h1 a:focus, #all #top h1 a:active{
	outline:#6C6C6C solid 1px;
}
#all #top .motto {
	font-size:13px;
	letter-spacing:1px;
	margin:0;
	padding:0;
	padding-left:32px;
	position:absolute;
	bottom:20px;
}

/* MAINNAV
************************************************************/
#all #navitems {
}
#all #mainnav {
	background:#363466 url(../images/menu_bg.jpg) top left no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style-type:none;
	line-height: 1;
	margin:0;
	padding:0 0 0 110px;
	width:840px;
	height:45px;
	float:left;
	display:inline;
}
#all #mainnav li a {
	line-height: 130%;
}
#all #mainnav ul li a {
	line-height: 100%;
}

/* CONTENT
************************************************************/
#all #content {
	padding:10px 0px 0px;
	width:950px;/*950*/
	float:left;
	display:inline;
}
#all #content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	font-weight:normal;
	margin:1em 0 .5em;
}
#all #content h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	font-weight:normal;
	margin:10px 0 3px;
}
#all #content h4 {
	font-size:120%;
	font-weight:normal;
	color:#da3987;
	margin:3px 0 3px;
}
#all #content p {
	margin:1em 0;
}
#all #content .date {
	color:#a59068;
	margin:0;
}
#all #content .text {
	margin:0;
}
#all #content .more {
}
#all #content ul {
	margin:1.02em 0 1.02em 30px;
	line-height:150%;
}
#all #content ul li {
	display:list-item;
	list-style-type:disc;
}

/* SUBNAV ITEMS
************************************************************/
#all #content #subnavitems {
	margin:20px 0 0;
	padding:0 10px 0 0;
	width:200px;/*210*/
	float:left;
	display:inline;
}
#all #content #subnav {
	margin:0;
	padding:0;
	border-top:#ddd solid 1px;
	list-style-type:none;
}
#all #content #subnav li {
	list-style-type:none;
	display:inline;
}
#all #content #subnav li a {
	padding:5px;
	border-bottom:#ddd solid 1px;
	display:block;
}
#all #content #subnav li a:hover, #all #content #subnav li a:focus, #all #content #subnav li a:active {
	background:#e2dff3;
}

/* MAIN CONTENT
************************************************************/
#all #content #maincontent {
	margin:20px 0 0;
	padding:0 10px 0 0;
	width:630px;/*640*/
	float:left;
	display:inline;
}
#all #content #maincontent h2 {
	margin-top:0;
}

/* ADDITIONAL CONTENT
************************************************************/
#all #additionalcontent {
	margin:20px 0 0;
	width:310px;
	float:left;
	display:inline;
}

/* CONTENT FOR FRONTPAGE
************************************************************/
#all #content .welcomebox {
	background:#e7e6ff url('../images/welcome_bottom_bg.gif') bottom left no-repeat;
	padding:20px 20px 10px 20px;
	width:590px;/*630*/
	height:auto !important;
	height:250px;
	min-height:250px;
	float:left;
	display:inline;
	position:relative;
}
#all #content .welcomebox h2 {
	background:url('../images/welcome_top_bg.gif') top left no-repeat;
	text-indent:-4000px;
	margin:-20px 0 0 -20px;
	width:630px;
	height:110px;
}
#all #content .newsletterbox {
	background:#e7e6ff url('../images/newsletterbox_bottom_bg.gif') bottom left no-repeat;
	padding:20px 20px 10px 20px;
	width:270px;/*310*/
	height:auto !important;
	height:250px;
	min-height:250px;
	float:right;
	display:inline;
	position:relative;
}
#all #content .newsletterbox form {
	background:url('../images/newsletterbox_top_bg.jpg') top left no-repeat;
	margin:-20px 0 0 -20px;
	padding:100px 0px 0px 120px;
	height:auto !important;
	height:69px;/*169*/
	min-height:69px;
	width:190px;/*310*/
}
#all #content .newsletterbox form fieldset {
}
#all #content .newsletterbox form fieldset legend {
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-indent:0;
	margin:0;
	padding:0px 0px 5px 0px;
}
#all #content .newsletterbox form fieldset input {
	background:#f2f2fd url('../images/newsletter_input_bg.gif') no-repeat top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#989898;
	padding:4px 5px 3px;
	border:0;
	border:none;
	width:100px;/*110*/
	height:16px;/*20*/
	vertical-align:top;
}
#all #content .newsletterbox form fieldset input.submit {
	background: url('../images/newsletter_submit_bg.gif') top left no-repeat;
	text-align:center;
	line-height:150%;
	color:#bdbcd5;
	padding:0px 0px 4px;
	border:0;
	border:none;
	width:55px;/*55*/
	height:22px;/*22*/
	vertical-align:top;
}
#all #content .newsletterbox p {
	margin:0;
	padding:0;
}
#all #content .accomodationbox {
	background: url('../images/accomodationbox_bg.jpg') top left no-repeat;
	margin:10px 0 0 0;
	width:310px;
	height:200px;
	float:left;
	display:inline;
	clear:both;
	position:relative;
}
#all #content .accomodationbox .accomodationbox_helper {
	width:165px;
	position:absolute;
	bottom:5px;
	right:5px;
}
#all #content .accomodationbox h3 {
	background: url('../images/accomodation_header.gif') 10px 0 no-repeat;
	text-indent:-4000px;
	padding:0 10px;
	margin:.5em 0;
	width:103px;
	height:16px;
}
#all #content .accomodationbox p {
	padding:0 10px;
	margin:.5em 0;
}
#all #content .accomodationbox p.more {
	background:#38376b;
	text-align:left;
	padding:5px 10px;
	margin:0;
}
.morewhite {
	color:#fff;
}
#all #content .accomodationbox p.more a {
	color:#fff;
}
#all #content .eventsbox {
	background: url('../images/eventsbox_bg.jpg') top left no-repeat;
	margin:10px 0 0 10px;
	width:310px;
	height:200px;
	float:left;
	display:inline;
	position:relative;
}
#all #content .eventsbox .eventsbox_helper {
	width:165px;
	position:absolute;
	bottom:5px;
	right:5px;
}
#all #content .eventsbox h3 {
	background: url('../images/events_header.gif') 10px 0 no-repeat;
	text-indent:-4000px;
	padding:0 10px;
	margin:.5em 0;
	width:147px;
	height:16px;
}
#all #content .eventsbox p {
	padding:0 10px;
	margin:.5em 0;
}
#all #content .eventsbox p.more {
	background:#38376b;
	text-align:left;
	padding:5px 10px;
	margin:0;
}
#all #content .eventsbox p.more a {
	color:#fff;
}
#all #content .membershipbox {
	background: url('../images/membershipbox_bg.jpg') top left no-repeat;
	margin:10px 0 0 10px;
	width:310px;
	height:200px;
	float:left;
	display:inline;
	position:relative;
}
#all #content .membershipbox .membershipbox_helper {
	width:165px;
	position:absolute;
	bottom:5px;
	right:5px;
}
#all #content .membershipbox h3 {
	background: url('../images/membership_header.gif') 10px 0 no-repeat;
	text-indent:-4000px;
	padding:0 10px;
	margin:.5em 0;
	width:103px;
	height:16px;
}
#all #content .membershipbox p {
	padding:0 10px;
	margin:.5em 0;
}
#all #content .membershipbox p.more {
	background:#38376b;
	text-align:left;
	padding:5px 10px;
	margin:0;
}
#all #content .membershipbox p.more a {
	color:#fff;
}


#all #content .gallery {
	margin:0;
	list-style-type:none;
}
#all #content .gallery li {
	background:url(../images/thumb_bg.gif) top left no-repeat;
	margin:0 30px 20px 0px;
	list-style-type:none;
	float:left;
	display:inline;
}
#all #content .gallery li a.img {
	background: url(../images/thumb_bottom_bg.gif) bottom left no-repeat;
	padding:4px 4px 6px;
	float:left;
	display:inline;
}
#all #content .gallery li a.img img {
}


/* CONTENT FOR SUBPAGE
************************************************************/

#all #content .newsletterbox_small {
	background:#e7e6ff url('../images/newsletterbox_small_bg.jpg') top left no-repeat;
	padding:150px 20px 10px 20px;
	width:160px;/*200*/
	height:auto !important;
	height:30px;/*190*/
	min-height:30px;
	float:right;
	display:inline;
	position:relative;
}
#all #content .newsletterbox_small form {
}
#all #content .newsletterbox_small form fieldset {
}
#all #content .newsletterbox_small form fieldset legend {
	display:none;
}
#all #content .newsletterbox_small form fieldset input {
	background:#f2f2fd url('../images/input_100_bg.gif') no-repeat top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#989898;
	padding:4px 5px 3px;
	border:0;
	border:none;
	width:90px;/*100*/
	height:16px;/*20*/
	vertical-align:top;
}
#all #content .newsletterbox_small form fieldset input.submit {
	background: url('../images/newsletter_submit_bg.gif') top left no-repeat;
	text-align:center;
	line-height:150%;
	color:#bdbcd5;
	padding:0px 0px 4px;
	border:0;
	border:none;
	width:55px;/*55*/
	height:22px;/*22*/
	vertical-align:top;
}
#all #content .newsletterbox_small p {
	margin:0;
	padding:0;
}

/* CONTACT FORM
************************************************************/


/* FOOTER
************************************************************/
#footer {
	background: url('../images/footer_top_bg.gif') top left no-repeat;
	font-size:11px;
	color:#e5e5e5;
	margin:10px 0 10px 0;
	padding:5px 0px 10px 0px;
	width:950px;
	height:auto !important;
	height:20px;
	min-height:20px;
	position:relative;
	clear:both;
	float:left;
	display:inline;
}
#footer p {
	margin:0;
	padding:0;
}
#footer .copyright {
	background:url('../images/footer_bottom_bg.gif') bottom left no-repeat;
	padding:5px 20px 10px;
	width:435px;
	float:left;
	display:inline;
}
#footer .design {
	background:url('../images/footer_bottom_bg.gif') bottom right no-repeat;
	text-align:right;
	padding:5px 20px 10px;
	width:435px;
	float:right;
	display:inline;
}
#footer a {
	color:#fafafa;
}
.page-content-returnlink{
margin-top:10px;
text-decoration:underline;
}
.bodytextboldpale{
font-weight:bold
}