* { margin: 0; padding: 0 }
a img { border: 0 }

body {
	background: #7EA1A1 url(../images/bg.gif) repeat-y top center;
	margin: 0 20px;
	}

#stage {
	width: 824px;
	margin: 0 auto;
	background: #FFF5E6;
	padding: 0 11px 11px;
	}

#header {
	width: 824px;
	height: 99px;
	background: url(../images/header.gif) no-repeat top left;
	overflow: hidden;
	position: relative;
	font: 11px/1.2 Arial, sans-serif;
	}

#header .homelink {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 99px;
	width: 630px;
	}

#header .learnmore {
	display: block;
	font-size: 10px;
	color: #7EA1A1;
	text-decoration: none;
	position: absolute;
	top: 35px;
	left: 535px;
	padding: 10px;
	}
#header a.learnmore:hover { text-decoration: underline }

#header .searchbox {
	display: block;
	border: none;
	width: 148px;
	height: 14px;
	background: url(../images/search-bg.gif) no-repeat top left;
	padding: 3px 5px;
	color: #333;
	position: absolute;
	top: 40px;
	left: 647px;
	}
#header .searchsubmit {
	position: absolute;
	top: 62px;
	left: 646px;
	display: block;
	padding: 3px;
	color: #FFF;
	text-decoration: none;
	}
#header a.searchsubmit:hover {
	text-decoration: underline;
	}
#header .searchsubmitbutton {
	position: absolute;
	top: 62px;
	left: 646px;
	}

.replace {
	text-indent: -1000em;
	}

#main {
	border: 1px dotted #D3C9BB;
	margin-top: 11px;
	}

#main .sha-title {
	margin: 33px 0 0 13px;
	background: url(../images/sha.gif) no-repeat top left;
	width: 644px;
	height: 51px;
	cursor: pointer;
	}

#main-nav {
	position: relative;
	width: 805px;
	height: 95px;
	margin-left: 12px;
	z-index: 10;
	}

#main-nav ul {
	list-style: none;
	margin: 0;
	}

#main-nav li {
	display: block;
	float: left;
	}

#main-nav li a {
	display: block;
	background: url(../images/nav-bg.gif) no-repeat top left;
	width: 121px;
	height: 92px;
	margin-right: -6px;
	text-align: right;
	color: #FFF;
	text-decoration: none;
	position: relative;
	}

#main-nav li a .inner {
	position: absolute;
	bottom: 48px;
	left: 8px;
	width: 91px;
	}

/*
#main-nav li a:hover {
	background-image: url(../images/nav-hover-bg.gif);
	}
*/

#main-nav li a.selected {
	background-image: url(../images/nav-active-bg.png);
	}

#columns {
	border: 1px dotted #D3C9BB;
	margin: -32px 12px 12px;
	padding: 12px 0;
	position: relative;
	}

#columns .left {
	width: 160px;
	border-right: 1px dotted #D3C9BB;
	float: left;
	}
#columns .right {
	width: 180px;
	float: right;
	border-left: 1px dotted #D3C9BB;
	}
#columns .main {
	margin: 0 192px 0 172px;
	}

body.wide #columns .main {
	margin-right: 12px;
	}

.left-nav ul {
	list-style: none;
	padding: 0 12px 12px;
	margin: 0;
	}

.left-nav li {
	border-bottom: 1px dotted #D3C9BB;
	}
	
.left-nav li a {
	color: #98002E;
	text-decoration: none;
	display: block;
	padding: 6px 0;
	}
.left-nav li a:hover {
	text-decoration: underline;
	}
.left-nav li .selected a,
.left-nav li .selected_ancestor a { color: #82C0BF }

.left-nav ul ul {
	padding: 0 0 0 10px; 
	}

.left-nav li ul li { border: none }

.left-nav li ul li a { color: #7D6A55; font: 11px Arial, sans-serif; padding: 4px 0 }

#footer-inner {
	border-top: 1px dotted #D3C9BB;
	padding-top: 12px;
	margin: 0 12px 20px;
	text-align: center;
	color: #7D6A55;
	}

#footer-outer {
	margin: 12px 0 50px;
	text-align: center;
	color: #7D6A55;
	}

.frame-wrapper {
	border: 14px solid white;
	border-width: 14px 21px 21px 14px;
	margin: 0 7px 7px;
	}

.quicklinks {
	position: relative;
	width: 173px; height: 281px;
	background: url(../images/quicklinks-bg.gif) no-repeat top left;
	margin: 3px 0 0 15px;
	}

.quicklinks .title {
	color: #98002E;
	font-size: 16px;
	}

.quicklinks .links {
	position: absolute;
	top: 24px; left: 26px;
	width: 123px; height: 132px;
	overflow: hidden;
	}

.quicklinks .links ul {
	list-style: none;
	margin: 4px 0 0;
	padding: 0;
	}

.quicklinks .links li {
	list-style: none;
	margin: 0;
	padding: 1px 0;
	color: #FFF;
	border-bottom: 1px dotted #AF9666;
	}

