html {
	background: transparent url(/images/background-repeat.jpg) repeat scroll;
	overflow-y: scroll;
}
body {
	color:#333;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
}
p {
	font-size: 1em;
	line-height: 1.6em;
	padding: 0 0 16px 0;
}
p.indent {
	text-indent: 35px;
}
p.right {
	text-align:right;
}
p.special {
	font-style:italic;
	text-transform:capitalize;
}
p.copyright {
	background-color:#EFEFEF;
	border:1px solid #E7E7E7;
	padding:4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.cleared {
	margin:0;
	padding:0;
}
a {
	color: #5692bc;
	cursor: pointer;
	font-size: 1em;
	text-decoration: none;
}
a:hover {
	color: #40445f;
}
strong, strong em {
	font-weight: bold;
}
em, p em {
	font-style: italic;
}
hr {
	color: #E7E7E7;
	background-color: #E7E7E7;
	height: 1px;
}
div.hr-hack {
	background-color:#E7E7E7;
	border:1px solid #E7E7E7;
	height:1px;
	margin-bottom:25px;
	margin-top:25px;
	overflow:hidden;
}

div.hr-hack-white {
	background-color:#fff;
	border:1px solid #fff;
	height:1px;
	margin-bottom:25px;
	margin-top:25px;
	overflow:hidden;
}

h1, h2, h3 {
	color: #666;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	border-bottom:1px solid #E7E7E7;
	font-size:2em;
	margin-bottom:15px;
	padding-bottom: 15px;
	
	min-height:10px;
	height:auto !important;
	height:10px;
}
h2 {
	border-left:10px solid #5692BC;
	font-size:1.4em;
	margin-bottom:10px;
	padding-left:6px;
}
h3 {
	font-size: 1.1em;
	margin-bottom: 10px;
}
ul.first-level {
	list-style:none;
	width: 190px;
}
ul.first-level li {
	margin: 0 0 6px 0;
	vertical-align: bottom;
	text-indent: 6px;
	float:left;
}
ul.first-level li a span {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 190px;
}
ul.first-level li span {
	/*Spec*/
	border-left: solid 6px #5692bc;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 190px;
}
ul.first-level li a span {
	border-left: solid 6px #5692bc;
	text-decoration: none;
}
ul.first-level li a:hover span {
	border-left: solid 6px #40445f;
	text-decoration: none;
}
ul.first-level li ul.second-level {
	list-style:none;
	width: 190px;
}
ul.first-level li ul.second-level li {
	margin: 0 0 3px 0;
	vertical-align: bottom;
	text-indent: 0px;
	float:left;
}
ul.first-level li ul.second-level li a span {
	display: block;
	font-style:italic;
	font-size:0.90em;
	height: 30px;
	line-height: 30px;
	width: 190px;
}
ul.first-level li ul.second-level li a span {
	border: none;
	border-left: solid 12px #fff;
	border-bottom: solid 1px #DEB887;
	text-decoration: none;
}
ul.first-level li ul.second-level li a:hover span {
	border: none;
	border-left: solid 12px #fff;
	border-bottom: solid 1px #EFDC0E;
	text-decoration: none;
}
#left-shadow, #right-shadow {
	width: 26px;
	height:372px;
	overflow:hidden;
}
/**Core**/
#core {
	width: 1028px;
	overflow:hidden;
	margin:0 auto;
}
#core #core-inner {
	margin: 0 auto;
	width:974px;
	background-color:#fff;
	border-left: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
	margin-bottom: 10px;
}
/**Side shadows**/
#core #left-shadow {
	background: transparent url(/images/left-shadow.jpg) no-repeat scroll;
	float: left;
}
#core #right-shadow {
	background: transparent url(/images/right-shadow.jpg) no-repeat scroll;
	float:right;
}
/**header**/
#header {
	height: 110px;
	margin: 0 auto;
	width:954px;
	border-bottom: solid 1px #e7e7e7;
	margin-bottom: 10px;
}
#header #header-inner {
	background: transparent url(/images/logo.jpg) no-repeat scroll top left;
	height: 100px;
	margin: 0 auto;
	width:954px;
}
#header-inner a {
	display:block;
	height: 100px;
	width:954px;
}
/**middle content**/
#middle-content-holder {
	background: transparent url(/images/inner-background-repeat.gif) repeat-y scroll;
	margin: 0 auto;
	width:954px;
	overflow: hidden;
}
#middle-content-holder #middle-content-left {
	float: left;
	margin: 0 auto;
	width:190px;
	overflow: hidden;
}
#middle-content-holder #middle-content-right {
	float: right;
	margin: 0 auto;
	width:734px;
	overflow: hidden;
}
#middle-content-right ul {
	list-style:none;
	width: 734px;
	margin-bottom: 20px;
	overflow: hidden;
}
#middle-content-right ul li {
	margin: 0 0 6px 0;
	vertical-align: bottom;
	text-indent: 6px;
	float:left;
}
#middle-content-right ul li a span, #middle-content-right ul li span {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 734px;
}
#middle-content-right ul li span, #middle-content-right ul li a span {
	border-left: solid 6px #e7e7e7;
	text-decoration: none;
}
#middle-content-right ul li a:hover span {
	border-left: solid 6px #40445f;
	text-decoration: none;
}
a.back-link
{
	display:block;
	margin-top:20px;
	text-align:right;
}
/**footer**/
#footer {
	height:30px;
	margin:0 auto;
	padding:10px 0px;
	width:954px;
}
#footer #footer-inner {
	height: 30px;
	line-height:35px;
	width:954px;
	border-top: solid 1px #e7e7e7;
}
#footer-inner #footer-left, #footer-inner #footer-right {
	background-color: Transparent;
	color: #c2c2c2;
	width: 477px;
}
#footer-inner #footer-left {
	display: block;
	float: left;
	text-align: left;
}
#footer-inner #footer-right {
	display: block;
	float: right;
	text-align: right;
}
#footer-right a {
	color: #5692bc;
}
#footer-right a:hover {
	color: #40445f;
}
/********** Specific Pages **********/
/*** Front Page ***/
.front-page-photo
{
}
.front-page-photo img
{
	border:1px solid #E7E7E7;
	display:block;
	margin:0 auto;
	padding:5px;
}
.front-page-photo p
{
	display:block;
	margin:0;
	padding:0;
	text-align:center;
}
#middle-content-right #new-news
{
    background-color: #FFF8DC;
    border: 2px solid #DEB887;
    margin: 0 auto;
    padding: 5px;
    /*width: 450px;*/
}
#new-news p
{
	padding:0 0 5px;
}

