﻿body
{
    margin: 0;
	font-family: arial,helvetica,sans-serif;
}
#header
{
	background-color: #f0ae30;
	background-image: url(../images/bg_masthead.jpg);
	background-repeat: repeat-x;
	min-height: 150px;
	min-width: 984px; /* matches pagewidth + its padding */
}
#sub-nav
{
	border-bottom: solid 1px #f0ae30;
}
#sub-nav ul
{
	height: 1em;
	margin: 0;
	padding: 0.7em 0;
	font-size: 0.8em;
}
#sub-nav ul li
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: solid 1px black;
	padding: 0 0.6em;
	font-weight: bold;
}
#sub-nav ul li.first
{
	padding-left: 0;
}
#sub-nav ul li.last
{
	border-right: none;
}
#sub-nav ul li a
{
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
#sub-nav ul li a:hover
{
	text-decoration: underline;
}
#footer
{
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	/* border-top: solid 1px #f8d697; */
	min-height: 140px;
	height: auto !important;
	height: 140px;
	min-width: 984px; /* matches pagewidth + its padding */
	padding-top: 0.6em;
	margin-top: 1.4em;
	clear: both;
}

.pagewidth
{
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0 12px;
}

#header h1
{
	float: left;
}
#header h1 img
{
	vertical-align: middle;
}
#header #zemobologo
{
	margin-right: 20px;
}

a img
{
	border: none;
}

#main-nav
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 12px; /* matches the padding on .pagewidth */
	bottom: 0;
}
#main-nav li
{
	float: left;
	margin: 0;
	background-color: #f6d28a;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
}
#main-nav li.first
{
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}
#main-nav li.last
{
	border-right: solid 1px #ffffff;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}
#main-nav li a
{
	display: block;
	padding: 0.6em 1em ;
	font-family: Helvetica, Arial;
	font-size: 20px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#main-nav li.selected
{
	background-color: #ffffff;
}
#main-nav li.selected a
{
	color: #F0AE30;
}
#main-nav li:hover
{
	background-color: #eebe61;
}
#main-nav li.selected:hover
{
	background-color: #ffffff;
}

#footer ul 
{
	margin: 0.5em 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}
#footer ul li
{
	float: left;
	margin-right: 30px;
}
#footer ul li a
{
	color: #000000;
}

br.clear
{
	clear: both;
}

div.border
{
	border: solid 1px #f0ae30;
	border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 6px 8px;
	margin: 0 0 8px;
}


body.no-sub-nav #sub-nav
{
	display: none;
}


#slideshow
{
	width: 600px;
	height: 300px;
	position: relative;
	
	float: left;
	margin-right: 20px;
	margin-bottom: 1.5em;	
}
#slideshow img#slideshow_corners
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#slideshow #slideshow_content
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #F6D28A;
	height: 300px;
	width: 600px; /* adjust this */
}
#twitter
{
	margin-bottom: 1.5em;
}

#twitter span.date
{
	font-size: 0.8em;
}

a
{
    color: #0045A3;
}

a:hover
{
    color: #3081F0;
}

#body
{
    margin-top: 1.34em;
	min-height: 200px;
}

p, li
{
    line-height: 1.45em;
}


#breadcrumbs
{
    font-size: 0.8em;
    border-bottom: solid 1px #f0ae30;
}

#breadcrumbs ul
{
    margin: 0.5em auto;
    width: 960px;
    padding: 0 12px;
    list-style: none;
    height: 1.5em;
}

#breadcrumbs ul li
{
    float: left;
    border-right: solid 1px black;
    padding: 0 0.6em;
    font-weight: bold;
}

#breadcrumbs ul li.first
{
    padding-left: 0;
}

#breadcrumbs ul li.last
{
    border-right: none;
    padding-right: 0;
}

#breadcrumbs ul li a
{
    font-weight: normal;
    color: #000;
}