.quicklinks .links li a {
	color: #FFF;
	text-decoration: none;
	}

.quicklinks .links li a:hover {
	text-decoration: underline;
	}

.quicklinks .mail-login {
	position: absolute;
	top: 156px; left: 26px;
	width: 123px;
	}

.quicklinks .mail-login input {
	display: block;
	border: none;
	width: 116px;
	height: 13px;
	background: url(../images/mail-login-bg.gif) no-repeat top left;
	font: 10px/1.2 Arial, sans-serif;
	color: #333;
	padding: 2px 5px;
	position: absolute;
	left: 0;
	}

.quicklinks .mail-login .username-field { top: 22px }
.quicklinks .mail-login .password-field { top: 59px }

.quicklinks .mail-login label {
	display: block;
	position: absolute;
	left: 2px;
	font: 10px/1.2 Arial, sans-serif;
	color: #FFF;
	}

.quicklinks .mail-login .username-label { top: 41px }
.quicklinks .mail-login .password-label { top: 78px }

.quicklinks .mail-login a.login-button {
	display: block;
	position: absolute;
	top: 78px; left: 76px;
	width: 55px; height: 30px;
	font: 10px/16px Arial, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding: 6px 0 0;
	}

.quicklinks .mail-login a.login-button .icon {
	display: block;
	position: absolute;
	top: 0; left: 25px;
	width: 30px; height: 30px;
	background: url(../images/button-green.png) no-repeat top left;
	}

.quicklinks .mail-login a.login-button:hover .icon {
	background-image: url(../images/button-red.png);
	}

#front-faces {
	position: absolute;
	top: 0;
	left: 190px;
	width: 606px;
	overflow: hidden;
	}

.framegrid {
	position: relative;
	width: 617px;
	height: 325px;
	}

.framegrid .grid {
	position: absolute;
	overflow: hidden;
	}

.framegrid .piclayer .grid { z-index: 1 }
.framegrid .framelayer .grid { z-index: 3; cursor: pointer }
.framegrid .hoverlayer .grid { z-index: 2; background: #7EA1A1; opacity: 0.9; text-align: center; color: #FFF; display: none }
.framegrid .hoverlayer .hover { display: block }
.framegrid .hoverlayer .grid .text { display: block }
.framegrid .hoverlayer .grid .line1 { font: 18px Georgia, serif; display: block; margin-bottom: 4px; }
.framegrid .hoverlayer .grid .line2, .framegrid .hoverlayer .grid .line3 { font: 11px Georgia, serif; display: block }

.framegrid .pos1 { left: 0; top: 0; width: 155px; height: 158px; }
.framegrid .pos2 { left: 155px; top: 0; width: 148px; height: 158px; }
.framegrid .pos3 { left: 303px; top: 0; width: 148px; height: 158px; }
.framegrid .pos4 { left: 451px; top: 0; width: 166px; height: 158px; }
.framegrid .pos5 { left: 0; top: 158px; width: 155px; height: 167px; }
.framegrid .pos6 { left: 155px; top: 158px; width: 148px; height: 167px; }
.framegrid .pos7 { left: 303px; top: 158px; width: 148px; height: 167px; }
.framegrid .pos8 { left: 451px; top: 158px; width: 166px; height: 167px; } 

.framegrid .hoverlayer .pos1 .text { padding: 55px 25px 30px 25px }
.framegrid .hoverlayer .pos2 .text { padding: 55px 25px 30px 17px }
.framegrid .hoverlayer .pos3 .text { padding: 55px 25px 30px 17px }
.framegrid .hoverlayer .pos4 .text { padding: 55px 25px 30px 5px }
.framegrid .hoverlayer .pos5 .text { padding: 45px 25px 30px 25px }
.framegrid .hoverlayer .pos6 .text { padding: 45px 25px 30px 30px }
.framegrid .hoverlayer .pos7 .text { padding: 45px 25px 30px 10px }
.framegrid .hoverlayer .pos8 .text { padding: 45px 30px 30px 0px }

.navigate-page {
	width: 130px;
	float: right;
	padding: 0;
	margin: 0 0 20px 20px;
	border: 18px solid white;
	font: 10px Arial, sans-serif;
	color: #FFF;
	}

#columns .main .navigate-page ul li { background: none; margin: 8px 0; padding: 0 }
.navigate-page ul li a { color: #FFF; text-decoration: none }
.navigate-page ul li a:hover { text-decoration: underline }

#main-nav .menu {
	position: absolute;
	top: 55px;
	width: 150px;
	background: #88222D;
	padding: 10px;
	margin: 0;
	font: 10px/1.1 Arial, sans-serif;
	color: #FFF;
	display: none;
	z-index: 11;
	}
#main-nav .selectedli .menu {
	background: #94BFC0;
	}
#main-nav .menu ul li {
	margin: 5px 0;
	float: none;
	}
