body {
		background:#fff url(../images/main-bg-2.jpg) no-repeat center 0;
		color: #333;
		font-family: Arial, Helvetica, sans-serif;
		font-size:62.5%;
		line-height:1.5;
		margin: 0;
		padding: 0;
		text-align: left;
}

a, a:link {
		color: #336799;
		font-weight: bold;
		text-decoration: none;
}

a:visited {
		color: #336799;
		font-weight: bold;
		text-decoration: none;
}

a:hover {
		color: #336799!Important;
		text-decoration: underline;
}

a:focus {
		color: #336799;
}

a:active {
		color: #336799;
}

div a.skiplink {
		display:none;
		position:absolute;
}


.strap {
		font-size: 2.6em; /* 24px */
		line-height: 1.5em; /* 36px */
		margin-top: 0.75em;
		margin-bottom: .75em;
		letter-spacing:-1px;
		font-weight:normal;
		color:#336799;
		text-indent:-9999px;
		display:block;
}

h1 {
		font-size: 2.4em; /* 24px */
		line-height: 1.5em; /* 36px */
		margin-top: 0.75em;
		margin-bottom: 0em;
		letter-spacing:-1px;
		font-weight:normal;
		color:#336799;
		text-shadow: 0 1px 0 rgba(255,255,255,1);

}

h2 {
		font-size: 2.1em; /* 21px */
		line-height: 1.7143em; /* 36px */
		margin-top: 0.8571em;
		margin-bottom: 0em;
		font-weight:normal;
		color:#336799;
}

h3 {
		font-size: 1.8em; /* 18px */
		line-height: 1em; /* 18px */
		margin-top: 1em;
		margin-bottom: 0em;
		color:#777;
		text-shadow: 0 1px 1px rgba(0,0,0,.1);
}

h4 {
		font-size: 1.6em; /* 16px */
		line-height: 1.125em; /* 18px */
		margin-top: 1.125em;
		margin-bottom: 0em;
		font-weight:normal;
		color:#336799;
		text-shadow: 0 1px 0px rgba(0,0,0,.1);
}

h5 {
		font-size: 1.4em; /* 14px */
		line-height: 1.2857em; /* 18px */
		margin-top: 1.2857em;
		margin-bottom: 0em;
		font-weight:normal;
		color:#336799;
}

h6 {
		font-size: 1.2em; /* 12px */
		line-height: 1.5em; /* 18px */
		margin-top: 1.5em;
		margin-bottom: 0em; }

h1, h2, h3, h4, h5, h6, ul, p {
		margin-bottom:18px;
}

p {
		font-size:1.2em;
		line-height:1.5em;
}

/*p+p {
    text-indent: 1em;
    margin-top: -18px;
}*/

ul {
		list-style: square outside;
}

ul li {
		font-size:1.2em;
		line-height:1.5em;
}

.float-left {
		float:left;
}

.float-right {
		float:right;
}

.bold, strong {
		font-weight:bold;
}

blockquote {
   padding:0 0 0 27px;
	 position:relative;
	 font-style:italic;
}

.left-quote {
   font-size:4em;
	 line-height:.5em;
	 color:#a7a9ac;
	 position:absolute;
	 left:0;
	 top:10px;
	 font-style:normal;
}

.blockquote-type-2 p {
   font-size:16px;
	 line-height:18px;
	 color:#666;
}

.blockquote-type-2 p .left-quote {
   font-size:4em;
	 line-height:.5em;
	 color:#a7a9ac;
	 position:absolute;
	 left:0;
	 top:10px;
	 font-style:normal;
}

.clear-both {
		clear:both;
}

#outer-wrapper {
/*		background: transparent url(../images/grid-01.png) repeat-y 0 0;
*/		margin: 0 auto 0 auto;
		text-align: left;
		padding: 0px 10px;
		width:940px;
}

#header {
		margin: 0px;
		overflow:hidden;
		position:relative;
		z-index:9;
}

.logo a {
		display:block;
		height:57px;
		width:600px;
}

.logo h1 a{
	text-indent:-9999px;
}

#top-navigation {
		background:url(../images/nav-bg-right.png) no-repeat right 1px;
		padding:0 14px 0 0;
		height:54px;
		position:relative;
		overflow:hidden;
		z-index:99;
		float:left;
}

#top-navigation ul {
	  float:left;
		background:url(../images/nav-bg-left.png) no-repeat 0 2px;
		margin: 0 0 0 -2px;
		padding:2px 0 0 10px;
		font-size:1.4em;
		font-weight:normal;
		overflow:hidden;
		height:54px;
}

