@CHARSET "ISO-8859-1";

body.body {
	background-color: black;
}

a:link, a:visited {
	color: black;
}

/*** HEADER & SLOGAN ***/
#header {
	border-collapse: collapse;
	margin-bottom: 4px;
}

#header td.left {
	width: 732px;
}

#header td.center {
	width: 100%;
	background-image: url( ../images/headerM.gif );
	background-repeat: repeat-x;
}

#header td.right {
	width: 18px;
}

/*** CONTENT & NAVIGATION ***/
#centerRow td {
	vertical-align: top;
}

td.title {	
	text-align: center;
	vertical-align: top;
}

#blogTitle, #newsTitle, #contentTitle {
	padding: 5px;
	padding-top: 0px;
}

/* Holly Hack, only IE will see this \*/
* html #blogTitle, * html #newsTitle, * html #contentTitle {
	padding-top: 5px;
}
/* End Holly hack */

#blogTitle table, #newsTitle table, #contentTitle table {
	margin-left: auto;
	margin-right: auto;
}

#blogTitle td, #newsTitle td, #contentTitle td {
	padding-top: 15px;
}

#blogContent, #newsContent, #pageContent {
	height: 100%;
	vertical-align: top;
}

#blogContent table, #newsContent table, #pageContent table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	vertical-align: top;
}

#blogContent td.cc, #newsContent td.cc, #pageContent td {
	vertical-align: top;
}

#newsContent div.item img {
	float: left;
	margin-top: -12px;
}

#newsContent div.item h3 {
	clear: left;
	margin-top: 5px;
	margin-left: 50px;
}

#newsContent div.item p {
	margin-left: 50px;
}

#newsContent div.item p.date {
	font-style: italic;
}

#blogContent div.item p.content {
	border-bottom: 2px solid black;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/*** INTERACTIVE MAP ***/
#pageContent div.map, #blogContent div.map {
	text-align: center;
	margin-top: 20px;
}

#pageContent object, #pageContent embed,
#blogContent object, #blogContent embed {
	display: block;
	border: 3px solid #62614D;
	margin-left: auto;
	margin-right: auto;
}

#pageContent object, #pageContent embed {
	width: 450px;
	height: 400px;
}

#blogContent object, #blogContent embed {
	width: 300px;
	height: 300px;
}

/*** FOOTER ***/
#bordersFooter {
	margin-top: 5px;
}

#footer {
	color: #62614D;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer img{
	vertical-align: middle;
}

