/* CSS Document */

html {
	overflow: hidden;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	clear: both;
}

input, select {
	float: left;
	border: 1px solid #999999;
	margin-right: 1ex;
	margin-bottom: 1em;
}

form br {
	clear: left;
}

form {
	padding: 10px;
	border: 1px solid #452528;
	text-align: left;
}

textarea {
	width: 100%;
	border: 1px solid #a7acb2;
	margin-bottom: 1em;
}

label {
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-right: 1ex;
}

.button_form {
	color: #FFFFFF;
	background-color: #cfc8c8;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: none;
	margin-bottom:0px;
	margin-top:0px;
}

.button_form_default {
	background-color: #ad4749;
	border: 1px solid #5e3337;
	font-weight: bold;
}

.form_highlight {
	background-color: #a3bbcc !important;
}

.superscript {
    font-size: 11px;
	vertical-align: top;
}

u {
	text-decoration: none;
}

.quote_container {
	margin-bottom: 3em;
}

.quote_container img {
	float: left;
	margin-top:-10px;
	margin-bottom:0;
}

.quote_container blockquote {
	margin-left: 220px;
}

blockquote {
	color: #452528;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 17px;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 20px;
	margin-right: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #941f21;
	text-align: justify;
}

h1 {
	display: none;
}

h3 {
	color: #941f21;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 21px;
	margin-top: 0em;
	margin-bottom: 1em;
}
h4 {
	color: #54272b;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	margin-top: -1em;
	margin-bottom: 1em;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	color: #941f21;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: -0.75em;
}
p, ul, form, form * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #452528;
	line-height: 1.3em;
}
#article {
	padding-top: 18px;
}
#gallery p, #gallery h4, #gallery h5 {
	padding-left: 20px;
}
#gallery h3 {
	padding-left: 20px;
	padding-top: 18px;
}
strong {
	color: #941f21;
	font-weight: normal;
}
#gallery h2 {
	color: #452528;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

a {
	color: #941f21;
	cursor: pointer;
	text-decoration: underline;
}

img {
	border: none;
}
.callout {
	background-color: #FFFEE6;
	border: 1px dotted #452528;
	padding: 5px;
	display: block;
}
.callout strong {
	font-weight: bold;
}
#tooltip p {
	padding: 5px;
	margin: 0px;
	color: #452528;
}

.photo_portrait {
	background-image: url(../images/photo_portrait.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	padding-top: 26px;
	padding-bottom: 28px;
	margin-top: 0px;
	margin-bottom: -2px;
	
	padding-left: 29px;
	padding-right: 26px;
	margin-left: 47px;
	margin-right: 2px;
	
	cursor: url(/images/zoom.cur), pointer;
}

.photo_landscape {
	background-image: url(../images/photo_landscape.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	padding-top: 29px;
	padding-bottom: 29px;
	margin-top: 9px;
	margin-bottom: 9px;
	
	padding-left: 26px;
	padding-right: 26px;
	margin-left: 0px;
	margin-right: 0px;
	
	cursor: url(/images/zoom.cur), pointer;
}

.photo_square {
	background-image: url(../images/photo_square.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	padding-top: 35px;
	padding-bottom: 33px;
	margin-top: -2px;
	margin-bottom: 0px;	
	
	padding-left: 36px;
	padding-right: 33px;
	margin-left: 23px;
	margin-right: 2px;
	
	cursor: url(/images/zoom.cur), pointer;
}

.button_image {
	vertical-align: middle;
}

.spots {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #941f21;
}

.type_small, .type_small * {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}
.type_serif, .type_serif * {
	font-family: Garamond, "Times New Roman", Times, serif !important;
}
.type_red, .type_red * {
	color: #941f21;
}
.type_blue, .type_blue * {
	color: #286088;
}
.type_gray, .type_gray * {
	color: #999999 !important;
}
.type_white, .type_white * {
	color: #FFFFFF;
}
.type_bold, .type_bold * {
	color: #941f21;
	font-weight: bold;
}

#page {	
	width: 972px;
	height: 568px;
		
	padding: 20px;
	background-color: #FFFFFF;
	
	/*border: 1px solid #000000;*/
	
	position:absolute;
	overflow: auto;
	
	left: 50%;
	margin-left: -506px;
	
	
	/*center vertically
	top: 50%;
	margin-top: -304px;
	*/
}

.page_center {
	border: 1px solid #000000;
	
	top: 50%;
	margin-top: -304px;
}

#frame_top {
	height: 80px;
	width: 972px;
	background-image: url(../images/frame_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#frame_left {
	width: 80px;
	height: 350px;
	
	background-image: url(../images/frame_left.jpg);
	
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}

#middle {
	width: 972px;
	background-image: url(../images/frame_right.jpg);
	background-repeat: no-repeat;
	background-position: 892px top;
	height: 350px;
}

#frame_bottom {
	height: 100px;
	width: 972px;
	background-image: url(../images/frame_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear:both;
}

#menu_primary {
	height: 28px;
	width: 836px;
	background-image: url(../images/frame_menuPrimary.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 86px;
	padding-right: 50px;
	padding-top: 10px;
	overflow: hidden;
}

#menu_primary ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}	

#menu_primary ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-right: 30px;
}

#menu_primary ul li a {
	text-decoration: none;
	color: #000000;
}

#menu_primary ul li a:hover {
	text-decoration: underline;
	color: #941f21;
}

#menu_primary_last {
	margin-right: 0px;
}

#menu_secondary {
	width: 169px;
	height: 330px;
	float:left;
	padding-left: 7px;
	padding-right: 7px;
	overflow: hidden;
	padding-top: 20px;
}

#menu_secondary ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 0;
}

#menu_secondary ul a {
	text-decoration: none;
	color: #5E3337;
}

#menu_secondary ul a strong {
	color: #941f21;
	font-weight: bold;
}

#menu_secondary ul a:hover {
	text-decoration: underline;
	color: #941f21;
}

#menu_secondary h2 {
	color: #452528;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#photo_column {	
	position: relative;
	float: left;
	width: 203px;
	margin: 0px;
	padding: 0px;
}
#photo_column img {
	display: block;
}

#content {
	z-index: 1;
	height: 350px;
	float:left;
	overflow: auto;
	position: relative;
}
.content_menuSecondary-photoColumn-article {
	width: 686px;
}
.content_menuSecondary-article {
	width: 686px;
}
.content_menuSecondary-gallery {
	width: 686px;
}
.content_photoColumn-article {
	width: 869px;
}
.content_article {
	width: 869px;
}
.content_gallery {
	width: 869px;
}

#article, #gallery {
	position: relative;
	float: left;
	padding-right: 0px;
}
#gallery img {
	float: left;
}
.photo_detail {
	border: solid 1px #000000;
	cursor: pointer;
}
.gallery_column {
	float: left;
}
.gallery_column img {
	display: block;
}

.article_menuSecondary-photoColumn-article {
	width: 406px;
	/*text-align: justify;*/
	padding-top: 20px;
	padding-left: 20px;
}
.article_menuSecondary-article {
	width: 609px;
	/*text-align: justify;*/
	padding-top: 20px;
	padding-left: 20px;
}
.gallery_menuSecondary-gallery {
	width: 609px;
}
.article_photoColumn-article {
	width: 609px;
	padding-top: 20px;
	padding-left: 20px;
}
.article_self {
	width: 812px;
	padding-top: 20px;
	padding-left: 20px;
}
.gallery_self {
	width: 812px;
}
#print_footer {
	display: none;
}