/* /// Global Body Settings /// */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #DAEAF7;
}

#container {
  text-align:left;
  position:absolute;
  top:50%;
  left:0px;
  width:100%;
  height:1px;
  overflow:visible;
  visibility:visible;
  display:block;
  }

#sub_container {
  margin-left:-380px;
  position:absolute;
  top:-210px;
  left:50%;
  width:760px;
  height:420px;
  visibility:visible;
  border: 1px solid #FFF;
  background: #FFF;
  }


/* --- Intro Page Styles --- */
/* /// Layout Controls /// */
#content 			{ width: 760px; height: 345px; }
#footer 				{ width: 760px; height: 35px; }
#header				{ width: 760px; height: 40px; }
.clear 				{ clear: both; }
.frame_area 		{ width: 380px; height: 220px;}
.frame_area2 		{ width: 380px; height: 270px; background: #3A6D98;}
.left_column 		{ width: 380px; float: left; height: 345px; }
.right_column 		{ width: 380px; float: left; height: 345px; background: #3A6D98;}
.thumbnails 		{ width: 373px; height: 48px; background: #3A6D98; padding-left: 7px; padding-top: 2px; float: left;}
.thumbnails_img 	{ margin: 5px; }
.tour_title			{ width: 380px; height: 75px; }

/* /// Text Settings /// */
.txt_bold 			{ font-weight: bold; }
.txt_underline 	{ text-decoration: underline; }
.txt_italics 		{ font-style: italic; }

/* /// Link Settings /// */

a:link, a:hover, a:visited, a:active { text-decoration: none; color: #0066CC; }

/* Forms in general */
div.form_row {
	clear: both;
	margin-bottom: 7px;
}
div.form_row div.form_label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 5px;
	color:white;
	font-size:10pt;
}
div.form_row div.form_field {
	/*float: left;*/
}