#new-news p a
{
	font-weight:bold;
}


/*** Videos Page ***/
#middle-content-right #video-container {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0;
	width: 580px;
}
#video-container #video-container-inner {
	background-color: #aaa;
	display: block;
	height: 360px;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 0;
	width: 580px;
}
#video-container #video-container-acknowledgement {
	display: block;
	width: 300px;
}
#video-container-acknowledgement p {
	padding-left: 0px;
}
/*** Photos Page ***/
#middle-content-right ul#photo-list {
	margin:0 auto;
	overflow:hidden;
	padding:0;
	padding-top:10px;
	width:730px;
}
ul#photo-list li {
	width:730px;
	padding-bottom:35px;
	margin:0;
}
ul#photo-list li img {
	margin: 0px auto;
	padding: 5px;
	border: 1px solid #e7e7e7;
	display: block;
}
ul#photo-list li p {
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
}
/*** Presidents Page ***/
#presidents-letter {
	font-style:italic;
	width: 600px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #DEB887;
	background-color: #fff8dc;
}
/*** Artwork Page ***/
#middle-content-right ul#artwork-list {
	overflow:hidden;
	padding-top:10px;
}
ul#artwork-list li {
	display: block;
	float: left;
	width: 158px;
	overflow:hidden;
	text-indent: 0;
}
ul#artwork-list li a {
	display: block;
	overflow:hidden;
}
ul#artwork-list li a img {
	border:1px solid #e7e7e7;
	margin-bottom:20px;
	margin-right:20px;
	padding:5px;
}
ul#artwork-list li a:hover img {
	border: 1px solid #40445f;
}
/*** Contact Page ***/
form {
	padding:10px 0px;
}
input.button {
	height:25px;
	width:100px;
}
label {
	width:120px;
	background-color:#fff;
	float:left;
	text-align:left;
}
#_b068931cc450442b, #_0c83f57c786a0b4a, #_b5e3374e43f65448 {
	height:18px;
	padding:4px;
	width:200px;
}
#_78e731027d8fd50e {
	width:400px;
	height:150px;
	padding:4px;
}
#name-wrapper, #email-wrapper, #subject-wrapper, #message-wrapper {
	background-color:#fff;
	width:740px;
	padding:5px;
	text-align:left;
}
#buttons-wrapper {
	padding:5px 5px 5px 124px;
	text-align:left;
}
.focus-out {
	background-color:#EFEFEF;
	border:1px solid #CCC;
	height:25px;
	width:200px;
}
#_b068931cc450442b, #_0c83f57c786a0b4a, #_b5e3374e43f65448, #_78e731027d8fd50e {
	background-color:#EFEFEF;
	border:1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#_b068931cc450442b.focus-error, #_0c83f57c786a0b4a.focus-error, #_b5e3374e43f65448.focus-error, #_78e731027d8fd50e.focus-error {
	background-color:#fcc;
	border:1px solid #f00;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

