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

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }

table { border-collapse:collapse; border-spacing:0 }

fieldset, img { border:0 }

body {
	background: #FFF;
	font-size: 10px;
}

/* Typography */

body{

	font: 62.5%/1.5 Arial, Helvetica, sans-serif;

}

h1 {
	color:#FFF;
	padding:5px;
	font-size:2.5em;	
}

h2 {
	padding:5px;
	font-size:24px;
	color:#FFF;
}

h3 {
	color:#FFF;
	padding:5px;
	font-size:2em;
}

a, h2 a:hover, h3 a:hover {
	color: #FFF;
	text-decoration: none;
	}

.postmetadata a {
	text-decoration:underline;
}

a:hover {
	color: #305A6C;
	text-decoration: underline;
	}

/* Paragraph sizes */

p { 
	font-size: 1.3em; 
	line-height: 16px; 
	color:#FFF; 
	padding:5px;
}

span { color:#FFF;}

/* List styles */

ul {
	color:#FFF;
	font-size: 1.3em;
}


/* Border styles */

.main, .news, .photo, .locationBox, .trainingBox, #video, #page {
	border: 10px #305a6c solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#4d8fac;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}

/* Menu */

.header {
	width:100%;
	height:50px;
	background-color:#4d8fac;
	border-bottom: 10px #305a6c solid;
	
}

.navWrapper {
	margin: 0 auto;
	width:983px;
	position:relative;
	top:-10px;

}

.nav {
	line-height:50px;
}

.nav li
{
	list-style-type:none;
	display:block;
	float:left;
	color:#FFFFFF;
	text-align:center;
	font-size: 2em;
}

.nav a
{
	
	display:block;
	padding:10px 15px 10px 15px;
	color:#FFF;
	text-decoration:none;

}

.nav img 
{
	float:left;
	position:relative;
	top:8px;
	left:-12px;
}

.socialHeader img {
	float:right;
	position:relative;
	top:6px;
	right: -2px;
}

.nav a:hover{
	background-color:#5bb0d5;
	border-bottom: 10px solid #4d8fac;
	height:40px;
}

.nav a.sel 
{
	color:#FFFFFF;
	background-color:#305a6c;
}

/* Layout */

.banner {
	float:left;
	position: relative;
	top: 10px;
	left: 10px;
	width:510px;
}

.main, #page, .videoMain, .pageWrapper  {
	margin:0 auto;
	width:963px;
	top:30px;
	position: relative;
	margin-bottom: 45px;
	clear:both;
	position: relative;
	
}


/*********** News Feed ***************/

.news {
	position: relative;
	float:left;
	width:500px;
	min-height:1050px;
	margin-right:50px;
	margin-bottom: 80px;
	clear:both;
	
}

.news ul, ul.news, #locSidebar ul, .main ul {
	list-style:none;
}

.news li a, #cm_sidebarDIV li a {
	display:block;
}

.news li, #locSidebar li, .main li {
	display: block;
	border-bottom: 1px solid #000;
	padding:10px;
	color:#FFF;
	font-size:1.4em;
	word-wrap: break-word;
}

.news li a, #locSidebar li a, .main li a{
	color:#FFF;
	font-size:1.4em;
	text-decoration:none;
}

.news li:hover, #locSidebar li:hover, .main li:hover {
	background-color:#5bb0d5;
}

.date{
	float:right;
	position:relative;
	top:-10px;
	right:-10px;
	width: 50px;
	height:50px;
	padding:2px;
	text-align:center;
	color:#FFF;
}

.fdpoweredby {
	display:none;
}

.from {
	
}

.timeago {
	font-size:0.7em;
}

.social {
	position: absolute;
	right: -4px;
    top: -11px;
}

.photo table {
	width:385px;	
}

<!--
/** 
 * Slideshow style rules.
 */
 
#slideshow {
	margin: 0 auto 0 20px;
	height:263px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}

#slideshow #slidesContainer {
  margin:0 auto;
  height:263px;
  position:relative;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
