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

body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color:#efefef;
	font-family: Arial, Helvetica, sans-serif;
	color: #2A2A2A;
	font-size: 14px;
}

p {  /*paragraph text*/
	font-family: Arial, Helvetica, sans-serif;
	color: #2A2A2A;
	line-height: 150%;
	font-size: 13px;
	margin-top: 0;
	letter-spacing: 0.3px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #2A2A2A;
	font-size: 13px;
}

li {
	margin-bottom:5px;
}

img { /*remove image borders*/
	border: 0;
}


h1 {
	color: #734F5F;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 24px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #734F5F;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #734F5F;
	font-size: 13px;
	margin-bottom: 5px;
}

.container {  /*Entire central column*/
	width: 900px;
	left: 0;
	right: 0;
	margin-top:15px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
}

.titlebar { /*Page Title Bar*/
	width: 898px;
	height: 110px;
	border-left: 1px;
	border-left-color: #5B7290;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #5B7290;
	border-right-style: solid;
	z-index: 1;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	overflow:hidden;
}

.aftertitle {
	width: 898px;
	height: 0px;
	border-left: 1px;
	border-left-color: #5B7290;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #5B7290;
	border-right-style: solid;
	background-color: #FFF;
	z-index: 1;
}

.bigphoto {
	position: relative;
	width: 898px;
	height: 200px;
	border-left: 1px;
	border-left-color: #5B7290;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #5B7290;
	border-right-style: solid;
	z-index: 1;
}

.navbar { /*Navigation Bar*/
	position: relative;
	width: 898px;
	height: 35px;
	background-color: #663366;
	border-left: 1px;
	border-left-color: #5B7290;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #5B7290;
	border-right-style: solid;
	z-index: 2;
	margin: -15px auto 0 auto;
	font-size: 14px;
	z-index: 2;
}

.navbar ul {
	overflow: hidden;
	width: 900px;
	padding-top: 8px;
	position:relative;
	left: -8px;
}

.navbar ul li {
	font-family: Arial, Helvetica, serif;
	font-size:14px;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow:hidden;
	height:35px;
}

.navbar ul li span {
	color:#5B7290;
	height:25px;
	display:block;
	width:15px;
	text-align:center;
}


.navbar a:link {
	color: #E7EBF0;
	text-decoration: none;
	
	transition:color 0.3s;
	-moz-transition:color 0.3s; /* Firefox 4 */
	-webkit-transition:color 0.3s; /* Safari and Chrome */
	-o-transition:color 0.3s; /* Opera */
}
.navbar a:visited {
	color: #E7EBF0;
	text-decoration: none;
}
.navbar a:hover{
	color: #5B7290;
	text-decoration: none;
}
.navbar a:active {
	color: #5B7290;
	text-decoration: none;
}

.content {
	position: relative;
	width: 898px;
	background-color: #FFF;
	z-index: 1;
	border-left: 1px;
	border-left-color: #5B7290;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #5B7290;
	border-right-style: solid;
	border-bottom: 1px;
	border-bottom-color: #5B7290;
	border-bottom-style: solid;
	overflow: hidden;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;

}

.photoborder {
	width: 250px;
	padding: 0px;
	background-color:#FFFFFF;
	border: 1px;
	border-color: #B1BDCD;
	border-style: solid;
	-moz-box-shadow: 5px 5px 5px #ccc;
  	-webkit-box-shadow: 5px 5px 5px #ccc;
  	box-shadow: 5px 5px 5px #ccc;
	border-radius:5px;
	overflow:hidden;
}


.thumbnail {
	width: 250px;
	padding: 4px;
	border: 1px;
	border-color: #B1BDCD;
	border-style: solid;
	cursor:pointer;
	-moz-box-shadow: 5px 5px 5px #ccc;
  	-webkit-box-shadow: 5px 5px 5px #ccc;
  	box-shadow: 5px 5px 5px #ccc;
	transition:background-color 0.3s;
	-moz-transition:background-color 0.3s; /* Firefox 4 */
	-webkit-transition:background-color 0.3s; /* Safari and Chrome */
	-o-transition:background-color 0.3s; /* Opera */
}

.thumbnail:hover {
	background-color:#663366;
	
}

.footer {  /*Page Footer*/
	width: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 11px;
}



