
/* Home Page Styling
-------------------------------------------------- */

body {
	/*background: url('/_includes/images/design/photo.jpg') center center no-repeat transparent !important;*/
}
#fancybox-content .button {
	width: 200px; margin: 10px 20px 0; height: 40px; float: left; background: #11458D; 
}
#fancybox-content .button a {
	display: block; width: 180px; padding: 10px; color: #FFF; text-align: center; text-decoration: none;
}

/* Home Tabs Styling
-------------------------------------------------- */

#home_tabs {
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: 36px;
}
#home_tabs div#home_tabs_container {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url('/_includes/images/design/tabs.gif') center top no-repeat transparent;
}
#home_tabs div.home_tab {
	width: 227px;
	height: 82px;
	margin-top: 20px;
	margin-right: 22px;
	position: relative;
	float: left;
}
#home_tabs div.home_tab a {
	width: 227px;
	height: 82px;
	display: block;
	position: relative;
	text-decoration: none;
}
#home_tabs div.home_tab h1 {
	margin: 0;
	position: absolute;
	left: 8px; bottom: 6px;
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
}

/* Home Tab Icons Styling
-------------------------------------------------- */

#home_tabs div.home_tab ul.icons {
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0; left: 0;
	z-index: 2;
}
#home_tabs div.home_tab ul.icons li {
	width: 50px;
	height: 50px;
	margin: 3px 12px 0;
	float: left;
}
#home_tabs div.home_tab ul.icons li a {
	width: 50px;
	padding: 33px 0 0;
	display: block;
	position: relative;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	z-index: 2;
}
#home_tabs div.home_tab ul.icons li a span {
	width: 40px;
	height: 35px;
	position: absolute;
	top: 0; left: 5px;
	background: url('/_includes/images/design/icons.jpg') no-repeat transparent;
	cursor: pointer;
}
#home_tabs div.home_tab ul.icons li.video a span {
	background-position: left top;
}
#home_tabs div.home_tab ul.icons li.gallery a span {
	background-position: center top;
}
#home_tabs div.home_tab ul.icons li.tours a span {
	background-position: right top;
}
#home_tabs div#tab_head {
	margin-left: 3px;
}
#home_tabs div#tab_head h1 {
	left: 82px;
}
#home_tabs div#tab_dates {
	margin-right: 3px;
}

/* Editor Styling
-------------------------------------------------- */

#adminWrapperChildContainer {
	height: 100%;
}
