@charset "utf-8";

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	margin-bottom: 0.5%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.clear			{
				display:block;
				clear:both;
				height:0 !important;
				overflow:hidden;
		
				}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.editable p {
    margin: 0;
}
.slide-group{
width:100%;	
	}

h1 {
	overflow: hidden;
	text-align: center;
	color: #3A4985;
	padding: 0px !important;
	margin: 0px !important;
	font-family: 'Abril Fatface', cursive !important;
	font-weight: normal;
	font-size: 2.5em !important;
}
h1:before,
h1:after {
 background-color: #333;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
h1:before {
 right: 0.5em;
 margin-left: -50%;
}
h1:after {
 left: 0.5em;
 margin-right: -50%;
}

	h2 {
	font-family: 'Abril Fatface', cursive !important;
	font-weight: normal;
	font-size: 1.8em !important;
	color: #3A4985;
	padding: 0px;
	margin: 0px;
}
	h3 {
	font-family: 'Abril Fatface', cursive;
	font-size: 1.8em;
	color: #3A4985;
}
.whitelinkso{
	color: #fff;
	font-family: 'Abril Fatface', cursive;
	font-size: 1.8em;
 	}
.whitelinks,
.whitelinks:visited,
.whitelinks:hover,
.whitelinks:active,
.whitelinks:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}

.gallery{
	color: #3A4985;
	font-family: 'Abril Fatface', cursive;
	font-size: 1em;
 	}
.btn {
	background-color: #C61F26;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: "Scriptina Pro";
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	text-align: center;
	font-style: normal;
	width: 100%;
}

.btn:hover {
	background-color: #5B5B5B;
	text-decoration: none;
}
.txtac{
	text-align:center;
	
	}
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.copysmaller{
		font-size:0.9em;}
		
	.copyj{
	text-align: justify;
}	
		
		
.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-top: 90px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
.circle img {
transition: 1s ease;
}

.circle img:hover {
border-radius:50%;
transition: 1s ease;
}



a[href$=".pdf"]{
	background-image: url(../images/pdf.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 22px;
	height: 35px;
	display: inline-block;
	padding-top: 10px;
	color:#000;
}
a[href^="/"], a[href^=".."] {
	color:#222 !important;

}
  a:hover {
	color: #9C1719;
}


	.whiteheading {
	font-size: 2em;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	align: center;
	color: rgba(253,253,253,1.00);
	text-align: center;
	font-family: abril-fatface;
	background-color: #3A4985;
}

.whiteheading2 {
	font-size: 1.5em;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	align: center;
	color: rgba(253,253,253,1.00);
	text-align: center;
	font-family: abril-fatface;
	background-color: #3A4985;
}
.whitelinks{
	color: #fff !important;
	text-align: center;
	font-size: 1.1em;
}


.whiteft{
	color: #fff !important;
	text-align: center;
	font-size:12px;
}

/* Mobile Layout: 480px and below. */
  .gridContainer2 {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
.headerContainer {
}
.menuContainer {
}
.sliderContainer {
	overflow: hidden
}
.maincontentContainer {
}
.footerContainer {
}
.logo {
	text-align: center;
	margin-top: 1%;
}
.oneof3 {
width: 100%;
clear: both;
margin-left: 0;
}
.oneof3z {
width: 100%;
clear: both;
margin-left: 0;
}
.oneof3b {
width: 100%;
clear: both;
margin-left: 0;
}


.oneof3l {
width: 100%;
clear: both;
margin-left: 0;
}

.oneof3jmageContainer {
}
.oneofthreetextContainer {
}
.bluebanner {
	background-color: #263057 !important;
}
.menufullcont {
	background-color: #1D2544;
}
.halfleft {
width: 100%;
}
.halfright {
	margin-bottom: 2%;
	text-align: left;
}
.halfrightl {
	margin-bottom: 2%;
}
.halfrightl2 {
	margin-bottom: 2%;
	text-align: left;
}
.halfrightp {
	margin-bottom: 2%;
}

.bluecontainer {
	padding-top: 11px;
	padding-bottom: 11px;
	margin-bottom: 8px;
}
.newcont {
}
.allcontent {
}

.allcontent2 {
}
.tnimage {
	width: 50%;
	float: right;
	padding-left: 11px;
}
.centretextcont {
	text-align: center;
}

.centretextcont2 {
	text-align: center;
}
.forsale {
width: 100%;
}
.forumcont {
	border-top: thin solid #B7B7B7;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.pic1 {
	text-align: center;
	clear: both;
	margin-left: 0;
}


.pdfcont {
}
.galleryContainer {
}
.multigall {
	text-align: center;
}
.galleryrowrepeat {
}
.history1 {
width: 100%;
}
.history2 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-top: 3%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}

.gridContainer2 {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}

#div1 {
position: static;
height: auto;
width: 100%;
margin-left: 0;
}
.headerContainer {
}
.menuContainer {
}
.sliderContainer {
}
.maincontentContainer {
}
.footerContainer {
}
.logo {
	text-align: center;
	margin-top: 1%;
}


    body,td,th {
    font-family: Gotham, Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 300;
   }
  
    body {
    background-image: url(../images/subtle_white_feathers.png);
   }

   a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #B1B1B1;
}
a:active {
	text-decoration: none;
}

