html{
	height:		100%;
	background-color: #F4F1EC;
}
body {
	font-family:Arial, Helvetica, SanSerif;
	font-size:	13px;
	margin:		0px;
	padding:	0px;
	width:		100%;
	text-align: center;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
img {
	border:		0px;
}
#total_wrapper {
	width:		100%;
	height:		100%;
	margin: 	0px;
	padding: 	0px;
}
a {
	color:			#0099CC;
	text-decoration:none;
}
/* Start of Header CSS */
#header_wrapper {
	width:		100%;
	height:		110px;
}
#header_section {
	margin-left: auto;
	margin-right:auto;
	width:		950px;
	height:		110px;
	color:		white;
	padding:	0px;
	text-align: left;
}
#header_section a {
	color:		white;
	text-decoration:none;
}
#header_logo {
	width:		220px;
	height:		110px;
	float:		left;

}
#header_nav {
	width:		730px;
	height:		110px;
	float:		right;
}
#header_nav1 {
	width:		720px;
	height:		60px;
	padding:	0px;
	text-align:	right;
	border-width:	1px 0px 0px 0px;
	border-style:	solid;
	border-color:	#004d8c;
}
#header_nav1 div {
	margin-top: 15px;
}
#header_nav1 img {
	vertical-align: top;
}

#speak {
	font-size:	16px;
	font-weight:bold;
	color:		#CC0000;
}
#call {
	font-size:	14px;
	font-weight:bold;
	color:		#60DBFF;
}
#number {
	font-size:	14px;
	color:		white;
}
#header_nav2 {
	width:		720px;
	height:		50px;
	padding:	0px;
	text-align:	right;
}
#header_nav2 div {
	height:		49px;
	text-align: center;
	float: right;
}
#header_nav2 div:hover {
	background-image:	url('../images/nav_bg1d.gif');
}
#header_nav2 a {
	line-height:	48px;
}
.btn_headernav_ms {
	width:		115px;
}
.btn_headernav_mb {
	width:		135px;
}
.btn_headernav_l {
	width:		175px;
}
.btn_headernav_s {
	width:		90px;
}
#header_nav2 a {
	font-weight:	bold;
	font-size:		15px;
}
/* Start of SlideshowNav CSS */
#slidenav_wrapper {
	width:		100%;
	height:		220px;
	margin: 	0px;
}
#slidenav_section {
	width:		950px;
	height:		220px;
	margin-left: auto;
	margin-right:auto;
	text-align: left;
	background-image:	url('../images/bg_sidenav.gif');
	background-position:left;
	background-repeat:	repeat;
}
#slide_section {
	width:		950px;
	height:		220px;
	margin-left: auto;
	margin-right:auto;
	z-index:	2;
	background-color:#D4E4E9;
}
#slidenav_nav {
	width:			220px;
	height:			220px;
	float:			left;
	text-align:		right;
	z-index:		2;
}
.btn_slidenav {
	width:			219px;
	height:			40px;
}
#slidenav_mgn {
	margin-top:		7px;
}
#slidenav_mgn div:hover {
	background-image:	url('../images/nav_bg2b.gif');
}
#slidenav_nav a {
	color:			white;
	text-decoration:none;
	font-size:		13px;
	font-weight:	bold;
	line-height:	35px;
	margin-right:	15px;
	letter-spacing:	1px;
}
#slidenav_slide {
	width:			730px;
	height:			220px;
	float:			right;
	background-color:#D4E4E9;
}
/* Start of BrowseBox CSS */
#browsebox_wrapper {
	width:			100%;
	height:			50px;
	margin: 		10px 0px 0px 0px;
}
#browsebox_section {
	width:			950px;
	height:			50px;
	text-align: left;
	margin-left: 	auto;
	margin-right:	auto;
}
#browsebox_header {
	width:			950px;
	height:			50px;
	margin:			0px;
	background-image:	url('../images/bg_browsetop.gif');
	background-repeat:	no-repeat;
	background-position:center; 
}
#browsebox_header h2 {
	margin:			0px 0px 0px 20px;
	color:			#DD0000;
	font-weight:	bold;
	font-size:		17px;
	line-height:	40px;
}
#browsebox_header img {
	margin-top: 	5px;
}
#browsebox_contents {
	width:			950px;
	padding:		0px;
	margin:			0px;
	background-image:	url('../images/bg_browse.gif');
	background-repeat:	repeat;
	display: 		none;
	border-width:	1px 0px 0px 0px;
	border-style:	solid;
	border-color:	#004d8c;
	text-align:		center;
}
#browsebox_contents a {
	color:			white;
	line-height:	35px;
}
.browse_row {
	height:			35px;
	width:			800px;
	margin-left:	auto;
	margin-right:	auto;
}
.btn_browse {
	height:			35px;
	width:			200px;
	float:			left;
}
.browse_row div:hover {
	background-image:	url('../images/nav_bg2b.gif');
}
/* Start of Content CSS */
#content_wrapper {
	width:			100%;
	margin: 		0px;
}
#content_section {
	width:			950px;
	margin:			0px auto 10px auto;
	text-align: 	left;
	border-style:	solid;
	border-width:	0px 1px 1px 1px;
	border-color:	#E8E8E8;
}
#content_section h1 {
	font-size:		19px;
	margin:			0px;
}
#content_text {
	padding:		15px 25px 10px 25px;
	text-align:		justify;
	background-color:white;
}
#content_text a {
	font-weight:	bold;
}
#content_text a:hover {
	text-decoration:underline;
}
#content_text img {
	border:			0px;
	margin:			10px;
}
/* Start of Footer CSS */
#footer_wrapper {
	width:			100%;
	height:			125px;
	margin: 		0px 0px -10px 0px;
	background-color:	#004D8C;
	background-image:	url('../images/bg_footer.gif');
	background-repeat:	repeat;
}
#footer_section {
	width:			950px;
	height:			125px;
	color:			white;
	font-size:		11px;
	text-align: 	left;
	margin:			0px auto 0px auto;
	padding:		5px 50px 5px 50px;
}
#footer_section a {
	color:			white;
	text-decoration:none;
}

