/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
font-size:.8em;
padding:0;
background-color:#000000;
margin:10px auto;
}

#wrapper {
width:950px;
margin: auto;
background-color:#fff;
}

/*MENU*/
#menu {
background-color:#97BAD8;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
}
#navlist
{
padding-top:2px;
padding-bottom:2px;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right:30px;
}
#navlist li a
{
color:#fff;
text-decoration:none;
}


#navlist li a:hover
{
color:#043591;
}

#middlecontent{
width:950px;
}

#maincontent{
width:950px;
padding-top:20px;
padding-bottom:30px;
background-color:#fff;
line-height:1.5em;
}
#maincontent #container, #maincontent #page_title {
	width: 100%;
}

#wrapper #maincontent p {
	padding-right: 30px;
	padding-left: 30px;
}

/*classes*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.center {
text-align:center;
}
.floatrt {
float:right;
}

.floatlft {
float:left;
}

.emphasis {
font-weight:bold;
}


.floatleft2{
float:left;
clear:right;
padding-left:30px;
}

/*footer*/
#footer{
    height:26px;
    background-color:#FFFFFF;
    width:950px;
	font-size: .8em;
	color:#000000;
	line-height:1.5em;
	padding-top: 4px;
	border-top: 1px solid #cfcfcf;
}	
#footer a:link, #footer a:visited, #footer a:active{
	color: #ff0000;
	text-decoration: underline;
}
#footer a:hover{ color: #3c6ec8; text-decoration: underline; }	
#footer .alignrt {
	margin: 2px 10px 2px 0px;
	float: right;
}
#footer .alignlt {
	margin: 2px 0px 2px 10px;
	float: left;
}
.padded {
padding-left:15px;
}#wrapper #maincontent hr {
	padding-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
}
#wrapper #maincontent h5 {
font-size:16px;
	padding-left: 30px;
}
#wrapper #maincontent .floatrt2 {
	float: right;
	margin-right: 20px;
	padding-left: 10px;
	padding-top: 20px;
}
#wrapper #maincontent #substory {
	margin: 30px;
	padding-top:20px;
	background-image:url(images/substorybg.gif);
background-repeat:no-repeat;
	height: 250px;
	/*border: 1px solid #999999;*/
}
#wrapper #maincontent .customerquote {
	margin-left: 300px;
}

#wrapper #maincontent .quoteline {
 width:550px;
	color: #96a3cb;
	height:1px;
}
#packages {
	background: #fff url(images/tourBG.png) no-repeat;
	width: 950px;
	height: 400px;
	color: #fff;
	margin: 0;
	padding-top: 20px;
}
#packages h1 {
	font-size: 1.8em;
	text-align: center;
	margin: 10px 0 10px 0;
}
#packages p {
   font-size: 1.2em;
   font-weight: bold;
	text-align: center;
	font-family: verdana, arial, sans-serif;
}
/* Request Form */
#requestForm {
	width: 80%;
	margin: 0 20px;
	border: 1px solid #ccc;
}
#requestForm h2 {
	font-size: 1.2em;
	padding: 6px 0;
	color: #111;
	text-align: center;
	background-color: #e4ebf1;
}
#requestForm label {
	font-weight: bold;
	font-size: .9em;
	padding: 4px;
	text-align: right;
	float:right;
}
.alignTopLeft{text-align: left; vertical-align: top;}
#requestForm .altrow {
	background-color: #efefef;
}
#requestInfo input, #requestInfo select, #requestInfo option {
	font-size: .9em;
	border: 1px solid #999;
}

#requestInfo #submit {
	background-color: #e4ebf1;
	color: #444;
	font-size: 1em;
	border: 1px solid #999;
	font-weight: bold;
}
/* Bottom Menu - Home Page */
#bottomMenu {
border-top: 1px dashed #efefef;
padding: 4px 0;
font-size: .7em;
text-align: center;
line-height: .9;
}