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

body	{
	background-image:url(../images/bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #6f84bb;
	font-family:helvetica,arial,sans-serif;
	
}

ol	{
	list-style:decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}
ol li	{
	font-size:12px;
}
ul	{
	list-style:disc;
	margin-left: 20px;
	margin-bottom: 10px;
}
ul	li	{
	font-size:14px;
	line-height: 18px;
}
td	{
	font-size:12px;
}
table	{
}
tr	{
}
strong	{
	font-weight:bold;
}
#spread	{
	background-color:#FFF;
	width: 935px;
	margin: 0 auto;
	padding: 5px 10px;
	position:relative;
}
#header	{
}
#navbar	{
	font-size: 14px;
	position:relative;
	height: 28px
}
#navbar-left	{
	position:absolute;
	margin-left: 160px;
	text-transform:lowercase;
	line-height: 25px;
	margin-top: 3px;
}
#navbar-left a:link,#navbar-left a:visited	{
	text-decoration:none;
	color: #000;
}
#navbar-left a:hover	{
	text-decoration:underline;
}
#navbar-center	{
	margin-top: -2px;
	position:absolute;
	margin-left: 650px;
}
#navbar-right	{
	margin-top: -2px;
	float: right;
}
#main	{
	clear:both;
	position:relative;
}
#leftbar	{
	background-image:url(../images/sidebar.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 150px;
	position: relative;
	min-height: 700px;
}
#leaf-float	{
	display: block;
	position:absolute;
	width:140px;
	left: 10px;
	bottom: 30px;
	z-index: 30;
}
#navigation	{
	margin-top: 10px;
}
#navigation div	{
	list-style-type:none;
	margin-left: 10px;
	margin-bottom: 10px;
}
#navigation a:link, #navigation a:visited	{
	font-weight:bold;
	color:#253260;
	text-decoration:none;
	font-size:12px;
	line-height: 30px;
	margin-left: 5px;
}
#navigation a:hover	{
	color: #af251c;
}

#center	{
	margin-left: 160px;
	width: 615px;
}
#content	{
	margin-top: 10px;
	color: #333333;
}
p{
	margin-bottom: 10px;
	font-size:14px;
	line-height: 18px;
}
#rightbar	{
	background-image:url(../images/sidebar.jpg);
	background-repeat:no-repeat;
	float: right;
	padding: 10px 0 10px 10px;
	width: 140px;
}
.response	{
	font-size:12px;
}
#memberlogin	{
	margin-top: 10px;
	margin-bottom: 10px;
}
#quoteform	img{
	margin-bottom: 10px;
}
#quoteform div	{
	margin-bottom: 3px;
}
#quoteform label	{
	font-size:12px;
	display:block;
}
.quote_button	{
	margin-top: 5px;
	margin-right: 5px;
	border: 1px solid #000;
	background-color: #6f84bb;
	color: #fff;
}
.quote_button:hover	{
	margin-top: 5px;
	border: 1px solid #000;
	background-color: #6f84bb;
	color: #000;
}
#testimonials	{
	margin-top: 20px;
	font-size:10px;
}
#testimonials p	{
	margin-bottom: 5px;
	line-height: 12px;
}
#footer	{
	display: block;
	background-color:#FFF;
	font-size:10px;
	margin-top: 10px;
	position:relative;
}
#footer-left	{
	float: left;
}
#footer-right	{
	float: right;
}
#footer-right a	{
	text-decoration:none;
}
#footer-right a:hover	{
	text-decoration:underline;
}
/* WYSIWYG Overides */
.header	{
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height:18px;
	color: #cc0000;
}
.subhead	{
	margin-bottom: 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	line-height: 16px;
}
table.green	{
	border-color:#AFA;
	background-color:#EFE;
}
table.red	{
	border-color:#FAA;
	background-color:#FEE;
}
table.blue	{
	border-color:#AAF;
	background-color:#EEF;
}
table.orange	{
	border-color:#FA0;
	background-color:#FED;
}
ul.procedure-list	{
	padding-left: 20px;
}
ul.leaves	{
	list-style-image:url(../../../userfiles/bullet-small.gif);
	margin-left: 20px;
	margin-bottom: 10px;
}
#destinationNav	{
	padding: 5px 0;
	height: 20px;
	width: 615px;
	text-align:center;
	background-image:url(../images/destinations-nav-bkgd.jpg);
}
#destinationNav	a:link, #destinationNav a:visited{
	font-weight:bold;
	color:#253260;
	text-decoration:none;
}
#destinationNav	a:hover{
	color: #af251c;
	text-decoration:underline;
}
#destinationNav li	{
	display: inline;
	list-style-type:none;
	padding-right: 10px;
}
.destination 	{
	margin-top: 10px;
}
