/* === LAYOUT === */
* { margin: 0; padding: 0; }
body {
    font-family: Calibri, "Tahoma", "Trebuchet MS", "Verdana";
    font-size: 13px;
    color: #333;
    background: #FFF url(/images/bkgd_Wallpaper.jpg) repeat center;
}
#header {
    background: transparent url(/images/bkgd_Header.jpg) repeat-x center;
    height: 180px;
    text-align: center;
}
#container {
    
}
#content {
    width: 800px;
    margin: 0 auto;
    padding: 0;
    background: transparent url(/images/bkgd_Page.jpg) repeat-y center;
}
#content_top {
    width: 800px;
    height: 20px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: transparent url(/images/bkgd_PageTop.jpg) no-repeat center;
}
#content_bottom {
    width: 800px;
    height: 20px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: transparent url(/images/bkgd_PageBottom.jpg) no-repeat center;
}
#content_margin {
    margin: 0 10px 0 10px;
}
#footer {
    margin: 0 auto;
    width: 800px;
    padding: 5px;
}
#footer a { color: #333; }

/* === STYLES === */
h1 { font-family: Cambria; font-variant: small-caps; font-size: 30px; font-weight: normal; margin-top: 0; }
h2 { font-family: Cambria; font-variant: small-caps; font-size: 24px; font-weight: normal; }
h3 { font-family: Cambria; font-variant: small-caps; font-size: 20px; font-weight: normal; }
h4 { font-family: Cambria; font-variant: small-caps; font-size: 16px; font-weight: normal; }
a { text-decoration: none; color: #006600; }
a:hover { text-decoration: underline; }
a img { border: none; }


/* === FLASH MESSAGES === */
div#flash-notice {
    padding: 10px 10px 10px 10px;
    background-color: #D2FFC9;
    font-size: 15px;
    font-weight: normal;
    font-family: Calibri;
    margin: 0 0 10px 0;
}
.help {
    padding: 10px 10px 10px 10px;
    background-color: #F5F5F5;
    font-size: 13px;
    font-weight: normal;
    font-family: Calibri;
    margin: 0 0 10px 0;
}

div#flash-warning {
    padding: 10px 10px 10px 10px;
    background-color: #FFE3CA;
    font-size: 15px;
    font-weight: normal;
    font-family: Calibri;
    margin: 0 0 10px 0;
}

div#flash-error {
    padding: 10px 10px 10px 10px;
    background-color: #FFBABA;
    font-size: 15px;
    font-weight: normal;
    font-family: Calibri;
    margin: 0 0 10px 0;
}

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

div#errorExplanation h2 {

}

div#errorExplanation p {

}

div#errorExplanation ul {

}

div#errorExplanation ul li {

}

/* === FORMS === */
div.fieldWithErrors {
    margin: 0 0 0 15px;
    padding: 0 0 0 14px;
    display: inline-block;
}

div.fieldWithErrors label {
	color: #C00;
}

div.fieldWithErrors input, div.fieldWithErrors select,
div.fieldWithErrors textarea
{
	background-color: #FFEEEE;
}

.main_menu {
    position: absolute;
    width: 800px;
    top: 145px;
    left: 50%;
    margin-left: -400px;
}
#menu {
	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: 35px;
    line-height: 35px;
	color: #FFF;
	font-size: 13px;
	width: auto;
	text-decoration: none; }
#menu li:hover a, #menu li.hover a {
    background: #ddd url(/images/bkgd_Menu.jpg) repeat-x left top;
    border: solid 1px #333;
    color: #000; }
#menu li:hover ul li a, #menu li.hover ul li a {
    background: #ddd none;
    border: none;
    color: #333; }
#menu li:hover ul li:hover a, #menu li.hover ul li:hover a {
    background: #f5f5f5 none;
    border: none;
    color: #333; }
#menu li ul {
	float: none;
	border-left: solid 1px #333;
	border-bottom: solid 1px #333;
	display: none;
	overflow: hidden;
	z-index: 501;
    width: 201px;
	background-color: #333;}
#menu li:hover ul, #menu li.hover ul {
	display: block;
	position: absolute;
	z-index: 504;
    left: 0px;
	top: 36px;
	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: #DDD;
	float: none;
	margin: 0;
	height: 27px;
	line-height: 27px;
	font-size: 13px;
	padding: 0 10px;
	font-weight: normal;
	color: #333; }
#menu li li a:hover {
	background: #F5F5F5;
	font-weight: bold;
	color: #000;}

table { width: 100%; }
table th { text-align: left; background-color: #666; color: #FFF; font-size: 15px; padding: 3px; font-weight: normal; }
table td { background-color: #F5F5F5; color: #333; padding: 3px; }


.left_column { float: left; width: 550px; margin: 0 20px 0 0; min-height: 200px; }
.right_column { float: left; width: 190px; margin: 0; min-height: 200px; }

.clear { display: block; clear: both; height: 0px; width: 0px; overflow: hidden; }

#content ul, #content ol { padding: 0 0 0 30px; }
#content li { margin: 6px; }
#content p { margin: 10px 5px 10px 5px; }

#content .photo_list { padding: 0; margin: 0; }
#content .photo_list li { display: block; height: 81px; width: 81px; margin: 5px; padding: 0; float: left; }
#content .photo_list li a img { border: solid 3px #999; }
#content .photo_list li a:hover img { border: solid 3px #666; }


.rss_title, rss_title a { font-family: Cambria; font-variant: small-caps; font-size: 30px; font-weight: normal; margin-top: 0; }
.rss_items {}
.rss_item { }
.rss_item a:link, .rss_item a:visited, .rss_item a:active { font-family: Cambria; font-variant: small-caps; font-size: 20px; font-weight: normal; }
.rss_item a:hover {}
.rss_date { font-size: 11px; font-style: italic; }