@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

html, body {
    height: 100%;
    margin:0 auto;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color:#000;
	margin:0 auto;
	text-align:center;
	background-color:#FFF;
	background-image:url(../images/back-top-grey.png);
	background-repeat:repeat-x;
}

.wrapper-main {
	width:960px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -22em;
}

#container-main {
	width:960px;
	text-align:left;
	margin:0 auto;
	color:#505050;
}

#header {
	height:95px;
}

#logo {
	float:left;
	text-align:left;
	padding:10px 5px 0px 10px;
	margin-bottom:30px;
}
#logo img {
	margin-right:8px;
	border:none;
}


/*-------------------------------------------------*/
/*-------------------MENU--------------------------*/
/*-------------------------------------------------*/
/* Main menu settings */
#centeredmenu {
   clear:both;
   float:right;
   margin:0;
   padding:0;
   border-bottom:4px solid #666;
   width:100%;
   font-weight:100;
   color: #666666;   
   text-transform:uppercase;
   z-index:1000;
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   border-left: 1px solid #000;
}
#centeredmenu ul li {
   margin:0;
   padding:0;
   float:left;
   position:relative;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.7em 1em .5em 1em;
   font-size:0.9em;
   line-height:1em;
   text-decoration:none;
   border-right: 1px solid #000;
   border-bottom: 1px solid #666;
   color:#FFF;
   background-color:#B44B1C;
}
#centeredmenu ul li a:visited {
   color:#FFF;
}
#centeredmenu ul li.active a {
   color:#000;
   background:#DCDCDC;
}
#centeredmenu ul li a:hover {
   background:#DCDCDC; /* Top menu items background colour */
   color:#000;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#DCDCDC; /* Top menu items background colour */
   color:#000;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   margin-top:-3px;
   /*top:2.4em; space before sub ul */
   padding-top:2px;   
   left:-1px;
   right:auto; /*resets the right:50% on the parent ul */
   width:18em; /* width of the drop-down menus */
}
#centeredmenu 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:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:1em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background-color:#CCC;
   color:#000;
   padding:.5em 1em .5em 1em;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #000; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#B44B1C; /* Sub menu items background colour */
   color:#FFF;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}



.rgsgcontent .myGallery{
	border:none;
}
#gallery .tx-rgsmoothgallery-pi1{
	background-color:transparent;
	background-image: url(../images/McGreer-Gazebo.jpg);
}
.rgsgcontent .jdGallery .slideElement{
	background-color:transparent;
}
#gallery .jdgallery .loadingelement{
	background-color:transparent;
	background-image:none;
}
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

#mainContent, #secContent {
	text-align:left;
	margin-bottom:10px;
	background-color:#FFF;
	min-height:400px;
}
#secContent {
	border:1px solid #FFF;
}
/*
#gallery {
	height:343px;
	margin:0 auto;
}
*/
#pagetitle {
	width:100%;
}

#editzone {
	margin: 0 0 20px 0;
	padding:0;
}
#editzone p, ul, ol {
	font-size:0.9em;
	margin:15px 20px 20px 30px;
}
#editzone ul ul{
	margin-left:0;
	font-size:1em;
}
#editzone ul ul li{
	margin-left:0;
}

#editzone .brick{
	color:#B44B1C;
}

table{
	font-size:0.9em;
}
#editzone p.introtext {
	font-weight:100;
	font-size:1.3em;
	text-align:left;
	color:#666;
	line-height:150%;
	margin:0 15px 15px 30px;
}

#editzone a, #rightcolumn a, #leftcolumn a {
	color: #B44B1C;
	text-decoration: underline;
}

#editzone a:active, #rightcolumn a:active, #leftcolumn a:active {
	color: #B44B1C;
	text-decoration: none;
}

#editzone a:link, #rightcolumn a:link, #leftcolumn a:link {
	color: #B44B1C;
	text-decoration: underline;
}

#editzone a:visited, #rightcolumn a:visited, #leftcolumn a:visited {
	color: #B44B1C;
	text-decoration: underline;
}

#editzone a:focus, #rightcolumn a:focus, #leftcolumn a:focus {
	color: #000;
	text-decoration: underline;
}

#editzone a:hover, #rightcolumn a:hover, #leftcolumn a:hover {
	color: #000;
	text-decoration: underline;
}

#fullwidth {
	width:840px;
}

#into-text {
	float:left;
	width:710px;
}

#news {
	float:left;
	width:230px;
	padding:0px 5px 10px 10px;
	
}

#news div.contour {
	border:2px dashed #B44B1C;
}

div#news p {
	margin:7px 0px 13px 10px;
}

div.contour {
	border:2px dashed #B44B1C;
}

/*-------------------------------------------------------------*/
/*------------------------HEADERS------------------------------*/
/*-------------------------------------------------------------*/
h1 {
	font-size:1.75em;
	font-weight:100;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	line-height:125%;
	padding:0;
	margin:0px 0 10px 15px;
	padding-top:15px;
}
h2 {
	font-size:1.45em;
	color:#000;
	font-weight:100;
	margin:15px 15px 15px 20px;
}
h3 {
	font-size:1.2em;
	color:#000;
	font-weight:bold;
	margin:15px 15px 15px 20px;
}

/*--------BULLET LISTS--------------------------------
------------------------------------------------------
----------------------------------------------------*/

ul.bullet-space li ,ol.bullet-space li{
padding-bottom:8px;
}

ol.lower-alpha{
	list-style:lower-alpha;
}
ol.lower-roman{
	list-style:lower-roman;
}
ol.upper-alpha{
	list-style:upper-alpha;
}
ol.upper-roman{
	list-style:upper-roman;
}