#main-nav .menu ul li a {
	color: #FFF;
	text-decoration:none;
	background: none;
	display: inline;
	}
#main-nav .menu ul li a:hover {
	color: #82C0BF;
	}
#main-nav .selectedli .menu ul li a:hover {
	color: #7D6A55;
	}

.breadcrumbs {
	font: 10px Arial, sans-serif;
	color: #7D6A55;
	}
.breadcrumbs a {
	color: #7D6A55;
	text-decoration: none;
	}
.breadcrumbs a:hover {
	text-decoration: underline;
	}

.faces_popup_container {
	top: 30px;
	position: fixed;
	z-index: 100;
	left: 0;
	right: 0;
	}

.faces_popup {
	position: absolute;
	width: 255px;
	margin: 0 0 0 -125px;
	top: 0;
	left: 50%;
	background: red;
	border: 1px solid #82C0BF;
	border-width: 23px 19px 19px;
	color: #98002E;
	font-size: 11px;
	text-align: center;
	background: #82C0BF;
	display: none;
	}

.faces_popup .title {
	color: #FFF;
	height: 31px;
	padding: 8px 0 0;
	font-size: 18px;
	background: url(../images/popup-header-bg.gif) no-repeat top left;
	}

.faces_popup .line2 {
	font-style: italic
	}

.faces_popup .body, .faces_popup .body p {
	color: #FFF;
	text-align: left;
	padding: 0 10px;
	}

.faces_popup .close {
	display: block;
	height: 21px;
	background: url(../images/popup-close.gif) no-repeat top right;
	text-indent: -1000em;
	cursor: pointer;
	}

.faces_popup .large_img { display: block; margin: 0 0 10px }


#news-events-tour {
	border: 1px dotted #D3C9BB;
	padding: 9px 13px 0;
	width: 415px;
	margin: 29px 17px 0;
	}
#news-events-tour a { text-decoration: none }
#news-events-tour a:hover { text-decoration: underline }

#news-events-teaser .title {
	background: url(../images/news-events-bg.gif) no-repeat top left;
	font-size: 18px;
	color: #FFF;
	height: 30px;
	padding: 23px 0 0 15px;
	}
#news-events-teaser .title a {
	font: 10px Arial, sans-serif;
	color: #98002E;
	margin-left: 5px;
	}

#news-events-teaser ul {
	list-style: none;
	}
#news-events-teaser ul li {
	padding: 5px 0;
	border-bottom: 1px dotted #D3C9BB;
	}
#news-events-teaser ul li a { color: #7D6A55 }

#photo-tour-teaser {
	display: block;
	margin: 10px 0 0 0;
	position: relative;
	}
#photo-tour-teaser img {
	display: block;
	}
#photo-tour-teaser span {
	display: block;
	position: absolute;
	width: 175px;
	left: 240px;
	}
#photo-tour-teaser .title {
	font-size: 18px;
	top: 45px;
	}
#photo-tour-teaser .text {
	top: 73px;
	color: #7D6A55;
	font-size: 11px;
	}
#photo-tour-teaser .link {
	top: 110px;
	font: 10px Arial, sans-serif;
	}
a#photo-tour-teaser:hover { text-decoration: none }
a#photo-tour-teaser:hover .link { text-decoration: underline }

#front-bottom {
	position: relative;
	}

#calendar-teaser {
	position: absolute;
	top: 0;
	left: 475px;
	padding: 5px;
	background: #FFF;
	width: 295px;
	}

#calendar-teaser .miniCalTable {
	margin: 0;
	width: 295px;
	table-layout: fixed;
	}

#calendar-teaser .title {
	background: #98002E;
	color: #FFF;
	height: 31px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 13px;
	}
#calendar-teaser .title a { color: #FFF; text-decoration: none }
#calendar-teaser .title a:hover { color: #FFF; text-decoration: underline }
#calendar-teaser .linkhint_icon { display: none }

#calendar-teaser td {
	border: 1px solid white;
	font: 10px Arial, sans-serif;
	background: #CCF2E1;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	}

#calendar-teaser td.miniCalEvents { background: #E6C1CE }
#calendar-teaser td.miniCalToday { background: #F7DCE0 }

#calendar-teaser td.miniCalEvents, #calendar-teaser td.miniCalToday, #calendar-teaser td.miniCal, #calendar-teaser td.miniCalNav { cursor: pointer }

#calendar-teaser td.miniCalNav, #calendar-teaser td.miniCalTitle, #calendar-teaser td.miniCalDOW {
	border: none;
	background: #CFA55D;
	color: #FFF;
	font-weight: bold;
	height: 22px;
	}

#calendar-teaser td.miniCalDOW {
	background: #F7DCE0;
	color: #666;
	}

#calendar-teaser td:first-child { border-left: 0 }
#calendar-teaser td:last-child { border-right: 0 }

.error {
	border: 1px solid #98002E;
	background: #F2DAD0;
	}
.error li {
	color: #98002E;
	font-weight: bold;
	}
