/* Basic Page Styling */

body {
	margin: 50px 0 0;
	background-image: url(../global/bk_textured.png);
	font-family: Arial;
	color: #fff;
}

img {
	border: none;
}

img a {
	border: none;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #fa2290;
}

/* Basic Formatting */

H4 {
	
}

H3 {
	
	font: bold 24px Arial;
	text-transform: capitalize;
}

H2 {
	font: bold 30px Arial;
	margin-bottom: 6px;
	margin-top: 18px;
}



/* Containers */

div#container_logo_graphic_index {
	background: url(../global/header_index.jpg) no-repeat center center;
	margin-left: auto;
	margin-right: auto;
	height: 120px;
}

div#container_logo_graphic_index img {
	width: 200px;
	position: relative;
	top: -120px;
	margin-left: 290px;
	margin-right: auto;
}

div#container_slider {
	text-align: center;
	margin-top: 10px;
}

div#container_main_bottom {
	text-align: center;
	padding-bottom: 10px;
	font: bold 30px Arial;
	padding-top: 10px;
}

div#container_main_bottom p {
	margin-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	font: 18px Arial;
}

div#container_logo_graphic  {
	width: 143px;
	height: 115px;
	position: relative;
	top: -50px;
	margin-left: auto;
	margin-right: auto;
}

div#container_page {
	width: 782px;
	margin-left: auto;
	margin-right: auto;
}

div#container_page_index {
	width: 782px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
}

div#container_body {
	background: url(../global/bk_body.png) repeat-y center top;
	width: 782px;
}

div#container_header {
	background: url(../global/bk_header.png) no-repeat center bottom;
	margin-top: 15px;
}

div#container_logo {
	width: 744px;
	margin-left: auto;
	margin-right: auto;
	height: 167px;
	position: relative;
	top: 3px;
	background: url(../global/header1.jpg) no-repeat;
}

div#container_content {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 10px;
}

div#container_footer {
	background: url(../global/bk_footer.png) no-repeat center top;
	height: 50px;
	padding-top: 25px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font: 9px Arial, Verdana;
}

div#container_footer a {
	text-decoration: underline;
	color: #fff;
}

div#container_banner p {
	font-size: 24px;
	font-weight: bold;
	margin-top: 8px;
	text-decoration: underline;
}

/* Table Styles */



div.banner_sub_big a {
	text-decoration: underline;
}

table.intro {
	font: 16px/1.2em Arial;
	padding-right: 15px;
	padding-left: 15px;
}

table#table_faces {
	background-color: #fcffb3;
	margin-bottom: 8px;
	padding: 5px;
	margin-top: 5px;
}

table#table_faces img {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #d4d4d4;
}

table.thumbs {
	background-color: #f2f8fe;
	border: 1px solid #b7c9da;
	margin: 0 auto;
	padding: 0;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

div#text_tourlinks {
	text-align: center;
	width: 100%;
	padding-bottom: 15px;
	font: bold 20px Arial;
	text-transform: capitalize;
	padding-top: 5px;
}

div#text_subheadline {
	color: #5e5e5e;
	text-transform: uppercase;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}

div#text_maincopy {
	text-align: center;
	font-family: Arial;
	margin-bottom: 10px;
}

div#text_maincopy h4 {
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 0;
	margin-top: 12px;
}

div#text_maincopy p {
	background-color: #8e1352;
	padding: 10px;
	font-size: 16px;
	margin: 12px 14px;
}

div#text_title {
	margin-bottom: 10px;
	padding-top: 5px;
	font: bold 24px Arial;
	text-transform: capitalize;
	padding-left: 5px;
	text-align: center;
}


div#carousel_slider {
	overflow: hidden;
	width: 730px;
	height: 160px;
	padding-top: 10px;
	border-left: 1px dotted #bebebe;
	border-right: 1px dotted #bebebe;
	margin-left: auto;
	margin-right: auto;
}

