html {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	background-color:#8de0e5;
	background-image:url(../images/template/bg.gif);
	background-repeat:no-repeat;
}
body {
	margin:0;
	padding:0;
	background-image:url(../images/template/white_content_bg.gif);
	background-repeat:repeat-y;
	background-position: 195px 100%;
}
img {
	border: 0;
}
/*Text Styles*/
h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
table, ul, ol, li, p, small {
	font-family: Helvetica, Verdana, Arial, helvetica, sans-serif;
}
p {
	color:#3c3c3c;
	font-size:13px;
	line-height:150%;
	margin:10px 10px 15px 15px; 
}
.smallert {
	font-size:11px;
	line-height:125%;
}

.red {
	color:#cd000b;
	font-weight:bold;
}

.specialt {
	color:#d40000;
	font-size:13px;
	font-weight:700;
	line-height:150%;
	text-decoration:blink;
	margin:0;
}

#birdlist p {
	font-size:12px;
	line-height:125%;
	margin:10px 5px 5px;
}

p.smaller {
	color:#3c3c3c;
	font-size:12px;
	line-height:150%;
	margin:10px 10px 15px 15px;
}

p.intropage {
	color:#5f4600;
	font-size:13px;
	font-weight:700;
	line-height:150%;
	margin:10px 15px 15px;
}

p.packagesinfo {
	color:#3c3c3c;
	font-size:12px;
	line-height:150%;
	text-align:right;
	margin:-10px 30px 0 0;
}

p.signage {
	color:#2e2e2e;
	font-size:11px;
	font-family:"Zapf Chancery", "Comic Sans MS", cursive;
	font-weight:700;
	line-height:150%;
	background-repeat:no-repeat;
	text-align:right;
	padding-top:10px;
	margin:-5px 10px 0;
}

p.textcom {
	color:#002d5b;
	font-size:11px;
	font-family:"Courier New", Courier, Monaco, monospace;
	font-weight:400;
	font-style:normal;
	line-height:150%;
	text-decoration:none;
	margin:10px 10px 0;
}

p.white {
	color:#feffff;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	line-height:125%;
	margin:7px 15px 5px;
}

.indexsub {
	color:#2359a9;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	line-height:100%;
	margin:10px 10px 5px 15px;
}
h1 {
	color:#00abbb;
	font-size:16px;
	font-weight: normal;
	line-height:175%;
	margin: 10px 15px;
	border-bottom:1px dotted #00f7f6; }

h2 {
	color:#00abbb;
	font-size:20px;
	font-weight:bolder;
	line-height:100%;
	margin:10px 10px 5px 15px;
}

h3 {
	color:#2359a9;
	font-size:14px;
	line-height:100%;
	margin:10px 10px 5px 15px;
}

h4 {
	color:#002d5b;
	font-size:12px;
	line-height:125%;
	text-transform:uppercase;
	margin:10px 0 -10px 15px;
}
a:link {
	color:#5f4600;
	text-decoration: none;
	border-bottom: 1px solid #00abbb;
}
a:visited {
	color:#5f4600;
	text-decoration: none;
	border-bottom: 1px solid #00abbb;
}
a:hover {
	color:#002d5b;
	text-decoration: none;
	border-bottom: 1px solid #5f4600;
}
a:active {
	color:#5f4600;
	text-decoration: none;
	border-bottom: 1px solid #00abbb;
}
#footer p {
	color: #2359a9;
	font-size: 11px;
}
.noborder {
	border: 0 none !important;
}
/*todelete
#footer a:link {
	color:#2359a9;
	text-decoration: none;
	border-bottom: 1px solid #00abbb;
}
#footer a:visited {
	color:#2359a9;
	text-decoration: none;
	border-bottom: 1px solid #00abbb;
}
#footer a:hover {
	color:#002d5b;
	text-decoration: none;
	border-bottom: 1px solid #5f4600;
}
#footer a:active {
	color:#2359a9;
	text-decoration: none;
	border-bottom: 1px solid #00abbb;
}
*/
/*layout*/
#site {
	width:1009px;
}
/*Inside site*/
	#header {
		width:1009px;
		height:215px;
	}
	#center {
		width:1009px;
	}
	#leftsidesite {
		width:825px;
		height:auto;
		float:left;
	}
	/*Inside Left side site*/
		#menu {
			width:180px;
			float:left;
			margin-bottom:20px;
			margin-left:15px;
		}
		#content {
			background-color:#fff;
			width:630px;
			float:left;
			min-height:700px;
		}
		/*Inside Content*/
			#messagebox {
				background-color: #2359a9;
				width:630px;
				height:177px;
				float:right;
				margin-bottom:20px; 
			 }
			 #mbleft {
				position:absolute;
				width:230px;
				height:175px;
				float:left;
				clear:both;
			}
			#mbright {
				width:400px;
				height:175px;
				float:right; 
			}
			.introcontent {
				color:#5f4600;
				font-size:15px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:700;
				line-height:140%;
				margin:10px 10px 5px 15px;
			}
			.contentpackages {
				clear:both;
			}
			.anotherpackage {
			}
			.cbleft {
				width:500px;
				float:left;
			}
			.cbright {
				width:130px;
				float:left;
			}
		/*End Content*/
	/*End Left side site*/	
	#rightsidesite {
		width:184px;
		float:right;
	}
	/*Inside right side site*/
		#commentimg {
			position:relative;
			width:184px;
			height:175px;
			margin-bottom:20px;
			margin-left:-19px;
		}
		.commentup {
			background-image:url(../images/template/leftquote.png);
			background-repeat:no-repeat;
			background-position:left 0;
			width:154px;
			height:auto;
			clear:both;
			margin-top:20px;
			margin-right:5px;
			margin-left:5px;
			padding-top:10px;
			padding-right:5px;
			padding-left:5px;
		}
		.commentdown {
			background-image:url(../images/template/rightquote.png);
			background-repeat:no-repeat;
			background-position:right 0;
			padding-top:10px;
			width:154px;
			height:auto;
			clear:both;
			margin-top:-10px;
			margin-right:5px;
			margin-left:5px;
			padding-right:5px;
			padding-left:5px;
		}
	/*End right side site*/
	/*End of Center*/
	#footer {
	width:630px;
	clear:both;
	margin-left:195px;
	padding-bottom: 10px; }
