html {}
body {
	min-width: 940px;
	color: #393529;
	background: #EDE0B5 url(../img/page_bg.png);
	line-height: 2.0;
	font: normal normal 400 87.5%/1.5 "Lucida Grande", Helvetica, Arial, sans-serif;
}

::-moz-selection { background: rgba(191, 186, 3, 0.5); }
::selection { background: rgba(191, 186, 3, 0.5); }

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 { font-size: 35px; line-height: 1.600; } /* 35px, 56px */
h2 { font-size: 24px; line-height: 2.333; } /* 24px, 56px */
h3 { font-size: 18px; line-height: 2.333; } /* 18px, 42px */
h4 { font-size: 16px; line-height: 1.750; } /* 16px, 28px */
h5 { font-size: 14px; line-height: 2.000; } /* 14px, 28px */
h6 { font-size: 12px; line-height: 2.333; } /* 12px, 28px */

address, blockquote, dl, fieldset, form, ol, p, pre, table, ul {
	margin: 0 0 21px 0;
}

dd, li {
	margin: 7px 0;
}

dd { margin-left: 20px; }

li { margin-left: 40px; }

ol li { list-style: decimal; }
ul li { list-style: disc; }

em { font-style: italic; }
strong { font-weight: 700; }
small { font-size: smaller; }
big { font-size: larger; }

abbr, acronym {
	cursor: help;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
	color: #003366;
}
a:hover,
a:focus {
	color: #000B36;
}
a:active {
	color: #BFBA03;
}

input { font-size: 14px; }
textarea { font: normal normal 400 14px/1.5 "Lucida Grande", Helvetica, Arial, sans-serif; }

.hidden { display: none; }

.layout {}
.layout:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ie.lte7 .layout { zoom: 1; }

.content {
	width: 640px;
	margin: 0 auto;
	padding: 0 20px 28px 280px;
}
.content h2 {
	padding-top: 14px;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}

.loading {
	display: block;
	width: 250px;
	margin: 0 auto;
	text-align: center;
	line-height: 21px;
	padding-bottom: 35px;
	background: url(../img/loader.gif) bottom center no-repeat;
	font-style: italic;
}
.yui3-widget-loading {}
.yui3-widget .loading { display: none; }

.yui3-announcements {}
.yui3-announcements-announcement {
	position: relative;
}
.yui3-announcements-announcement-title {
	margin-right: 60px;
	line-height: 49px;
}
.yui3-announcements-announcement-date {
	width: 42px;
	height: 42px;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	background: #003366;
	-webkit-box-shadow:  0 0 2px rgba(0, 0, 0, 0.50);
	-moz-box-shadow:  0 0 2px rgba(0, 0, 0, 0.50);
	box-shadow:  0 0 2px rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #f9f9f9;
	text-shadow: 0 1px 1px rgba(0,0,0,0.65);
}
.yui3-announcements-announcement-date small {
	text-transform: uppercase;
	line-height: 1.0;
	display: block;
	background: #000B36;
	padding: 3px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.yui3-announcements-announcement-date big {
	display: block;
	font-weight: 700;
	padding: 0 10px;
}

.yui3-photoviewer {
	margin-bottom: 21px;
	clear: both;
}
.yui3-photoviewer-photos {
	margin: 0;
	clear: both;
}
.yui3-photoviewer-photo {
	width: 75px;
	height: 75px;
	padding: 4px;
	background: #f9f9f9;
	float: left;
	display: inline;
	list-style: none;
	margin: 4px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}
.yui3-photoviewer-photo img {
	display: block;
	width: 75px;
	height: 75px;
}
.yui3-photoviewer-photo.loading {
	display: block;
	background: #f9f9f9 url(../img/loader.gif) center center no-repeat;
}
.yui3-photoviewer-photo.loading img { opacity: 0.50; }
.yui3-photoviewer-photo-matte {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
	background: #f9f9f9;
	padding: 5px;
	text-align: center;
	width: 500px;
}
.yui3-photoviewer-photo-large { position: relative; }
.yui3-photoviewer-photo-large img {
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.yui3-photoviewer-photo-large.loading {
	background: url(../img/loader.gif) center center no-repeat;
	display: block;
	padding-bottom: 0;
	width: auto;
}
.yui3-photoviewer-photo-large.loading img { opacity: 0.50; }
.yui3-photoviewer-prev,
.yui3-photoviewer-next {
	display: block;
	position: absolute;
	z-index: 100;
	height: 100%;
	width: 100px;
	top: 0;
	cursor: pointer;
	background-image: none;
	background-repeat: no-repeat;
}
.ie.lte8 .yui3-photoviewer-prev,
.ie.lte8 .yui3-photoviewer-next {
	background-image: url(../img/transparent.png);
}
.yui3-photoviewer-prev:hover,
.yui3-photoviewer-next:hover {
	background-image: url(../img/photoviewer-next_prev.png) !important;
}
.yui3-photoviewer-prev {
	left: 0px;
	background-position: 10px center;
}
.yui3-photoviewer-next {
	right: 0px;
	background-position: -310px center;
}
.yui3-photoviewer-photo-desc { margin: 14px 0 0 0; }
.yui3-photoviewer-flickr {
	line-height: 21px;
	margin: 0 !important;
	text-align: right !important;
}

.yui3-overlay {}
.ie.lte8 .yui3-overlay { filter: none !important; }
.ie.lte8 .yui3-overlay-mask { background: url(../img/transparent.png); }
/*.yui3-overlay-mask { background: rgba(0, 0, 0, 0.3333); }*/
.yui3-overlay-content {
	-webkit-box-shadow: 0 4px 28px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 4px 28px rgba(0, 0, 0, 0.75);
	box-shadow: 0 4px 28px rgba(0, 0, 0, 0.75);
	border: #000 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #f9f9f9;
	background: rgba(0, 0, 0, 0.75);
	padding: 19px;
}
.ie.lte8 .yui3-overlay-content {
	background: transparent url(../img/black_transparent_bg.png);
}
.yui3-overlay-content .close {
	position: absolute;
	top: -10px;
	left: -10px;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../img/close.png) no-repeat;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.50);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.50);
}

