 /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style:disc outside none;
	margin-left:30px;
	margin-bottom:10px
} 
ol {
    list-style-position: outside;
    margin-left: 20px;
}
li	{margin-bottom:10px;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select, textarea, button	{font-family:inherit;}
input, select, textarea {
	border: 1px solid #cccccc;
    color: inherit;
    font-size: inherit;
    padding: 5px;
	border-radius:0px;
	}
	
	select {
	-webkit-appearance:none;
	appearance:none;
	-moz-appearance:none;
	padding-right:35px;
	background-color: #FFF;
	background-image: url(../Administration/images/dropdown-arrow.gif);
	background-position: right center;	
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
li.dropdown ul {
}
/* Fix for ASP buttons in iOS */
input, textarea {
  -webkit-border-radius: 0;
}

/* Stylise Checkboxes */
/* The container */
.checkcontainer {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width:25%;
	min-width:240px;
	min-height:27px;
}
.apppara
{color:#000000;font-size:16px;clear:both;}
.appheader
{color:#0c2577;font-size:30px;font-weight:bold;line-height:33px;}
.appdate
{color:#000000;font-size:17px;line-height:32px;}
/* Hide the browser's default checkbox */
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 200px;
    background: green;
    left: 0px;
    z-index: 2;
    top: 0px;
    height: 27px;
    min-width: 27px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
	border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* End Stylise Checkboxes */


.greypane {background-color: #e4e4e4; margin-bottom: 25px; padding: 10px;width:100%;min-width: 240px;}

/* Interactive Tiled Content */
.c--anim-btn div {
    color: #ffffff!important;
    display: block;
    text-align: center;
    text-decoration: none;
	padding:10px;
	max-height:180px;
}
.c--anim-btn, .c-anim-btn, .c--anim-mask {
    transition: all 0.5s ease 0s;
}
.c--anim-btn {
    height: 200px;
    overflow: hidden;
    width: 100%;
}
.c-anim-btn {
    height: 200px;
    margin-top: 0;

}
.c--anim-mask {
    background-color: rgba(0, 0, 0, 0.2);
}
.c--anim-mask:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
.c--anim-btn:hover .c-anim-btn, .c--anim-btn:focus .c-anim-btn {
    margin-top: -200px;
}
.c--anim-btn h3 {
    color: #ffffff!important;
    font-size: 125%;
    padding-top: 15px;
}
.c--anim-btn h4 {
    color: #ffffff!important;
    padding-top: 50px;
}
.c--anim-btn p {
    color: #ffffff!important;
}
.c--anim-btn a {
    color: #ffffff!important;
    cursor: pointer;
}
.c--anim-btn a:hover {
    color: #cccccc;
    text-decoration: none;
}
/* End Interactive Tiled Content */

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

/*Main Page Set Up*/
#wrapper {
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
}
header	{
	float:left;
	width:98%;
	display:block;
	padding-bottom: 10px;
	margin: 33px 1% 0 1%;
}


.adminaccessbtn	{color:#fff;background-color:#ccc;padding:9px}

.homevideo	{width:33%;float:right;margin-left:2%}
.white	{color:#fff!Important;}


.headerleft {
    display: inline;
    float: left;
    margin-top: 21px;
    width: 30%;
}

#logo {
    display: inline;
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 40%;
}

#logo img {
    width: 150px;
}

.headerright {
    display: inline;
    float: left;
    margin-top: 21px;
    text-align: right;
    width: 30%;
}

/* Member Videos Page */
.vimeowrap	{width:48%;height:auto;float:left;display:inline;margin:1%}
.vimeotitle	{    background-color: #51a222;
    color: #fff;
    display: flex;
    font-weight: bold;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 5px;}
.paging	{width:98%;display:block;text-align:right;padding:1%}

#signin, #register {
	cursor:pointer;
	display:inherit;
	color:#fff;
	line-height:30px;
}

/*.toplink {
    display: inline-block;
    height: inherit;
    width: auto;
    background: #f00;
    padding: 0 10px 0 30px;
}

.toplinkicon	{position:relative;left:30px;}
*/#signinform {
	color:#000;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 20px;
    display: none;
    width: 280px;
    background: #fff;
	position:absolute;
	right:-13px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#registerform {
	text-align:left;
	color:#000;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 20px;
    display: none;
    width: 280px;
    background: #fff;
	position:absolute;
	right:-4px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#signinform input,#registerform input {
    margin-bottom: 10px;
    padding: 2%;
    width: 96%;
	font-size: 110%;
}

#signinform .loginbutton, #registerform .loginbutton {
    border: 0px;
    background: #51a222;
    color: #fff;
    width: auto;
	cursor:pointer;
	border-radius:0px;
	-webkit-appearance: none;
}

#signinform .loginbutton:hover,#registerform .loginbutton:hover {
    background: #0c2577;
}

#signinform a, #registerform a {
    color: #0c2577;
}

#signinform > p, #registerform > p {
    line-height: normal;
    text-align: left;
}

#divpaymentinfo {
    width: 96%;
    background-color: #efefef;
    padding: 2%;
    margin-bottom: 20px;
}

#content {
	width:100%;
	padding: 0px;
	float:left;
	clear:both;
	padding-bottom:10px;
	background-color:#FFF;
	margin-top:15px;
}

div[id*="contentarea"]{
    float: left;
    width: 100%;
    box-sizing: border-box;}

.loginwrap	{width:40%;margin:20px 30%;}

.inputtextbox {
    padding: 5px;
    margin: 5px 0px;
	border: 1px solid #ccc;
}

footer {}

#credit	{
	width:100%;
	clear:both;
	text-align:center;
	margin:0px;
}

#credit	p	{
	color:#000;
	font-size:10px;
}

#credit	a{
}

#footer	a:hover{
color:#000;
text-decoration:underline;
}

.divblogdraft { 
    width: 100%;
    padding: 5px;
    background-color: #ff0000 ; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 100; 
    text-align: center;
    color: #fff!important;
	vertical-align: baseline;
    }

.hiddenstuff {display:none;}


/*IPORT CODE*/
hr { border: none; height: 1px; background-color: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc);clear:both; margin-bottom:15px;}

/* Do not remove - Sets List Styles within content areas and DXP text editor */
body.dxheDesignViewArea ul li {    font-size: inherit;
    line-height: inherit;}

/* Table on Memeber Services Page */
.member-services	{width: 100%; border-collapse: collapse;margin-top:20px;}
.member-services td {vertical-align:top;}

/* Group Secretaries Map & Markers */
.map-secretary {font-weight: 600;display:block;}



/* Staff Page */

.staff ul {width:100%;float:left;    margin-left: 0px;}
.staff li	{display:inline;width:20%;float:left;min-height: 325px;text-align:center;margin-left:0px;}
.staff img	{margin-bottom: 5px;width: 90%;}

/* General Image Styles */
.personnel-img {max-width:80px;float:right;margin:0 0 10px 10px}
.personnel-img-large {max-width:150px;float:right;margin:0 0 10px 10px}

/*DEV EXPRESS RESETS*/