/*End Site*/
#birdlist {
	width:auto;
	margin-top:5px;
	margin-right:10px;
	margin-left:10px;
}
.galleries {
	background-image: url(../images/template/slideshow_bg.gif);
	width:275px;
	height:230px;
	float:right;
	margin:10px 15px 5px 5px;
	padding:15px; }

.maps {
	background-color:#fcff6c;
	width:auto;
	height:auto;
	margin-top:10px;
	margin-right:15px;
	margin-left:15px;
	border:solid 2px #2359a9;
	padding:2px;
}
/*Lists*/
ol {
	color:#3c3c3c;
	font-size:12px;
	line-height:150%;
	margin-top:0;
	margin-right:10px;
	margin-bottom:0;
}
ol li {
	font-weight:700;
	margin-top:5px;
	margin-bottom:0;
}
ol ol li {
	font-weight:400;
	margin:0;
}
ol ol {
	list-style-type:lower-latin;
}
ul {
	color:#3c3c3c;
	font-size:12px;
	line-height:150%;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	list-style-type:square;
	list-style-image:url(../images/icons/sun.png);
}

ul ul {
	color:#3c3c3c;
	font-size:12px;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height:150%;
	list-style-image:url(../images/icons/sun-gray.png);
	margin:0 0 0 15px;
}

/*forms*/
form {
	width:auto;
	color:#3c3c3c;
	font-size:13px;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height:150%;
	margin:10px 10px 15px 15px;
}

fieldset {
	border:solid 1px #2359a9;
	width:auto;
}

fieldset.fspecial {
	background-color:#fff2d4;
	border:solid 1px #480000;
	width:auto;
}

legend {
	color:#002d5b;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-width: 0; }

legend.lspecial {
	color:red;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	line-height:150%;
	background:#ffffe6;
	border:solid 1px #480000;
}

form fieldset p {
	font-size:13px;
	font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height:175%;
	text-align:left;
	vertical-align:middle;
}

.fleftcontent {
	width:280px;
	float:left;
}

.frightcontent {
	width:280px;
	float:right;
}

.fcentercontent {
	width:auto;
	height:auto;
	clear:both;
}

.ffleft {
	width:140px;
	float:left;
}

.ffright {
	width:140px;
	float:right;
}

/*Images and Misc.*/
.spacerimg {
	margin-left:20px;
}

.headlines {
	margin-top:0;
	margin-bottom:-13px;
	margin-left:10px;
	padding:0;
}

.headlineslong {
	margin-top:0;
	margin-bottom:-13px;
	padding:0;
}

label {
	color:#414141;
	font-size:12px;
	font-weight:700;
}

#followup td {
	width:115px;
	color:#333;
	vertical-align:text-top;
}

td.question {
	background-color:#e2e2e2;
}

#followup {
	width:100%;
}

.storetable {
	width:100%;
	text-align:left;
}

.storetable td {
	width:25%;
}

#smallcase {
	float:left;
	margin:15px 0 0 25px;
}

span .price {
	font-size:8px;
	vertical-align:text-top;
}

.groupbanner {
	position:absolute;
	top:0;
	left:19px;
}

.leftimg,table.leftimg {
	width:auto;
	height:auto;
	float:left;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:15px;
}

.leftimg p,.rightimg p,table.caption .rightimg p {
	color:#5f4600;
	font-size:10px;
	font-weight:700;
	line-height:150%;
	text-align:center;
	clear:both;
	margin:2px;
}

.rightimg,table.rightimg {
	padding-right:15px;
	padding-bottom:5px;
	width:auto;
	height:auto;
	float:right;
}
.styled_bar {
	margin-bottom: 20px;
	border-top: 0 dotted #00f7f6;
	border-right-color: #00f7f6;
	border-bottom-color: #00f7f6;
	border-left-color: #00f7f6;
	border-left-style: dotted;;border-bottom-style: dotted;;border-right-style: dotted; }
img#travalersExperiences {
	margin: 0 0 0 10px;
}

