html {
	overflow-x: hidden;
}
button, input, select, textarea {
	color: #222;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #daedfc;
	line-height: 1.8em;
	margin: 0;
	height:100.1%;
	overflow-x: hidden !important;
	margin: 0;
	padding: 0;
}
.clearboth {
	clear: both
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
 background: #b3d4fc;
 text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 2.6em 0;
	padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
	border: 0;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
 font-family: 'proxima_nova_rgbold';
 src: url('proximanova-bold-webfont.eot');
 src: url('proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('proximanova-bold-webfont.woff') format('woff'),  url('proximanova-bold-webfont.ttf') format('truetype'),  url('proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'proxima_nova_rgregular';
 src: url('proximanova-regular-webfont.eot');
 src: url('proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('proximanova-regular-webfont.woff') format('woff'),  url('proximanova-regular-webfont.ttf') format('truetype'),  url('proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'proxima_novasemibold';
 src: url('proximanova-semibold-webfont.eot');
 src: url('proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('proximanova-semibold-webfont.woff') format('woff'),  url('proximanova-semibold-webfont.ttf') format('truetype'),  url('proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
 font-weight: normal;
 font-style: normal;
}
p {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666;
	margin: 0 0 12px 0;
}
#contentWrap section ul {
	margin-bottom: 16px;
}
#contentWrap section li {
	font-size: 1.2em;
	list-style-type: square;
	margin-left: 16px;
	color: #666;
}
h1, h2, h4 {
	font-family: 'proxima_nova_rgregular', Calibri, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	text-transform: capitalize;
	font-weight: normal;
	color: #174a7c;
	margin: 0 0 18px 0;
	-webkit-font-smoothing: antialiased;
}
#contentWrap section h2 {
	font-size: 1.8em;
	padding-top: 16px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}