.dxizControl .dxiz-wrapper {background-color:#efefef;border:1px solid #ccc;}
.dxigControl .dxig-thumbnailTextArea {
    background-color: rgba(70, 70, 70, 0.75);}

.commodity-icons {
    width: 100%;
	text-align:center;
	float:left;
	margin-bottom:15px;
	margin-top:-15px;
	}

.commodity-icon-link {
    display: table-cell;
    background: black;
}

a.commodity-icon-link:last-child {
	margin-right: 0;
}

.commodity-icon-link img {
    display: block;
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
			width:100%;
			margin:0px;
}

.commodity-icon-link:hover img {
    opacity: 0.7;
}
	

.hometable {
	border-collapse: collapse; background-color: #2f6795; width: 100%; 
}

.hometable td {padding: 10px 5px 0;text-align:center;border:5px solid #FFF;width:33.333%}

.hometable td p {color:#fff;}


.needhelp	{display:inline-table; vertical-align:middle;margin:0px 5px 5px 5px}


.help-logo	{display:inline-table; vertical-align:middle;}


.homeslideside {
    background-color: #636363;
    color: #999;
    margin-bottom: 20px;
    /*margin-left: -21px;*/
    min-height: 276px;
    overflow: hidden;
    padding: 20px 10px 10px 20px;
}

.homeslideside ul li {
	padding: 0 0 0 8px;
	list-style-type: none;
	margin-right: 10px;
	line-height:55px;
	border-top: 1px solid #999;
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	display:block;
	font-size:16px;
	}
	.homeslideside ul li:first-child {
	border-top: none;
	}

.homeslideside ul li:hover {
		background-color:#777;
		cursor:pointer;
		color:#fff!Important;
	}


.homeslideside ul li a {
	color:#ccc!Important;
	
}
.homeslideside ul li a:hover {
	color:#fff!Important;
	text-decoration:none;

}

.testimonial {
	
	background-color: #efefef;border: solid #e6ead8 10px;padding:4%;
}

.testimonial p {
	color:#000;
	font-weight:bold;
	font-size:16px;
}

.testimonial h1 {
	color:#fff;
}
.testimonial h2 {
	color:#fff;
}
.testimonial h3 {
	color:#fff;
}
.testimonial h4 {
	color:#fff;
}


/*CALENDAR PICKER CORRECTIONS*/

.ajax__calendar_body {
    text-shadow: none!Important;
}

.ajax__calendar_title{
    text-shadow: none!Important;
}

.ajax__calendar_footer {
    text-shadow: none!Important;
}



.droplist {
    width: 96%;
	padding:2%;
    overflow: hidden;
    background:url(arrow_xs.png) no-repeat 225px #FFF;
    border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.droplist select {
    background: transparent;
    width: 309px;
    padding-right: 4px;
    padding-bottom:7px;
    padding-left: 4px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 1;
    border: none;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}


#calextxbdate1_popupDiv td	{
	padding:0px;}
#calextxbdate2_popupDiv td	{
	padding:0px;}
#calextxbdate3_popupDiv td	{
	padding:0px;}
#calextxbdate4_popupDiv td	{
	padding:0px;}
#calextxbdate5_popupDiv td	{
	padding:0px;}

/*BOOKINGS*/


#bookingwrap	{min-height:500px;}

.bookingspan	{display:inline-block;margin-right:15px; }
.bookingstageholder	{padding-bottom:40px;padding-top:15px;padding-left:50px;padding-right:50px;}

*::-moz-selection {
    background: none repeat scroll 0 0 #666;
    color: #fff;
    text-shadow: none;
}

.contact-icon {cursor:pointer;position:relative; top:4px;}



#step1	{display:block}
#step2	{display:none}
#step3	{display:none}
#step4	{display:none}

a	{
	color:#0c2577;
	text-decoration:none;
}

a:hover	{
	color:#51a222!Important;
	text-decoration:underline;

}

a:visited	{
	color:#0c2577;
}

