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: #fff url('../images/tile.jpg') repeat-x;
	;
	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: 1.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;
}

/* ==========================================================================
   Text 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: #555;
	margin-bottom: 12px;
}
h1, h2 {
	font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #0059aa;
	margin-bottom: 24px;
	-webkit-font-smoothing: antialiased;
}
h2 {
	text-transform: uppercase;
}

#contentSection h1 { text-transform: uppercase; }
#joinUs h2 {margin-bottom: 12px;}

#contentSection h2 {
font-size: 1.8em;
border-top: #ccc 1px solid;
padding-top: 16px;
margin: 16px 0 16px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #0059aa;
	margin-bottom: 4px;
}

aside h3 {
	margin-bottom: 0;
	color: #555;

	text-transform: capitalize;
}

#contentLeftCol ul {
	list-style-type:square;
	margin-left: 14px;
	margin-bottom: 12px;
}
#contentLeftCol ol {
	margin-left: 14px;
	margin-bottom: 12px;
}
#contentLeftCol ul li, #contentLeftCol ol li {
	font-size: 12px;
	color: #555;
	line-height: 1.4em;
	padding-bottom: 2px;
}
a {
	color: #0059aa;
	text-decoration: none;
 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 {
display: block;
background: url('../images/button.png') no-repeat;
width: 247px;
height: 29px;
text-indent: 20px;
color: #fff;
font-size: 1.4em;
padding-top: 8px;
}

a img {
	border: 0;
 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 img:hover, a.button:hover {
	opacity: 0.6;
}
#footerWrap a:hover {
	color: #555;
}
#indexLeftCol a:hover, #contentLeftCol a:hover, #footerWrap a:hover {
	color: #ddd;
}
label {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: bold;
	color: #680137;
}
input.text {
	width: 200px;
}
textarea {
	width:440px;
}
.error {
	font-weight: bold;
	color: #ed1b24;
}

/* ==========================================================================
   Layout styles
   ========================================================================== */


#ripples {
	width: 874px;
	height: 379px;
	background: url('../images/ripples.jpg');
	margin: 0px 0 -379px -140px;
}
header, #logo, #menu, #upperWrap, #contentWrap, footer {
	width: 960px;
	margin: 0 auto;
}
#logo {
	text-align:left;
	height: 123px;
	position: relative;
	z-index: 100;
	margin-top: 15px;
	margin-bottom: -16px;
}
#slideshow, #banner {
	width: 960px;
	height: 329px;
	margin: 0px auto 21px auto;
}
#bannerShadow {
	background: url(../images/bannerShadow.png) no-repeat;
	width: 1058px;
	height: 70px;
	margin: -21px -49px -45px -49px;
}
#albumList {
	float: left;
	width: 655px;
	height: 160px;
}
#galleryRight {
	float: right;
	width: 300px;
	height: 160px;
}
#galleryButton {
	margin: -7px 0 8px -30px;
}
#contentWrap {
margin-bottom: 20px;
	padding-bottom: 24px;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
section, #contentSection {
	float: left;
	margin: 35px 0 0px 35px;
	width: 550px;
}

aside {
	float: right;
	margin: 35px 35px 0 0;
	width: 265px;
}

.buttonWrap {
margin-bottom: 12px;
}

.newsItem {
margin-bottom: 20px;
border-bottom: 1px solid #ccc;
padding-bottom: 12px;
}

.fb-like {
	border-top: 1px solid #ccc;
	margin-top: 0px;
	padding-top: 12px;
}

#googleMap {
	padding: 6px;
	border: 1px solid #ccc;
}
.formLeftCol {
	float: left;
	width: 200px;
}
.formRightCol {
	float: left;
	width: 300px;
}

label {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 0.9em;
            line-height: 1.4em;
            font-weight: bold;
            color: #0059aa;
}

input.text { width: 180px; 
border: #aaa 1px solid;
border-radius: 6px;
height: 20px;}

textarea { width:250px; 
border: #aaa 1px solid;
border-radius: 6px;
height: 118px;}

.error {
            font-weight: bold;
            color: #ff0000;
}

.form-buttons {margin-top: 10px;
}

#copyright {
	padding-left: 35px;
}

.timetable {
border: 1px solid #ccc;
border-collapse:collapse;
}

.timetable th
{
background-color: #0059aa;
color:#fff;
}

.timetable th, .timetable td {
width: 80px;
height: 24px;
text-align: center;
border: 1px solid #ccc;
padding:0;
font-size: 1.2em;
padding: 4px 2px;
}

tr.rowStyle1 {
background-color: #ddd;
}

/* GALLERY
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

.indexAlbumThumb {
	float: left;
	width: 150px;
	padding-right: 12px;
}
.albumDescription {
	float:left;
	width:190px;
	margin-right: 16px;
}
.albumPreview {
}
.thumb img {
	width: 145px;
	height:145px;
}
.blockThumb img {
	width: 120px;
	height:120px;
	border: 1px solid #ccc;
	padding: 4px;
	text-align: right;
}
.albumThumb {
float: left;
	margin: 0 23px 20px 0;
	width: 160px;
	height: 220px;
	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;
}
}
