/* ---------------------------------------------------------------------------
	Copyright 2006 Paul Hansen / Ecopixel - www.ecopixel.com
	All Rights Reserved.
--------------------------------------------------------------------------- */

@import url(reset.css);


body {
	width: 100%;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #AAA url(img/bg-body.gif) center top repeat-y;
}

form#mailform label {
	display: block;
	width: 150px;
}

form#mailform input {
	margin-bottom: 10px;
	width: 200px;
}

a {
	color: #5F3833;
}

a:hover {
	color: #b00;
}

/* Default colors: yellow, yellow, aqua, lime */

#content .tx-psmhighlight-sword { color: #000; background-color: #FFC; }
#content .tx-psmhighlight-sword-1 { color: #000; background-color: #FFC; }
#content .tx-psmhighlight-sword-2 { color: #000; background-color: #CFF; }
#content .tx-psmhighlight-sword-3 { color: #000; background-color: #CFC; }
#content .tx-psmhighlight-sword-4 { color: #000; background-color: #FCC; }
#content .tx-psmhighlight-sword-5 { color: #000; background-color: #FCF; }


#page-home #wrap-content {
	background-color: #772222;
	color: #FFF;
}

#page-home #wrap-content a {
	color: #FFF;
}

#page-home #main {
	background: #FFF url(img/bg-main-home.gif) left top repeat-y;
}


.news-list-item {
/*	border-bottom: 2px solid #999; */
	margin-bottom: 10px;
}

.news-list-item p.bodytext {
	padding: 0;
	margin: 0;
}

.tx-ttnews-browsebox td {
	padding-right: 5px;

}


#sidebar h3 {
	padding: 0 10px;
	margin: 0.5em 0;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
}

#sidebar .csc-header h3 {
	border-top: 2px solid #999;
	padding-top: 10px;
}

#sidebar h3.csc-firstHeader {
	border: 0;
}


td.csc-uploads-icon img {
	border: 1px solid #999;
}

td.csc-uploads-fileName {
	padding-left: 10px;
	padding-right: 10px;
}


td.csc-uploads-fileSize {
	white-space: nowrap;
}

table.csc-uploads td {
	padding-bottom: 20px;	
}


p.align-right {
	text-align: right;
}

.csc-div {
	border-bottom: 2px solid #ccc;
	clear: both;
	width: 100%;
	margin-bottom: 1em;
}

#sidebar .csc-div {
	padding-bottom: 15px;
	border-bottom: 2px solid #888;
	margin-bottom: 17px;
	clear: both;
}



/* ---------------------------------------------------------------------------
	BEGIN header section
--------------------------------------------------------------------------- */

#wrap-header {
	float: left;
	background-color: #FFF;
	width: 100%;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 750px;
	background-color: #776666;
}

#header-content {
	position: relative;
	background: url(img/bg-header-content.gif) right 11px no-repeat;
	margin-left: 200px;
	border-left: 2px solid #000;
	width: 548px;
}

br.clearfix {
	clear: both;
}


#logo {
	display: block;
	height: 75px;
	width: 165px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	
}

#header-photo {
	overflow: hidden;
	position: absolute;
	width: 200px;
	left: 0px;
	bottom: -5px !important;
	bottom: -6px; /* For IE6-Win */
}

#search {
	position: relative;
	text-align: right;
	padding: 55px 20px 20px 0;
	width: 528px;
}

#search input {
	line-height: 1em;
	font-size: 1em;
}

#search label {
	display: none;
}

#search .search-field {
}

#search .search-submit {
	margin-left: 10px;
}



/* ---------------------------------------------------------------------------
	BEGIN main content formatting
--------------------------------------------------------------------------- */

#wrap-main {
	float: left;
	border-top: 2px solid #000;
	width: 100%;
}

#main {
	margin: 0 auto;
	position: relative;
	width: 750px;
	background: #FFF url(img/bg-main.gif) left top repeat-y;
	overflow: hidden;
}

#wrap-content {
	width: 508px;
	float: right;
	background-color: #FFF;
	padding: 0 20px 20px 20px;
	overflow: hidden;
}


/* content and navcrumbs are containers for automaketemplate */
#content {
}

#navcrumbs {
	padding: 20px 0;
}

#content h1 {
	margin: 0 0 0.5em 0;
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: normal;
}

#content h2,.csc-frame-frame1 h1 {
	margin: 0 0 0.5em 0;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
}

#content h3 {
	margin: 0.5em 0;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
}

#content h4 {
	margin: 0 0 0.5em 0;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
}

#content a {
}

#content p {
	line-height: 1.4em;
	margin: 0 0 1em 0;
}

#content blockquote {
	margin: 0 1em 1em 1em;
}


/* Restyle lists */

#content ul {
	list-style-type: square;
	padding-left: 20px;
	line-height: 150%;
	margin-bottom: 1em;
}

#content ol {
	list-style-type: decimal;
	padding-left: 20px;
}

#content ul li, #content ol li {
	line-height: 150%;
}


/* ---------------------------------------------------------------------------
	BEGIN navigation
--------------------------------------------------------------------------- */

#nav {
	float: left;
	width: 548px;
	background-color: #772222;
}

#nav ul {
	padding-left: 10px;
}

#nav li {
	float: left;
}

#nav a {
	float: left;
	display: block;
	padding: 0.4em 10px;
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
}

#nav a:hover {
	background-color: #444;
}

#nav a.nav-act,
#nav a.nav-act:hover { /* for IE6/Win */
	background-color: #000;
	color: #FFF;
}

#wrap-sidebar {
	float: left;
	width: 200px;
	padding: 15px 0;
	border-right: 2px solid #000;
	background-color: #776666;
	color: #FFF;
}

