/* 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: #0086c9; 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: #191919; }


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: #0086c9;    text-transform: none;  text-decoration: none; font-weight:bold;  font-size: 13px }


body
	{
	scrollbar-arrow-color: #d2178a;
	scrollbar-track-color: #0c3054;
	scrollbar-face-color: #0c3054;
	scrollbar-highlight-color: #0c3054;
	scrollbar-3dlight-color: #d2178a;
	scrollbar-darkshadow-color: #0c3054;
	scrollbar-shadow-color: #0c3054;
}



/* 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 #5ed7df;
	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;
}

/* ----------------------------------- NAVIGATION -------------------------------- */

.navigation {
	position: absolute;
	top: 0px;
	left: -90px;
	width: 1000px;
	height: 55px;
	color: 55px;
	padding: 0px 20px 0 0;
	z-index: 2;
}
		.navigation li {
			float: right;
		}
				.navigation li a {
					display: block;
					height: 55px;
					padding: 18px 15px 0 15px;
					font-size: 18px;
					color: #ffffff;
					
				}
						
						.navigation li a strong, .navigation li a span {
							display: block;
						}
								.navigation li a strong {
									text-shadow:rgba(0,0,0,1) 0 0px 0;
								}
								.navigation li a span {
									color: #ffffff;
									font-size: 13px;
									font-weight: normal;
									line-height: 13px;
								}
										body.page-id-2913 .navigation li a span {
											color: #ffffff;
										}
										body.page-id-2915 .navigation li a span {
											color: #;
										}
								.navigation li a:hover {
									color: #ffffff;
								}
										.navigation li a:hover span {
											color: #ffffff;
										}
								.navigation li.custom-menu-item a {
									color: #ffffff;	
								}
										.navigation li.custom-menu-item a:hover {
											color: #fff;
										}
								



/* ----------------------------------- FEATURED SLIDER -------------------------------- */

.slideshow {
	position: relative;
	overflow: hidden;
	position: absolute;
	top: 125px;
	height: 475px;
	width: 100%;
	z-index: 2;
}
		.slideshow .slide2 {
			margin: 0 auto;
			width: 1000px;
			height: 475px;
		}









/*=============================================== HOME PAGE CONTENT SLIDER =============== */	
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:475px;	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: 425px; right: -18px;
	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: -40px;
	width: 890px;
	top: 590px;
}
.