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

body {
	background:url(../images/body-bg.png) repeat-y top center #878683;
	font:.9em/130% Tahoma, Geneva, sans-serif;
	color:#000;
	margin: 0;
	padding: 0;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	opacity: .6;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#glare {
	position:fixed;
	background:url(../images/glare.png) top left no-repeat;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
}
.fltLft {
float:left;
}
#sheet {
	position:relative;
	width:660px;
	margin:0 auto;
}
header {
	display: inline-block;
}
article {
	clear: both;
}
h1,h2,h3 {
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

h1 {
	font-size:2.3em;
}
h1.pageTitle {
	color: #6E7A8B;
	text-align: left;
	border-bottom: solid 2px #FFF;
	padding-bottom: 10px;
}
h2 {
	font-size:1.7em;
}

h3 {
	font-size:1.3em;
}
#main h1 {
	margin-top:-5px;
	font:1.5em/110% 'Abel', sans-serif;
	font-family:'Abel', sans-serif;
	float: left;
}

#main img {
	float:left;
	margin-bottom:10px;
}
img.logo {
	margin-right:24px;
}
img.head {
	margin-top:15px;
}
a img {
	border: none;
}
#slider {
	margin: 10px auto;
	display: inline-block;
}
#bullets {
	clear:both;
}


#bullets li {
	font-size:1em;
	float:left;
	width:42%;
	padding:10px 0 10px 50px;
	list-style:none;
	background:url(../images/bullet.png) no-repeat 0 50%;
}
#footer {
	float:left;
	margin:20px 0;
	clear:both;
	width:100%;
}
/*navigation*/
nav {
	width: 100%;
	overflow: hidden;
	background: #6E7A8B;
	border-bottom: 1px solid #A09F9D;
	border-radius: 5px;
	margin: -6px 0 3px 0;
}
nav ul {
	margin: 0 auto;
	position: relative;
	float: left;
	left: 50%;
}
nav ul li {
	position: relative;
	right: 50%;
	width: auto;
	padding: 4px 10px;
	list-style: none;
	float: left;
	margin: 2px 5px 0 0;
	font-weight: bold;
	font-size: .85em;
}
nav ul li a {
	color: #FFF;
}
/*gallery*/
.galImg {
	position: relative;
	float: left;
	width: 210px;
	margin: 5px;
}
p.imgDesc {
	margin: 0;
	padding:0 0 5px 0;
	text-align: center;
	font-size: .8em;
	color:#454545;
}
.galImg img {
	border:solid 2px #FFF;
}