@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}
.oneColElsCtr #container {
	width: 1100px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 15px 0px 0px;
	position: relative;
}
#mainContent #googleSchedule {
	position: absolute;
	height: 540px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	left: 139px;
	top: 23px;
	background: #000000;
	text-align: center;
	visibility: hidden;
	border: 1px solid #a3bf27;
}
#mainContent #googleSchedule a {
	color: #FFFFFF;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
}
#mainContent #googleSchedule a:hover {
	text-decoration: underline;
}
#mainContent #googleSchedule p {
	margin: 0px;
	padding: 5px;
	text-align: right;
}

#mainContent #footer {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0px;
	padding: 10px 0px 10px 20px;
	text-align: left;
	width: 980px;
}

#mainContent #footer a {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration:none;
	border-bottom: dotted 1px #999999;
}
#mainContent #footer a:hover {
	text-decoration:none;
	border-bottom: solid 1px #999999;
}

#mainContent #flashcontent {
	margin: 0px;
	padding: 0px;
	width:1100px;
	height:600px;
	position: relative;
}

#mainContent #flashcontent #nav {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 600px;
	width: 170px;
	background: url(../images/bg/bg_nav.gif) no-repeat;
	position: absolute;
}
#mainContent #flashcontent #nav #navList ul {
	margin: 0px 50px 0px 0px;
	padding: 30px 0px 0px;
	list-style: none;
}
#mainContent #flashcontent #nav #navList li {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	padding-bottom: 3px;
}
#mainContent #flashcontent #nav #navList a {
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color: #a3bf27;
	text-decoration: none;
}
#mainContent #flashcontent #nav #navList a:hover {
	text-decoration:underline;
}
#mainContent #flashcontent #nav #address {
	position: absolute;
	bottom: 30px;
	padding-left: 45px;
}
#mainContent #flashcontent #nav #address p {
	color: #FFFFFF;
	font: 11px/14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#mainContent #flashcontent #bodyBar {
	background: #000000;
	opacity: .7;
	filter: alpha(opacity=70);
	height:15px;
}
#mainContent #flashcontent .bg {
	opacity: .7;
	filter: alpha(opacity=70);
	background: #000000;
	position: absolute;
	top: 18px;
	z-index:1;
}
#mainContent #flashcontent .bodyContent{
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	z-index: 1;
	position: relative;
}
#mainContent #flashcontent .bodyContent .title {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 15px 0px 0px;
}
#mainContent #flashcontent .bodyContent .includes .subtitle {
	margin: 0px;
	padding: 5px 0px;
	font: bold 11px/12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#mainContent #flashcontent .bodyContent .includes {
	overflow: auto;
	margin: 20px 0px 0px;
	padding: 0px,0px,0px;
}
#mainContent #flashcontent .bodyContent .includes p {
	margin: 0px;
	padding: 0px 0px 15px;
}
#mainContent #flashcontent .bodyContent .includes a {
	font: normal 11px/14px Arial, Helvetica, sans-serif;
	color: #a3bf27;
	text-decoration: none;
}