/* Inside the sidebar content */

#sidebar img {
/*	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC; */
}

#sidebar, #navsub {
}

#sidebar a {
	color:#FFF;
}

#sidebar ul.csc-menu,
#navsub ul { /* Level 1 */
}

#sidebar ul.csc-menu li,
#navsub li {
}

#sidebar ul.csc-menu a,
#navsub a { /* Base link styles for all levels */
	display: block;
	width: 180px;
	text-decoration: none;
	padding: 0.4em 10px;
	color: #FFF;
	font-weight: normal;
}

#sidebar ul.csc-menu a:hover,
#navsub a:hover {
	color: #FFF;
	background-color: #333;
}

#sidebar ul.csc-menu li.nav-act a,
#sidebar ul.csc-menu li.nav-cur a,
#navsub ul li.nav-act a,
#navsub ul li.nav-cur a {
	color: #000;
	background-color: #CCC;
	padding-right: 10px;
}

#sidebar ul.csc-menu li.nav-act a:hover, 
#sidebar ul.csc-menu li.nav-cur a:hover,
#navsub ul li.nav-act a:hover, 
#navsub ul li.nav-cur a:hover { 
	background-color: #FFF;
}

#sidebar ul.csc-menu ul,
#navsub ul ul { /* Level 2 */
}

#sidebar ul.csc-menu ul li,
#navsub ul ul li {
}

#sidebar ul.csc-menu ul li a,
#navsub ul ul li a {
	font-weight: normal;
	width: 170px;
	padding: 0.4em 10px 0.4em 20px;
}

#sidebar ul.csc-menu ul li.nav-cur a,
#navsub ul ul li.nav-cur a {
	color: #000;
	background: #FFF url(img/icon-arrow.gif) no-repeat 10px 0.6em;
	padding-right: 10px;
}

#sidebar ul.csc-menu ul li a:hover,
#navsub ul ul li a:hover {
	background-color: #FC0;
}

#sidebar ul.csc-menu ul li.nav-cur a:hover,
#navsub ul ul li.nav-cur a:hover {
	background-color: #FFF;
}


#sidebar ul.csc-menu a.nav-actifsub,
#navsub a.nav-actifsub {
}

#sidebar ul.csc-menu a.nav-ifsub,
#navsub a.nav-ifsub {
}

#sidebar ul.csc-menu ul ul,
#navsub ul ul ul {

}

#sidebar ul.csc-menu ul ul li,
#navsub ul ul ul li { /* Level 3 */
}

#sidebar ul.csc-menu ul ul li a,
#navsub ul ul ul li a {
	font-weight: normal;
}

#sidebar ul.csc-menu ul ul li a:hover,
#navsub ul ul ul li a:hover {
}

#sidebar ul.csc-menu ul ul li a,
#sidebar ul ul ul li a {
	font-weight: normal;
	width: 160px;
	background: url(img/icon-square.gif) 20px 0.85em no-repeat;
	padding: 0.4em 10px 0.4em 30px;
}

#sidebar ul.csc-menu ul ul li a:hover,
#navsub ul ul ul li a:hover {
}

#sidebar ul.csc-menu ul ul li.nav-cur a,
#navsub ul ul ul li.nav-cur a {
}

/* ---------------------------------------------------------------------------
	Format CSC stuff.
--------------------------------------------------------------------------- */

.csc-frame-invisible {
	position: relative;
	left: -22px;
	top: -2px;
	width: 550px;
	overflow: hidden;
}

.csc-frame-frame1 {
	padding: 0 10px;
	color: #FFF;
}

.csc-frame-frame1 a {
	color: #FFF;
	text-decoration: none;
}

.csc-frame-frame1 li {
	padding-bottom: 0.6em;
}


#sidebar p {
	padding: 0 10px;
}

/* ---------------------------------------------------------------------------
	BEGIN footer block
--------------------------------------------------------------------------- */

#wrap-footer {
	clear: both;
	width: 750px;
	background: url(img/bg-body.gif) top left repeat-y;
	padding-bottom: 20px;
}

#footer {
	padding: 20px;
	margin-left: 202px;
	color: #000;
}

#footer p {
}


/* ---------------------------------------------------------------------------
	Partner CSS
--------------------------------------------------------------------------- */

/* Main table */

#page-wide #wrap-sidebar {
	display: none;
}

#page-wide #wrap-content {
	width: 750px;
	float: left;
	padding: 0;
	margin: 0;
	background-color: transparent;
	overflow: hidden;
}

#page-wide #navcrumbs {
	padding-left: 222px;
}

#page-wide #content {
	position: relative;
	left: 222px;
}

table.partner {
	position: relative;
	left: -222px;
	width: 100%;
	border-collapse: collapse;
}

table.partner tr {
	background: url(img/bg-rule.gif) left top no-repeat;
	border-collapse: collapse;
}

table.partner th {
	text-align: left;
	padding: 0.5em 10px;
	background: #655 url(img/bg-partner-th.gif) left top repeat-y;
}

table.partner th h2 {
	width: 200px;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0.9em !important;
	line-height: 1em !important;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

table.partner td {
	padding: 20px;
	vertical-align: middle;
	background-position: right top;
	width: 508px;
	border-collapse: collapse;
}

table.partner td.partner_image {
	padding: 2px 2px 0 0;
	border-collapse: collapse;
	width: 200px;
	text-align: right;
	background-position: left top;
}

table.partner h3 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1em !important;
	line-height: 1.5em !important;
	font-weight: bold !important;
}

table.partner p {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.5em !important;
}

table.partner .partner_bul {
	color: #999;
}

