/* === LAYOUT ELEMENTS === */

* { margin: 0; padding: 0; }

body {
    background: #FFF url(/images/bkgd_Header.jpg) repeat-x center top;
    font-family: Calibri, Verdana;
    font-size: 14px;
}

#header { height: 215px; }

.wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#content {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}
#content_top { height: 25px; overflow: hidden; background: transparent url(/images/bkgd_ContentTop.jpg) no-repeat left top; }
#content_middle { min-height: 500px; background: transparent url(/images/bkgd_ContentRepeat.jpg) repeat-y left top; }
#content_bottom { height: 69px; overflow: hidden; background: transparent url(/images/bkgd_ContentBottom.jpg) no-repeat left top; }

#main {
    width: 690px;
    background: transparent url(/images/bkgd_ContentRepeat.jpg) repeat-y left top;
    float: left;
}
#main .textual { margin: 0 20px 0 20px; }

#column {
    width: 280px;
    margin: 25px 0 0 10px;
    float: left;
}

#footer {
    background: #FFF url(/images/bkgd_Footer.jpg) repeat-x center top;
    height: 216px;
    color: #FFF;
    font-size: 11px;
}
#footer .wrapper { padding-top: 30px; }


/* === CONTENT ELEMENTS === */

h1 { margin: 15px 5px 5px 5px; font-size: 30px; font-weight: bold; }
h2 { margin: 10px 5px 5px 5px; font-size: 22px; font-weight: normal; }
h3 { margin: 10px 5px 5px 5px; font-size: 18px; font-weight: bold; }
h4 { margin: 5px; font-size: 15px; font-weight: bold; }

p { margin: 10px 5px 10px 5px; }

fieldset { margin: 20px; padding: 10px; }
label { font-style: italic; margin: 0; }
legend { font-weight: normal; font-style: italic; font-size: 15px; }

ul, ol { margin: 20px 20px 20px 50px; }
li { margin: 5px; }
ul ul, ul ol, ol ol, ol ul { margin: 5px 5px 5px 20px; }

a { color: #A31B1B; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }
#footer a { color: #DDD; }
#footer a:hover { color: #FFF; }

table { width: 100%; border: none; }
th { text-align: left; font-weight: bold; font-size: 16px; padding: 3px; }
td { padding: 3px; border-top: solid 1px #666; }


/* === FLASH MESSAGES === */
div#flash-notice {
    padding: 10px 10px 10px 10px;
    background-color: #0E6D0E;
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    font-family: Calibri;
    margin: 0 0 10px 0;
    border: solid 1px #000;
}

div#flash-warning {
    padding: 10px 10px 10px 10px;
    background-color: FF6600;
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    font-family: Calibri;
    margin: 0 0 10px 0;
    border: solid 1px #000;
}

div#flash-error {
    padding: 10px 10px 10px 10px;
    background-color: #A31B1B;
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    font-family: Calibri;
    margin: 0 0 10px 0;
    border: solid 1px #000;
}

/* === ERROR MESSAGES === */
div#errorExplanation {
    border: solid 1px #CCC;
    padding: 10px;
    background-color: #F5F5F5;
    color: #666;
}

/* === ERROR MESSAGES === */
div#errorExplanation {
	
}

div#errorExplanation h2 {
	
}

div#errorExplanation p {
	
}

div#errorExplanation ul {
	
}

div#errorExplanation ul li {
	
}

/* === FORMS === */
div.fieldWithErrors {
	
}

div.fieldWithErrors label {
	
}

div.fieldWithErrors input, div.fieldWithErrors select, 
div.fieldWithErrors textarea
{
	
}





/* === MENU === */


.main_menu {
    position: absolute;
    top: 175px;
    left: 50%;
    height: 40px;
    width: 1000px;
    margin-left: -500px;
}
#menu ul {
    margin: 0;
    padding: 0; }
#menu li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    z-index: 500; }
#menu li a {
    display: block;
    float: left;
    padding: 0px 10px 0px 10px;
    margin: 0;
    height: 40px;
    line-height: 40px;
    color: #DDD;
    font-size: 16px;
    width: auto;
    text-decoration: none; }
#menu li:hover a, #menu li.hover a {
    background: transparent url(/images/bkgd_MenuHover.gif) no-repeat center bottom; }
#menu li:hover ul li a, #menu li.hover ul li a {
    background: #000 none;
    border: none;
    color: #FFF; }
#menu li:hover ul li:hover a, #menu li.hover ul li:hover a {
    background: #000 none;
    border: none;
    color: #FFF; }
#menu li ul {
    float: none;
    display: none;
    overflow: hidden;
    z-index: 501;
    width: 201px;
    background-color: #000; }
#menu li:hover ul, #menu li.hover ul {
    display: block;
    position: absolute;
    z-index: 504;
    left: 0px;
    top: 40px;
    margin: 0;
    padding: 0; }
#menu li:hover li, #menu li.hover li  {
    float: left;
    width: 200px; }
#menu li:hover li a, #menu li.hover li a  {
    background: #000;
    float: none;
    margin: 0;
    height: 27px;
    line-height: 27px;
    font-size: 13px;
    padding: 0 10px;
    font-weight: normal;
    color: #FFF; }
#menu li li a:hover {
    background: #000;
    font-weight: bold;
    color: #000; }


.photo_list { margin: 0; padding: 0; list-style: none; }
.photo_list li { margin: 0; padding: 0; }

.thumbnail_list { margin: 0; padding: 0; list-style: none; }
.thumbnail_list li { margin: 7px; padding: 0; float: left; }
.thumbnail_list li a img { border: solid 4px #FFF; }

.clear { height: 0; overflow: hidden; clear: both; }