@charset "UTF-8";
/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	font: .8em/1.5em Arial, Geneva, Helvetica, sans-serif;
	background-color:#fff;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}

p.intro {
	font: italic 1.4em/1.5em Georgia, "Times New Roman", Times, serif;
	color:#888;
}
a {
	color:#000;
}
a:visited {
	color:#7c7c7c;
}
a:hover {
	color:#fff;
	text-shadow: 0px -1px 0px #222;
	background-color:#0085d9;
	text-decoration:none;
}
h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
}
h1 {
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing:-.04em;
	margin: 70px 0 12px 0;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	letter-spacing:-.03em;
	margin-bottom:20px;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing:-.02em;
	margin-bottom:18px;
}
h4 {
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing:-.05em;
	margin: 80px 0 12px 0;
}
contact ul {
	list-style-type:none;
	line-height:2.8em;
	margin-top:-4px;
	padding:0px;
}
contact ul li {
	list-style-type:none;
	text-decoration:none;
}
contact li a {
	padding:3px;
}
nav ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
nav ul li {
	display: block;
	text-align: center;
}
nav li {
	width: 317px;
	margin-bottom: 2px;
}
nav li a {
	display: block;
	font:bold italic 1.1em/3.3em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color:#fff;
	text-shadow: 0px -1px 0px #222;
	background: #444;
	outline: none;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	border:none;
}
.new {
	background:#6D7B78
	
}
nav li a:visited {
	background-color: #6c6c6c;
	color:#fff;
	text-shadow: 0px -1px 0px #444;
}
nav li a:hover {
	background: #0085d9;
	color:#fff;
	text-decoration: none;
}
nav li a.selected, nav li a:hover.selected, nav li a:active {
	background-color: #0065a5;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	margin: 0 auto;
	padding: 0 8px 0 8px;
	width:100%;
	max-width: 980px;
	/*overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colleft, .colmid, .colright {
	float:left;
	width:100%;
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	/*overflow:hidden;*/
}
/* 2 Column (double page) settings */
.doublepage .colleft {
	right:35%;			/* right column width */
}
.doublepage .col1 {
	width:63%;			/* left column content width (column width minus left and right padding) */
	left:36%;			/* right column width plus left column left padding */
}
.doublepage .col2 {
	width:33%;			/* right column content width (column width minus left and right padding) */
	left:38%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
/* Full page settings */
.fullpage .col1 {
	width:98%;			/* page width minus left and right padding */
	left:1%;			/* page left padding */
}
hr {
	border:0;
	width: 100%;
	background:#000;
	height: 6px;
	margin: 0 0 8px 0;
}
img {
	border:0;
	display:block;
}
.flourish {
	border:0;
	margin: 0;
	padding:0;
}
a.top {
	background-color:#fff;
}
a.top:visited {
	background-color:#fff;
}
a.top:hover {
	text-decoration:none;
}
.photo {
	padding: 5px;
	margin-left:10px;
	margin-right: 15px;
	border: solid 1px #888;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

