@charset "utf-8";

#containerSite {
	width:965px;
	margin:0 auto;
	padding:0 15px;
	background:url(/templates/ClearSign/_sysImages/bgShadowMiddle.png) center 0 repeat-y;
}

.shadowTop {
	width:995px;
	height:15px;
	margin:10px auto 0;
	background:url(/templates/ClearSign/_sysImages/bgShadowTop.png) center 0 no-repeat;
}

.shadowBottom {
	width:995px;
	height:15px;
	margin:0 auto 10px;
	background:url(/templates/ClearSign/_sysImages/bgShadowBottom.png) center 0 no-repeat;
}

#containerHead {
	width:965px;
	position:relative;
	background:#000;
	z-index:2;
}

#containerToolbox {
	position:absolute;
	top:16px;
	right:215px;
	width: 380px;
}

#containerNavigation {
	height:30px;
	position:absolute;
	top:95px;
	left:25px;
	padding:0 0 0 5px;
	background:url(/templates/ClearSign/_sysImages/bgNavMainLeft.gif) left top no-repeat;
	z-index:1000;
}

#containerLoginScala {
	float:right;
	margin:5px 0 0;
}

.logo {
	float:left;
	display:inline;
}

#containerHeadFlash {
	width:124px;
	height:90px;
	display:inline;
	float:right;
	overflow:hidden;
}

#containerBanner {
	width:965px;
	height:340px;
	overflow:hidden;
	position:relative;
	border-top:5px solid #5A7EBE;
	border-bottom:5px solid #5A7EBE;
	background:#000;
	z-index:1;
}

#containerContent {
	width:965px;
	background:#000;
}

#containerBoxes {
	width:965px;
	margin:0;
	background:#000;
}

#containerBoxes .box {
	width:321px;
	float:left;
	overflow:hidden;
}

#containerBoxes .middleBox {
	border-left:1px solid #445A80;
	border-right:1px solid #445A80;
}

#containerBoxes .box h2 {
	margin:10px 15px;
	line-height:30px;
	font-size:22px;	
}

#containerBoxes .box p {
	margin-left:15px;
	margin-right:15px;
}

#content {
}

#content h1.pageTitle {
}

#containerFooter {
	width:965px;
	font-size:9px;
	text-transform:uppercase;
	text-align:center;
	background:#000;
}

#containerFooter a {
	color:#FFF;
}

#containerFooter ul.partners {
	font-size:12px;
	list-style-type:none;
	display:inline-block;
	text-align:center;
	margin:7px auto;
}

#containerFooter ul.partners li {
	display:inline;
	padding:3px 10px;
	border-left:1px solid #7d766a;
}

#containerFooter ul.partners li.firstListItem {	
	border:none;
}

#containerContentWhite {
	width:965px;
	min-height: 340px;
	_height: 340px;
	background:#fff;
	border-top:5px solid #5A7EBE;
}

#contentWhite {
	color: #000;
	padding: 15px 25px 15px 25px;
}

#formSearch,
#localLogin {
	position:relative;
	display:inline;
}

#localLogin {
	display:block;
	margin:10px 0 0;
}

#localLogout {
	display:inline-block;
	margin:12px 10px 0 0;
	float:right;
}

#formSearch input,
#localLogin input {
	display:inline;
	float:right;
}

#formSearch input.formField,
#localLogin input.formField {
	margin:1px 4px 0 0;
	color:#FFF;
	font-size:11px;
	padding:2px;
	width:140px;
}

#localLogin input.formField {
	width:110px;
}

#formSearch input.formButton {
	margin:-1px;
	border:0 none;
}

/* Searchresult pages */

ul.horizontalListSearchResult {
	margin:0;
	padding:1em 0 0 0;
	list-style-type:none;
	border-top: solid 1px #E8E8E1;
	color:#b8b8b8;
}

ul.horizontalListSearchResult span {
	color:#333;
	font-weight:bold;
}

ul.horizontalListSearchResult li {
	display:inline;
}

ul.horizontalListSearchResult li a,
ul.horizontalListSearchResult li span {
	padding:0 2px 0 2px;
}

/* Misc settings */

.clearAllFloat {
	clear:both;
}

.formButton {
	border:0;
}

.validationMessage {
	color:#F00;
	font-size:11px;
	clear:both;
	margin:10px 0 0;
}

.ClrSignLogout {
	font-size:12px;
	color:#009ee0;
	background:none;
	padding:3px;
	margin:0;
	border:0px solid #000;
	cursor:pointer;
}

/* Select language */

ul#selectLanguage {
	float:right;
	list-style-type:none;
	list-style-position:outside;
	padding:0;
	margin:0;
}

ul#selectLanguage li {
	float:left;
	list-style-type:none;
	padding:0;
	margin:0;
}

ul#selectLanguage li a {
	display:inline-block;
	padding:0 0 0 2px;
}

ul#selectLanguage li#active a {
	color:#3b3b3b;
}

/* User templates */

.wrapperContentTemplate {
	width:965px;
}

.textImage .left {
	width:501px;
	padding:10px 0 0 20px;
	float:left;
}

.textImage .right {
	width:424px;
	float:right;
}

.twoEqual .left {
	width:452px;
	padding:10px 0 0 20px;
	float:left;
}

.twoEqual .right {
	width:452px;
	padding:10px 20px 0 0;
	float:right;
}

.wideLeft .left {
	width:604px;
	padding:10px 0 0 20px;
	float:left;
}

.wideLeft .right {
	width:300px;
	padding:10px 20px 0 0;
	float:right;
}

.wideRight .left {
	width:300px;
	padding:0 0 0 20px;
	float:left;
}

.wideRight .right {
	width:604px;
	padding:0 20px 0 0;
	float:right;
}

.entireWidth {
	width:925px;
	padding:10px 20px;
}

/* User font-styles */

.SAIngress,
p.SAIngress {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#898989;
}


