@charset "utf-8";
html {
	padding-bottom:20px;	
}
body {
	margin:0px;
	padding:0px;
	font-family:Georgia,Arial;
	font-size:12px;
	font-weight:normal;
	/*color:#3F3F3F;*/
	color:#1F497D;
	background:#FFF;
	line-height:18px;
}

p {
	padding:0px 0px 10px 0px;
	margin:0px;
}

h1 {
	font-size:16px;
	border-bottom:1px dotted #666;
	padding-bottom:2px;
	padding-top:0px;
	margin-top:0px;
}

h2 {
	font-size:14px;
	border-bottom:1px dotted #666;
	padding-bottom:2px;
	padding-top:0px;
	margin-top:0px;
}

.red {
	color:red;
}

.error {
	/*display:block;*/
	color:red;
}

label.error {
	display:block;
}

.thanks {
  padding:10px;
  margin:10px;
  background : #F3F7FE;
  border : 1px dotted #CCCCCC;
  font-weight: bold;
}

.warning {
	display:block;
	color:red;
}

.clear {
	clear:both;
}

#container {
	width:880px;
}

#top {}

#left {
	float:left;
	width:152px;
	height:412px;
}

#content {
	width:728px;
	float:right;
	background:url(../img/body.jpg) no-repeat top;
}

#header_placeholder {
	background:url(../img/placeholder.jpg) no-repeat;
	height:355px;
	padding-top:23px;
	padding-left:22px;
	position:relative;
}

#header_imgs {
	width:687px;
	height:308px;
	float:left;
}

#img_caption {
	z-index:1000;
	background:transparent;
	position:absolute;
	left:22px;
	top:270px;
}


#text {
	padding:15px;
	float:left;
	width:435px;
}

#full_text {
	padding:15px;
}


#images {
	float:right;
	width:249px;
	padding:5px;
}

.thumb_placeholder {
	width:243px;
	height:172px;
	background:url(../img/small_placeholder.jpg) no-repeat;
}

.thumb_placeholder_1 {
	width:243px;
	height:172px;
	background:#fff;
	border:1px solid #ccc;
}


.thumb_placeholder a,.thumb_placeholder_1  a{
	outline:none;
}

.thumb_placeholder img,.thumb_placeholder_1 img{
	margin-top:11px;
	margin-left:11px;
	border:none;
}

#down_menu{
	padding:10px;
	border-top:1px solid #666;
}

a:link,a:visited,a:active {
	color:#069;
	text-decoration:none;
}

a:hover {
	color:#900;
	text-decoration:underline;
}

#copyright{
	padding:10px;
	font-size:90%;
}

.prtd {
	border-bottom:1px #999 solid;
	border-right:1px #999 solid;
	font-size:90%;
}

ul.photo_ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.photo_ul li {
	display:block;
	float:left;
	padding:5px;
	margin:4px;
	background:#fff;
	border:1px solid #666;
}

input.default {
	background:#FFC;
	border:1px solid #666;
	margin:2px;
	width:200px;
}

input.calendar {
	background:#FFC;
	border:1px solid #666;
	width:100px;
}

input.number {
	background:#FFC;
	border:1px solid #666;
	margin:2px;
	width:50px;
}

textarea {
	background:#FFC;
	width:200px;
	height:80px;
	border:1px solid #666;
}

select {
	background:#FFC;
	border:1px solid #666;
}


#trip-adv { float:left; display:block; width:219px; margin:0px; margin-left:40px; padding:0px; text-align:center }
