/* General layout styles*/
body {
	background: #fff url(../images/backgrounds/body_back.gif);
	color: #333;
	font: normal normal 0.76em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 40px 0;
	text-align: center;
}

.clearfix {display: inline-block;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.hidden {
	display: none;
}

/* Layout */
#mid_wrapper {
	background: url(../images/backgrounds/home_mid_back2.gif) no-repeat center bottom;
	width: 973px;
}

#mid_wrapper_repeat {
	margin: 0 auto;
	background: transparent url(../images/backgrounds/home_mid_back_repeat.gif) repeat-y center;
	width: 973px;
}

#top_wrapper {
	background: url(../images/backgrounds/home_top_back.gif) no-repeat;
}

#container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 804px;
}

#banner {
	height: 600px;
	left: 827px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	width: 120px;
}

#header {
	position: relative;
}

#header h1 {
	margin: 0;
	padding: 18px 0 0 0;
}

#header h1#logo a {
	display: block;
	height: 83px;
	width: 400px;
}

#main {
	background: #fff;
	margin: 0 26px 0 18px;
	position: relative;
	width: 760px;
}

/* Columns */
#left {
	float: left;
	margin: 10px 0;
	width: 180px;
}
#right {
	float: left;
	padding-bottom: 100px;
	width: 423px;
}

#content {
	padding-right: 30px;
	text-align: left;
}

/* Right colum variations */
#right.wide {
	width: 603px;
}

#right.full {
	width: 580px;
}

#right.full #content {
	padding-right: 0;
}

/* Disable padding when #content is a direct child of #main (full width) */ 
#main > #content {
	padding-right: 0;
}

#modal_content #content {
	padding-right: 0;
}

/* Content layout */
#content .half {
	width: 268px;
}

#content .half.float-left {
	clear: both;
	margin-right: 27px;
}

#content .half.float-right {
	clear: right;
}

#newsletter {
	float: left;
	width: 157px;
}

/* Footer */
#footer {
	background: transparent url(../images/backgrounds/home_bottom_back.gif) no-repeat center 0px;
	clear: both;
	float: none;
	height: 155px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 973px;
}

#footer_content {
	position: absolute;
	right: 84px;
	top: 28px;
	width: 640px;
}
#footer_content img {
	margin: 0 0 4px 19px;
}
#footer_radio_tv {
	height: 70px;
}

/* Closure */
#closure {
	background: transparent url(../images/backgrounds/home_bottom_back2.gif) no-repeat center top;
	height: 50px;
	margin: 0 auto;
	position: relative;
	width: 973px;
}

#closure div {
	position: absolute;
	right: 47px;
}

#closure div h4 {
	float: left;
	margin: 60px 30px 0 0;
}

#closure div a {
	float: left;
	margin: 28px 24px 10px 0;
}

/* Modal/Lightbox */
#modalOverlay {
	background-color: #000;
	cursor: wait;
}

#modalContainer {
	width: 880px;
	left: 50%;
	top: 20px;
	position: absolute;
	margin-left: -440px; /* half the width, to center */
}

#modal_wrapper {
	z-index: 3100;
}

#modalContainer a.modal-close {
	background: transparent url(../images/buttons/btn_modal_close.png) no-repeat;
	width: 81px;
	height: 30px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 16px;
	right: 18px;
	cursor: pointer;
}

#modal_top {
	background: url(../images/backgrounds/modalbox_top.png) no-repeat left top;
	height: 14px;
}
#modal_bottom {
	background: url(../images/backgrounds/modalbox_bottom.png) no-repeat left bottom;
	height: 20px;
}
#modal_content {
	background: url(../images/backgrounds/modalbox_back.png) repeat-y;
	padding: 7px 25px;
	text-align: left;
}

#modal_content .loading {
	background: transparent url(../images/icons/ajax-loader.gif) no-repeat center center;
	min-height: 50px;
	width: 100%;
}