a.currentpagebutton {color:#51a222;text-decoration:underline;}
a.pagebuttonouter {color:#000}
a.pagebuttonouter:hover {color:#0c2577!Important}

.bookingstageholder table	{margin-bottom:15px;}
.bookingstageholder table th	{background-color:#000; color:#fff;vertical-align:middle;line-height:15px;padding:4px;}

.bookingstageholder .oddrow	{background-color:#efefef;}
.bookingstageholder .evenrow	{background-color: #EEF1FA;}

.bookingstageholder table td	{border-right: 1px solid #fff;border-top: 1px solid #fff;padding:4px;}
.bookingstageholder table td a	{color:#000;}
.bookingstageholder table td a:hover	{color:#666;text-decoration:underline;}


.bookingcrumbs	{margin-bottom:15px;text-align:left;}
.bookingcrumbs .current	{color:#000}
.bookingcrumbs .notcurrent	{color:#bbb}
.bookingcrumbs a	{cursor:pointer}



.detailholder tr td p {margin-bottom:5px;margin-top:3px;}
.detailitem           {margin-bottom:5px;margin-top:3px; border-bottom:1px solid #CCC; padding-bottom:5px; display:block; width:100%;}
.detailgroup          {background-color:#EFEFEF; display:block; width:96%; padding:3px 2%; font-weight:bold;}    

.bookinginforight	{float:right; width:50%}

.bookinginfoleft	{float:left; width:49%}



#contact	{
	float:left;
	display:inline-block;
	text-align:right;
	background-color: #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	width: 50%;
	height:40px;
	color: #fff;
	border-top: #0c2577 solid 3px;
	border-bottom: 1px solid #999;
}

.contactwrap	{
	float:left;width:70%;text-align:right;display:inline-block;margin-top:21px;}


.contacttel	{
bottom:0px;position:absolute;	
 }

.callpanel	{display:inline;width:100%;line-height:40px; font-size:20px; 
}

.sitesearch {
    display: inline;
}

.txbsitesearch   {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 21px;
	padding:3px 25px 3px 10px ;
	margin-left:15px;
	margin-top:1px;
    display: inline;
	margin-right:-22px
	}

.txbemail   {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 21px;
    min-width: 200px;
	padding:3px 25px 3px 10px ;
    display: inline;
	}

.txbarchivesearch   {width:90%;height:21px;padding:3px 4%;	margin-right:-22px
}
.btnarchivesearch   {}



.searchglass	{    
margin: 0px 0px 0px -20px;position:relative;top:7px;left:-5px;cursor:pointer;background:none;float:left;}

.searchglassprod	{    
margin: 0px 0px 0px -20px;position:relative;top:7px;left:-5px;cursor:pointer;background:none;float:left;}

.txbsitesearchprod   {
	background-color: #efefef;
	border: #ccc solid 1px;
    display: inline;
    float: left;
    height: 21px;
    margin-top: 1px;
    padding: 1% 15% 1% 1%;
    width: 83%;	}


#contact2	{
width:100%;
display:none;
text-align:center;
margin-bottom:15px;
}

#ctl00_contact2	{
display:none;
}

.headcenter {
    text-align: center;
    width: 50%;
	margin-right:10%;
}


/*NFUS Farmer Files Gridview*/

.dxgvControl_iPortTheme1, .dxgvDisabled_iPortTheme1 {
    background: #000000 none repeat scroll 0 0;
    border: 1px solid #000;
    color: #fff !important;
    cursor: default;
}

.dxgvHeader_iPortTheme1 {
    /*background: #0c2577;*/
    color: #fff !important;
    cursor: pointer;
    overflow: hidden;
    padding: 5px 6px;
    text-align: left;
    white-space: nowrap;
}

/*End NFUS Farmer Files Gridview*/







.maincolm {
	width: 66%;
	float:left;
	background-color:White;
	padding:10px;
	margin-bottom:10px;
}

.full {
	width: 100%;
	background-color:yellow;
}


#sidebaright	{
	width:30%;
	float:right;
	margin-top:20px;
}


.sidebarhead, .redhead {
	background-color: #0c2577 !important;
    color: White !important;
    display: block;
    font-size: 21px;
	font-weight:700;
    padding: 10px 2%;
	width:96%;
	float:left;

}

.sidebarhead a, .redhead a {color:#fff;}
.sidebarhead a:hover, .redhead a:hover {color:#ccc;text-decoration:none;}

#sidebarleft	{width:30%;	float:left; padding-right:19px;}
#sidebarleft h3 {background-color:#000; border-bottom:2px solid #ff6600; box-shadow:0 5px 12px -7px rgba(0, 0, 0, 0.5); color:#fff; font-weight:500; margin:0; padding:5px 10px; text-shadow:1px 1px #000; border-radius:3px 3px 0 0;}



.detailholder	{
	margin-bottom:20px;
	width:100%;
	clear:both;
	float:left;
 }
	
	
.contactbox	{
	background-color: #efefef; 
	padding:5px 5px 0px 30px; 
	border-right: #666 solid 1px; 
	border-left: #666 solid 1px; 
	border-bottom: #666 solid 1px; 
	color:#fff;}

.contacttxt, .contacttxt a	{
	font-size:20px; color:#B8CFE9; font-weight:700;	line-height:180%; margin-left:5px;	text-shadow: 1px 1px 0px #ccc;
}

.contacttxt a:hover	{
	color:#ff6600; text-decoration:none;
}

.greybox-odd	{
   background-color: #ffffff;
    padding: 1.5%;
    width: 97%;
	clear:both;float:left;}

.greybox-even	{
	background-color: #efefef;
    padding: 1.5%;
    width: 97%;
	clear:both;
	float:left;}
	
.news-summary-holder	{display:inline;}
.news-image-holder  	{width:25%; height:88px; margin:5px 10px 5px 0px; float:left;}
.news-image         	{max-width:100%; max-height:100%; text-align:left;}
	
.author-wrap			{display:table;width:96%;margin-bottom:10px;background-color:#efefef;padding:2%}
.author-image-holder   	{width:25%; height:120px; overflow:hidden; margin:0px 0px 10px 10px; float:right;}
.author-image         	{max-width:100px;}


.news-title	a{
	color:#0c2577;
	display:block;
	font-size:16px;
}
.news-title	a:hover{
	color:#51a222!Important;
	text-decoration:underline;
}

.news-date	{
	font-size:0.8em;
	line-height:1.3em;
	margin:0px;
	display:block;
	text-align:left;
}

.news-summary	{
	font-size:14px;
	line-height:120%;
	margin:0px;
}
.read-blog {text-align:right;display:block}
.more {
    background-color: #0c2577;
    color: #FFFFFF!Important;
    float: right;
    padding: 2px 10px;
    width: auto;
	font-size:12px;
	min-height:20px;
	border:0px;
}


.more:hover {
    cursor: pointer;
    background-color: #0c2577;
    color: #fff;
}

.moreleft	{
    background-color: #0c2577;
    color: #FFFFFF!Important;
    padding: 2px 10px;
    width: auto;
	min-height:20px;
	float:left;
	border:0px;
	font-size:12px;
	line-height:20px;
}

.moreleft:hover {
    cursor: pointer;
    background-color: #0c2577;
    color: #fff;
}
.more-info {
	background-color: #0c2577;
    border: 0 none;
    color: #ffffff !important;
    float: right;
    font-family: "PT Sans",sans-serif!Important;
    font-size: 16px !important;
    font-weight: 400;
    min-height: 20px;
    padding: 0px 7px;
	margin-top: 6px !important;
    line-height: 30px !important;
	margin-left:20px!Important;
	text-shadow: none!Important;
	}


.more-info:hover {
    cursor: pointer;
    background-color: #0c2577;
    color: #fff;
}

/*.more-info:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #0c2577;
    border-image: none;
    border-style: solid;
    border-width: 15px 50px 15px 12px;
    content: "";
    height: 0;
    position: absolute;
    right: -31px;
    width: 0;
	}
	
.more-info:after:hover {
    cursor: pointer;
    border-color: transparent transparent transparent #0c2577;
}
*/
.equipthumb	{margin-right:10px;}

.blockheadingside	{background-color:#0c2577;padding:7px; text-align:center; color:#fff!Important;}



.buttonright {
    background-color: #0c2577;
    color: #FFFFFF!Important;
    padding: 3px 10px;
    width: auto;
    float: right;
	font-size:12px;
	border:0px;
	line-height:normal;
}

.buttonright:hover {
    cursor: pointer;
    background-color: #666;
	background-image:none;
    color: #fff!Important;
	text-decoration:none;
	line-height:normal;
}


.button	{
    background-color: #0c2577;
    color: #FFFFFF!Important;
    padding: 8px 13px;
    width: auto!important;
	border:0px;
	font-size:12px;
}

.button:hover {
    cursor: pointer;
    color: #fff!Important;
    background-color: #666;
	background-image:none;
	text-decoration:none;
}

.largecta	{
	background-color: #0c2577;
	color: #FFFFFF!Important;
	padding: 8px 40px;
	width: auto;
	border:0px;
	font-size:16px;
	text-transform:uppercase;
}

.largecta:hover {
    cursor: pointer;
    color: #fff!Important;
    background-color: #666;
	background-image:none;
	text-decoration:none;
}


.joincta	{
	background-color: #51a222;
	color: #FFFFFF!Important;
	padding: 10px 25px;
	width: auto;
	border:0px;
	font-size:15px;
	text-transform:uppercase;
	}

.joincta:hover {
    cursor: pointer;
    color: #fff!Important;
    background-color: #666;
	background-image:none;
	text-decoration:none;
}

.tilecta {
	background-color: #51a222;
	color: #FFFFFF!Important;
	padding: 7px 10px;
	width: auto;
	border:0px;
	font-size:15px;
	text-transform:uppercase;
    line-height:30px;
}

.tilecta:hover {
    cursor: pointer;
    color: #fff!Important;
    background-color: #666;
	background-image:none;
	text-decoration:none;
}

.medcta	{
	background-color: #0c2577;
	color: #FFFFFF!Important;
	padding: 7px 25px;
	width: auto;
	border:0px;
	font-size:15px;
	text-transform:uppercase;
}

.medcta:hover {
    cursor: pointer;
    color: #fff!Important;
    background-color: #666;
	background-image:none;
	text-decoration:none;
}

.smallcta	{
	background-color: #0c2577;
	color: #FFFFFF!Important;
	padding: 6px 13px;
	width: auto;
	border:0px;
	font-size:12px;
	text-transform:uppercase;
}
.right	{float:right;}
.smallcta:hover {
    cursor: pointer;
    color: #fff!Important;
    background-color: #666;
	background-image:none;
	text-decoration:none;
}


.whitebtn {background-color:#fff;color:#0c2577!Important;}
.pagingholder	{
	width:100%;
	display:block;
	min-height:30px;
	margin-top:10px;
}
.nextprev	{
    background-color: #000;
    color: #FFFFFF;
    padding: 4px 5px;
    width: auto;
	border:0px;
	-webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.75);
    -moz-box-shadow:    0px 0px 5px rgba(255, 255, 255, 0.75);
    box-shadow:         0px 0px 5px rgba(255, 255, 255, 0.75);
}

.nextprev:hover {
    cursor: pointer;
    background-color: #B8CFE9;
    color: #fff;
}


#clearboth	{
	width:100%;
	clear:both;
}

.captionholder {
    bottom: 10px;
    padding: 1% 1.5%;
    position: absolute;
    z-index: 90;
	background-color: rgba(0, 63, 139, 0.8);
	}
.captionholder p {
	margin-bottom:0px;
}

.captionholder a {
	color:#fff;
	font-size:25px;
	font-weight:normal;
	margin-bottom:0px;
	line-height: 40px;
	}

/*.captionholder a::after {
	content:"> ";
	width:30px;
	margin-left:-32px;
	height: 40px;
	background-color: red;
	display:inline;
	}
*/



.captionholder a:hover {
	text-decoration:none;
	color:#ccc!Important;	}


.captionholderhome {
	padding:10px;
	position:absolute;
	bottom:25%;
	color: #FFF;
    left: 62%;
}

.captionholderhome h3 {
	color:#FFFFFF;
	font-size:20px;
	z-index:40;
}

.captionholderhome p {
	color:#FFFFFF;
	font-size:14px;
	z-index:40;
}



a.homeslidelink {color:#FFFFFF;}
a.homeslidelink:hover {text-decoration:underline;}




/*Responsive Navigation CSS*/


/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background-color:#fff;
}

	
	.booknow	{
    background-color: #0c2577;
	float:right;
    color: #FFFFFF!Important;
    padding: 5px 10px;
    width: auto;
	border:0px;
	text-transform:uppercase;
	font-size:12px;
}

.booknow:hover {
    cursor: pointer;
    color: #fff;
    background-color: #000;
	background-image:none;

}
	
	

.booknow:active {
	position:relative;
	top:1px;
}
.sitesearchbtn {
    background-color: #2f6795;
    border: 1px solid #2f6795;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 5px;
    text-decoration: none;
	width:28%;
	-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}

.sitesearchbtn:hover {
    background-color: #0c2577;
    border: 1px solid #0c2577;
	}

/* DOWNLOADABLE FILES */
.downloadholder ul 	{list-style: inside none none !important;}
.downloadheader     {color:#000; font-size:18px; font-weight:normal; line-height:120%; margin-bottom:10px;}
.downloadlink       {background-color:transparent; display:block; padding:2px;}
.downloadlink:hover {background-color:#CCC; cursor:pointer;}
.filetypelogo       {margin-right:10px; height:30px; vertical-align:middle;}
.downloaddescription{margin:5px 0px 15px 0px;}



.searchinput	{
	border: 0;	
	height:21px;
	width:66%;
	padding-left:5px;
	background-color:#fff;
	color: #0c2577;
	font-size:14px;
	
	-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;

	border-top:1px solid #000;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #000;
}


.sitesearchwrap	{
	width:40%;
	line-height:40px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	float:right;
}


/* booking buttons */

.confirm {
	float:right;
	margin-top:3px;
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff!Important;
	font-size:15px;
	font-weight:bold;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
	-webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:    0px 0px 5px rgba(255, 255, 255, 0.5);
	box-shadow:         0px 0px 5px rgba(255, 255, 255, 0.5);
	cursor:pointer;
}

.confirm:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}

.confirm:active {
	position:relative;
	top:1px;
}



.nextstage {
	float:right;
	margin-top:3px;
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff!Important;
	font-size:12px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
	-webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:    0px 0px 5px rgba(255, 255, 255, 0.5);
	box-shadow:         0px 0px 5px rgba(255, 255, 255, 0.5);
	cursor:pointer;
}

.nextstage:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}

.nextstage:active {
	position:relative;
	top:1px;
}


.previous {
	float:left;
	margin-top:3px;
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff!Important;
	font-size:12px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
	-webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:    0px 0px 5px rgba(255, 255, 255, 0.5);
	box-shadow:         0px 0px 5px rgba(255, 255, 255, 0.5);
	cursor:pointer;
}

.previous:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}

.previous:active {
	position:relative;
	top:1px;
}

.badge	        {right:0px;position:absolute;z-index:100;margin-top:2px;}
.badgegallery   {float:right; margin:0px 0px -100% 0px; position:relative;}

/* DEVELOPMENTS */
.plotstable         {width:100%; border:1px solid black; margin-bottom:20px;}
.plotstable table       {width:100%;}
.plotstable table th    {text-align:left; padding:5px 1%; font-size:9pt; background-color:#6E000B; color:White; font-weight:bold;}
.plotstable table tr    {text-align:left;}
.plotstable table td    {text-align:left; padding:5px 1%; font-size:9pt;}
.plotstable .plotrow0   {background-color:#EEDEDE;}
.plotstable .plotrow1   {background-color:#FFF;}
/* DEVELOPMENTS */



/* FOOTER */
#bottomsectionholder    {width:100%; float:left;height:auto; clear:both;margin-bottom:15px;background-color:#51a222;}
#bottomsectionholder p  {color:#fff;}
#bottomsectionholder a  {color:#fff;font-weight:normal}
#bottomsectionholder a:hover  {color:#0c2577;}

#bottomsection          {height:100%;   display:block; margin:0px auto;color:#FFF;}
#bottomsection ul 		{margin-left: 0;margin-bottom:0px}
.bottomlist             {}
.bottomlistitem         {background: url("../images/footer-list.png") no-repeat scroll left top transparent; list-style-type: none; margin: 0 0 5px; padding: 0 0 0 15px;}
.bottomlistitem:hover   {background-position: 2px top;}
.bottomlink             {color:#fff !important;}
.bottomlink:hover       {color:#ccc !important;}
.bottomtitle            {color:#CCC; font-size:17px; margin:0 0 15px; padding:0; color:#0c2577; }
.bottomtext             {color:#DDDDDD; font-size:12px; }

.feedbackinput			{padding:4px;margin:0 0 12px 0;border:0px;font-size:14px;min-width:200px;display:inline;color:#333333;}
.inline					{display:inline;}
.bottom1                {width:21%;  height:86%;   display:block;  float:left; padding:2%;}
.bottom2                {width:21%;  height:86%;   display:block;  float:left; padding:2%;}
.bottom3                {width:21%;  height:86%;   display:block;  float:left; padding:2%;}
.bottom4                {width:21%;  height:86%;   display:block;  float:left; padding:2%;}

.bottom-pane30			{width:21%;  height:86%;   display:inline;  float:left; padding:2%;}
.bottom-pane40			{width:36%;  height:86%;   display:inline;  float:left; padding:2%;}

.bottomnewstitle        {font-size:16px; font-weight:normal;margin-top:10px;}
.bottomnewstext         {color:#ccc; font-size:13px; line-height:1.5em; padding: 0;}
.bottomnewslink         {color:#018FE3 !important; font-size:13px;margin-left:5px;}
.bottomnewslink:hover   {color:#fff!Important;}

.footernewsitem			{float:left;margin: 5px 0px; border-top: 1px solid #ccc;width:100%;}
.footernewstitle		{font-size:16px; font-weight:normal;margin-top:10px; color:#fff;}
.footernewsitem p		{font-size:12px; font-weight:normal;margin-top:10px; color:#0c2577!Important; margin-right:55px;}

.feeback-input-wrap-full{width:100%;display:block;}
.subscribe-label        {color:white;}
.subscribe-input        {width:45%;}
.subscribe-inputlarge   {width:98%;}
.subscribe-button       {background:url("../images/flagBtn.png") no-repeat scroll right center transparent; border:medium none; color:#FFFFFF !important; float:left; 	font-size:12px; padding:3px 18px 3px 10px; margin-top:5px; text-decoration:none !important; text-shadow:none; text-transform:uppercase;}
.subscribe-button:hover {cursor:pointer; padding:3px 22px 3px 10px;}
.subscribe-validation   {font-size:9pt; color:Red;}
.quickbook-validation   {font-size:9pt; color:Red; float:right; width:10px; text-align:center;}
.calendaricon           {float:right; border:1px solid white; vertical-align:middle;}

.store-badge {width:90%;display:inline-block;}
.qr-code {width:34%;}

/* END FOOTER */



/* Share Buttons */

.socialbox {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 40px;
    background: white;
    padding: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	z-index:50;
	}

.socialheader {
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 100%;
	font-size:12px;
	color:#51a222;
}

.stButton {margin-top:3px}


.socialbuttonholder {
    display: block;
    height: 20px;
    padding: 10px 0 0 8px;
    text-align: center;
}
.socialholder {
    display: block;
    float: left;
    height: 30px;
    margin: 0 10px 0 0;
    text-align: left;
    vertical-align: top;
    width: 100px;
}

.socialemail {
    background-image: url("/images/emailsmall.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 20px;
    text-decoration: none;
    width: 30px;
}
.socialemail:hover {
    background-image: url("/images/emailsmallhover.png");
}


/* PROJECT MODULE STYLES */

.projectlinks       {color:Black;}

.projectholder {padding:15px 0px 5px 0px;border-top:1px solid #ccc}

.projlistdiv {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.projlistdiv li {
    padding: 5px;
	background-color:#efefef;
}

.projlistdiv li:nth-child(2n+1) {
    background-color: #fff;
}

.projectlogoholder {
    float: right;
    text-align: right;
}
.projectlogo {
    max-height: 100%;
    max-width:100%;
 
}

.projectheading {
    color: #51a222;
    display: inline-block;
    font-weight: bold;
	height:30px;
	min-width:200px;
}


.projectclientlogoholder{
    max-height:100%;
    display:inline-block;
}

.clientimage {
    height: 50px;
    margin: 2px;
	padding:5px;
}

.project-cta-wrap {
    background-color: #efefef;
    border: 1px solid #bbb;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.project-cta {
    background-color: #efefef;
    border: 3px solid #fff;
    padding: 2%;
    float: left;
}

.heading {color:#0c2577;}


@media only screen and (max-width : 667px) {
	.projectlogoholder {
		float: none;
		width:100%;
		text-align: center;
		margin-bottom:10px
	}
}
/* END PROJECTS MODULE STYLES */

/*START OF EVENTS MODULE STYLES*/
.eventholder {float:left; width:100%; border-top:1px solid #ccc; padding:10px 0px;}
.eventdescription{border-top:1px; width:85%;}
.eventinfo{}
.event-side-label {width:100%;padding:5px 0px;border-bottom:1px solid #ccc;}
.eventlabel{width:100%;padding:5px 0px;border-bottom:1px solid #ccc;color:#0c2577;}
.eventlistdiv {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.eventposter{float:right;
             max-height:100%;
             max-width:100%;
}
.eventpassed{color:white; font-size:11px; width:100%; display:block; padding:1px 0px;  background-color:red;}
.eventtitle{ float:left; width:60%; display:inline-block;}
.shortdescription{ float:left; width:60%; display:inline-block;}
.leftdate{float:left; width:10%; margin-right:3%; display:inline; text-align:center; border:1px solid #ccc;}
.eventday{font-size:11px; text-transform:uppercase; display:inline;}
.eventdate{font-size:35px; line-height:30px; font-weight:bold; color:red; display:inline;}
.eventmonth{font-size:12px; line-height:14px; text-transform:uppercase; font-weight:bold; color:red; display:inline;}
.eventyear{font-size:16px;display:inline;}

/*END EVENTS MODULE STYLES*/

/* RESPONSIVE Video */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	width:100%;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* RESPONSIVE GALLERY */
#maincolm    .gallerylargeholder {height:400px;}
#sidebaright .gallerylargeholder {height:180px;}

.gallerylargeholder {width:100%;  margin:0px 0px 7px 0px; text-align:center; }
.gallerylarge       {max-width:100%; max-height:350px }/* <----SET MAX HEIGHT OF MAIN GALLERY IMAGE */

.gallerythumblist	{text-align:center} /* <---- Set alignment of thumbnails beneath main pic */

.thumbrowholder     {}
.thumbrowleft       {background-color:#CCC; width:5%; height:90px; display:block; float:left;}
.thumbrowright      {background-color:#CCC; width:5%; height:90px; display:block; float:left;}

.gallerythumbholder {/*width:21%*/width:16% !important;   height:80px; display:inline-block; padding:5px 1%;  margin:2px 1% 0px 0px; vertical-align:top; text-align:center;}
.gallerythumbholder:hover {cursor:pointer;  background-color:#CCC;}
.gallerythumbholderselected {cursor:pointer; border:2px solid lime;}
.gallerythumb       {max-width:100%; max-height:100%;}
.galleryselected    {background-color:#CCC;}


/* COMMENTS */

.comments       {display:block;}
.commentsholder {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #cccccc;
    float: left;
    padding: 2%;
	width:96%;
}
.commentholder	{margin-bottom:10px}
.commentusername    {background-color:#b1bde5; border-top:1px solid #0c2577; display:block; font-weight:400; padding:5px 15px;color:#0c2577;}
.commentposted      {color:#999999; display:block; font-size:11pt; padding:5px 0px 5px 0px;}
.commentreplyholder {width:84%; margin:10px 0px 5px 10%; background-color:#FFFFFF; border:1px solid #999999;}
.commentusernamereply   {color:#999999; display:block; font-size:11pt; padding:5px 2%;}
.commentreply           {color:#000; margin:0px; padding:0px 2% 5px 2%; width:96%;}
.commentreplyposted     {color:#666; float:right;}
.commentquote           {color:#999;}
.commentbuttonsreply    {background-color:#F5F5F5; border-bottom:1px solid #CCCCCC; border-top:1px solid #CCCCCC; display:block; font-weight:400; padding:5px 2%; text-align:right; height:22px; width:96%;}
.commentbody        {background-color:#fff; display:block; font-weight:400; padding:0px 15px 15px 15px;}
.commentbuttons     {background-color:#F5F5F5; border-bottom:1px solid #CCCCCC; border-top:1px solid #CCCCCC; display:block; font-weight:400; padding:5px 2%; text-align:right; height:25px; width:96%;}

.btncommentgood         {margin-top:3px; background-color:transparent; border:0; color:Blue; display:inline; height:20px; width:20px; vertical-align:middle; background-image:url('/images/thumbs-up-small-up.png');   background-repeat:no-repeat; display:block; float:right;}
.btncommentgood:hover   {cursor:pointer; background-image:url('/images/thumbs-up-small-hover.png');}
/*.btncommentgoodimage        {height:20px; vertical-align:middle;}*/
.btncommentbad          {margin-top:3px; background-color:transparent; border:0; color:Blue; display:inline; height:20px; width:20px; vertical-align:middle; background-image:url('/images/thumbs-down-small-up.png'); background-repeat:no-repeat; display:block; float:right; margin-left:10px;}
.btncommentbad:hover    {cursor:pointer; background-image:url('/images/thumbs-down-small-hover.png');}
/*.btncommentbadimage         {height:20px; vertical-align:middle;}*/
.btncommentreply, .btncommentreport       {margin-right:5px;float:left; background-color:#0c2577; border:0 none; box-shadow: 0 0 5px rgba(255, 255, 255, 0.75); color:#FFFFFF !important; font-family:'Source Sans Pro',sans-serif; font-size:11px; padding:3px 7px; width:auto;text-decoration:none;}
.btncommentreply:hover, .btncommentreport:hover  {cursor:pointer; background-color:#51a222;color:#fff!Important;text-decoration:none;}
/*.btncommentreport       {float:left; background-color:#0c2577; border:0 none; box-shadow: 0 0 5px rgba(255, 255, 255, 0.75); color:#FFFFFF !important; font-family:'Source Sans Pro',sans-serif; font-size:11px; padding:3px 7px; width:auto;text-decoration:none; margin:0px 0px 0px 3px;}
.btncommentreport:hover {cursor:pointer; background-color:#000000;}
*/.btncommentnew          {float:left; background-color:#51a222; border:0 none; box-shadow: 0 0 5px rgba(255, 255, 255, 0.75); color:#FFFFFF !important; font-family:'Source Sans Pro',sans-serif; font-size:11px; padding:3px 7px; width:auto; text-decoration:none;}
.btncommentnew:hover    {cursor:pointer; background-color:#000000;text-decoration:none;color:#fff;}
.commentgoodcount       {color:#666; float:right; margin-top: 2px;}
.commentbadcount        {color:#666; float:right; margin-top: 2px;}

.commentreported {
    width: 100%;
    padding: 20px;
    background-color: #51a222; 
    position: fixed; 
    bottom: 0; 
    left: 0; 
    z-index: 100; 
    text-align: center;
    color: #fff!important;
	vertical-align: baseline;
}

/* POPUP */
#popupbackground    {position:absolute; height:1180px; width:100%;  top:0;  left:0; display:none; text-align:center; padding:50px 0px 0px 0px; margin:0px auto 0px auto; background-image:url('/images/black80.png'); z-index:100;}
#popupwindow        {
	background-color: #ffffff;
    border-radius: 10px;
    float: left;
    left: 50%;
    margin: -20px 0 0 -42%;
    padding: 2%;
    position: absolute;
    top: 40px;
    width: 50%;
	}

	#popupenquiry {
		background-color: #fff;
		border-radius: 10px;
		float: left;
		left: 50%;
		margin: -20px 0 0 -42%;
		padding: 20px;
		position: absolute;
		top: 40px;
		width: 85%;
		box-sizing: border-box;
	}

	#popupenquiry input, 
	#popupenquiry textarea {
		width: 90%;
		max-width: 300px;
		padding: 8px;
		box-sizing: border-box;
	}

	input[type=checkbox] {
		max-width: 27px!important;
		margin: 0px;
		font-size: 17px;
	}

.popupheadingholder {height:40px; padding:0px 0px 20px 0px; display:block; width:100%;}
.popupclose         {float:right; cursor:pointer; /*margin-top:-40px;*/}
.popupheading       {float:left;}
#popupcontent       {text-align:left;}
.contactpopup		{max-width:500px;min-width: 280px;}

.popupboatimage     {width:50%; /*max-height:165px;*/ float:left; padding-right:10px;}
.popupdetailsthird  {width:33%; float:left; display:block;}
#popupmaindetails   {display:block; min-height:165px;}

/*POPUP NEWS COMMENTS*/
#popupwindowreview  {position:absolute; width:300px; float:left; top:40px; left:50%; background-color:White; padding:2%; border-radius:10px; z-index:2000; margin:-20px 0px 0px -150px;}
#popupbackgroundreport  {/*border:1px solid lime;*/ position:absolute; height:1180px; width:100%;  top:0;  left:0; display:none; text-align:center; padding:50px 0px 0px 0px; margin:0px auto 0px auto; background-image:url('/images/black80.png'); z-index:1000;}
#popupwindowreport      {position:absolute; width:50%; float:left; top:40px; left:21%; background-color:White; padding:2%; border-radius:10px; z-index:2000; margin:-20px 0px 0px 0%;}


.promptlabel        {    display: block;
    float: left;
    font-weight: bold;
    min-width: 250px;
    width: 25%;
	} 

.checklistul	{display:inline-block;list-style:none;margin-left:0px}
/* My Details Tabs */
.mydetailwrap	{max-width:90%;margin:0 auto;}
/* Style the tab */
/* Style the buttons inside the tab */
.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
	text-align:center;
	font-size:0px;
}
.tab::before {content:'';margin-bottom:0px;display:none;}

/* Style the buttons inside the tab */
.tab .tablinks {
    background-color: #efefef;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    outline: none;
    cursor: pointer;
    padding: 0px 15px;
    transition: 0.3s;
	line-height:31px;
	font-size:14px;
	width:auto;
	display:inline-block;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* Change background color of buttons on hover */
.tab .tablinks:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab .tablinks.active {
    background-color: #51a222;
	color:#FFF;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 15px 0px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
	    float: left;
    width: 100%;
}

.righthalfmd {float:right;width:35%;margin-left:5%;padding:15px;background-color:#51a222;box-sizing:border-box;color:#fff;margin-bottom:20px;}
.familyholder {background-color:#efefef;padding:10px;margin-bottom:10px!Important;    padding: 15px 20px 5px 20px!Important;}

.righthalfmd h2, .righthalfmd h3, .righthalfmd h4, .righthalfmd p   {color:#fff;}


.formrow			{padding:5px 2%; margin:1px 0px; background-color:#efefef; width:96%;display:block;float:left;}
.formrow > input {
    min-width: 250px;
}
.formrow > select {
    min-width: 260px;
}
.formrow > textarea {
    min-width: 250px;
}

.formtoprow	{
	background-color: #0c2577;
	color: #FFFFFF!Important;
	padding: 8px 2%;
	width:96%;
	border:0px;
	font-size:16px;
	text-align:center;
	margin:1px 0px; 
	font-weight:bold;
}
.formsendrow			{padding:10px 2%; margin:1px 0px; background-color:#ccc; width:96%;display:block;float:left;}


.mydetailsrow {padding:5px;width:auto;background:none;}
.promptlabel200 {display: block;
    float: left;
    font-weight: bold;
    min-width: 200px;
    width: 25%;}


#gallerypopupbackground    {position:absolute; height:1180px; width:100%;  top:0;  left:0; display:none; text-align:center; padding:50px 0px 0px 0px; margin:0px auto 0px auto; background-image:url('/images/black80.png'); z-index:300;}
#gallerypopupwindow        {position:absolute; width:80%; float:left; top:40px; left:50%; background-color:White; padding:2%; border-radius:10px; z-index:400; margin:-20px 0px 0px -42%;}


/* FORMS */
.forminputright     {float:right;}
.forminputsmall     {width:30px;}
.forminputmedium    {width:80px;}
.forminputlarge     {width:150px;}


/*TEXT EDITOR STYLES*/
.image-left {
    width:48%;
    margin-bottom: 15px;
    margin-right: 15px;
    float: left;
}
.image-right {
    width:48%;
    margin-bottom: 15px;
    margin-left: 15px;
    float: right;
}
.image-full-width {
    width: 100%;
}

@media only screen and (max-width : 667px) {
    .image-left, .image-right, .image-full-width {width:100%;margin:15px 0px;}
}
    /*TEXT EDITOR STYLES*/


    /* BLOG ARCHIVE */
    #blogarchive {
        background-color: White;
        display: block;
        padding: 10px 0px;
    }

    #blogarchiveheading {
        background: none repeat scroll 0 0 #000000;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: normal;
        line-height: 120%;
        margin: -10px -10px 10px;
        padding: 5px;
        text-shadow: none;
    }

    #blogarchivebody {
        padding: 0px;
    }

        #blogarchivebody ul {
            margin-left: 0px;
            margin-bottom: 0px;
        }

            #blogarchivebody ul li {
                margin-bottom: 0px;
            }

    .blogarchiveall {
        margin: 0px 0px 5px 0px;
        display: block;
        color: Black !important;
    }

    .blogarchiveyear {
        width: 96%;
        padding: 3px 2%;
        display: block;
        background-color: #ccc;
        margin: 0px 0px 2px 0px;
    }

    .blogarchiveyearselected {
        width: 96%;
        padding: 3px 4% 3px 0px;
        display: block;
        background-color: #51a222;
        color: #fff !important;
        margin: 0px 0px 2px 0px;
    }

    .blogarchivemonth {
        width: 92%;
        padding: 3px 2% 3px 6%;
        display: block;
        background-color: #EFEFEF;
        margin: 0px 0px 2px 0px;
        color: Black !important;
    }

        .blogarchivemonth:hover {
            background-color: #ccc;
            color: White !important;
        }

    .blogarchivemonthselected {
        width: 92%;
        padding: 3px 2% 3px 6%;
        display: block;
        background-color: #CCC;
        color: black !important;
        margin: 0px 0px 2px 0px;
    }

    .selectedarrow {
        margin: 0px 1% 0px 2%;
        display: block;
        float: left;
    }


    /* BLOG ARTICLE LIST */
    #pnlresults {
        margin-top: 15px;
    }

    .standard-article-wrap {
        display: table;
        width: 100%;
        margin: 20px 0px;
        border-bottom: 3px solid #ddd;
    }

    .featured-article-wrap {
        display: table;
        width: 100%;
        margin: 20px 0px;
        border-bottom: 8px solid #ddd;
    }


    .featured-imageholder-wrap {
        display: table;
        width: 100%;
        overflow: hidden;
    }

    .featured-imageholder {
        height: 170px;
        overflow: hidden;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    .featured-image {
        max-height: 650px;
        max-width: 650px;
    }

    .featured-article-wrap img {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .featured-article-title {
        font-size: 200%;
        margin-top: 0px;
        text-align: center;
    }




    .recommendedhead {
        margin-bottom: 10px;
        padding-bottom: 7px;
        border-bottom: 2px solid #ccc;
        color: #0c2577;
        margin-top: 20px
    }

    .recommended-wrap {
        border: 3px solid #ccc;
        padding: 5%;
        text-align: center;
        overflow: hidden;
    }

    .recommended-thumbholder-wrap {
        display: table;
        width: 100%;
        overflow: hidden;
    }

    .recommended-thumbholder {
        height: 125px;
        overflow: hidden;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

        .recommended-thumbholder img {
            height: auto;
            max-height: 119px;
            max-width: 125px;
            width: auto;
        }


    .recommended-title-wrap {
        margin-top: 5px;
        overflow: hidden;
        height: 40px;
    }
    /*Should be twice the recommended title line height */
    .recommended-title {
        font-size: 12px;
        line-height: 14px;
    }

    .recommended-date {
        font-size: 12px;
        margin-bottom: 5px
    }



    .bloglistthumbholder {
        border: 0 none;
        display: table-cell;
        float: left;
        height: 150px;
        margin-bottom: 20px;
        margin-right: 2%;
        text-align: center;
        vertical-align: top;
        width: 150px;
    }

    .bloglistthumb {
        max-height: 100%;
        max-width: 100%;
    }


    #blogarchivesearch {
        margin-top: 10px;
    }

    .txbarchivesearch {
        height: 16px;
    }

    .btnarchivesearch {
    }

    #productsearch {
        display: block;
        margin-bottom: 15px;
    }

    #prodcategories {
        display: block;
        margin-bottom: 15px;
    }

    #prodmanufacturers {
        display: block;
        margin-bottom: 15px;
    }

    #prodcolours {
        display: block;
        margin-bottom: 15px;
    }

    #prodsizes {
        display: block;
        margin-bottom: 15px;
    }


    /* RESPONSIVE GRID LAYOUTS */

    /*  SECTIONS  */
    .section {
        clear: both;
        padding: 0px;
        margin: 0px;
    }

    /*  COLUMN SETUP  */
    .col {
        display: block;
        float: left;
        margin: 1% 0 1% 1.6%;
    }

        .col:first-child {
            margin-left: 0;
        }
    /*.col:nth-child(odd)  { margin-left: 0; }*/

    /*  GROUPING  */
    .group:before,
    .group:after {
        content: "";
        display: table;
    }

    .group:after {
        clear: both;
    }

    .group {
        zoom: 1; /* For IE 6/7 */
    }
/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}



    /*  GRID OF THREE  */
    .span_3_of_3 {
        width: 100%;
    }

    .span_2_of_3 {
        width: 66.13%;
    }

    .span_1_of_3 {
        width: 32.26%;
    }

    .col.span_1_of_3:nth-child(3n+1) {
        margin-left: 0;
    }
    /*  GRID OF TWO  */
    /*.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}*/

    .span_2_of_2 {
        width: 100%;
    }

    .span_1_of_2 {
        width: 49%;
    }

    .col.span_1_of_2:nth-child(2n+1) {
        margin-left: 0;
    }

    /*  GO FULL WIDTH BELOW 667 PIXELS */
    @media only screen and (max-width: 667px) {
        .col {
            margin: 1% 0 1% 0%;
        }
.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
        .span_3_of_3, .span_2_of_3, .span_1_of_3 {
            width: 100%;
        }

        .span_2_of_2, .span_1_of_2 {
            width: 100%;
        }
    }

    /* END RESPONSIVE GRID LAYOUTS */

    /* SITE SEARCH */
    .sitesearchimage {
        height: 100px;
        max-width: 200px;
        margin-left: 7px;
    }

    .businesslogoholder {
        max-width: 100%;
        max-height: 100%;
    }

    .resultnumber {
        float: left;
        margin: 0px 5px 0px 0px;
        color: #666;
    }



    /* CONTENT SEARCH RESULTS */
    .contentsearchheading {
        padding: 10px 0px 0px 0px;
    }

    .contentsearchbody {
    }

    .searchresultslist {
        min-height: 140px;
        border-bottom: 1px solid black;
    }

    .searchresultsgrid {
        height: 250px;
        border: 1px solid #CCC;
        width: 29%;
        float: left;
        margin: 0px 1% 10px 0px;
        padding: 5px 1%;
        overflow: hidden;
    }

    .icabosearchimage {
        height: 100px;
        max-width: 200px;
    }

    .icabosearchimagegrid {
        height: 100px;
        width: 100%;
        text-align: center;
        display: block;
        float: left;
        margin-bottom: 5px;
    }

    .categorydetails {
        float: right;
    }

    .searchextractlist {
    }

    .searchextractgrid {
        color: #000;
        font-size: 10pt;
    }

    .contentsearchbutton {
        color: black;
        padding: 5px 2%;
        width: 96%;
        background-color: #D4E0E5;
        text-align: center;
        display: block;
        text-decoration: none;
        margin: 5px 0px;
        clear: both;
    }

        .contentsearchbutton:hover {
            background-color: Black;
            color: White;
            cursor: pointer;
            text-decoration: none;
        }

    .groupnamegrid {
        font-size: 11px;
        padding: 3px 1%;
        background-color: #fff;
        float: right;
        width: 98%;
        text-align: right;
    }

    .groupname {
        font-size: 11px;
        padding: 3px 5px;
        background-color: #fff;
        float: right; /*width:100%; */
        text-align: right;
    }


    /* PROPERTY LIST */
    .propholder {
        width: 96%;
        padding: 10px 2%;
        margin: 10px 0px;
        float: left;
        background-color: #EFEFEF;
    }

    .propimage {
        width: 38%;
        height: 160px;
        margin-right: 2%;
        float: left;
    }

    .propdetails {
        width: 60%;
        float: left;
    }

    .proptitle {
    }

    .propprice {
    }

    .propdesc {
    }

    .propbeds {
    }

    .proppricefrom {
        float: right;
        margin-top: 5px;
    }

    .proptypeheading {
        width: 96%;
        padding: 15px 2%;
        background-color: #0c2577;
    }

        .proptypeheading h1 {
            color: White;
        }

    .proptypepricefrom {
        float: right;
        font-size: 24pt;
        color: #0c2577;
        margin-top: 15px;
        color: White !important;
    }

    .proptypesubheading {
        width: 96%;
        padding: 15px 2%;
        background-color: #CC3539;
        color: White;
        text-align: left;
        font-size: 18pt;
    }

    .devsubheading {
        width: 96%;
        padding: 15px 2%;
        background-color: #CC3539;
        color: White;
        text-align: left;
        font-size: 12pt;
    }

    #lblcontent2bottom .proptypesubheading {
        width: 90%;
        padding: 15px 5%;
        background-color: #CC3539;
        color: White;
        text-align: left;
        font-size: 18pt;
    }

    #lblcontent2bottom p {
        width: 90%;
        padding: 5px 5%;
        color: White;
    }

    #lblcontent2top p {
        width: 90%;
        padding: 5px 5%;
        color: black;
        background-color: #EFEFEF;
    }

    #lblcontent2top h3 {
        width: 90%;
        padding: 5px 5%;
        color: White;
        line-height: 120%;
    }

    .floorplanheading {
        width: 96%;
        padding: 5px 2%;
        background-color: #0c2577;
        color: White !important;
        margin-top: 5px;
    }

    .newgallerypreview {
        float: left;
        display: block;
        width: 22%;
        height: 150px;
        margin: 10px 1% 0px 0px;
        padding: 10px 1%;
        border: 0px dashed #CCC;
        background-color: #EFEFEF;
    }

    .newgallerybutton {
        float: left;
        display: block;
        width: 24%;
        height: 170px;
        margin: 10px 1% 0px 0px;
        padding: 10px 1%;
        border: 0px dashed #CCC;
        background-color: #EFEFEF;
    }

        .newgallerybutton:hover {
            background-color: #CCC;
            cursor: pointer;
        }

    .newgalleryimageholder {
        background-color: white;
        display: block;
        height: 115px;
        margin-bottom: 10px;
        width: 100%;
    }

        .newgalleryimageholder:hover {
            background-color: #CCC;
            cursor: pointer;
        }

    /* SITE SEARCH */
    .imageholder {
        width: 200px;
        height: 130px;
        float: left;
        display: block;
        text-align: left;
        margin-right: 10px;
    }

    .searchimage {
        max-width: 100%;
        max-height: 100%;
        float: left;
    }

    .rowheight {
        min-height: 140px; /*border-bottom:1px solid black;*/
    }

    .categoryname {
        font-size: 11px;
        padding: 3px 5px;
        background-color: #fff;
        float: right;
        text-align: right;
    }


    /* PRODUCTS */
    .productprice {
        float: right;
    }

    .productmanufacturer {
        font-size: 12pt;
        margin: -10px 5px 10px 5px;
        display: block;
        color: #666;
    }

    .noresults {
        font-size: 9pt;
        color: #666;
    }

    .product-gallery-holder {
        float: left;
        width: 55%
    }

    .zoomNavigatorWrapper {
        width: 100%;
        float: left;
    }

    .product-detail-holder {
        float: left;
        width: 45%
    }

    .product-long-description-holder {
        width: 100%;
        clear: both;
        float: left;
        margin-top: 1%;
        padding-top: 2%;
        border-top: 1px solid #ccc;
    }

    .product-price {
        color: #0c2577;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: -3px;
    }


    .prod-grid-item {
        float: left;
        width: 28%;
        background-color: #efefef;
        border: 2px solid #e6ead8;
        margin: 1%;
        padding: 1%;
    }

        .prod-grid-item:hover {
            background-color: #efefef;
        }

    .prod-img-grid {
        width: 100%;
        max-height: 100px;
        padding: 0px 0px 10px 0px;
    }

    .prod-grid-image {
        background-color: white;
        display: block;
        height: 130px;
        margin: 10px auto 0 auto;
        width: auto;
    }


    /*Brands*/
    .prod-grid-brand {
        float: left;
        width: 28%;
        background-color: #efefef;
        border: 2px solid #e6ead8;
        margin: 1%;
        padding: 1%;
        min-height: 250px;
    }

        .prod-grid-brand:hover {
            background-color: #efefef;
        }

    .brand-logo-holder {
        float: right;
        width: 100px;
    }

    .prod-grid-brandimage {
        background-color: white;
        display: block;
        height: 130px;
        margin: 10px auto 0 auto;
        width: 100%;
    }

    .prod-grid-brandlogo {
        height: 130px;
    }

    .prod-grid-brand img {
        width: 100%;
        height: auto;
    }


    /*Farmers Map*/
#divdistance {
    font-size: 11px !important;
    font-style: italic;
    padding-left: 41px;
}

#mapdivright {
    float: right;
    width: 29%;
    margin-left: 1%;
    font-size: 13px !important;
}

.mapdivright p {
    font-size: 14px !important;
    line-height: 18px;
}

#mapright {
    max-height: 533px;
    overflow-y: auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#mapleft {
    float: left;
    width: 70%;
}

.map-list-id {
    background: #0c2577 none repeat scroll 0 0;
    border-radius: 40px;
    color: #ffffff !important;
    float: left;
    font-weight: 700;
    margin: 6px 10px 15px 8px !important;
    overflow-x: hidden;
    padding: 3px 0 1px;
    text-align: center;
    width: 24px;
}

.map-list-id p{
    color: #666;
            margin-bottom: 0;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: normal;
            font-size: 15px;
            line-height: 120%;
}

    #mapright a:hover {
        color: #fff !important;
        text-decoration: none !important;
    }

    .map-list-item {
        min-height: 30px;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: 5px 0;
        color: #666 !important;
        margin-right: 3px;
    }

        .map-list-item:hover {
            color: #fff !important;
            background-color: #0c2577;
            text-decoration: none !important;
        }

        .map-list-item:hover p {
            color: #fff;
        }

        .map-list-item p {
            color: #666;
            margin-bottom: 0;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: normal;
            font-size: 15px;
            line-height: 120%;
            margin-left:42px;
        }

        .map-list-item h3 {
            color: #0c2577;
            margin-bottom: 0;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: normal;
            font-size: 15px;
            line-height: 120%;
            margin-left: 42px;
        }

        .map-list-item:hover h3 {
            color: #fff
        }


    .map-list-pin {
        margin-top: 2px;
        margin-right: 10px;
        margin-bottom: 0px;
        margin-left: 8px;
        float: left;
        height: 30px;
    }

    #cbxlooking, #cxbshare {
        position: relative;
        top: -3px
    }
    /*EndFarmers Map*/

    .feedless {
        height: 20px !Important;
        overflow: hidden;
    }

    .feedmore {
        height: auto;
    }

    /* DevExpress editform template */
    .dxgvControl_iPortTheme1, .dxgvDisabled_iPortTheme1 {
        color: #666 !important;
    }
    /* End DevExpress editform template */

    /*---------------------------------------------------------MOBILE CODE-------------------------------------------------------------------
*/

    /*Styles for screen 900px and lower*/
    @media only screen and (max-width : 900px) {
        .staff li {
            width: 25%;
            min-height: 260px;
            margin-bottom: 0px;
        }

            .staff li p {
                font-size: 13px;
            }
    }

/*Styles for screen 768px and lower*/
@media only screen and (max-width:768px) {
    #mapleft,
    #mapdivright {
        width: 100%;
    }
}







    /*Styles for screen 667px and lower*/
    @media only screen and (max-width : 667px) {
        .tab .tablinks {
            width: 100%
        }

        .tab::before {
            content: "Choose an area below to update your preferences. Tap 'Update' to save changes at the bottom.";
            margin-bottom: 8px;
            float: left;
            display: block
        }

        .bottom-pane30 {
            width: 96%
        }

        .bottom-pane40 {
            width: 96%
        }

        .staff img {
            margin-bottom: 5px;
            width: 90%;
        }

        .staff li {
            width: 33%;
            min-height: 250px;
        }

            .staff li p {
                font-size: 12px;
                line-height: 120%
            }

        .headerright, .headerleft {
            margin-top: 5px;
            text-align: center;
            width: 100%;
        }

        .righthalfmd {
            float: none;
            width: 100%;
            margin: 10px 0px
        }

        .alignright {
            display: block;
            height: inherit;
            margin: 10px 2%;
            width: 96%;
        }

        .alignleft {
            display: block;
            height: inherit;
            margin: 10px 2%;
            width: 96%;
        }



        .prod-grid-item {
            float: left;
            width: 90%;
        }

        .prod-grid-image {
            height: inherit;
            margin: 0 auto;
            width: 100%;
        }

        .vimeowrap {
            width: 100%;
        }


        .product-detail-holder {
            float: left;
            width: 90%;
            padding: 0 5%;
            margin-top: 15px;
        }

        .product-long-description-holder {
            width: 90%;
            padding-right: 5%;
            padding-left: 5%;
            margin-top: 5%;
        }

        .hometable td {
            width: 100%;
            display: block;
            border-right: 0px;
            border-left: 0px;
            border-top: 0px;
        }

        body {
        }


        .bookingstageholder table {
            font-size: 10px;
        }

        #bottomsectionholder {
            width: 100%;
        }

        #bottomsection {
            width: 90%;
            display: block;
            margin: 0px auto;
        }

        .bottom1 {
            width: 100%;
            display: block;
            float: left;
            padding: 2%;
            margin-bottom: 15px;
            height: auto;
        }

        .bottom2 {
            width: 100%;
            display: block;
            float: left;
            padding: 2%;
            margin-bottom: 15px;
            height: auto;
        }

        .bottom3 {
            width: 100%;
            display: block;
            float: left;
            padding: 2%;
            margin-bottom: 15px;
            height: auto;
        }

        .bottom4 {
            width: 100%;
            display: block;
            float: left;
            padding: 2%;
            margin-bottom: 15px;
            height: auto;
        }

        .bottom-pane {
            width: 96%;
            height: auto;
            display: block;
            float: left;
            padding: 2%;
        }


        .captionholderhome {
            bottom: 1%
        }

            .captionholderhome h3 {
                font-size: 8px;
            }

            .captionholderhome p {
                font-size: 12px;
            }

        .homeslideside {
            height: auto;
            margin-left: 0px;
            overflow: hidden;
            padding: 2%;
            width: 96%;
        }



        .homesliderhead {
            display: none
        }

        header {
            background-image: none;
            padding: 0px;
            width: 100%;
            margin: 33px 0 0;
        }



        #logo {
            margin: 17px auto 0px auto;
            display: block;
            width: 100%;
            text-align: center;
        }




        #content {
            width: 94%;
            margin: 0 3%
        }

        ul.socialicons {
            display: none;
        }

        ul.socialsprite li {
            list-style-type: none;
            display: inline;
            float: right;
            padding: 1px 0px 0 0;
            height: 25px
        }

        .contactwrap {
            width: 100%;
            text-align: center;
            margin-top: 5px;
        }

        .maincolm {
            width: 98%;
            float: left
        }


        .captionholder p {
            font-size: 14px
        }

        .captionholder a {
            font-size: 16px;
            line-height: 15px;
        }

        .sitesearchwrap {
            float: none;
            width: auto;
            margin: 0 auto;
        }

        .sidebaright {
            width: 100%;
            float: right;
        }

        .sidebarleft {
            width: 100%;
            float: left;
        }

        #contact {
            display: none;
        }


        #contact2 {
            width: 100%;
            display: block;
            text-align: center;
        }

        #ctl00_contact2 {
            width: 100%;
            display: block;
        }



        .centered-btns_nav {
            display: none;
        }

        ul.socialsprite {
            display: block;
            margin: 0 auto;
            width: 155px;
            height: 25px;
        }

        .searchglass {
            display: none;
        }


        .gallerylarge {
            max-height: 200px
        }
        /* <----SET MAX HEIGHT OF MAIN GALLERY IMAGE */
        .gallerythumbholder {
            height: 30px;
        }

        .bloglistthumbholder {
            display: none;
        }

        /*EVENTS*/
        .eventholder {
            padding: 10px 0px 0px 0px;
        }

        .eventpassed {
            color: white;
            text-align: center;
            width: inherit;
            display: inline;
            padding: 3px 0px;
            background-color: red;
            float: right;
        }

        .eventtitle a {
            float: none;
            width: 60%;
            display: inline;
            font-size: 80%;
        }

        .shortdescription {
            float: left;
            width: 60%;
            display: inline;
            display: none
        }

        .leftdate {
            float: none;
            width: 100%;
            margin-right: 0%;
            display: block;
            border: none;
            text-align: left;
        }

        .eventday {
            font-size: inherit;
            line-height: inherit;
            display: inline;
            text-transform: none;
        }

        .eventdate {
            font-size: inherit;
            line-height: inherit;
            display: inline;
            font-weight: bold;
            color: red;
        }

        .eventmonth {
            font-size: inherit;
            text-transform: none;
            display: inline;
            line-height: inherit;
            font-weight: bold;
            color: red;
        }

        .eventyear {
            font-size: inherit;
            line-height: inherit;
        }

        .loginwrap {
            width: 90%;
            margin: 20px 5%;
        }

        #mapleft {
            width: 100%;
            margin-bottom: 20px;
        }

        #mapright {
            width: 100%;
            margin: 0 0 20px;
            max-height: 300px;
        }

        #mapdivright {
            width: 100%;
        }
    }

    /*Styles for screen 480px and lower*/
    @media only screen and (max-width : 480px) {
        #registerform {
            right: -120px
        }
    }