#footer_social {
	width:150px;
	height:125px;
	float: right;
}
#footer_4modules {
	width:700px;
	height:125px;
	float: left;
}
#footer_4module_container4 {
	clear:left;
	float:left;
	width:650px;
	overflow:hidden;
	margin-top:5px;
}
#footer_4module_container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
}
#footer_4module_container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
}
#footer_4module_container1 {
	float:left;
	width:100%;
	position:relative;
	right:25%;
}
#footermod_col1 {
	float:left;
	width:21%;
	position:relative;
	left:77%;
	overflow:hidden;
	margin-top:0px;
}
#footermod_col2 {
	float:left;
	width:21%;
	position:relative;
	left:81%;
	overflow:hidden;
	margin-top:0px;
}
#footermod_col3 {
	float:left;
	width:21%;
	position:relative;
	left:85%;
	overflow:hidden;
	margin-top:0px;
}
#footermod_col4 {
	float:left;
	width:21%;
	position:relative;
	left:89%;
	overflow:hidden;
	margin-top:0px;
}
/* Start of General CSS */
.pad5l {
	float:			left;
	padding:		5px 15px 5px 15px;
	margin:			0px;
}
.pad5r {
	float:			right;
	padding:		5px 15px 5px 15px;
	margin:			0px;
}
.pad5 {
	padding:		5px;
}
div.hiddenForm {
	margin: 0px 20px 0px 20px;
	display: none;
}
div.hiddenFormItem {
	margin: 0px 5px 0px 5px;
	display: none;
}
.clear{
	line-height: 0px;
	clear: both;
}
/* Start of Walk-On CSS */

#videoBase {
	height: 2px;
	position: relative;
	width: 728px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#videoWrap {
	/*background-color: #f93;*/
	position: absolute;
	z-index: 20;
	left: 373px;
	top: -220px;
	height: 220px;
	width: 200px;
}

