*{
	margin:0px;
	padding:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
html{
	font-family:Sans-Serif;
	background-color:#FFFFFF;
}

ul{
	list-style:none;
}
a{
	text-decoration:none;
	color:#0099CC;
}
a:hover{
	color:#006699;
}
a.current{
	color:#CCC;
}
a.current:hover{
	color:#CCC;
	cursor:default;
}
h1{
	/*font-family:'Dosis', sans-serif;*/
	font-family:'Lato', sans-serif;
	font-weight: 300;
	font-size:1.04em;
}
h1 a{
	color:#333;
}
h2{
	font-size:1.7em;
	font-weight:lighter;
	color:#666666;
}
h3{
	font-size:1em;
	font-weight:normal;
	color:#666666;
	margin-top:10px;
	margin-bottom:10px;
}
h4{
	font-size:.8em;
	font-weight:500;
	color:#666;
	margin-bottom:10px;
}
span h4{
	margin-bottom:5px;
}
p{
	font-size:.8em;
	line-height:1.3em;
	color:#666666;
	font-weight:lighter;
}
img{
	max-width:100%;
}
hgroup{
	margin-top:-5px;
}
hgroup h2{
	font-weight:lighter;
	font-size:.65em;
	color:#666;
	padding-left:1px;
}
iframe{
	margin-bottom:20px;
}
#socialMedia{
}
#wrapper{
	background-color:#FFFFFF;
	width:850px;
	height:1000px;
	margin:20px auto;
}
#banner{
	width:100%;
	height:57px;
	padding-top:15px;
	border-bottom:#AAAAAA .5px solid;
}
.content{
	background-color:#ffffff;
	height:100%;
	padding:80px 0px 10px 0px;
	margin-bottom:30px;
}
#contactInfo{
	margin-top:40px;
	margin-bottom:100px;
}
#contactInfo p a img{
	margin-right:10px;
	position:relative;
	top: 10px;
}
#footer{
	height:75px;
	width:100%;
	clear:both;
	border-top:solid 1px #AAA;
	padding-top:10px;
	font-size:.8em;
	text-align:left;
}
#footer p{
	color:#777;
}

.newsColRight{
	float:left;
	margin-top:20px;
}
.newsColRight span{
	margin-left:40px;
	
}
.newsColRight span a{
	margin-right:8px;
	
}
.content h2{
	margin-bottom:10px;
}

.container{
	margin-bottom:10px;
}

.lastLink{
	border-right:none;
}

.colLeft{
	float:left;
	padding:20px 0px 0px 0px;
	width:30%;
}

.news{
	width:500px;
	margin:20px 0px 40px 0px;
	clear:right;
}

.news h3{
	font-weight:lighter;
	margin-top:0px;
}
.newsCol{
	float:left;
}
.newsPhoto{
	width:499px;
	float:left;
 	margin:20px 0px 20px 0px;
}
.newsBox{
	height:350px;
	margin-bottom:20px;
}
.colLeftGallery{
	width:49%;
	padding:20px 0px 0px 0px;
	float:left;
	margin-right:2%;
	margin-bottom:10px;
}

.colRightGallery{
	float: left;
	width:49%;
	padding:20px 0px 0px 0px;
	margin-bottom:10px;

}
.colRightGallery span{
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	
}
.pReadMore{
	margin-bottom:25px;
}

.readMore{
	text-decoration:none;
	color:#0099CC;
}



.readMore:hover{
	color:#006699;
}


/*--------------------Begin Navigation------------------------*/

nav{
	margin-top:22px;
	float:right;
}

nav ul{
	list-style:none;
}

nav ul li{
	display:inline;
}

nav ul li a{
	font-size:.75em;
	text-decoration:none;
	text-transform: uppercase;
	color:#888888;
	border-right:solid 1px #AAAAAA;
	padding-right:10px;
	padding-left:5px;
}
	
nav ul li a:hover{
	color:#006699;
}

/*---------------------End Navigation--------------------------*/

/* --------------------Begin Gallery---------------------------*/

#galleryWrap{
	width:510px;
	margin-top:20px;
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}
.image{
	margin-bottom:20px;
}
.colRightDescription{
	width:320px;
	float:left;
	margin-bottom:75px;
}

.description{
	margin-top:20px;
}
.description p{
	margin-top:15px;
}
.title{
	margin-top:10px;
}
.thumbnailContainer{
	width:100%;
}
.thumbCol{
	width:48%;
	float:left;
	margin-top:0px;
	margin-bottom:20px;
}
.col-1{
	margin-right:4%;
}
.col-2-{

}
.col-3-3{
}
.thumbnail{
	width:100%;
	margin-bottom:18px;
}
.thumbnailSmall{
	width:86px;
	height:86px;
	margin-bottom:20px;
	background-color:#000000;
	float:left;
	margin-right:20px;
}
.lastThumbnail{
	margin-right:0px;
}
/*----------------------End Gallery-------------------------*/

/*----------------------Begin Slideshow---------------------*/
#slideshow {
    position:relative;
    height:700px;
    top:180px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    border:solid 1px #DDD;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}

/*----------------------Begin Slideshow---------------------*/

/*-------------------Begin Tablet Styles--------------------*/

@media(max-width:768px){
	#wrapper{
		width:525px;
	}
	#galleryWrap{
		width:100%;
		margin-top:20px;
		margin-bottom:0px;
	}
	
	.colRightDescription{
		width:100%;
		margin-bottom:40px;
	}
	
	.colLeftGallery{
		width:100%;
	}
	
	.colRightGallery{
		width:100%;
		padding-top:0px;
	}
	.thumbnailSmall{
		margin-bottom:20px;
	}
	#contactInfo{
		margin-bottom:150px;
	}
	#slideshow {
    	position:relative;
    	height:600px;
    	top:230px;
	}
	.newsColRight{
		position:relative;
		float:none;
		margin-top:-40px;
		margin-left:200px;
	}
}

/*-------------------End Tablet Styles--------------------*/


