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

body {
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;

	font-size:18px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	
	color:#000;
		background:url(../images/main_bg.jpg) repeat-x ;
	background-attachment:fixed;
	-moz-background-size: cover;

    -webkit-background-size: cover;

    -o-background-size: cover;

    background-size: cover;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-weight:normal;
	margin:0px;
	padding:0px;
	display:block;
}
h1 {
	font-size:20px;
	color:#000;
}
h2 {
	font-size:18px;
	color:#000;
}
h3 {
	font-size:16px;
}
a {
	font-size:16px;
	font-weight: normal;
	color:#000;
	text-decoration:none;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	
}
a img {
	border:none
}
p {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	
}
.clear {
	clear:both;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.clear {
	clear:both;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
 @font-face {
 font-family: 'DenmarkRegular';
 src: url('denmark-webfont.eot');
 src: url('denmark-webfont.eot?#iefix') format('embedded-opentype'),  url('denmark-webfont.woff') format('woff'),  url('denmark-webfont.ttf') format('truetype'),  url('denmark-webfont.svg#DenmarkRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
#wrapper {
	width:980px;
	
	background:url(../images/wrapper_img.jpg) no-repeat top #001c9a;
	margin:0 auto;
	 -webkit-box-shadow:0px 5px 18px 4px #094f68;
		  -moz-box-shadow:0px 5px 18px 4px #094f68;
          box-shadow: 0px 5px 18px 4px #094f68;
		  behavior: url(css/PIE.htc);
}

header {
	width:980px;
	height:207px;
}
.top-bar {
	width:980px;
	height:33px;
	position:relative;
	background:url(../images/top_bar.jpg) repeat-y;
	 -webkit-box-shadow:0 4px 4px #26316d;
		  -moz-box-shadow:0 4px 4px #26316d;
          box-shadow:0 4px 4px #26316d;
		  behavior: url(css/PIE.htc);
}
.header-bg {
	width:980px;
	height:174px;
	background:url(../images/header_bg.png) no-repeat;
}
.phone-number {
	width:116px;
	height:47px;
	float:left;
	margin-left:80px;
	margin-top:5px;
}
.phone-icon {
	background:url(../images/phone_icon.png) no-repeat;
	width:26px;
	height:28px;
	margin:0 auto;
}

	
.phone-number p {
	color:#FFF;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	text-shadow:1px 1px #000;
}
header h1 {
	background:url(../images/logo.png) no-repeat;
	width:425px;
	height:132px;
	float:left;
	margin-left:80px;
	margin-top:15px;
}
header h1 a {
	display:block;
	width:425px;
	height:132px;
	text-indent:-999999px;
}

.emailus {
	width:70px;
	height:47px;
	float:right;
	margin-right:70px;
	margin-top:5px;
}
.emailus-icon {
	background:url(../images/email_icon.png) no-repeat;
	width:33px;
	height:26px;
	margin:0 auto;
}
.emailus p {
	text-align:center;
}
.emailus p a {
	color:#FFF;
	font-weight:bold;
	font-size:15px;
	text-shadow:1px 1px #000;
		-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.emailus p a:hover {
		-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	color:#8be538;
	
	
}


.nav-area {
	width:980px;
	height:29px;
	border-bottom:9px solid #1c0351;
	
}

nav {
	width:735px;
	height:29px;
	background:url(../images/nav_bg.jpg) repeat-x;
	margin:0 auto;
	
	-webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
	 -webkit-box-shadow:0px -4px 5px #4698e9;
		  -moz-box-shadow:0px -4px 5px #4698e9;
	box-shadow: 0px -4px 5px #4698e9;
behavior: url(css/PIE.htc);
}
nav ul {
	margin:0px;
	padding:0px
}
nav ul li {
	list-style:none;
	float:left;
}
nav ul li a {
	display:block;
	float:left;
	 font-family: 'DenmarkRegular';
	 text-transform:uppercase;
	 color:#92e53d;
	 font-size:15px;
	 font-weight:normal;
	 padding-left:29px;
	 padding-right:29px;
	 padding-top:10px;
	 padding-bottom:3px;
	 text-shadow:1px 1px 1px #2d2d2d;
}
nav ul li a:hover {
	
}
nav ul li span {
	float:left;
	display:block;
	 font-family: Arial, Helvetica, sans-serif;
	 margin-top:5px;
	 text-transform:uppercase;
	 color:#92e53d;
	 
}

/* Clearfix */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */



/* Example One */
#example-one { 
	margin: 0 auto; 
	list-style: none; 
	position: relative; 
	height:29px;
	width: 735px; 
}
#example-one li { 
	display: inline-block;	
}
#example-one a { 
	
	font-size: 14px; 
	float: left;
	 padding-left:28px;
	 padding-right:28px;
	 padding-top:10px;
	 padding-bottom:3px;
	text-decoration: none;
	text-transform: uppercase;
	line-height:17px;
	text-shadow:1px 1px 1px #2d2d2d;
	 color:#92e53d;
	 font-size:15px;
}
#example-one a:hover { 

/*****
	color: white; 
	*****/
}
#magic-line { 
	position: absolute;
	bottom: -9px; 
	left: 0; 
	width: 100px; 
	height: 9px; 
	background: #00FF00;
}
.current_page_item a { 

/*****
	color: white !important; 
	****/
}
.ie6 #example-one li, .ie7 #example-one li { 
	display: inline; 
}
.ie6 #magic-line {
	bottom: -9px;
}


