/* CSS Document */

body{
margin:0;
padding:0;
background-color:#aaa;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
background-image:url(images/background.gif);
background-position:bottom;
background-repeat:repeat-x;
background-attachment:fixed;

}

h1{
color:#fff;
margin:0;
padding:0;
font-size:16pt;
font-weight:normal;
letter-spacing:-0.05em;

}

h2{
color:#fff;
font-size:16pt;
margin:0;
padding-left:20px;
background-repeat:no-repeat;
letter-spacing:-1px;
line-height:34px;
height:54px;

}

h3{
margin:0 20px 20px 20px;
text-transform:uppercase;
letter-spacing:-0.05em;
font-weight:bold;

}

p{
margin:0 20px 20px 20px;

}

.clear{
clear:both;

}

	#frame{
	text-align:left;
	margin:10px auto 0 auto;
	padding:0;
	width:1006px;
	background-color:#fff;
	
	}
	
		#header-top, #header-bottom{
		width:1006px;
		height:29px;
		margin:0;
		padding:0;
		background-image:url(images/header-top.gif);
		background-repeat:no-repeat;
		
		}
		
		#header{
		width:1006px;
		height:165px;
		background-image:url(images/header-tile.gif);
		background-repeat:repeat-y;
		
		}
		
			.header-logo{
			width:250px;
			height:165px;
			float:left;
			margin:0 0 0 24px;
			padding:0;
			text-align:center;
			
			}
			
				.header-logo img{
				margin-bottom:20px;
				padding-bottom:20px;
				border-bottom:1px solid #fff;
				
				}
		
			.header-splash{
			float:right;
			margin:0 0 -24px -20px;
			padding:0;
			display:inline;
			position:relative;
			top:-24px;
			right:20px;
			
			}
		
		#header-bottom{
		background-image:url(images/header-bottom.gif);
		
		}
		
		#navigation{
		width:1006px;
		height:35px;
		margin:0;
		padding:0;
		text-align:center;
		background-image:url(images/nav.gif);
		position:relative;
		z-index:10;
		
		}
		
			#navigation ul { /* all lists */
			padding:0px;
			margin:0 0 0 20px;
			list-style: none;
			
			}
			
			#navigation a:hover{
			background-image:url(images/nav-hover.gif);
			background-position:bottom;
			background-repeat:repeat-x;
			
			}
				
			#navigation a:link, #navigation a:visited{
			display:block;
			width:192px;
			height:35px;
			color:#fff;
			text-decoration:none;
			
			}

			#navigation li { /* all list items */
			display:inline;
			float:left;
			color:#fff;
			width:192px;
			font-size:12pt;
			letter-spacing:-1px;;
			margin:0;
			padding:0;
			line-height:33px; !important
			line-height:32px;
			height:34px;
			position:relative;
			background-color:#000;
			z-index:10;
			
			}
						
			#navigation li ul { /* second-level lists */
			display:none;
			position:absolute;
			top:35px;
			left:0px;
			margin:0 0 1px 0;
			
			}
			
			#navigation li ul li{
			background-image:none;
			border-top:1px solid #fff;
			position:relative;
			z-index:10;
			
			}
			
			#navigation li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
			top: 35px;
			left:0px;
			
			}
			
			#navigation li:hover ul, #navigation li.over ul { /* lists nested under hovered list items */
			display: block;
			
			}
			
		#left-area{
		display:inline;
		float:left;
		width:680px;
		margin:20px 22px 0 0;
		padding:0;
		
		}
		
			#left-area h2{
			width:660px;
			background-image:url(images/left-header.gif);
			margin-left:4px;
			
			}
			
			#left-area h3, #full-area h3{
			font-size:13pt;
			color:#37a;
			
			}
			
			#left-area .imagestyle{
			width:214px;
			height:160px;
			background-image:url(images/imageframe.gif);
			background-repeat:no-repeat;
			padding:6px 0;
			float:right;
			margin:0 20px 20px 20px;
			text-align:center;
			
			}
			
			#left-area .readmore, #full-area .readmore{
			float:right;
			margin:15px 0 20px 20px;
			
			}
			
			#left-area hr, #right-area hr{
			width:640px;
			margin:0 20px 20px 20px;
			color:#666;
			height:1px;
			background-color:#666;
			border:none;
			
			}
			
			.badges{
			margin-right:20px;
			margin-bottom:20px;
			text-decoration:none;
			border:none;
			float:left;
			
			}
			
			#left-area a, #right-area a, #full-area a{
			color:#37a;
			
			}
			
				#left-area a:hover, #right-area a:hover, #full-area a:hover{
				text-decoration:none;
				border-bottom:1px dotted #37a;
				
				}
		
		#right-area{
		float:left;
		margin:20px 0 0 0;
		padding:0;
		display:inline;
		width:300px;
		
		}
		
			#right-area h2{
			width:280px;
			background-image:url(images/right-header.gif);
			margin-right:0;
			
			}
			
			#right-area h3{
			color:#676767;
			font-size:10pt;
			
			}
			
			#right-area p{
			font-size:9pt;
			margin-bottom:16px;
			
			}
			
			#right-area .imagebox{
			float:right;
			margin:0 20px 0 20px;
			width:75px;
			
			}
			
				#right-area .imagebox img{
				border-bottom:1px solid #fff;
				
				}
			
			#right-area hr{
			width:260px;
			
			}
			
		#full-area{
		width:1000px;
		margin:20px 3px 0 3px;
		padding:0;
		
		}
		
			#full-area hr{
			width:960px;
			margin:0 20px 20px 20px;
			color:#666;
			height:1px;
			background-color:#666;
			border:none;
			
			}
			
			#full-area h2{
			width:980px;
			background-image:url(images/full-header.gif);
			margin-left:0;
			margin-right:0;
			
			}
			
			#full-area .imagestyle{
			width:317px;
			height:236px;
			background-image:url(images/imageframe-large.gif);
			background-repeat:no-repeat;
			padding:6px 0;
			float:right;
			margin:0 0 20px 20px;
			text-align:center;
			
			}
			
			#full-area .imagestyle-small{
			width:214px;
			height:160px;
			background-image:url(images/imageframe.gif);
			background-repeat:no-repeat;
			padding:6px 0;
			float:right;
			margin:0 20px 20px 20px;
			text-align:center;
			
			}
			
			#full-area ul{
			margin-left:40px;
			
			}
			
			#full-area a{
			border:none;
			
			}
			
		.package-table{
		width:960px;
		margin:0 20px 20px 20px;
		background-color:#e3edf8;
		background-image:url(images/package-back.gif);
		background-position:bottom left;
		background-repeat:no-repeat;
		border:1px solid #c3d2f1;
		
		}
		
			.package-table th{
			background-color:#c3d2f1;
			color:#37a;
			height:30px;
			text-align:left;
			text-transform:uppercase;
			padding-left:10px;
			line-height:30px;
			letter-spacing:-1px;
			
			}
			
			.readmoreth{
			margin:4px 10px 0 0;
			padding:0;
			display:inline;
			width:90px;
			float:right;
			
			}
			
			.package-table td{
			border-bottom:1px solid #fff;
			border-left:1px solid #fff;
			
			}
			
			.package-buttons{
			width:120px;
			text-align:right;
			color:#37a;
			line-height:25px;
			letter-spacing:-1px;
			background-position:top;
			
			}
			
				.package-buttons p{
				margin-bottom:0;
				
				}
				
					.package-buttons p a{
					color:#37a;
					text-decoration:underline;
					
					}
			
			.package-table p{
			margin-top:10px;
			margin-left:10px;
			margin-right:10px;
			
			}
			
			.imagetd{
			width:234px;
			padding:0;
			margin:0;
			background-color:#fff;
			
			}
			
			.imagestyle-package{
			width:214px;
			height:160px;
			background-image:url(images/imageframe.gif);
			background-repeat:no-repeat;
			padding:6px 0;
			margin:10px 10px 0 10px;
			text-align:center;
			
			
			}
			
				.imagestyle-package img{
				border:none;
				
				}
			
		.photogallery-table{
		width:960px;
		margin:0 20px 20px 20px;
		
		}
		
			.photogallery-table td{
			width:240px;
			line-height:30px;
			text-align:center;
			font-weight:bold;
			color:#37a;
			letter-spacing:-1px;
			font-size:10pt;
			
			}
			
		#tab-area{
		width:960px;
		margin:0 20px 20px 20px;
		padding:0;
		height:31px;
		border-bottom:1px solid #666;
		text-align:center;
		font-size:10pt;
		line-height:30px;
		letter-spacing:-1px;
		
		}
		
			#tab-area a{
			color:#000;
			text-decoration:none;
			
			}
		
			.tab{
			width:150px;
			height:30px;
			float:left;
			display:inline;
			margin-left:8px;
			background-image:url(images/tab.gif);
			position:relative;
			bottom:-2px;
			background-repeat:no-repeat;
			background-position:top;
			
			}
			
			.tab-selected{
			width:150px;
			height:30px;
			float:left;
			display:inline;
			margin-left:8px;
			background-image:url(images/tab-selected.gif);
			position:relative;
			bottom:-2px;
			background-repeat:no-repeat;
			font-weight:bold;
			text-decoration:underline;
			
			}
			
		.contact-formelement{
		width:300px;
		margin:10px 0 0 10px;
		
		}
		
		.contact-textarea{
		width:360px;
		margin:10px 0 0 10px;
		
		}
		
		.submit-button{
		margin:10px;
		
		}
			
		#footer{
		width:1006px;
		height:38px;
		text-align:center;
		color:#fff;
		line-height:30px;
		background-image:url(images/footer.gif);
		background-repeat:no-repeat;
		margin:0;
		padding:0;
		
		}
		
			#footer a{
			border-bottom:none;
			color:#fff;
			text-decoration:none;
			
			}
			
			#footer a:hover{
			border-bottom:1px dotted #fff;
			text-decoration:none;
			
			}

.green{ color:#006600; font-size:12px;}
.red{ color:#CC0000;}
.grey {color:#666666;}