@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.container {
	width: 1024px;
	background: #FFF; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



.flash {
	background-image: url(images/home_02.png);
	float: left;
	height: 332px;
	width: 1024px;
	background-repeat: no-repeat;
}
.line  {
	color: #CCC;
}

.sidebar {
	float: left;
	width: 192px;
	padding-left: 58px;
	height: auto;
}
.sidebar-container {
	display: block;
	height: auto;
	width: 192px;
	margin-bottom: 25px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00457E;
	display: block;
	margin-top: 10px;
}


/*STYLES FOR JQUERY SLIDER BELOW*/
*{outline: none;}
img {border: 0;}
.slidecontainer {
	width: 1024px;
	padding: 0;
	margin: 0 auto;
}
.folio_block {
	/* [disabled]position: absolute; */
	/* [disabled]left: 50%; */
	/* [disabled]top: 50%; */
	/* [disabled]margin: -140px 0 0 -395px; */
}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:332px;
	width: 1024px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel h5 {
	font-size: 33px;
	font-style: normal;
	color: #d28e00;
	font-family: Arial, sans-serif;
	margin-top: 12px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.image_reel .slide1 {
	background-image: url(images/slider1b.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 332px;
	width: 1024px;
	float: left;
}
.image_reel p {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
}

.image_reel .slide1content {
	background-image: url(images/text-background.png);
	background-repeat: repeat;
	background-position: left top;
	height: 99px;
	width: 896px;
	float: right;
	padding-right: 64px;
	padding-left: 64px;
	margin-top: 233px;
}
.image_reel .slide2content {
	background-image: url(images/text-background.png);
	background-repeat: repeat;
	background-position: left top;
	height: 99px;
	width: 896px;
	float: right;
	padding-right: 64px;
	padding-left: 64px;
	margin-top: 233px;
}
.image_reel .slide3content {
	background-image: url(images/text-background.png);
	background-repeat: repeat;
	background-position: left top;
	height: 99px;
	width: 896px;
	float: right;
	padding-right: 64px;
	padding-left: 64px;
	margin-top: 233px;
}



.image_reel .slide2 {
	background-image: url(images/slider3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 332px;
	width: 1024px;
	float: left;
}
.image_reel .slide3 {
	background-image: url(images/slider2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 332px;
	width: 1024px;
	float: left;
}
.image_reel img {
	float: left;
}
a#one:link {
	color: #FFF;
	height: 26px;
	width: 31px;
	background-image: url(images/number-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, sans-serif;
	font-size: 21px;
	font-style: normal;
}
a#two:link {
	color: #FFF;
	height: 26px;
	width: 31px;
	background-image: url(images/number-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, sans-serif;
	font-size: 21px;
	/* [disabled]margin-right: 1px; */
	/* [disabled]margin-left: 1px; */
}
a#three:link {
	color: #FFF;
	height: 26px;
	width: 31px;
	background-image: url(images/number-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, sans-serif;
	font-size: 21px;
}

/*--Paging Styles--*/
.paging {
	position: absolute;
	/* [disabled]bottom: 16px; */
	width: 117px;
	height:38px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	/* [disabled]background: url(paging_bg2.png) no-repeat; */
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	font-family: Arial, Helvetica, sans-serif;
	/* [disabled]font-style: italic; */
	top: 200px;
	left: 62px;
}

.paging a {
	text-decoration: none;
	/* [disabled]color: #CCC; */
	/* [disabled]height: 38px; */
	width: 30px;
	font-size: 13px;
	font-weight: bold;
	/* [disabled]font-style: italic; */
	/* [disabled]font-family: Arial, Helvetica, sans-serif; */
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 11px;
}
.paging a.active {
	font-weight: bold;
	-khtml-border-radius: 3px;
	color: #fecb65 !important;
	/* [disabled]-webkit-border-radius: 3px; */
	/* [disabled]z-index: 500; */
	/* [disabled]background: #920000; */
	/* [disabled]border: 1px solid #610000; */
	/* [disabled]-moz-border-radius: 3px; */
}
.paging a:hover {
	font-weight: bold;
	color: #FFC !important;
}
a:visited {
	color: #999;
	font-weight: bold;
}

.slider-arrow {
	margin-top: 18px;
	margin-left: 4px;
	float: left;
}
.slider-arrow-oneline {
	/* [disabled]margin-top: 9px; */
	margin-left: 4px;
	float: left;
}