.banner-area {
	width:980px;
	height:234px;
	position:relative;
	 -webkit-box-shadow:0 4px 4px #26316d;
		  -moz-box-shadow:0 4px 4px #26316d;
          box-shadow:0 4px 4px #26316d;
		  behavior: url(css/PIE.htc);
}

 /*	-	THE BANNER CONTAINER (Padding, Shadow, Border etc. )	-	*/

  .bannercontainer {
	
	width:980px;
	position:relative;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.banner {
	width:980px;
	height:234px;
	position:relative;
	overflow:hidden;
}
.bannercontainer-simple {
	padding:0px;
	margin:0px;
	width:980px;
	position:relative;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.banner-simple {
	width:980px;
	height:234px;
	position:relative;
	overflow:hidden;
}
.fullwidthbanner-container {
	width:100% !important;
	position:relative;
	padding:0;
	max-height:500px !important;
	overflow:hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width:100% !important;
	max-height:234px !important;
	position:relative;
}
#video_link img {
	max-width: 100%;
}

.fb_iframe_widget iframe {
	z-index: 120;
}


.spacer {
	width:980px;
	height:29px;
}


.text-base {
	width:833px;
	
	background:#c6d9f8;
	margin:0 auto;
	border:1px solid #c4d7ff;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	 -webkit-box-shadow:0px 0px 8px #001441;
		  -moz-box-shadow:0px 0px 8px #001441;
          box-shadow:0px 0px 8px #001441;
		  behavior: url(css/PIE.htc);
}
.home-text-area {
	width:700px;
	margin:0 auto;
	padding-top:34px;
}
.home-text-area p {
	text-align:center;
	text-transform:uppercase;
	padding-bottom:25px;
	padding-top:10px;
}


footer {
	width:980px;
	height:88px;
	padding-top:11px;
	
}
footer a {
	display:block;
	float:right;
	width:133px;
	height:32px;
	background:url(../images/copyrights.png) no-repeat;
	text-indent:-999999px;
	margin-right:86px;
	margin-bottom:4px;
}
.bottom-bar {
	width:980px;
	height:33px;
	
	background:url(../images/top_bar.jpg) repeat-y;
	clear:both;
	float:left;
	margin-top:20px;
	
}

.other-pages-wrapper {
	width:720px;
	
	margin:0 auto;
	margin-top:20px;
	
}
.other-pages-wrapper h5 {
	text-align:center;
	font-weight:normal;
	font-size:22px;
	font-family: 'DenmarkRegular';
	line-height:40px;
}
.other-pages-wrapper h5 a {
	font-size:20px;
	color:#0000CC;
	font-family: 'DenmarkRegular';
	text-decoration:underline;
			-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	
}
.other-pages-wrapper h5 a:hover {
	color:#78c630;
			-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	text-shadow:1px 1px #666;
	text-decoration:none;
	
}
.other-pages-wrapper ul {
	margin:0px;
	padding:0px;
	margin-left:20px;
}
.other-pages-wrapper ul li {
	list-style:disc;
	color:#88e33c;
	font-size:22px;
}
.other-pages-wrapper ul li span {
	font-size:15px;
	color:#000;
	 font-family: 'DenmarkRegular';
}
.other-pages-wrapper h4 {
	text-align:center;
	clear:both;
	

}
.other-pages-wrapper-row {
	width:720px;
	padding-bottom:10px;
	padding-top:20px;

}
.other-pages-wrapper-row img {
	display:block;
	float:left;
}
.other-left-side {
	width:350px;
	float:left;
	margin-right:10px;
}
.other-left-side img {
	clear:both;
	margin:0 auto;
	display:block;
	
	
}
.other-text-detials{
	
	width:300px;
	padding-top:20px;
	margin:0 auto;
	

	
}
.other-text-detials p {
	text-align:center;
	font-family: 'DenmarkRegular';
	padding-bottom:10px;
	font-size:15px;
}
.other-text-detials p span {
	font-family:Arial, Helvetica, sans-serif;
	
}

.other-text-detials-tents {
	width:300px;
	float:right;
	padding-top:110px;
}
.other-text-detials-tents p {
		text-align:center;
	font-family: 'DenmarkRegular';
	padding-bottom:10px;
	font-size:15px;
	
}

.other-text-detials-tents p span {
	font-family:Arial, Helvetica, sans-serif;
	
}