@charset "UTF-8";
/* CSS Document */

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, img,
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;
}
body {
	font-family: 'Titillium'; color: #333; font-size: 14px; margin-bottom: 18px;
}

h1 {
	font-family: 'Titillium'; color: #000; font-size: 20px; margin-bottom: 20px; color: #f26e7e;
}
h2 {
	font-family: 'Titillium'; color: #000; font-size: 14px; margin-bottom: 20px;
}
.is-cms .cms-gallery {
    background-color: grey;
    display: block;
    height: 40px;
}


.fadey img{
	  -webkit-transition: all .3s ease-in;
	  -ms-transition: all .3s ease-in;
	  -moz-transition: all .3s ease-in;
	  -o-transition: all .3s ease-in;
	  transition: all .3s ease-in;
}
.fadey img:hover {
	cursor: -webkit-zoom-in; cursor: -moz-zoom-in;
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
}


#headerWrapper {
	height: 220px;
	width: 100%;
	border-bottom: 1px solid #f26e7e;
}
#header {
	height: 220px;
	width: 1000px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	padding-top: 40px;
	float: left;
	width: 330px;
	height: 140px;
}
#headerWrapper #header #headerContact {
	float: right;
	width: 600px;
	padding-top: 130px;
	text-align: right;
}
#menuWrapper {
	height: 60px;
	width: 100%;
	border-bottom: 1px solid #2aabe1;
}
#menuWrapper #menu {
	font-family: 'Titillium Bd';
	color: #333;
	font-size: 16px;
	line-height: 60px;
	width: 1000px;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 1.5px;
}
#menuWrapper #menu .menuItem {
	float: left;
	padding-right: 25px;
}

/* Links */
a:link {
	text-decoration: none;
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-khtml-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	color: #2aabe1;
}
a:visited {
	text-decoration: none;
	color: #2aabe1;
}
a:hover {
	text-decoration: none;
	color: #f26e7e;
}
a:active {
	text-decoration: none;
	color: #2aabe1;
}
.selected {
	color: #f26e7e;
}
/*--------------------------*/

#headerWrapper #header #headerContact #socialIcon {
	padding-bottom: 10px;
}
.mainSection {
	width: 1000px;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: auto;
	margin-left: auto;
}

#slideshow {
    position: relative;
    height: 370px;
}

#slideshow IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

#slideshow IMG.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow IMG.last-active {
    z-index: 9;
}

/* Slideshow CSS for CMS */
/* End of Slideshow CSS for CMS */


.homePageBoxText {
	float: left;
	width: 250px;
	padding-top: 30px;
}
.homePageBox {
	float: left;
	width: 230px;
	padding: 30px 0px 30px 30px;
}
.fullWidthDivider {
	border-top: solid 1px #f26e7e;
}

.mainSectionHome {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.mainSectionGalleries {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.mainSectionGalleries .galleryBox {
	padding: 36px 0px 0px 36px;
	float: left;
	width: 220px;
}
.mainSectionGalleries img {
	padding: 36px 0px 0px 36px;
	float: left;
}
.mainSectionGalleries #bioPic {
	float: left;
	width: 740px;
}
#footerWrapper {
	clear: both;
	width: 100%;
	border-top: solid 1px #2aabe1;
}
#footerWrapper #footer {
	text-align: right;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	padding-top: 30px;
}
