@CHARSET "UTF-8";

html {
	margin: 0px;
	padding: 0pt;
	border: 0px;
	height: 100%;
	max-height: 100%;
	font-size: 1em;;
	font-family: Georgia, "Times New Roman", serif;
}

body {
	margin: 0px auto;
	padding: 0pt;
	border: 0px solid black;
	background: black;
	color: white;
	height: 100%;
	max-height: 100%;
	background: black url("../images/layout/pattern_home.jpg") top left repeat-x;
}

#wrapper {
	clear: both;
	height: 100%;
	max-height: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
	
}

img {
	border: 0px;
	margin: 0px;
	padding: 0pt;
}



#wrapper #header a {
	clear: both;
	display: block;
	height: 124px;
	line-height: 124px;
	width: 100%;
	background: transparent url("../images/layout/header_home.jpg") top left no-repeat;
}

#wrapper #header .coorpText {
	font-size: 0.8em;
	padding: 0;
	color: black;
	display: block;
	position: absolute;
	top: 7px;
	left: 650px;
}

* html #wrapper #header .coorpText {
	font-size: 0.7em;
}

#SideBarMenu {
	width: 219px;
	background-color: #2b3b40;
	height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
}

#SideBarMenu ul {
	margin: 0px;
	list-style: none;
	font-size: 0.9em;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}


#SideBarMenu li a {
	display: block;
	line-height: 1.6em;
	height: 1.6em;
	font-weight: bold;
	text-decoration: none;
	color: #668f9c;
	
	border-bottom: 1px dotted #111;
	margin-left: 40px;
}

#SideBarMenu li a:hover {
	border-bottom: 1px dotted #668f9c;
	color: white;
}

#SideBarMenu #selected a {
	color: white !important;
}

#Content {
	width: auto;
	height: 100%;
	max-height: 100%;
	padding: 20px;
	padding-right: 0px;
	text-align: justify;
	color: white;
}
#Content a:link, a:visited {
	color: blue;
}

#Content #documentContent {
	width: 730px;
}
#Content #breadcrumb {
/* background: white; */
	display: block;
	width: 100%;
	font-size: 0.9em;
	font-variant: small-caps;
}
* html #Content #breadcrumb {
	font-size: 0.8em;
}

#Content #breadcrumb a {
	text-decoration: none;
}

#Content #contentTitle {
	font-size: 1.3em;
	font-weight: bold;
	height: 1.3em;
	line-height: 1.3em;
	margin-top: 1em;
}

#Content #contentDescription {
	font-weight: bold;
	font-size: 0.9em;
}

#Content #contentBody {
	font-size: 0.9em;
	margin: 0;
	margin-top: 1.5em;
	padding: 0;
}

#calendarEvents {
	margin-top: 20px;
	border-collapse: collapse;
	border: 1px solid black;
	font-size: 0.8em;
}

#calendarEvents td, #calendarEvents th {
	border-left: 1px solid black;
	border-top: 1px solid black;
	color: Black;
}

#calendarEvents td.eventDate {
	color: white;
}

#contentNavigation {
	height: 3em;
	line-height: 3em;
	margin-top: 20px;
	margin-bottom: 0px;
}

#contentNavigation a {
	/* height: 80px;	line-height: 80px;*/
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#contentNavigation a:hover {
	border-bottom: 1px dotted white;
	color: white;
}

#documentContent .categoryName {
	color: black;
	clear: both;
	display: block;
	height: 40px;
	line-height: 40px;
}

#documentContent .fotoGallery {
	width: 90%;
	display: block;
	clear: both;
	margin: 0px 0px 10px 0px;
}

#documentContent .shotItem {
	float: left;
	padding: 10px 10px 0px 10px;
}

#documentContent .shotItem img {
	border: 1px solid black;
}

#Content .coordinatorInfo {
	color: white;
	background-color: transparent;
	height: 0.9em;
	line-height: 0.9em;
	padding:0;
	padding-top: 20px;
}

#Content .infoTitle {
	color: black;
	font-weight: bold;
}

#Content .sectionMap a {
	text-decoration: none;
}