@charset "UTF-8";

html {
	overflow-y: scroll;
	height: 100%;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	margin: 0;
	line-height: 1.5em;
	background: #6276A9 url("../uploads/images/bg.jpg") no-repeat 50% 0;
	color: #3e3e3e;
}
	
a {
	font-family: Georgia, times, serif;
	font-weight: bold;
	font-style: italic;
	color:#3e3e3e;
	outline: none;
}

a img {border: none; outline: none;}

#caption a {color:#141414;}


h2 {
	font-family: Georgia, times, serif;
	font-size: 18px;
	font-style: italic;
}

.gallery ul li {
	font-family: Georgia, times, serif;
	font-weight: bold;
	font-style: italic;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#mastHead {height: 156px;}

#logo {float: left; width: 223px;}
#logo a img {border: none; outline: none;}

#nav {
	text-transform: uppercase;
	font-style: italic;
	font-family: Georgia, times, serif;
	width: 737px;
	float: left;
	text-align: right;
}

#nav ul {list-style: none; margin-top: 87px;}
#nav ul li {display: inline; margin-left: 10px;}
#nav ul li a {font-weight: normal; color: #fff; text-decoration: none;}
#nav ul .menuactive a, #nav ul li a:hover {text-decoration: underline; color: #000;}


#contactInfo {position: absolute; top:20px; right:0;}
#contactInfo span {font-size: 21px; color: #fff; font-weight: bold; margin-bottom: 8px; display: block;}

#hero {
	background: url("../uploads/images/herobg.gif") no-repeat 50% bottom;
	padding: 0 0 46px;
	width: 960px;
	position:relative;
	height:355px;
	overflow: hidden;
	}
	
#hero img {border: 17px solid #fff;}
	
.home #container {
	overflow: hidden;
	border: none;
	padding-top: 0;
}

	
#container {
	overflow: hidden;
	border-top: 1px solid #94a2c6;
	padding-top: 15px
}

#left {
	background: #fff;
	width: 307px;
	padding: 17px;
	float: left;
	margin-left: 10px;
	height: 407px;
}

html* iframe {display: none;}

#leftWide {
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 0 10px;
    padding: 17px;
    width: 608px;}

#middle {
	background: #fff url("../uploads/images/gallery.jpg") no-repeat 0 0;
	width: 199px;
	padding: 17px 10px 17px 82px;
	float: left;
	margin: 0 10px;
	height: 407px;

}


#right {
	width: 288px;
	float: left;
	margin-right: 10px;
}

.home#right {height: 407px;}

.ctaWrap {
	padding-bottom: 18px;
	border-bottom: 1px dashed #fff;
	margin-bottom: 18px;
}

.cta {
	background: #fff;
	padding: 17px 10px 17px;
}

.noBorder {border-bottom: none;}

#right .gallery {
	background: #fff url("../uploads/images/gallery.jpg") no-repeat 0 0;
	width: 196px;
	padding: 17px 10px 17px 82px;
}




#slides {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	overflow: hidden;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:960px;
	overflow:hidden;
	position:relative;
	display:none;
	height: 355px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:960px;
	display:block;
}

.slides_container a img {
	display:block;
}


/*
	Pagination
*/

.pagination {
	margin:15px auto 0;
	width:118px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
	padding: 0 3px;

}

.pagination li a {
	display:block;
	width:12px;
	height:2px;
	padding-top:12px;
	background-image:url(../uploads/images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position: 0 -16px;
}



.gallery .img a {
    height: 64px!important;
    margin: 10px 8px 10px 0!important;
    overflow: hidden;
    width: 64px!important;
    border: 2px solid #FFFFFF;
    }
.gallery .img a:hover {border: 2px solid #666666;}    




#footer {
	color: #fff;
	clear: both;
	font-size: 13px;
	padding: 17px 10px;
}

#footer a {color: #fff; font-family:Arial, Helvetica, sans-serifl; font-size: 13px; font-weight: normal; font-style: normal;}


.gallery .parentlink a {
	text-indent: 0!important;
	width: auto!important;
	height: auto!important;
	background: none!important;
}