@charset "UTF-8";
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.home_nav {
	font-size: 10px;
	color: #003558;
	font-family: Verdana, Geneva, sans-serif;
	line-height: normal;
	text-align: left;
	padding-left: 10px;
	width: 50px;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.video_header_font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #069;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.video_font_homepage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
.video_table_bgcolor {
	background-color: #FFF;
}
.video_autostart_font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.homepage_text_above_gallery1 {
	color: #000;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	font-weight: bold;
}
.homepage_text_above_gallery2 {
	color: #000;
	font-size: 10px;
	line-height: normal;
	text-align: center;
}
.text_rotating_images_homepage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	padding: 0px;
	height: auto;
}
.homepage_quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #003558;
	text-align: left;
}
.homepage_quotes_person {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #003558;
	text-align: right;
	font-weight: bold;
	float: right;
}
.homepage_quotes_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #003558;
	text-align: right;
	font-weight: bold;
}
.left_side_text_homepage1 {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	width: 150px;
	padding-left: 20px;
}
.video_link_trans {
	text-decoration: none;
}
