/*****************************/
/*        PAGE LAYOUT        */
/*                           */

/*
/* This file containes styles for main layout blocks.
/* Sub-elements described in "elements.css"
 */

html {
	height: 100%;
}
html body {
	height: 100%;
	text-align: center;
	background: #ffffff url(/img/bg_main.png) 0 0 repeat;
}

#super-wrapper {
	height: 100%;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	background: #ffffff none;
	
}

#wrapper {
	min-height: 100%;
	padding: 0 20px;
	background: #ffffff none;
}

#header {
	height: 130px;
	position: relative;
    overflow: visible;
    background: transparent url(/img/bg_header.png) 0 0 repeat-x;
}
#header-logo {
	position: absolute;
	left: 18px;
	top: 25px; /* 42 */
	z-index: 20;
}
#header-logo img {
	display: block;
}
#header-logo a {
	outline: none;
}


#header #navig-header {
	position: absolute;
	top: 91px; /* 124 */
	right: 0;
	width: 900px;
	height: 25px;
	overflow: visible;
}

#navig-header ul {
	float: right;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navig-header li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	height: 25px;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: "Lucida Grande", Lucida Sans Unicode, sans-serif;
	font-size: 13px;
	font-weight: normal;
	position: relative;
}
#navig-header li.last {
}
* html #navig-header li {
	width: 1%; /* fixes 100% width in IE6 */
	display: inline; /* fixes 3px jog */
	
	/* Enable :hover pseudoclass in IE6- */ 
	/* behavior:url("/js/csshover.htc");   */
}
#navig-header li a {
	color: #403575;
	text-decoration: none;
}
#navig-header li a:hover,
#navig-header li.current a {
	color: #bd3765;
}
#navig-header form {
    position: absolute;
    top: -70px;
    right: -7px;
}





#main {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}
#sub-main {
	width: 100%;
	float: left;
	padding: 5px 0 40px 0;
}
#index #sub-main {	
	padding-bottom: 0;
}


#main #content {
	width: 614px;
	float: left;
	min-height: 500px;
}
* html #main #content {
	display: inline;
	height: 500px;
}

#main #content.no-side-bar {
	width: 100%;
}

#main #side-bar {
	float: right;
	width: 318px;
	position: relative;
	overflow: visible;
	padding-bottom: 40px;
}
* html #main #side-bar {
	display: inline;
}
#index #side-bar {
	padding-bottom: 0;
}



#featured {
	clear: both;
	padding: 5px 0 20px 0px;
}
table.featured-articles {
	overflow: hidden;
	width: 958px;
	margin: 1px;
	border-collapse: collapse;
	border-style: none;
}
table.featured-articles td {
	border: 2px solid #efefef;
	border-width: 0 0 0 2px;
	vertical-align: top;
	text-align: left;
	padding: 5px 8px;
}
table.featured-articles td.first {
	border-left-width: 0px;
}

table.featured-articles tr.images td {
	border-color: #ffffff;
	width: 238px;
	padding: 0;
}
table.featured-articles tr.images div {
	border-bottom: 3px solid #adadad;
	width: 238px;
	margin: 0 0 10px 0;
}
table.featured-articles tr.images img {
	display: block;
	border-bottom: 3px solid #fff;
}
table.featured-articles tr.headers td {
	padding: 0 8px;
}
table.featured-articles tr.headers h3 {
	margin: -4px 0 0 0;
	padding: 0;
}
table.featured-articles tr.more td {
	text-align: right;
}



#reserve {
	clear: both;
	height: 111px;
}

#footer-wrapper {
	float: none;
	clear: both;
	text-align: left;
	position: relative;
	padding: 0 20px;
	background-color: #fff;

	height: 111px;
	margin: -111px auto 0 auto;
}

#footer {
	padding: 20px 0px 15px 0px;
	background: #766e83 url(/img/bg_footer.png) 0 0 repeat-x;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	
	width: 960px;
	height: 75px;
}

#footer p, #footer li, #footer div {
	color: #ffffff;
	text-align: left;
}
#footer a {
	color: #ffffff;
}

#footer-inner {
	width: 920px;
	display: table;
}


#footer-info {
	width: 200px;
	display: table-cell;
	vertical-align: middle;
}

#footer-copy {
	width: 520px;
	display: table-cell;
	vertical-align: middle;
}
#footer-copy p {
	margin: 0;
	padding: 2px 0;
}

#footer div.counters {
	width: 200px;
	display: table-cell;
	vertical-align: middle;
}

/* IE6 display: table-cell emulation */
* html #footer-info,
* html #footer-copy,
* html #footer div.counters {
	display: block;
	float: left;
	height: auto;
	margin-top: expression(((parentNode.offsetHeight/2)-parseInt(offsetHeight)/2)  <0 ? "0" :(parentNode.offsetHeight/2)-(parseInt(offsetHeight)/2) +'px') ;
}


/* IE7 display: table-cell emulation */
html* #footer-inner #footer-info, 
html* #footer-inner #footer-copy {
	display: block;
	float: left;
	height: auto;
	margin-top: expression(((parentNode.offsetHeight/2)-parseInt(offsetHeight)/2)  <0 ? "0" :(parentNode.offsetHeight/2)-(parseInt(offsetHeight)/2) +'px') ;
}
html* #footer-inner div.counters {
	display: block;
	float: right;
	width: 190px;
}