/* ie5 win - grrr - start */
body { 
	font: small serif;
	color: #000;
	padding : 0 16px;
	margin : 0;
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
	text-align: center; }
/* ie5 win - grrr - end */
 
/* opera - grrr - start */
html>body {
	font-size: small;
	}
/* opera - grrr - end */


/* start of the real css */


/* basic elements */
body { 
	color: #444; 
	background-color: #FFF;
}
div, form, ul, li, ol, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
body, h1, h2, h3 {
	font-size: .9em;
	line-height: 1.6;
	font-family: Verdana, Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-align: left; 
}
pre
{
	font-size: 1em;
	font-family: Verdana, Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
div p, div li {
	font-size: 1em;
}
p, h2, h3 {
	margin-top: .6em;
	margin-bottom: .2em;
}
h1 {
	font-size: 1.2em;
	font-weight: normal;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: .85em;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #CC3300;
}
a:visited, 
a:visited:hover { 
	font-weight: bold; 
	text-decoration: none; 
	color: #CC3333;
}
a:hover, 
a:active { 
	text-decoration: none; 
	color: #CC3300;
	background-color: #FFFF66;
}
acronym { 
	font-weight: normal; 
	font-style: normal;
	border: 0;
}
table {
	margin-top: .6em;
	width: 100%;
	border-collapse: collapse;
}
td, th {
	padding: 4px;
	border: 2px solid #FFF;
	vertical-align: top;
}
#photos td {
	text-align: center;
}
#photos p {
	line-height: 1.0;
}
#photos td a {
	font-weight: normal;
}
tr.lightrow td {
	background-color:#EEE;
}
tr.darkrow td {
	background-color:#CCC;
}
#postings td a { 
	font-weight: normal; 
}
#postings a:hover, 
#postings a:active { 
	text-decoration: none; 
	color: #CC3300;
	background-color: #FFFF66;
}
* html #postings td
{
	width: 690px;
}
th {
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
}
#searchForm input {
	padding: 0;
	margin: 0;
	font-weight: bold; 
	font-size: .75em;
	background-color: white;
	border: 1px solid #AAA;
	text-transform: uppercase;
}

/* major divs */
#allPageContent {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
body>#allPageContent {
	width: auto;
 	min-width: 700px;
	max-width: 1170px;
}
#contentContainer {
	position: relative;
}
#masthead {
	color: #FFF;
	min-width: 700px;
	background-image:  url("/assets/images/cityscape.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 10px;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-top: 0px;
}
#header {
	background-position: center top;
	background-repeat: repeat;
	background-color: #7B2525;
	margin: 10px 0 10px 0;
	padding: 0px;
	border: 1px solid #AAA;
	color: #FFFFFF;
}
#header h1 {
	font-size: 1.6em;
	padding: 0 10px;
}
#mainContent {
	min-width: 450px;
	margin-right: 232px;
	border: 1px solid #AAA;
	border-top: 0;
	background-color: #FFF;
	padding: 10px 10px 22px 10px;
}
#rightContainer {
	font-weight: bold; 
	position: absolute;
	top: 0;
	right: 0;
	width: 218px;
	background-color: #DDD;
	border: 1px solid #AAA;
	text-align: right;
	margin-left: 482px;
}
#rightContainer p {
	font-size: .75em;
}
#rightContainer {
	background-color: #FFF;
}
#rightContainer table {
	margin-top: 0;
	width: 100%;
	border-collapse: collapse;
}
#calendar td, #calendar th {
	width: 14%;
}
#rightContainer td, #rightContainer th {
	padding: 0px;
	border: 0px;
	background-color: #FFF;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}
#rightContainer th {
	color: #444;
	background-color: #DDD;
	text-transform: uppercase;
	font-weight: bolder;
}
#rightContainer th a {
	font-size: 1.25em;
}
#calendar td.otherMonth {
	visibility: hidden;
	background-color: #FFF;
}
#calendar td a {
	display: block;
	color: #7B2525;
	background-image: url("/assets/images/event-marker.gif");
	background-repeat: no-repeat;
	background-position: top right;
}
#calendar td a:hover {
	background-color: #7B2525;
	color: #FFF;
}
#masthead h1 {
	font-family: Georgia, Verdana, sans-serif;
	opacity: 0.75;
	filter:alpha(opacity=75);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity:0.75;
	background-color: #666;
	font-size: 2.4em;
	text-transform: uppercase;
	margin: 0 0px;
	padding: 0 10px;
}
#masthead p {
	opacity: 0.75;
	filter:alpha(opacity=75);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity:0.75;
	background-color: #333;
	line-height: 2;
	text-transform: uppercase;
	margin: 0 0px;
	padding: 0 10px;
}
* html #masthead h1 {
	background: transparent url(../images/halfscreen-mask.gif) repeat;
}
* html #masthead p {
	background: #666 url(../images/mm_spacer.gif) repeat;
}
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6 {
	color: #444;
	background-color: #DDD;
 	text-transform: uppercase;
	margin-right: -10px;
	margin-left: -10px;
	padding: 4px 10px;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
#mainContent h1 {
	margin-top: -10px;
}
#mainContent li h1, #mainContent li h2, #mainContent li h3, #mainContent li h4, #mainContent li h5, #mainContent li h6 {
	border: 0;
	background-color: transparent;
	padding: 0;
	margin: 0;
	line-height: 1;
}
#mainContent ul {
	margin-top: .8em;
	margin-bottom: .2em;
}
#mainContent ul ul {
	margin: 0;
}
#mainContent li {
	margin-left: 25px;
	margin-bottom : 0.5em;
}
#mainContent td, #mainContent th {
	border: 0;
}
table.nopadding td {
	padding: 0;
}
#accessNav {
	font-size: 1.1em;
	margin: 0 6px 0 6px;
	position: absolute;
	top: 0;
	width: 100%
}
#accessNav sup {
	background-color: #F00;
	color: #FFF;
	font-size: 0.7em;
}
#accessNav a {
	color: #FFF;
	padding: 2px;
}
#accessNav a.highlight {
	color: #444;
	text-decoration: none;
}
#accessNav a:hover {
	color: #444;
	background: #FFF;
	text-decoration: none;
}

#masthead li, #header li, #footer li {
	display: inline;
	padding: 12px 4px;
}

#footer {
	min-width: 450px;
	border: 1px solid #AAA;
	background-color: #DDD;
	margin: 10px 232px 20px 0;
	padding: 0;
}
#footerNav {
	text-align: center;
	line-height: 1;
	font-size: .9em;
	padding: 2px 0;
}
#footer a {
	color: #444;
}
#footer li {
	display: inline;
	padding: 12px 20px;
}

/* div specific formatting */

#header ul ul {display: none;}
#header ul li:hover > ul {display: block; position: absolute; width: 100%;}