/*Velo Souplesse STYLESHEET*/

/*----------------------------- MAIN ELEMENTS -----------------------------*/
*, body, td, th, ul, il, h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	padding: 0px;
	width: 100%;
	background-image: url(../../images/png/main_background.png);
	background-repeat: repeat-x;
	background-color: #333;
}
a:link {
	color: #0099cc;
	text-decoration: none;
}
a:visited {
	color: #0099cc;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: underline;
}
a:active {
	color: #06C;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	color: #5BC236;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #333;
}
h3 {
	font-size: 18px;
	color: #fff;
}
h4 {
	font-size: 30px;
	color: #333;
	width: auto;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #333;
	margin-right: 10px;
	margin-bottom: 5px;
}
h5 {
	font-size: 35px;
	color: #003366;
	width: auto;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #003366;
	margin-right: 10px;
	text-indent: 10px;
}
img {
	border: none;
	outline: none;
}
a img {
    text-decoration: none;
	background: none;
}
.view {
	margin-top: 10px;
	text-align: right;
}
/*----------------------------- FORMS -----------------------------*/
/* MAIN ELEMENTS*/
 /*- default start -*/
#fieldset {
	padding: 12px;
}
#fieldset input {
	margin-bottom: 5px;
}
/*- default end -*/
button {
	outline:1px outset #999;
	border:1px solid #fff;
	background-color:#222;
	color:#fff;
	height:24px;
	cursor:pointer;
	padding: 2px;
}
button a:hover {
	text-decoration: none;
	background: none;
}
button em {
	color:yellow;
	font-style:normal;
}
/* button.custom */
button.custom {
	background:transparent url(../../images/png/normal.png) 0 0 no-repeat;
	height:34px;
	width:99px;
	border:0;
	outline:0;
}
button.custom span {
	position:relative;
	top:-1px;
}
button.custom.large {
	background-image: url(../../images/png/large.png);
	width:119px;
}
button.custom.low {
	background-image: url(../../images/png/low_small.png);
	width:75px;
	height:26px;
	font-size:11px;
}
button.custom.low.large {
	background-image: url(../../images/png/low_large.png);
	width:115px;
}
button.custom.low.medium {
	background-image: url(../../images/png/low.png);
	width:94px;
}
button.custom.low.xlarge {
	background-image: url(../../images/png/low_xlarge.png);
	width:155px;
}
button.custom.low span {
	top:-2px;
}
/* NEWSLETTER */
.newsletter {
	width:400px;
	padding:14px;
	float: left;
	display: inline;
	height: 230px;
}
/* Get Started */
.get-started {
	width:400px;
	padding:14px;
	float: left;
	display: inline;
	height: auto;
}
/* ----------- stylized NEWSLETTER ----------- */
#stylized {
	border:solid 2px #b7ddf2;
	background-color: #ebf4fb;
	margin-bottom: 50px;
}
#stylized h3 {
	font-size:25px;
	color: #036;
	margin-bottom:20px;
	padding-bottom:2px;
	font-weight:bold;
	margin-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003268;
}
#stylized p {
	font-size:15px;
	color:#666666;
	margin-bottom:20px;
	padding-bottom:10px;
	text-align: center;
}
#stylized label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
#stylized .checkbox {
	display:block;
	width:20px;
	clear: both;
	margin: 0px 0px 0px 30px;
}
#stylized .radio {
	display:block;
	width:20px;
	clear: both;
	margin: 0px 0px 0px 30px;
}
#stylized .radio2 {
	display:block;
	width:20px;
	clear: both;
	margin: 0px 0px 0px 13px;
}
#stylized .question {
	display:block;
	font-weight:bold;
	text-align:center;
	width:400px;
	float:left;
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #09C;
}
#stylized .pick {
	display:block;
	font-weight:normal;
	text-align:center;
	width:80px;
	float:left;
	margin-top: 5px;
	font-size: 13px;
	color: #09C;
}
#stylized .day-box {
	display:block;
	font-weight:normal;
	text-align:center;
	width:130px;
	float:left;
	margin-top: 5px;
	font-size: 13px;
	color: #09C;
}
#stylized .small {
	color:#900;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized .small2 {
	color:#900;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	width:400px;
}
#stylized #submit-me {
	display:block;
	clear:both;
	margin-top: 20px;
}