#top-navigation ul li {
		float:left;
	  padding:12px 0 8px 0;
		color:#336799;
		position:relative;
}


#top-navigation ul li .sub {
	position: absolute;	
	top: 46px; left: 0;
	background: #f0f0f1 url(../images/sub-nav-bg.gif) repeat-x 0 0;
	padding: 0 18px 0 18px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	z-index:9999!Important;
}
#top-navigation ul li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
#top-navigation ul li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 250px;
	float: left;
}
#top-navigation ul li .sub ul li {
	width: 100%;
	border-bottom:1px dotted #336799;
	padding:9px 0;
	margin:0;
	font-size:14px;
}

#top-navigation ul li .sub ul li:last-child {
	border-bottom:none;
}


#top-navigation ul li .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	display: block;
	text-decoration: none;
	color: #336799;
	padding:0;
}
#top-navigation ul li .sub ul li a:hover {color: #ddd; background-position: 5px 12px ;}


#top-navigation ul li a {
		display: block;
		text-decoration:none;
		padding:0px 11px;
		font-size:.834em;
		text-shadow: 0 1px 1px rgba(255,255,255,.8);
}

#top-navigation ul li a:hover {
		color:#0c9df8!Important;
}

#top-navigation ul li.selected {
}

#top-navigation ul li.selected a {
		color:#0c9df8!Important;
}

#top-navigation ul li.selected a:hover {
		color:#0c9df8!Important;
}
    
#call-to-action a{
    clear:both;
    position:relative;
		z-index:1!Important;
		overflow:hidden;
		padding:10px 0 18px 0;
		background:url(../images/call-to-action-bg-9.png) no-repeat 0 15px;
		height:119px;
		width:942px;
		display:block;
		text-indent:-9999px;
}

#branding {
    clear:both;
    position:relative;
		z-index:1!Important;
		overflow:hidden;
		margin:210px -16px 0 -16px;
		padding:0 16px 18px 16px;
		background:url(../images/shadow.png) no-repeat 0 0;
}

#branding div {
		float:left;
}

#branding div h2{
    color:#ffffff;
}

#branding h2 a{
  color:#ffffff!Important;
	text-decoration:none;
	font-weight:normal;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
}

#branding h3{
	text-shadow: 0 1px 1px rgba(255,255,255,.8);
}

#branding h2 a:hover{
	text-decoration:underline;
}

#branding div ul li{
  list-style: square outside;
}

.box-1 {
		background:url(../images/box-1.png) no-repeat 0 0;
		width:228px;
		min-height:190px;
		padding:75px 36px 0 36px;
}

.box-2 {
		margin:0 20px;
		background:url(../images/box-2.png) no-repeat 0 0;
		width:228px;
		min-height:190px;
		padding:75px 36px 0 36px;
}

.box-3 {
		background:url(../images/box-3.png) no-repeat 0 0;
		width:228px;
		min-height:190px;
		padding:75px 36px 0 36px;
}

.btn {
   margin:0 0 18px 0;
}


.btn a {
    background: url(../images/btn-right.png) no-repeat scroll right top transparent;
    cursor: pointer!Important;
    font-size: 1.2em;
    height: 36px;
		line-height:36px;
    padding:6px 6px 6px 0;
}

.btn a span {
    background: url(../images/btn-left.png) no-repeat scroll 0 0 transparent;
    height: 15px;
		padding:6px 12px 6px 18px;
}

/*----------------=p content--------------------*/
#content-wrapper {
    clear:both;
		overflow:hidden;
		padding:0 0 36px 0;
}

#content-wrapper .col-1 ul li, #content-wrapper .col-2 ul li, #content-wrapper .col-2b ul li{
  list-style: square inside;
}

.column-divider {
		background:url(../images/content-divider.png) no-repeat 460px 0;
}

#content-wrapper .col-1 {
		float:left;
		width:443px;
		padding:0 18px 0 18px;
}

#content-wrapper .col-1.wider{
    width:84%!Important;
}


.large-pictures-column {
  padding-top:70px!Important;
}

.rounded-corners {
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  border-radius: 10px; /* CSS3 */
	border:1px solid red;
}

img {
  padding-bottom:18px;
}

.pic-left {
   float:left;
	 clear:left;
	 margin:0 18px 0 0;
}