#contentWrap section h4 {
	font-size: 1.8em;
	margin-top: 20px;
}
h3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #174a7c;
	margin: 0;
}
a {
	color: #174a7c;
	text-decoration: none;
}
a:hover {
	color: #888;
}
a img {
 transition: all .5s ease;
 -moz-transition: all .5s ease; /* Firefox 4 */
 -webkit-transition: all .5s ease; /* Safari and Chrome */
 -o-transition: all .5s ease; /* Opera */
}
a.button {
	background: url(../images/button.png) no-repeat center top;
	display: block;
	width: 140px;
	height: 30px;
	color: #fff;
	font-family: 'proxima_novasemibold', Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	padding: 7px 0 0 0;
 transition: all .5s ease;
 -moz-transition: .5s ease; /* Firefox 4 */
 -webkit-transition: .5s ease; /* Safari and Chrome */
 -o-transition: .5s ease; /* Opera */
	text-indent: 16px;
}
a img:hover, a.button:hover {
	opacity: 0.5;
}
a.newsItem {
	display: block;
	width: 332px;
	height: 52px;
	transition-property:none !important;
	background: url(../images/newsItem.png) center top no-repeat;
	padding-top: 12px;
	text-indent: 28px;
	margin-bottom: 8px;
}
a.newsItem:hover {
	background-position: 0px -64px;
	opacity: 1;
}
a.newsItem:hover p {
	color: #fff;
}
/* SEARCH
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#searchBox {
	float: right;
	width: 240px;
	height: 40px;
	background: #dedede;
	margin: 50px 0 0 0;
	padding: 10px 0 0 10px;
}
#searchForm h2, #subscribeForm h2 {
	position:absolute;
left-9999px;
	top:-9999px;
}
#searchForm input, #subscribeForm input {
	vertical-align:middle;
	font-weight:bold;
	font-size: 12px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#searchForm input[type="text"], #subscribeForm input[type="text"] {
	width:220px;
	padding:6px 0px 6px 6px;
	background:#fff;
	border:1px solid #777;
}
#subscribeForm input[type="text"] {
	width: 270px;
}
#searchForm input[type="submit"], #subscribeForm input[type="submit"] {
	width:60px;
	margin-left:-66px;
	padding:3px;
	border:none;
	text-transform: uppercase;
	font-weight: normal;
	color:#fff;
	background: #5a87c6;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#searchForm input[type="submit"]::-moz-focus-inner, #subscribeForm input[type="submit"]::-moz-focus-inner {
border:0;
}
#searchForm input[type="submit"]:focus, #subscribeForm input[type="submit"]:focus {
	background:#333;
}
#fblike {
	float:right;
	margin-top: 10px;
	overflow: hidden;
}
/* SLIDESHOW
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#slide {
	width: 956px;
	height: 314px;
	border: 10px solid white;
	border-bottom: 0;
	position:relative;
	box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.40);
}
/* BOTTOMWRAP
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#topWrap {
	background-color: #fff;
}
header, #bottomWrap {
	width: 976px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#logo {
	float: left;
	width: 600px;
	height: 134px;
	padding: 12px 0;
}
#bottomBar {
	background: url(../images/background.jpg) no-repeat;
}
#featureWrap {
	height: 160px;
	background: #daedfc url(../images/orangeTab.png) left top;
	background-repeat: no-repeat;
}
#welcome {
	float: left;
	width: 500px;
	margin: 22px 0px 0 62px;
}
#newsletter {
	float: right;
	height: 160px;
	width: 280px;
	margin: 0px 50px 0 0;
	padding: 22px 0 0 50px;
	background: url(../images/shadowTab.png) no-repeat left top;
}
#members {
	float: right;
	width: 164px;
	height: 32px;
	margin: 6px -4px 0 0;
}
#newsletterHeading {
	float: left;
	display:block;
	width: 117px;
}
#newsletterButton {
	float: right;
	margin-top: -5px;
	width: 142px;
}
#indexContentWrap {
	background-color: #fff;
}
#contentWrap {
	background-color: #fff;
	padding-top: 10px;
	min-height: 600px;
}
section {
	float: left;
	width: 545px;
	margin-top: 10px;
	padding: 2px 20px 30px 40px;
}
section img {
	border: 6px solid white;
	position:relative;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.30);
}
.contentBlock {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.contentC1 {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.contentC2 {
	float: right;
	width: 220px;
}
.contactC1 {
	float: left;
	width: 260px;
	margin-right: 25px;
}
.contactC2 {
	float: left;
	width: 260px;
}
.eldersC1 {
	float: left;
	width: 320px;
}
.eldersC2 {
	float: right;
	width: 150px;
}
.blockC1 {
	float:left;
	width: 150px;
	margin-right:10px;
}
.blockC2 {
	float: right;
	width: 140px;
}
aside {
	float: right;
	width: 335px;
	margin: 10px 25px 30px 0;
}
#membersAside {
	float: right;
	width: 280px;
	margin: 10px 50px 30px 0px;
}
aside h2 {
	padding-left: 26px;
}
aside li {
	list-style-type:none;
}
.block h2, .blockBlue h2, #blockNoticeboard h2, .blockBorder h2 {
	padding:0;
	line-height: 1.0em;
}

#blockNoticeboard h2 {
color: #fff
}

.block h3 {
	padding-bottom: 12px;
}
.block {
	margin: 26px 0px 0px 26px;
}
.blockBlue, .blockBorder {
	background-color:#daedfc;
	margin: 20px 8px 0 0;
	padding: 20px 20px 20px 26px;
}
.blockBorder {
	border: 1px solid #ccc;
	background-color: #fff;
}
#blockNoticeboard {
	background: url('../images/blockNoticeboard.jpg') no-repeat;
	width: 326px;
	height: 180px;
	padding: 20px 20px 0px 26px;
	margin-top: 20px;
}
footer {
	margin: 16px 0px 0px 40px;
	font-size: 0.9em;
	padding-bottom: 20px;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	font-weight: bold;
	color: #174a7c;
}
input.text {
	width: 240px;
	height: 20px;
}
textarea {
	width:240px;
	height: 80px;
}
.error {
	font-weight: bold;
	color: #d70000;
}
/* GALLERY
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/


.albumDescription {
	float:left;
	width:190px;
	margin-right: 16px;
}
.albumPreview {
}
.thumb img {
	width: 196px;
	height:120px;
}
.blockThumb img {
	width: 120px;
	height:120px;
	border: 1px solid #ccc;
	padding: 4px;
	text-align: right;
}
.albumThumb {
	margin: 0 20px 20px 0;
	width: 160px;
	text-align: center;
}
.albumThumb img {
width: 160px height: 160px;
	margin-bottom: 6px;
}
.gal-item {
	float: left;
	margin: 0px 20px 20px 0px;
	text-align: center;
	width: 160px;
	height: 160px;
}
.gal-item a {
	display: block;
}
.gal-item img {
	width: 160px;
	height: 160px;
	border: 1px solid #ccc;
	padding: 2px;
}
.blockPreview {
	float: left;
	margin: 0px 20px 20px 0px;
	text-align: center;
	width:130px;
}
.galleryLeftCol {
	float: left;
	width: 110px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.galleryRightCol {
	float: left;
	width: 310px;
	padding-bottom: 10px;
}
.galleryLeftCol img {
	border: 1px solid #ccc;
}
.galleryLeftCol img:hover, .gal-item img:hover {
	filter: alpha(opacity=60);
	opacity:0.6;
}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
 *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow:none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
 content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group; /* h5bp.com/t */
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
