/**
 * Layout 03 - two-column layout
 * (c) 2007, Ogilvy Interactive.
 */
@import url("/css/frontend/base.css");
@import url("/css/frontend/nav.css");
@import url("/css/frontend/content.css");
@import url("/css/frontend/sidebar.css");
@import url("/css/frontend/hooks.css");
@import url("/css/frontend/forms-styles.css");
@import url("/css/frontend/polls.css");
@import url("/css/frontend/pagination.css");
@import url("/css/vendor/sifr-screen.css");
@import url("/css/vendor/lightbox.css");
/* background overrides */
#wrapper {
	background-image: url("/img/layouts/common/spiderweb_top.png") !important;
}
#copyright p {
	background-image: url("/img/layouts/common/spiderweb_btm.gif") !important;
}
#copyright span {
  width: 50%;
  position: relative;
}

#container {
	background: url("/img/layouts/3/touareg.jpg") no-repeat 572px 32px;
	min-height: 175px;
	overflow: visible;
	_height: 175px;
}
#header_image {
	margin: 6px 16px;
	display: block;
	background: #FFF;
	padding: 3px;
	border: 1px solid #999;
}
#content h3 {
	margin-top: 2em !important;
	font-size: 12px !important;
	font-weight: bold;
	color: #369;
}
#content h3, #content h4, #content p {
	margin: 1.25em 0;
}

/* sidebar */
#sidebar {
	margin-top: 226px;
	margin-right: 4px;
}
#sidebar dt {
	font-size: 18px;
	font-weight: normal;
	padding: 9px;
	margin: 0;
}
#sidebar dd {
	background: url("/img/sidebar/_bg_panel_btm.gif") no-repeat left bottom;
}
#sidebar dd ul {
	list-style: none;
	margin-top: 5px;
}
#sidebar dd li {
	padding: 5px 0 10px;
}
#sidebar dd a {
	display: block;
	font-weight: bold;
	padding: 0 0 0.3em;
	margin: 0;
}
#sidebar dd a img {
	float: left;
	clear: none;
	margin: 6px 10px 0 0;
}

/* news page overrides */
.news #sidebar dt {
	padding-bottom: 0;
}
.news #sidebar dd ul {
	margin: 0;
	padding: 0;
}
.news #sidebar dd li {
	padding: 0 0 10px;
}


/* poll */
.polls #content_body p {
	line-height: 1.65em;
}

/*.question_question
{
	font-weight:bold;
}
*/

#poll_results {
	background: #FFF url("/img/layouts/3/_bg_poll_top.gif") no-repeat;
	width: 505px;
	padding: 13px 0 0;
	margin-bottom: 12em;
}
#poll_results h3 {
	color: #369;
	margin: 0 !important;
}
#poll_results h3, #poll_results p {
	padding: 0 13px !important;
}
#poll_results dl {
	line-height: 2.5em;
	background: url("/img/layouts/3/_bg_poll_btm.gif") no-repeat left bottom;
	padding: 0 13px 13px;
}
#poll_results dt {
	width: 140px;
	clear: both;
}
#poll_results dd {
	margin-left: 140px;
	margin-top: -2.5em;
}
#poll_results dd span {
	display: block;
	border: 1px solid #CCC;
	height: 8px;
	width: 143px;
	float: left;
	margin: 9px 13px 8px 0;
}
/* poll voting */
#form_poll {
	_height:370px;
	min-height:370px;
}

/* sitemap */
#sitemap {
	padding-top: 1em;
}
#sitemap dt {
	font-size: 16px;
}
#sitemap a:link, #sitemap a:visited {
	color: #000;
}
#sitemap ul {
	line-height: 1.25em;
	list-style-type: none;
	list-style-image: url(none);
	font-weight: bold;
	padding-left: 0;
}
#sitemap ul li {
	padding: 0;
	margin-left: 0;
}
#sitemap ul ul {
	margin: 0 6px;
}
#sitemap ul ul li {
	background: url("/img/layouts/3/dn_rt_arrow.gif") no-repeat 0 3px;
	line-height: 1.25em;
	padding: 0 0 0 15px;
	margin: 0;
}
#sitemap ul ul li a:link, #sitemap ul ul li a:visited {
	color: #333;
	font-weight: normal;
}

/* contact page */
.contact form {
	width: 440px;
	_width: 442px;
}
.contact label {
	width: 140px;
}
.contact li input, .contact li textarea, .contact li select {
	float:left !important;
}

/* news archive page */
#news_archive {
	list-style-image: none !important;
	list-style: none;
	margin: 0;
	padding: 0;
}
#news_archive li {
	background: url("/img/layouts/3/_bg_news_archive.gif") no-repeat;
	margin: 10px auto !important;
	padding: 10px !important;
	clear: both;
	width: 508px;
	overflow: hidden;
}
#news_archive li .thumb {
	display: block;
	float: left;
	clear: none !important;
}
#news_archive li dl {
	float: left;
	clear: none !important;
	padding-left: 10px;
	width: 410px;
	margin: 0 !important;
}
#news_archive li dt {
	font-weight: bold;
	margin: 0;
	padding-bottom: 0.4em;
}
#news_archive li p {
	padding: 0;
	margin: 0.5em 0;
}
