@font-face {
    font-family: 'DearJoe4';
    src: url('/Content/Fonts/DearJoe4.otf');
    src: url('/Content/Fonts/DearJoe4.otf?iefix') format('otf'),
         url('/Content/Fonts/DearJoe4.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
	margin:0;
	padding:0;
}

body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #BEBB72;
	color: #333333;
	font-size: 75%;
}

a{
	color: #BB6230;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

p, li {
	line-height: 1.8em;
}

h1, h2 {
	font-family: 'DearJoe4', "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}

h1 {
	padding: 0;
	font-size: 3em;
	color: #333333;
}

h2 {
	padding-top: 10px;
	font-size:2em;
}

div#MenuContainer {
    clear: both;
	color: #BB6230;
	margin: 0 auto;
	padding: 20px 0 20px;
	text-align: center;
}

span.Heading {
    font-weight: bold;
    text-decoration: underline;
}

div#PageContainer {
    color: #333333;
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #BB6230;
	border-style: solid;
	border-width: 1px;
	position: relative;
	padding: 20px;
	min-height: 300px;
}

div#PageContainer a:focus, 
div#PageContainer a:hover, 
div#PageContainer a:active {
	text-decoration: underline;
	color: #000000;
}

div#FooterContainer {
	clear: both;
	color: #BB6230;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}

.galleryMenu {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 75px;
}

.galleryMenuItem 
{
    width: 250px;
    height: 240px;
    float: left;
}

.thinBorder {
    border: 1px solid #CCCCCC;
    padding: 2px;
    margin: 10px;
}

.informationItem
{
    float:left;
    padding:10px;
    width:100%;
}

.informationItem img
{
    float:left;
    height:100px;
    width:100px;
}

.informationItem p
{
    float:left;
    padding-left:10px;
    width:750px;
}














/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
