@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(Images/BG_street.jpg);
	background-color: #233647;
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#toolbar {
	background-color: #788EA2;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
}
.absoluteshower #container #header #toolbar p {
}
.absoluteshower #container #mainContent p  {
}
.absoluteshower #container #mainContent .rightcolumn .TypeContainer h2 {
	font-size: 15px;
}
.absoluteshower #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
}
.absoluteshower #header {
	padding-top: 0;
	padding-bottom: 0;
}
.absoluteshower #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
}
.absoluteshower #mainContent {
	color: #788EA2;
}
.absoluteshower #container #mainContent .leftcolumn {
	width: 30%;
	visibility: visible;
}
.absoluteshower #container #mainContent .rightcolumn {
	background-color: #102233;
	margin-left: 31%;
}
li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #0C1F2E;
	margin-right: 26px;
	margin-left: 10px;
	bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}
.absoluteshower #container #mainContent .leftcolumn .TypeContainer {
	color: #0C1F2E;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: left;
	background-color: #788EA2;
}
.absoluteshower #container #mainContent .rightcolumn .TypeContainer {
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.absoluteshower #footer {
	background-color: #0C1F2E;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	overflow: visible;
	width: 780px;
}
.absoluteshower #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #FFF;
}
.absoluteshower #container #mainContent .leftcolumn .TypeContainer ul li {
	list-style-type: none;
	text-decoration: underline;
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
	display: block;
}
#facebooklink {
	margin-left: 80px;
	padding: 30px;
}
a:link {
	color: #132735;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #132735;
}
/* CSS Document */

a:active {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #960109;
}
.absoluteshower #container #mainContent .rightcolumn img {
	padding: 2.5%;
}
