/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

footer, header, nav { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* Nav CSS */
		#nav
		{
			width:100%;
			font-weight: 400;
			font-size:18px;
			float:left;

					

		}

			#nav > a
			{
				display: none;
				
				
			}

			#nav li
			{
				position: relative;
				z-index:11;
				
				
			}
				#nav li a
				{
					color: #fff;
					display: block;
					text-decoration:none;
					background-color: #0d513a;
					-webkit-border-bottom-right-radius: 10px;
				-moz-border-bottom-right-radius: 10px;
				border-bottom-right-radius: 10px;
				-webkit-border-bottom-left-radius: 10px;
				-moz-border-bottom-left-radius: 10px;
				border-bottom-left-radius: 10px;
				-webkit-box-shadow: 2px 2px 4px #ccc;
				-moz-box-shadow: 2px 2px 4px #ccc;
				box-shadow: 2px 2px 4px #ccc;
					

					
				}
				#nav li a:active
				{
					background-color: #566047 !important;
					color:#fff;

				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #fff;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

			/* first level */

			#nav > ul
			{
				height: 2.0em; /* 60 */
			}
				#nav > ul > li
				{
					width: 20%;
					height: 100%;
					float: left;
					color: #000;
					

				}
					#nav > ul > li > a
					{
						height: 100%;
						font-size: .75em; /* 24 */
						
						line-height: 2.5em; /* 60 (24) */
						text-align: center;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: 1px solid #fff;
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color: #dae3ba;
							color:#000;
						}


				/* second level */

				#nav li ul
				{
					background-color: #566047;
					display: none;
					position: absolute;
					top: 100%;
			
				
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{
							font-size: .75em; /* 20 */
							border-top: 1px solid #566047;
							padding: 0.5em; /* 15 (20) */
								-webkit-border-bottom-right-radius: 0px;
				-moz-border-bottom-right-radius: 0px;
				border-bottom-right-radius: 0px;
				-webkit-border-bottom-left-radius: 0px;
				-moz-border-bottom-left-radius: 0px;
				border-bottom-left-radius: 0px;

						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #dae3ba;
								color:#000;
							}


		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
			}
		}

		@media only screen and ( max-width: 40em ) /* 640 */
		{

			#nav
			{
				
				position: relative;
				top: auto;
				left: auto;
				
			}
				#nav > a
				{
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: #dae3ba;
					position: relative;
					-webkit-border-radius: 10px;
						-moz-border-radius: 10px;
						border-radius: 10px;
						-webkit-box-shadow: 2px 2px 4px #ccc;
						-moz-box-shadow: 2px 2px 4px #ccc;
						box-shadow: 2px 2px 4px #ccc;
						
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #0d513a;
						
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
					
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 0 0.833em; /* 20 (24) */
						-webkit-border-bottom-right-radius: 0px;
				-moz-border-bottom-right-radius: 0px;
				border-bottom-right-radius: 0px;
				-webkit-border-bottom-left-radius: 0px;
				-moz-border-bottom-left-radius: 0px;
				border-bottom-left-radius: 0px;
						
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom: 1px solid #566047;
							
						}


				/* second level */

				#nav li ul
				{
					position: static;
					padding: 1.25em; /* 20 */
					padding-top: 0;
				}
		}



/*Custom CSS*/
 
.textLinks a {	color: #333333;  }
.textLinks a:hover { text-decoration:none; }	

/* Top of Page */
	
	#top-link	{ display:none;
				position:fixed;
				right:10px;
				bottom:180px;
					}		
/* Index Slider */
	.slideShowContainer
	{
		width: 96%;
		height:500px;
		margin: 0 2% 0 2%;
		position: relative;
	
		float:left;
		
	}
	#slideshow
	{
		margin: 0;
		padding: 0;
		list-style: none;
		position: relative;
	}
	#slideshow img {max-width:100%; max-height:400px;}
	#slideshow li
	{
		float: left;
		position: absolute;
	}
	
	/*End*/
body { font-family: 'Open Sans', sans-serif; font-weight: 400;
		margin: 0;
		font-size: 13px;
		line-height: 1.231;
		color:#000;
	
		
			background-image: url(../images/indexBG.jpg);
		background-size: cover;

	background-position:center top;

		 }
		 

.container {
	width:86%;

	height:auto;
	margin:-20px 8% 0 8%;
	background-image:url(../images/shadowBoxBG.png);
	background-repeat:repeat;
}



h1 {font-family: 'Open Sans', sans-serif;  color:#000; font-weight: 400; }
h2 {font-family: 'Open Sans', sans-serif; font-weight: 400; color:#000; }
h3 {font-family: 'Open Sans', sans-serif; font-weight: bold; color:#000000; font-size:18px; }

.header {width:100%; text-align:center;}
.header img {width:80%; margin:0 10% 0 10%; }


.footer {
	width:96%;
	height:500px;
	color: #000;
	font-size:10px;
	border-top:thick solid #0d513a;
	padding:0 2%;
	background-color:#fff;
	margin-bottom:-300px;

}


.rt20 {width:100%; height:auto; float:right; margin:0  2%; text-align:left; line-height:18px;}

.lft30, .lft60 { width:94%; float:left; margin: 2% 4% 2% 2%; }							

/* ===============
    ALL: IE Fixes
   =============== */


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {
.rt20 {width:35%; height:auto; margin:4% 2% 2% 0; }
.lft30 { width:80%; margin:2% 10% 2% 10%; }


.header img { max-width:440px; }

.slideShowContainer
	{
	
		height: 300px;

	}

}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */
.lft30 { width:41%; float:left; margin:2%; }

.lft60 { width:41%; float:left; margin:1%; }


/* ============
    WIDE: Main
   ============ */


}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */


}

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}