#header {
	background: #003366 url(../img/about_bg.png) 200% top;
	color: #f9f9f9;
	text-shadow: 0 1px 1px rgba(0,0,0,0.65);
	border-bottom: #001932 1px solid;
	border-bottom: rgba(0,0,0,0.50) 1px solid;
}
#header ::-moz-selection { background:  rgba(0, 11, 54, 0.5); }
#header ::selection { background: rgba(0, 11, 54, 0.5); }
#header .content { padding-top: 0; }

#about {}
.ie8 #about {	/* YUI region was off by 2 - messed up nav */
	position: relative;
	top: 2px;
}
#about h1 {
	padding: 21px 0 14px 0;
	text-shadow: 0 1px 4px rgba(0,0,0,0.65);
}
#about h3 { color: #EDE0B5; }
#about p { margin-bottom: 14px; }

#nav {
	position: fixed;
	top: 21px;
	z-index: 1;
	width: 190px;
	margin-left: -250px;
	padding-right: 20px;
}
#nav .sections {
	margin: 49px 0 0 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
	color: #393529;
}
#nav .sections > li {
	list-style: none;
	margin: 0;
}
#nav .sections > li > a:link,
#nav .sections > li > a:visited,
#nav .sections > li > a:hover,
#nav .sections > li > a:focus,
#nav .sections > li > a:active {
	color: #393529;
	text-decoration: none;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	font-weight: 700;
}
#nav .sections > li > a:hover,
#nav .sections > li > a:focus,
#nav .sections > li > a:active,
#nav .sections > li > a.active {
	color: #000B36;
}
#nav .sections > li a.active {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	border: #C5BF1B 1px solid;
	border: rgba(191, 186, 3, 0.75) 1px solid;
	background: url(../img/nav_section-active.png) right -134px no-repeat;
	line-height: 33px;
	height: 33px;
	padding: 0 9px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.50);
}
#nav .sections > li a.active[href="#about"] {
	background-position: right -35px;
}
#nav .sections ul { margin: 0; }
#nav .sections ul li {
	list-style: none;
	margin: 0 0 0 20px;
}

#main {
	text-shadow: 0 1px 0 rgba(255,255,255,0.65);
}
#main .section {
	border-top: #F3EACD 1px solid;
	border-top: rgba(255,255,255,0.3333) 1px solid;
	border-bottom: #E7DAB0 1px solid;
	border-bottom: rgba(0,0,0,0.025) 1px solid;
	background: url(../img/section_bg.png) repeat-x;
}
.ie8 #main .section { margin-left: 2px; }	/* YUI region was off by 2 - messed up nav */
#main .column {
	float: left;
	display: inline;
	width: 310px;
	margin: 0 0 28px 20px;
	padding: 7px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-boder-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
	background: #E1D3A7;
	background: rgba(201, 187, 141, 0.333);
}
#main .column:first-child { margin-left: 0; }
.ie.lte7 #main .column { width: 290px; }

#announcements {}
#announcements h2 { background-position: right -14px; }

#services {}
#services h2 { background-position: right -154px; }
.ie.lte7 #services .layout { padding-bottom: 28px; }
.ie.lte7 #services .column { margin-bottom: 0; }

#photos {}
#photos h2 { background-position: right -294px; }
#photos h3 { clear: both; }

#contact {}
#contact h2 { background-position: right -504px; }
#contact-locations {}
#contact-locations h5 { cursor: pointer; }

#map-container {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #F6EFDA 1px solid
	border: rgba(255,255,255,0.50) 1px solid;
	margin-top: 21px;
}
#map {
	height: 340px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid;
	background: #393529;
}
#map .loading {
	color: #f9f9f9;
	text-shadow: 0 1px 1px rgba(0,0,0,0.65);
	background-image: url(../img/loader-dark.gif);
}
#map-location address {
	margin-bottom: 7px;
}

#footer {
	border-bottom: none;
	color: #78725B;
	color: rgba(57, 53, 41, 0.65);
}
#footer .content { padding: 28px 20px 14px 280px; }


/**
 * Mobile Styles
 */

@media screen and (max-device-width: 480px) {
	
	body {
		min-width: 680px;
	}
	
	.content {
		padding-left: 20px;
	}
	
	#header .content { position: relative; }
	
	#about {
		float: right;
		margin-left: 20px;
		width: 430px;
	}
	#about h1 {
		font-size: 28px;
		line-height: 2.0;
	}
	#about h3 { line-height: 1.944; }
	
	#nav {
		position: relative;
		float: left;
		margin-left: 0;
		padding-right: 0;
	}
	#nav .sections { margin: 14px 0; }
	#nav .sections ul { display: none; }
	#nav .sections a:link,
	#nav .sections a:visited,
	#nav .sections a:hover,
	#nav .sections a:focus,
	#nav .sections a:active {
		color: rgb(191, 186, 3) !important;
		text-shadow: 0 1px 1px rgba(0,0,0,0.65) !important;
		font-size: 16px;
		line-height: 1.750;
	}
	
	#footer { padding-left: 20px; }
	
}
