/* Remove padding and margin ------------------------------------------------*/ 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}



.blue{  font-family: arial, arial, tahoma; font-size: 13px; color: #003298; text-transform: none; font-weight:bold; text-decoration: none}
.white{  font-family: arial, arial, tahoma; font-size: 13px; color: #ffffff; text-transform: none; font-weight:bold; text-decoration: none}


ul, ol {list-style: none;padding: 0 0 0em 0;}

body, p, td, div {font-family: arial, tahoma; font-size: 12px; color: #000000; }


a:link	{color:  #000000;   text-transform: none;  text-decoration: none; font-weight:bold;  font-size: 13px }
a:visited {color: #000000;    text-transform: none;  text-decoration: none; font-weight:bold;  font-size: 13px }
a:active {color: #000000;    text-transform: none;  text-decoration: none; font-weight:bold;  font-size: 13px }
a:hover {color: #003298;    text-transform: none;  text-decoration: none; font-weight:bold;  font-size: 13px }


body
	{
	scrollbar-arrow-color: #003298;
	scrollbar-track-color: #232323;
	scrollbar-face-color: #232323;
	scrollbar-highlight-color: #232323;
	scrollbar-3dlight-color: #003298;
	scrollbar-darkshadow-color: #232323;
	scrollbar-shadow-color: #232323;
}



/* Float Definitions -----------------------------------------------------------*/

.clear {clear:both;} 

.right {float: right;} 

.left {float: left;}

.alignright { float: right; margin: 0 0 2px 18px; }
.alignleft { float: left; margin: 0 18px 2px 0; }

img.left, img.alignleft {float: left;margin: 0 10px 10px 0;}

img.right, img.alignright {float: right;margin: 0 0 10px 10px;}

.post img.aligncenter, .attachment img.aligncenter { display:block; margin: 0 auto; text-align: center; }

.nopad {
	padding: 0px;
}
.noborder {
	border: none !important;
}



/*---------------------------------- BODY TAG ----------------------------- */

body {
	background: url(images/layout_background_sub.jpg) center -50px repeat-x #003298;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
}
		body.home {
			background-image: url(images/layout_background.jpg);
			background-position: top center;
		}

/* ----------------------------------- CONTAINERS -------------------------------- */

.container {
	width: 800px;
	position: relative;
	margin: 0 auto;
}



/* ----------------------------------- FEATURED SLIDER -------------------------------- */

.slideshow {
	position: relative;
	overflow: hidden;
	position: absolute;
	top: 77px;
	height: 504px;
	width: 100%;
	z-index: 2;
}
		.slideshow .slide2 {
			margin: 0 auto;
			width: 1000px;
			height: 504px;
		}









/*=============================================== HOME PAGE CONTENT SLIDER =============== */	
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:434px;	width: 960px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	top: 35px; left: 47px;
	width: 125px; height:25px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 20px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 10px;
	text-decoration: none;
	color: #fff;
		background: url(images/dot.png) no-repeat;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.paging a.active {
	font-weight: bold;
			background: url(images/dot-active.png) no-repeat;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.paging a:hover {font-weight: bold;}

/* ----------------------------------- CONTENT -------------------------------- */
.box {
	position: relative;
	position: absolute;
	left: -50px;
	width: 890px;
	top: 410px;
}
.