/*-------------------------------------------------------------*/
/*------------------------FOOTER-------------------------------*/
/*-------------------------------------------------------------*/
#footer {
	width:960px;
	margin:0 auto;
	background-image:url(../images/back-footer-grey.png);
	background-repeat:repeat-x;
	border-top:4px solid #B44B1C;
}

#footer, .push {
    height: 22em;
}

#footer-inner {
	width:960px;
	margin:0 auto;
	height: 250px;
}

#footer-inner p {	
	font-size:0.8em;
	color:#FFF;
	text-align:left;
	padding:15px 10px 10px 10px;
}

#footer-inner a {
	color: #FFF;
	text-decoration: underline;
}

#footer-inner a:active {
	color: #FFF;
	text-decoration: none;
}

#footer-inner a:link {
	color: #FFF;
	text-decoration: underline;
}

#footer-inner a:visited {
	color: #FFF;
	text-decoration: underline;
}

#footer-inner a:focus {
	color: #B44B1C;
	text-decoration: underline;
}

#footer-inner a:hover {
	color: #B44B1C;
	text-decoration: underline;
}

#footer-inner img {
	float:left;
	padding:15px 0 10px 5px;
	border:none;
}

#footer-container-1 {
	width:305px;
	float:left;
	margin:0 25px 50px 15px;
}
#footer-container-2 {
	width:295px;
	float:left;
	margin-right:25px;
	padding-top:5px;
}
#footer-container-3 {
	width:295px;
	float:left;
	text-align:left;
	padding-top:5px;
}

/*-------------------------------------------------------------*/
/*--------------------------OTHER------------------------------*/
/*-------------------------------------------------------------*/
.c-b {
	clear:both;
}

.f-l {
	float:left;
}

div.indent {
	padding-left: 30px;
}

p.brick{
	color:#B44B1C;
}
span.brick{
	color:#B44B1C;
}

/*-------------------------------------------------------------*/
/*------------------------FORMS--------------------------------*/
/*-------------------------------------------------------------*/
fieldset{
	border:none;
}

fieldset legend{
	display: none;
}

fieldset label{
	font-size:0.8em;
	width:275px;
	display:inline-block;
	clear:both;
}

fieldset input[type="text"]{
	width:225px;
	margin-bottom:15px;
}
fieldset input[type="select"]{
	margin-bottom:15px;
}

fieldset textarea{
	display:block;
	width:250px;
	height:80px;
	margin-bottom:0;
}


.tx-powermail-pi1 input[type="submit"]{
	padding:6px;
	background-color:#0D6FDE;
	color:#FFF;
	text-shadow: 0 2px 2px #999798;
	margin:0;
	width: auto;
  	overflow: visible;
}

fieldset input[type="submit"]{
	margin-top:0;
}

.tx_powermail_pi1_fieldwrap_html_text,
.tx_powermail_pi1_fieldwrap_html_select,
.tx_powermail_pi1_fieldwrap_html_date,
.tx_powermail_pi1_fieldwrap_html_radio,
.tx_powermail_pi1_fieldwrap_html_check,
.tx_powermail_pi1_fieldwrap_html_textarea,
.tx_powermail_pi1_fieldwrap_html_html,
.tx_powermail_pi1_fieldwrap_html_captcha,
.tx_powermail_pi1_fieldwrap_html_submit,
.tx_powermail_pi1_fieldwrap_html_content,
.tx_powermail_pi1_fieldwrap_html_file
{
	clear:both;
}

form span.powermail_mandatory{
	color:#ff0000;	
}

form .powermail_radio_inner label, .powermail_check_inner label{
	display:inline;
	font-weight:normal;	
}
form .tx_powermail_pi1_fieldwrap_html_radio p,
.tx_powermail_pi1_fieldwrap_html_check p{
	font-weight: 900;	
}
form .tx_powermail_pi1_fieldwrap_html_textarea label{display:inline}
form div.powermail_radio_inner{display:inline}
form .powermail_submit{margin-top:10px;}
form .tx_powermail_pi1_fieldwrap_html_label{margin-top:10px;margin-bottom:15px;}

.tx-powermail-pi1 input[type="submit"]{
	margin-left:10px;
	margin-top:30px;
	margin-right:10px;
}

/* ------------RADIO & CHECKBOX------------*/

.powermail_radio{
	margin-bottom:10px;
}
.powermail_radio_inner{
	margin:0 10px;
	float:left;
	font-size: 12px;
	font-weight:normal;
}
.powermail_check_inner{
	margin:0 10px;
	float:left;
}
div.powermail_radio_inner label{
	width:auto;
	display:inline;
	float:none;
	margin-left:10px;
	font-size: 12px;
	font-weight:normal;
}
div.powermail_check_inner label{
	width:auto;
	display:inline;
	float:none;
	margin-left:15px;
}

/*---------------CUSTOM----------------------*/
form#frmregistration div.tx_powermail_pi1_fieldwrap_html_1669 label {
	width:auto;
	margin-right:15px;
}
form#frmregistration div.tx_powermail_pi1_fieldwrap_html_1673 label {
	width:auto;
	margin-right:15px;
}
form#frmregistration div.tx_powermail_pi1_fieldwrap_html_1670 label {
	width:auto;
	margin-right:15px;
}
form#frmregistration div.tx_powermail_pi1_fieldwrap_html_1671 label {
	width:auto;
	margin-right:15px;
}
form#frmregistration div.tx_powermail_pi1_fieldwrap_html_1688 label {
	width:auto;
	margin-right:15px;
}
*/