/*@media screen { @import 'screen.css'; }*/
/*@media print { @import 'print.css'; }*/
/*@media mobile { @import 'mobile.css'; }*/

#container_bg {
	width:100%;
}
#container_inside {
	padding:0 12px;
}
#container {
	margin:0 auto;
	width:974px;
	position:relative;
}
#body-home #container {
	margin-top:-65px;
}
#header{
	width:950px;
	margin:0 auto;
	padding:0 12px;
	height:193px;
	position:relative;
	margin-bottom:-2px;
}
#body-home #header{
	margin-bottom:0;
	height:258px;
/*	margin-bottom:-65px;*/
	overflow:show;
}
.home_flash {
	width:526px;
	height:258px;
	position:absolute;
	right:75px;
	z-index:10;
}
.inside_heading {
	width:563px;
	height:235px;
	position:absolute;
	right:55px;
}
#body-home #content{
	margin-top:-1px;
	padding-top:1px;
}
#content .content_column{
}
#content_left_column{
	float:left;
	width:240px;
	padding:0 12px;
	margin-bottom:0px;
}
#content_ornament {
	position:absolute;
	width:14px;
	height:292px;
	left:-15px;
	top:30px;
}
#content_middle_column{
	margin-left:312px;
	margin-right:16px;
	margin-top:0px;
	position:relative;
}
#body-home #content_middle_column {
	margin-top:64px;
}
#inside_content {
	padding:20px;
	min-height:550px;
	height:auto!important;
	height:550px;
}
#content_right_column{
	display:none;
}

#footer{
	width:950px;
	padding:0 12px;
	padding-top:200px;
	margin:0 auto;
	height:46px;
	line-height:20px;
	font-size:75%;
	position:relative;
	top:0px;
	z-index:-10;
}
#footer .content {
	padding-top:50px;
}

.clear_layout {
	clear:both;
	margin-bottom:-1.2em;
}


/*MainMenu START*/
#main_menu {
	margin-left:20px;
	padding: 20px 0px;
	margin-bottom: 30px;
}
#main_menu li a{
	display:block;
	padding:5px 0;
}
/*MainMenu END*/

#sidebar_info {
	padding:0 20px;
}

/* HomeQuotes START*/
.home_quote_wrapper {
	/*
	position:absolute;
	bottom:-120px;
	left:-10px;
	*/
	position:relative;
	left:-10px;
	top:-10px;
	margin-bottom:-140px;
	margin-right:-200px;
}
.home_quote {
	width:615px;
	height:130px;
	padding: 36px 35px;
}
.home_quote blockquote{
	padding-top:50px;
	padding-left:55px;
	position:relative;
	top:-40px;
	left:-50px;
	height:120px;
	overflow:hidden;
}
.home_quote .author,
.home_quote .link {
	text-align:right;
}
/* HomeQuotes END*/


/* FooterColumns START */
.footer_column {
	float:left;
	padding:0 10px;
	width:310px;
	min-height:60px;
	height:auto!important;
	height:60px;
	text-align:left;
}
#footer_column_1 {
	margin-left:130px;
	width:75px;
}
#footer_column_2 {
	border-right: 1px solid #97bfdb;
	border-left: 1px solid #97bfdb;
}
#footer_column_3 {
	/*
	float:none;
	margin-left:557px;
	*/
	padding-bottom:50px;
}
.footer_column .sponsors{
	margin-top:-20px;
}
 
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* FooterColumns END */