.oneof3 {
	width: 100%;
	clear: none;
	margin-left: 0;
	float: left;
}

.oneof3z {
	width: 100%;
	clear: none;
	margin-left: 0;
	float: left;
}
.oneof3b {
	width: 100%;
	clear: none;
	margin-left: 0;
	float: left;
}
.oneof3l {
	width: 100%;
	clear: none;
	margin-left: 0;
	float: left;
	margin-bottom: 1%;
}

.oneof3jmageContainer {
}
.oneofthreetextContainer {
}
.bluebanner {
	background-color: #263057 !important;
}
.menufullcont {
	background-color: #1D2544;
}
.halfleft {
	width: 100%;
	color: undefined;
}
.halfright {
	margin-bottom: 2%;
	text-align: left;
}

.halfrightl {
	margin-bottom: 2%;
}
.halfrightl2 {
	margin-bottom: 2%;
	text-align: left;
}
.halfrightp {
	margin-bottom: 2%;
}

.bluecontainer {
	background-color: #3A4985;
	padding-top: 11px;
	padding-bottom: 11px;
}
.newcont {
}
.allcontent {
}

.allcontent2 {
}

.tnimage {
	width: 30%;
	float: right;
}
.centretextcont {
	text-align: center;
}
.centretextcont2 {
	text-align: center;
}
.forsale {
width: 100%;
}
.pic1 {
	text-align: center;
	clear: both;
	margin-left: 0;
}
.pdfcont {
}
.galleryContainer {
}
.multigall {
	text-align: center;
}
.galleryrowrepeat {
}
.history1 {
width: 100%;
}
.history2 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-top: 3%;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.gridContainer2 {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
margin-left: 0;
position: static;
height: auto;
width: 100%;
}
.headerContainer {
	color: #424242;
	text-align: justify;
	margin-bottom: 5px;
	float: left;
	clear: none;
	line-height: 1.em;
}
.menuContainer {
	text-align: center;
}
.sliderContainer {
}
.maincontentContainer {
}
.footerContainer {
	background-color: rgba(51,51,51,1.00);
	color: rgba(192,192,192,1.00);
	margin-top: 2%;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 98%;
	padding-right: 12px;
	padding-left: 12px;
}
.logo {
	text-align: center;
	margin-top: 1%;
}

.oneof3b {
	width: 32.2033%;
	clear: none;
	float: left;
	font-family: pt-sans, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-right: 1.5%;
}

.oneof3 {
	width: 32.2033%;
	clear: none;
	float: left;
	font-family: pt-sans, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-right: 1%;
	margin-left: 0px;
}

.oneof3z {
	width: 32.2033%;
	clear: none;
	float: left;
	font-family: pt-sans, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-right: 1%;
	margin-left: 0px;
}


.oneof3l {
	width: 32.2033%;
	clear: none;
	float: right;
	margin-top: 1%;
}
.oneof3jmageContainer {
	text-align: center;
	font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif, adamina;
	margin-top: 2%;
}
.oneofthreetextContainer {
	text-align: center;
}
.bluebanner {
	background-repeat: repeat;
	background-color: #263057;
}
.menufullcont {
	background-color: #1D2544;
	text-align: center;
}
.halfleft {
	width: 64.3%;
}
.halfright {
	width: 33.2%;
	float: right;
	clear: none;
	background-color: rgba(236,236,236,1.00);
	border: solid #ccc thin;
	margin-bottom: 1%;
	text-align: left;
}
.halfrightl{
	width: 33.2%;
	float: right;
	clear: none;
	background-color: rgba(236,236,236,1.00);
	border: solid #ccc thin;
	margin-bottom: 2%;
	margin-left: 2%;
}

.halfrightl2{
	width: 100%;
	float: right;
	clear: none;
	background-color: rgba(236,236,236,1.00);
	border: solid #ccc thin;
	margin-bottom: 2%;
	margin-left: 2%;
	text-align: left;
}
.halfrightp{
	width: 33.2%;
	float: right;
	clear: none;
	border: solid #ccc thin;
	margin-bottom: 1%;
}

.bluecontainer {
	background-color: rgba(58,73,133,1.00);
	padding-top: 11px;
	padding-bottom: 8px;
}
.newcont {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.allcontent {
}

.allcontent2 {
	padding-top: 6px;
}
.tnimage {
	width: 40%;
	min-width: 0px;
	float: right;
	margin-left: 2%;
	margin-top: 1%;
}
.centretextcont {
	text-align: center;
	margin-bottom: 1%;
}

.centretextcont2 {
	text-align: center;
	margin-top: 1%;
	margin-bottom: 1%;
}
.forsale {
	width: 64.3%;
}
.pic1 {
	text-align: center;
	clear: none;
}
.pdfcont {
	text-align: left;
	margin-bottom: 1%;
}
.galleryContainer {
}
.multigall {
	text-align: center;
}
.galleryrowrepeat {
}
.history1 {
width: 66.1016%;
}
.history2 {
	width: 32.2033%;
	margin-left: 1.6949%;
	clear: none;
	margin-top: 1px;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
.galleryContainers {
	float: left;
	width: 32.2%;
	clear: none;
}