.tour-container{
   overflow:hidden;
	 border-bottom:1px dotted #ccc;
}

.tour-body{
   overflow:hidden;
}

.tour-container h6 {
  margin-top:0;
	margin-bottom:0;
}

.tour-container img{
   float:right;
	 padding:18px 0 0 18px;
}

.read-more, .arrow {
 background:url(../images/read-more.png) no-repeat right bottom;
 padding:2px 27px 1px 0;
}

#content-wrapper .col-2 {
		float:right;
		width:443px;
		padding:0 18px 0 0;
}

#content-wrapper .col-2b {
		float:left;
		width:400px;
		padding:0 18px 0 40px;
}

.activities-col-1 {
  float:left;
}

.activities-col-2 {
  float:left;
	margin:0 0 0 72px;
}

/*----------------=p footer--------------------*/

#footer-wrapper {
		background:#d3ecf5 url(../images/footer-bg.jpg) repeat-x 0 0;
		min-height:428px;
}

#footer {
		margin:0 auto;
		padding:0 10px;
		width:940px;
		overflow:hidden;
}

#footer h4{
		color:#fff;
}

#footer .col-1{
    width:282px;
		float:left;
		padding:0 18px 0 0;
}

#footer .col-2{
    width:300px;
		margin:0 20px;
		float:left;
}

#footer .col-3{
    width:282px;
		float:left;
		padding:0 18px 0 0;}

#footer ul li {

}

#footer a {
}



.iform {font: 10px/18px; width:310px; margin:0 auto;}
.iform ul { margin:0; padding:0; list-style:none;}
.iform ul ul { overflow:auto}
.iform li { padding-bottom:5px; overflow:hidden;}
.iform label { 
 width:274px; display:block; line-height:18px;
}
.iform label.ilabel { 
 width:auto; display:inline; float:none; line-height:18px; padding:0 5px
}

.iform .itext,.iform .itextarea,.iform .iselect,.iform .ibutton { 	
  width:274px;
	border:1px solid #999;
	-webkit-border-radius: 3px;-khtml-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
	margin:0;
	padding:5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
	background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;

}

.iform .itext:hover,.iform .itextarea:hover,.iform .iselect:hover,.iform .ibutton:hover,
.iform .itext:focus,.iform .itextarea:focus,.iform .iselect:focus,.iform .ibutton:focus{

border-color: #333;
background:#fff;

}

.iform .itext {

}

.iform .itextarea{ 
	height:100px; width:274px
}
.iform .ibutton {
	width:auto;
	background: #efefef;
	background: -webkit-gradient(linear, left top, left 25, from(#dadada), color-stop(6%, #efefef), to(#dadada));
	background: -moz-linear-gradient(top, #dadada, #efefef 2px, #dadada 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;

}
.iform .ibutton:hover,.iform .ibutton:focus { background:#dadada;}
.iform li.iheader { display:block; font-size:18px; border-bottom:1px solid #000; padding:5px; text-indent:10px; margin:5px 0 15px }
.iform li.iseparator { display:block; text-indent:-9999px; height:10px; line-height:10px; border-bottom:1px solid #999;margin:5px 0 15px }

.iform .required { border-color:#F00; }

#imessageOK,#imessageERROR{ border:1px solid #F60; padding:10px; font-size:16px; font-weight:bold; text-align: center; display:none; margin-bottom:20px;

	background: #F90;
	background: -webkit-gradient(linear, left top, left 25, from(#F90), color-stop(4%, #FC0), to(#F90));
	background: -moz-linear-gradient(top, #F90, #FC0 1px, #F90 25px);
	color:#fff;
	}
	
.display-none {
   display:none!Important;
}

.bus-header {
   height:32px;
	 font-size:18px;
	 text-transform:uppercase;
	 letter-spacing:-1px;
	 color:#3c3c3c;
}

.bus-info {
   margin:0 0 5px -8px;
   height:18px;
	 font-size:12px;
	 color:#333333;

}

.bus-info-pad {
   margin:6px 0 5px -8px;
   height:18px;
	 font-size:12px;
	 color:#333333;

}

.bus-desc {
   margin:-8px 0 5px 0px;
   height:18px;
	 font-size:12px;
	 color:#666666;

}

.image-spacer {display:block; height:52px;}
.image-spacer2 {display:block; height:47px;}

.arrow {font-size:1em!important; color:#0066CC}

.divider {border-top:1px dotted #CCCCCC; width:100%; height:1px padding:0px; margin:0px;}

