#wrapper
{
	width:995px !important;
	margin-left:auto ; margin-right:auto;
}
.horizontal-menu{
	margin-top:0px;
	margin-bottom: 0px;
	width:100%;
	padding-bottom:6px;

}

.language-bar{
text-align:right;
}

#center
{
	width:995px !important;
	margin-left:auto ; margin-right:auto;
}



html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
}

/*Font*/
body
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #000;
	background-color: #FFFFFF;
}


/*Links*/
a:link {color: #390c06;}
a:visited{color:#390c06;}
a:active {color: #390c06;}
a:hover{color:#833c00;}
a img{border:0}

small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #AAAAAA;
	background-color: #d1d0d0;
}

#header
{
	position:relative;
	height:122px;
	width:995px;
	background-image: url(../img/northerner-header.jpg);
	margin-top: 0px;
	margin-left: 1px;
}

#header_logo
{
	position:absolute;
}

#header_text
{
	position:absolute;
	left:210px;
	top: 30%;
	color:#fff;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text span
{
	font-size:80%;
}

/* Header menu: home, search, feedback*/
#header_menu
{

	background:#4B6185;
	position:absolute;
	right:55px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#zebra
{
	height:4px;
	
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

/*Content table*/
#content
{
	width:995px;
	margin-top:10px;
	margin-left:1px;

}

/*Left column*/
#content .left-column
{
	height:100%;
	vertical-align:top;
	padding-right: 10px;
	margin: 0px;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	margin: 0px;
}

/*Right column*/
#content .right-column
{
	height:100%;
	vertical-align:top;
	padding-left: 10px;
	margin: 0px;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
#footer
{
	background-color:#833c00;
	color: #FFFFFF;
	margin-top:5px;
	margin-bottom:0px;
	border-top:3px solid #C4AE68;
	border-bottom:3px solid #C4AE68;
	text-align:center;
	height:16px;
	padding:8px;	
}

/*Link in footer*/
#footer a
{
	color: #CFD6E1;
	font-size: 100%;
}

/*Data table*/
table.data-table
{
	border:1px solid #CECECE;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #CECECE;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#E1E5ED;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #CECECE;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F3F6;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}