#stylized input {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}
#stylized select {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:2px 0px 5px 10px;
}
#stylized button {
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(*) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
/*----------------------------- WRAPPER -----------------------------*/
#outter-wrapper {
	width: 100%;
	background-repeat: repeat-x;
}
#top {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(../../images/png/inner_wrapper_bg_top.png);
	margin-top: 0px;
	margin-bottom: 0px;
	height: 45px;
}
#top-get-started {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(../../images/png/inner_wrapper_bg_get_started_start.png);
	margin-top: -40px;
	margin-bottom: 0px;
	height: 126px;
	background-position: 2px;
}
#inner-wrapper {
	background-image: url(../../images/png/inner_wrapper_bg_sides.png);
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#inner-wrapper-calendar {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-bottom: 10px;
	background-image: url(../../images/png/inner_wrapper_bg_sides.png);
}
#bottom {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(../../images/png/inner_wrapper_bg_bottom.png);
	height: 45px;
	background-repeat: no-repeat;
	margin-bottom: -30px;
}
/*----------------------------- HEADER -----------------------------*/
#header {
	width: 100%;
	padding: 0px;
}
#header #logo {
	margin-right: auto;
	margin-left: auto;
	width: 925px;
	margin-top: 110px;
}
/*----------------------------- NAVIGATION -----------------------------*/
#navbar {
	height: 30px;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2px;
	text-align: center;
	margin-top: 0px;
}
#nav-wrapper {
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	margin-bottom: 0px;
	background-image: url(../../images/gif/nav_header.gif);
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #333;
}
ul.menu {
	list-style:none;
	margin: 0;
	padding: 0;
}
ul.menu * {
	margin: 0;
	padding: 0;
}
ul.menu a {
	display:block;
	color:#000;
	text-decoration:none;
}
ul.menu li {
	position:relative;
	float:left;
	margin-right:2px;
	margin-bottom: 2px;
	margin-top: 2px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
ul.menu ul { 	/*The dropdown elements*/
	position:absolute;
	top:35px;
	left:0;
	background:#d1d1d1;
	display:none;
	opacity:0;
	list-style:none;
	font-size: 12px;
}
ul.menu ul li {
	position:relative;
	border:1px solid #aaa;
	border-top:none;
	width:145px;
	margin-bottom:2px;
}
ul.menu ul li a {
	display:block;
	background-color:#d1d1d1;
	text-align:left;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
ul.menu ul li a:hover { /* Submenu text will change color */
	background-color:#c5c5c5;
 color:;
}
ul.menu ul ul {
	left:148px;
}
ul.menu .menulink {
	font-weight:bold;
	background: url(../../images/gif/nav_header.gif);
	width:134px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	background: url(../../images/gif/nav_header_over.gif);
	color:#0099cc;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul.menu .sub {
	background:#d1d1d1 url(../../images/gif/nav_arrow.gif) 136px 8px no-repeat
}
/*----------------------------- CONTENT LEFT/RIGHT BAR -----------------------------*/
#right-bar {
	height: auto;
	width: 245px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	float: right;
	position: relative;
}
#right-bar .advertisement {
	width: 120;
	border: thin solid #CCC;
	padding: 1px;
	height: 163px;
	margin-bottom: 4px;
}
#right-bar .advertisement #box-117x78 {
	width: 117;
	height: 78px;
	margin: 1px;
}
#left-bar {
	height: auto;
	width: 600px;
	float: left;
	margin-left: 35px;
	padding-right: 5px;
}
/*Share Box*/
#share {
	margin: 5px;
	text-align: center;
	float: right;
	width: 244px;
}
#share a:hover {
	text-decoration: none;
	background: none;
}
#share p {
	margin-bottom:5px;
}
.space-me {
	padding: 5px;
}
/*Toggle me*/
#main {
	word-spacing: 3px;
	text-align: right;
	padding: 5px;
}
#hidden-tweets {
	display: none;
}
/*Newsticker*/
#tickertape {
	position:relative;
	layer-background-color: #FFF;
	width:400px;
	height:20px;
	padding-top: 25px;
	padding-left: 40px;
}
#subtickertape {
	background-color: #FFF;
	position:absolute;
	width:400px;
	height:20px;
}
.subtickertapefont {
	font:bold 12px Verdana;
	text-decoration:none;
	color:white;
}
.subtickertapefont a {
	color: #0099cc;
	text-decoration:none;
}
.subtickertapefont a:hover {
	color: #FFF;
	text-decoration: none;
	background: #005DB3;
}
/* Right Bar Nav */
#right-bar .bar-area {
	height: auto;
	width: 238px;
	clear: both;
	float: right;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	border: medium solid #CCC;
	text-align: right;
}
/* HEADER */
ul.right-bar-header {
	list-style: none;
	position: relative;
	float: right;
}
ul.right-bar-header a {
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size: 18px;
	position: relative;
}
ul.right-bar-header li {
	position: relative;
	border: medium solid #0099cc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}
ul.right-bar-header ul li a {
	display:block;
	background-color:#d1d1d1;
	text-align:left;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	position: relative;
}
ul.right-bar-header ul ul {
	left:145px;
	position: relative;
}
ul.right-bar-header .right-bar-header {
	font-weight:bold;
	width:225px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	height: 18px;
	background-image: url(../../images/gif/rightbar_nav_header.gif);
	text-align:right;
	text-indent: 10px;
	position: relative;
}
/* END HEADER*/
ul.right-bar-menu {
	list-style:none;
	text-transform: capitalize;
}
ul.right-bar-menu a {
	display: block;
	color: #000;
	text-decoration:none;
}
ul.right-bar-menu li {
	position:relative;
}
ul.right-bar-menu ul li {
	position:relative;
	border:1px solid #aaa;
	border-top:none;
	width:145px;
	margin-bottom:2px;
}
ul.right-bar-menu ul li a {
	display:block;
	background-color:#d1d1d1;
	text-align:left;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
ul.right-bar-menu ul li a:hover { /* Submenu text will change color */
	background-color:#c5c5c5;
 color:;
}
ul.right-bar-menu ul ul {
	left:145px;
}
ul.right-bar-menu .right-bar-menulink {
	font-weight:bold;
	background: url(../../images/gif/nav_header.gif);
	width:224px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
ul.right-bar-menu .right-bar-menulink:hover, ul.right-bar-menu .right-bar-menuhover {
	background: url(../../images/gif/nav_header_over.gif);
	color:#0099cc;
}
ul.right-bar-menu .right-bar-sub { /*Sub-menu*/
	background:#d1d1d1 /*url(images/arrow.gif)*/ 136px 8px no-repeat
}
.showtweets {
cursor:pointer;
padding:3px 10px 3px 22px;
font-weight:900;
font-size:14px;
}
/*----------------------------- CONTENT -----------------------------*/
#quick-links {
	background-image: url(../../images/png/quick_links_bg.png);
	width: 300px;
	overflow: hidden;
	padding: 2px;
	-moz-border-radius:5px;
	-moz-outline-radius:5px;
	border: medium solid #CCC;
	background-repeat: no-repeat;
	color: #000;
	float: right;
	text-align: right;
}
#quick-links h3 {
	font-size: 24px;
	color: #FFF;
	margin: 5px;
	padding-bottom: 2px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
#left-bar .content {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 580px;
	text-align: left;
	position: relative;
	letter-spacing: 0.02em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: auto;
}
#left-bar .content ul {
	padding-left: 15px;
}
#content-home {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 850px;
	margin-left: auto;
	clear: both;
	height: auto;
	padding: 5px;
	margin-right: auto;
	font-size: 20px;
	overflow: hidden;
	color: #000;
}
#content-sub-home {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 850px;
	margin-left: auto;
	clear: both;
	height: auto;
	padding: 5px;
	margin-right: auto;
	font-size: 16px;
	overflow: hidden;
}
#left-bar .content p, #content-home p {
	margin-bottom: 7px;
}
#slideshow {
	height: 630px;
	width: 925px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.our-business, .our-name, .our-mission, .our-programs {
	width: 270px;
	float: left;
	padding: 5px;
	margin: 5px;
	border: thin dotted #0099cc;
	height: 240px;
	display: inline;
}
.our-business h2, .our-name h2, .our-mission h2, .our-programs h2, .products-services h2 {
	font-size: 18px;
	color: #5BC236;
	font-weight: bold;
	margin-bottom: 5px;
}
.products-services {
	width: 564px;
	float: left;
	padding: 5px;
	margin: 5px;
	border: thin dotted #0099cc;
	height: 85px;
	display: inline;
}
/*----------------------------- SUB-SECTION -----------------------------*/
#sub-section {
	height: 550px;
	margin-top: 10px;
	width: 580px;
	clear: left;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #ebf4fb;
	border: 2px solid #b7ddf2;
}
#sub-section-home {
	height: 380px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	width: 860px;
	background-color: #ebf4fb;
	border: 2px solid #b7ddf2;
	clear: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
}
/*BOXES 275x150*/
.boxgrid h3 {
	margin: 10px 10px 0 10px;
	color:#FFF;
	font:16pt Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	font-weight: bold;
}
.boxgrid {
	width: 272px;
	height: 150px;
	background:#161613;
	overflow: hidden;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 4px;
	margin-right: 1px;
	float: left;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid a:hover {
	background: none;
	text-decoration: none;
	outline: none;
}
.boxgrid p {
	padding: 0 10px;
	color:#afafaf;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 260;
	left: 0;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}
/*----------------------------- SERVICES -----------------------------*/
/* Group Rides*/
#directions {
	padding-left: 30px;
}
/*----------------------------- FOOTER -----------------------------*/
#footer {
	width:930px;
	height: 261px;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../../images/png/footer_bg.png);
	background-repeat: no-repeat;
}
#footer a:link {
	text-decoration: none;
	color: #CCC;
}
#footer a:visited {
	text-decoration: none;
	color: #CCC;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
	background: #005DB3;
}
#footer p {
	margin: 0px;
	font-size: 15px;
}
#footer il {
	margin-bottom: 0px;
}
#footer h3 {
	font-size: 20px;
	color: #ebf4fb;
	margin: 0px;
}
#footer .title-1 {
	width: 140px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #ebf4fb;
	text-transform: uppercase;
	margin-bottom: 3px;
}
#footer .title-2 {
	width: 100px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #ebf4fb;
	text-transform: uppercase;
	margin-bottom: 3px;
}
#footer .title-3 {
	width: 140px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #ebf4fb;
	text-transform: uppercase;
	margin-bottom: 3px;
}
#footer .column-1 {
	padding: 5px;
	float: left;
	width: 150px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 60px;
	height: 170px;
	display: inline-block;
}
#footer .column-2 {
	padding: 5px;
	float: left;
	width: 110px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 170px;
	display: inline-block;
}
#footer .column-3 {
	padding: 5px;
	float: left;
	width: 150px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 170px;
	display: inline-block;
}
#footer .column-4 {
	padding: 5px;
	float: left;
	width: 330px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 170px;
	margin-left: 10px;
	display: inline-block;
}
/*SKYAVIS DESIGNS*/
#design-by {
	width: 860px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -15px;
}
#design-by img {
	outline: none;
	border: none;
}
/*----------------------------- OTHER INFORMATION -----------------------------*/
.spacer {
	clear:both;
	height:1px;
}
.column-title {
	display: inline-block;
	background-color: #ebf4fb;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b7ddf2;
	width: 190px;
}
.column-link {
	width: 190px;
	display: inline-block;
	background-color: #ebf4fb;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
}
.column {
	float: left;
	width: 190px;
	margin-right: 5px;
	display: inline-block;
	border: 2px solid #b7ddf2;
	margin-left: 5px;
}
.column ul {
	color:#666;
	list-style:none;
	margin:0;
	padding:0
}
.column ul a:link {
	color:#666;
}
.column ul a:hover {
	color:#fff;
}
