@charset "utf-8";
body {
	margin: 0px;
	color: #3E4147;
	background-color: #FFFFFF;
	float: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	font-family: source-sans-pro, calibri, cambria;
	color: #000;
}
#wrapper {
	min-width: 750px;
	max-width: 1600px;
	margin-left: 0px;
	margin-right: auto;
	background-color: #EDE7DA;
	overflow: hidden;
	min-height: 430px;
	width: auto;
}
#top {
	overflow: visible;
	width: 800px;
}

#content {
	position: relative;
	clear: both;
	width: 100%;
	margin-left: 0px;
	display: none;
}

#content article {
	width: 250px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 10px;
	background-color: #2E3C5A;
	padding-bottom: 15px;
	color: #FFFFFF;
	text-align: center;
	-webkit-box-shadow: 2px 2px 5px #556464;
	box-shadow: 2px 2px 5px #556464;
	margin-left: 20%;
	left: -50px;
	opacity: 0.8;
	font-family: 'open sans';
	font-style: normal;
	font-weight: 200;
	font-size: 11pt;
}
#content h2 {
	color: #FFFFFF;
	margin-bottom: 10px;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 300;
	font-size: 16pt;
}

#content img {
	margin-top: 0;
	margin-right: 0px;
	/* [disabled]padding-bottom: 20px; */
	-webkit-box-shadow: 0 2px 15px 2px;
	box-shadow: 0 2px 15px 2px;
	border-bottom: 1px solid #2A2C31;
	overflow: auto;
	/* [disabled]min-width: 1024px; */
	/* [disabled]max-width: 1600px; */
	/* [disabled]max-height: 455px; */
	/* [disabled]min-height: 291px; */
	margin-left: auto;

}


h1 {
	font-size: 60px;
	margin-top: 0px;
	text-transform: none;
	text-align: center;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	color: #5A2E2E;
	font-variant: small-caps;
	padding-left: 0px;
	font-style: normal;
	font-weight: 300;
	margin-bottom: -20px;
	font-family: century schoolbook;
	-webkit-font-smoothing: antialiased;
}
h2 {
	color: #5A2E2E;
	float: none;
	text-align: center;
	text-indent: 0px;
	font-weight: 300;
	font-family: century school book;
	font-style: normal;
	font-size: 20pt;
	margin-top: 10px;
}


figure {
	display: block;
	width: 300px;
}
figure img {
	padding: 10px;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}

figcaption {
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 0.5em;
	float: left;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float: left;
	margin-left: 0px;
	padding: 10px;
	margin-right: 10px;
}
.floatright {
	margin-right: 0px;
	padding: 10px;
	margin-top: 0px;
}
footer {
	padding: 20px;
	color: #5A2E2E;
	clear: right;
	width: 75%;
	margin-left: 10%;
	border-top: 1px solid #84B2E6;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
a:link {
	color: #990000;
	font-style: normal;
}
a:visited {
	color: #990000;
}
a:hover, a:active, a:focus {
	color: #FEF5D6;
	text-decoration: none;
	font-family: source-sans-pro;
}

#main {
	padding: 10px;
	font-size: medium;
	text-align: left;
	float: right;
	height: auto;
	margin-top: 20px;
	width: 780px;
	text-indent: 20px;
}

#faq-main {
	padding: 50px;
	font-size: medium;
	text-align: left;
	height: auto;
	margin-top: 20px;
	width: 700px;
	text-indent: 0px;
}
#mainnav ul {
	list-style: none;
	padding: 0;
	color: #4E4E4E;
	font-weight: bold;
	text-transform: uppercase;
	width: 800px;
	display: block;
	border-top: 1px solid #84B2E6;
	font-size: 18px;
}


#mainnav li {
	float: left;
	width: 150px;
	text-decoration: none;
	position: relative;
	padding: 5;
	text-align: center;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 500;
	color: #4E4E4E;
	background-color: #EDE7DA;
}
#mainnav li ul {
	position: absolute;
	left: 0;
	visibility: hidden;

}
#mainnav li:hover ul {
	visibility: visible;
	z-index: 100;
	margin-top: 5px;
	border-top-style: none;
	
}
#mainnav li ul li {
	float: none;
	width: 135px;
	text-align: center;
	padding-left: 10px;
	padding-right: 15px;
}
#mainnav ul li:hover {
	background-color: #FEF5D6;
}
#mainnav a {
	color: #4E4E4E;
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	font-family: Open Sans;

	font-weight: 500;
	font-variant: normal;
}
#mainnav a:visited, #mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
	text-decoration: none;
	color: #4E4E4E;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 500;
	
}
#mainnav ul li:first-child {
	/* [disabled]border-top-left-radius: 20px; */
}
#mainnav ul li:last-child {
	/* [disabled]border-top-right-radius: 20px; */
}
#mainnav ul #submenu li:first-child  {
	border-radius: 0px;
}
#mainnav ul #submenu li:last-child {
	/* [disabled]border-bottom-left-radius: 20px; */
	/* [disabled]border-bottom-right-radius: 20px; */
	/* [disabled]border-top-right-radius: 0px; */
}

#mainwrapper {
	min-width: 800px;
	max-width: 800px;
	float: none;
	background-color: #FEF5D6;
	min-height: 1100px;
	margin-bottom: 25px;
}

#faq-mainwrapper {
min-width: 800px;
	max-width: 800px;
	float: none;
	background-color: #FEF5D6;
	min-height: 4300px;
	margin-bottom: 25px;
}

hr {
	width: 70%;
	height: 1px;
	color: #84B2E6;
	background-color: #84B2E6;
	margin-bottom: 10px;
	margin-top: -10px;
	
}


#paintings {
	width: 800px;
	float: left;
	background-color: #FEF5D6;
	text-align: center;
	padding-right: 0px;
	margin-right: 10px;
	}

th, td {
	overflow: hidden;
	text-align: center;
	background-color: #FCF0CD;
	width: 130px;
	font-family: verdana;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
}
td a:hover, a:active, a:focus { 
	opacity:.5;
 	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
h4 {
	font-size: 14pt;
	font-family: cambria;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: 400;
	background-color: #FFFAEB;
}
h3 {
	font-size: 24px;
	font-weight: 400;
	color: #CB3235;
	font-family: Cambria;
	font-style: normal;
	margin-bottom: 0px;
}
h5 {
	font-size: 12pt;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	color: #3BB6C5;
	margin-bottom: 0px;
}

h6 {
	font-size: 14pt;
	font-family: cambria;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #0066cc;
	font-weight: 400;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
	font-family: source-sans-pro, calibri, cambria;
	color: 990000;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

	