#slider2 table { visibility:hidden; }
#slider2 img { visibility:visible; }
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:400px;		
		margin-bottom:2em;
		}	
		
	#container2{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:600px;		
		margin-bottom:2em;
		}	


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li {
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:400px;
		height:241px;
		overflow:hidden; 
		}	
		#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:600px;
		height:600px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev,#slider2next, #slider2prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-25px;
		top:280px;
		z-index:1000;
		}	
	
	#nextBtn, #slider1next, #slider2next { 
		left:600px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a, #slider2next a, #slider2prev a {  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(/img/layout/Previous.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a, #slider2next a{ 
		background:url(/img/layout/Next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		background:#305a6c;
		color:#FFF;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5bb0d5;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/**************  Training  ***************/

.trainingBox {
	float:left;
	position:absolute;
	top: 0px;
	right:0px;
	width: 409px;
	height: 360px;
	

}

/**************  Location  ***************/


.locationBox {
	float:left;
	position:absolute;
	top: 410px;
	right:0px;
	width: 409px;
	min-height: 400px;

}

#locationList {
	width:100%;
}

#cm_map {
	height:320px;
	width:388px;
	margin: 0px 10px;
}

.location {
	color:#4d8fac;
	font-size:1.6em;
	text-align:center;
}

.placename {
	font-size:1.2em;
	font-weight:bold;
}

/**************  sidebar  ***************/

#sidebar
{
	float:right;
	position:absolute;
	top:5px;
	right:0;
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 230px;

	}

#sidebar ul {
	list-style:none;
	list-style-type:none !important;
	margin: 0;
	padding: 0;
}

#sidebar li {
	list-style-type: none;
	list-style-image: none;
	display: block;
	padding:10px;
	color:#FFF;
	font-size:16px;
	
}

#sidebar li a {
	color:#FFF;
	font-size:0.8em;
	text-decoration:none;
}

#sidebar li.results:hover, #sidebar li.results a:hover, #recent-posts-3 li:hover, #categories-3 li:hover {
	background-color:#5bb0d5;
	display:block;
}
	
.children {
	font-size:0.8em;
}


/********* Results Table ************/

table {
	font-family: Tahoma, Verdana; 
	font-size: 1em;
	color:#FFF;
	
}
	
th {
	font-weight:700;
	padding: 7px;
	border-bottom:1px #CCCCCC solid;
	height:20px;
	font-weight:bold;
	background-color: #4d8fac;
	font-size:1.6em;
}

tr {

}

td {
	padding: 5px;

}	

.resultsTable {
	width:100%;
	margin:0 auto;
	padding:0px;
}

.resultsTable tr {
	height:24px;
}

.resultsTable td {
	padding-left:4px;
}


/*************** Video styles ****************/

#video-wrap {
	width: 80%; 
	margin: 0 auto; 
	padding: 70px 0;
	background: white; 
}

object {
	border-radius: 10px;
}

/*
.youtube {
	width: 100%;
}
*/

/*************** Paging styles ****************/

.paging {
	text-align:center;
	font-size:12px;
	padding-bottom:15px;
	color:#FFF;
}

.paging a:link, .paging a:visited 	{
	color:#305a6c;
}

.paging a:hover	{
	text-decoration:underline;
}

.paging img {
	position:relative;
	top:10px;
}

/***************************************/


h1.four0four a {
	background: url("/img/layout/404.png") no-repeat scroll left top transparent;
	border:medium none;
	display:block;
	height:359px;
	margin: 20px auto;
	width:980px;
}
h1.four0four a:hover {
background:url("/img/layout/404.png") no-repeat scroll 0 -400px transparent;
}

h1.four0four a img {
height:0;
}

/*** Blog Styles *******/


/* Begin Typography & Colors */


#content {
	font-size: 1.2em;
	margin-top: 10px;
	}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even { }

.depth-1 {
border: 10px solid #FFF;
}

.even, .alt {
	border-left: 10px solid #FFF;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


.entry p a:visited {
	color: #305A6C;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	box-shadow: none;
	width:auto;
	height:auto;
	top:0;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #FFF;
	font-size:12px;
	
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	min-width: 450px;
	width:65%;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 10px auto;
	min-width: 450px;
	width:80%;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	


/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	

/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #305A6C;
	text-align: center;
	background-color: #305A6C;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/*************** Video Player styles ****************/

#video {
	position:relative;
	float:left;
	width: 287px;
	height:300px;
	margin-right:30px;
	margin-bottom: 20px;
}

#video h3 {
	 font-size: 1.7em;
}

#video:hover {
	background-color:#5bb0d5;	
}

#video.right {
	margin-right:0px;
}

#video a img {
	width:270px;
	margin-left: 8px;
}
