/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
}

body {
	height: 100%;
	font-family: tahoma, arial, helvetica,verdana;
	font-size: 11px;
	background: #666666;
	color:#000;
	min-width: 831px;
}

a{
	color:#333;
	text-decoration: underline;
}
a:hover{
	color:#333;
	text-decoration: none;
}
br{
	clear: both;
}


/* MAIN PAGE */
#outer{
	height:99.9%;
	min-height:100%;
	width:831px;
	color: #000000;
	text-align:left;
	margin:auto;
	background: url("../img/gradientBackground.jpg") repeat-y 0 0;
	position:relative;
	overflow:visible;
	padding: 0 0 0 0;
}
/* mac hide \*/
* html #outer{width:799px}
/* end hide*/
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#macinner{
	width:831px;	
} 
#header{
	position:absolute;
	top:0;
	left:-2px;
	width:799px;
	height:260px;
	overflow:hidden;
	color: #000000;
	z-index:100;
	margin-left: 18px;
}
/* mac hide \*/
* html #outer, * html #header {width:928px}
/* end hide*/


#clearfooter {width:100%;height:28px;clear:both} /* to clear footer */
html>body #minHeight{float:left;width:0px;height:100%;margin-bottom:-28px;} /*safari wrapper */


div,p  {margin-top:0}/*clear top margin for mozilla*/
#footer {
	clear: both;
	height:28px;/*same height as margin bottom on body*/
	width:100%;
	position:absolute;
	bottom: 0;
	text-align:center;
	background: url("../img/gradientBackground.jpg") repeat-y 0 0;	
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
/* mac hide \*/
* html #footer {/*only ie gets this style*/
	height:28px;/* for ie*/
}
/* end hide*/




#topbar{
	height: 40px;
}

#banner{
	float: left;
	height: 220px;
	background: #fff;
	width: 100%;
}			


/* TOPMENU */
#topmenu{
	float: left;
	padding:0;
	padding-top:174px;
	height: 70px;
}

#topmenu ul{
	padding: 0px;
	margin:20px 0 0 0;	
}
	#topmenu ul li{
		list-style-type: none;
		display: inline;
		float: left;
	}

	#topmenu ul li a{
		display: block;
		color: #414141;
		text-decoration: none;
		padding: 5px 14px 5px 14px;
		margin-right: 5px;
		height: auto;
		width: auto;
		text-align: center;
		background: #fff;
		font-size: 13px;
		font-weight: bold;
	}
	
	#topmenu ul li a:hover,#topmenu ul li a.active{
		color: #fff;
		background: #d14141;
		font-weight: bold;
	}
	#topmenu ul li a.first{
		width: 87px;
		text-align: right;
	}


/* CENTER */		
#centrecontent{
	width:799px;
	margin:0;
	padding: 0 0 0 16px;
	padding-top:260px;/*make room for header*/
	color: #333;
}
#centrecontent h1.title{
	float: left;
	color: #333;
	font-size: 16px;
	margin: 35px 0 0px 40px;
	padding: 0;
	width: 100%;	
}
#centrecontent h2.subtitle{
	color: #666;
	font-size: 13px;
	float: left;
	margin: 25px 0 0px 40px;	
	width: 100%;
}

#centrecontent h3{
	font-size: 11px;
	font-weight: normal;
}

#centrecontent h3.smalltitle{
	color: #888;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 15px;
	border: 1px #aaa solid;
	border-width: 0 0 1px 0;
}
#centrecontent .cntText{
	float: left;
	width: 90%;
	margin: 15px 40px 40px 40px;
	line-height: 18px;
}



/* SUBMENU */
#submenuheader{
	float: left;
	background: #d14141;
	width: 100%;
	height: auto;
	min-height: 128px;
	margin-bottom: 30px;
}


#submenuheader .block{
	width: 39%;
	float: left;
	height: auto;
	margin: 30px 0 30px 40px;
}
#submenuheader .leftstripe{
	border-width: 0 0 0 1px;
	border-color: #fff;
	border-style: dotted;
	padding-left: 43px;
	width: 41%;
}
#submenuheader .fullblock{
	width: 100%;
	float: left;
	height: auto;
	margin: 30px 0 30px 40px;
}
#submenuheader h1{
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 20px 0;	
	float: left;
}
#submenuheader p{
	float: left;
	color: #fff;
	width: auto;
	line-height: 18px;
	font-size: 12px;
}
#submenuheader .readmore{
	color: #fff;
	clear: both;
	display: block;
	margin-top: 10px;
	text-decoration: none;
}
#submenuheader .readmore:hover{
	text-decoration: underline;
}
#submenuheader .headerswitch{
	float: left ;
	text-decoration: none;
	margin: 10px 0 0 60px;
	
}
#submenuheader .headerswitch:hover{
	text-decoration: underline;	
}
#submenuheader a.first{display: block; clear: left;}
#submenuheader span.small{display: block; clear: both; font-size: 10px;padding-left: 9px; font-style: italic;}

#submenuheader ul{
	padding: 0px;
	margin:10px 0 0 0;
	float: left;
	clear: both;	
}
	#submenuheader ul li{
		list-style-type: none;
		display: inline;
		float: left;
	}

	#submenuheader ul li a{
		display: block;
		clear: none;
		color: #fff;
		text-decoration: none;
		padding: 2px 20px 2px 20px;
		margin: 0;
		margin-right: 5px;
		height: auto;
		width: auto;
		text-align: center;
		font-size: 13px;
		font-weight: normal;
		border-width: 0 1px 0 0;
		border-color: #fff;
		border-style: dotted;		
	}
	
	#submenuheader ul li a:hover,#submenuheader ul li a.active{
		color: #333;
		text-decoration: underline;
	}
	#submenuheader ul li a.first{
		border-width: 0 1px 0 1px;
	}


#gradient{
	background: #ccc url("../img/home-gradient.jpg") repeat-x;
	height: 92px;
	width: 100%;
	float: left;
}



/* NEWS */
.newsitem{
	color: #333;
	border: #ddd solid 1px;
	padding: 8px;
	float: left;
	width: 700px;
	background:#efefef;
	margin: 0 0 10px 40px;
	height: 1%;
	font-size: 11px;
	cursor: pointer;
}
.newsitem:hover{
	border-color: #999;
	background: #f8f8f8;
}

.newsitem .thumb{
	width: 90px;
	margin: 0 20px 2px 0;
	border: #aaa solid 1px;
	float: left;
}


.newsitem h3{
	display: block;
	float: left;
	clear: both;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 13px;
	color: #333;
}
.newsitem .newscontent{	
	float: left;
	width: 550px;
	height: auto;
	margin:0;
	clear: right;
}
.newsitem .readmore{
	float: left;
	text-decoration: underline;
	clear: both;
	display: block;
	margin: 5px 0;
	font-weight: bold;
}
.newsitem .readmore:hover{
	text-decoration: none;
}
.newsitem .newsdetail{
	display: block;
	float: left;
	padding:0;
	margin: 5px 0;
	clear: both;
	font-size: 11px;
}


/* LINKS */
.linkitem{
	color: #333;
	border: #ddd solid 1px;
	padding: 8px;
	float: left;
	width: 700px;
	background:#efefef;
	margin: 0 0 10px 40px;
	height: 1%;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
}
.linkitem:hover{
	border-color: #999;
	background: #f8f8f8;
}

.linkitem .thumb{
	width: auto;
	margin: 0 20px 2px 0;
	border: #aaa solid 1px;
	float: left;
}
.linkitem .linkcontent{	
	float: left;
	width: 435px;
	height: auto;
	margin:0;
	color:#333;
}


.linkitem h3{
	float: left;
	clear: both;
	padding: 0;
	width: auto;
	margin: 0 0 10px 0;
	font-size: 13px;
	color: #333;
}
.linkitem .download{
	margin: 0 5px -4px 0;
}



/* JOBS */
#jobsitem{
	margin: 0 0 10px 40px;
	float: left;
	width: 700px;
}
#jobsitem ul{
	padding: 0px;
	margin:0;	
}
	#jobsitem ul li{
		list-style-type: none;
		display: inline;
		float: left;
	}
	#jobsitem ul li a{
		display: block;
		color: #333;
		text-decoration: none;
		padding: 9px 20px 9px 10px;
		width: 690px;
		background:#efefef;
		margin: 0 0 5px 0;
		height: 1%;
		font-size: 11px;
		cursor: pointer;
		color: #333;
		border: #ddd solid 1px;					
	}
	
	#jobsitem ul li a:hover,#jobsitem ul li a.active{
		background: #fafafa;
		border: #aaa solid 1px;	
		color: #333;
	}
	#jobsitem ul li a.first{
		border-width: 0 1px 0 1px;
	}
	
	#jobsitem h2{
		font-size: 13px;
		width: 700px;
		padding: 0 0 4px 0;
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #eee;
		margin: 0 0 12px 0;
	}
	#jobsitem span{
		display: block;
		width: 700px;
		line-height: 16px;
	}
	#jobsitem .back{
		display: block;
		color: #333;
		text-decoration: none;
		clear: both;
		float: left;
		margin: 15px 0 0 0;
	}
	#jobsitem .back:hover{
		color: #333;
		text-decoration: underline;
	}	



/* FOOTER */
#address{
	color: #333;
	text-align: center;
	width: 831px;
	margin-bottom: 15px;
}
#address a{
	text-decoration: none;
	color: #333;
}
#address a:hover{
	text-decoration: underline;
}

.btn,.lbbtn,.lbbtnback{
	font-family: tahoma, arial, helvetica,verdana;
	font-size: 11px;
	margin: 6px 0 3px 0;
	float: left;
	clear: both;
}

.lbbtn,.lbbtnback{
	font-weight: bold;
	font-size: 13px;
	margin: 16px 12px 3px 0;
	clear: none;
}
.lbbtnback{
	font-weight: normal;
}

.feedback{
	float: left;
	clear: both;
	color: #fff;
}
.feedback a{
	color: #fff;
	text-decoration: underline;
}
.feedback a:hover{
	color: #fff;
	text-decoration: none;
}


form{
	float: left;
	margin: 0px 0 0 40px;
}

form p{
	margin: 0 0 20px 175px;
}

.mailsent{
	float: left;
	margin: 40px 0 0 40px;	
}

select.txt, input.txt, input.contact,textarea {
	font:11px trebuchet,tahoma,Verdana, Arial Helvetica,sans-serif;
	float: left;
	margin: 0 4px 4px 0;
	border: 1px solid #999;
	width: 120px;
	padding: 3px;
}
input.contact,textarea.contact {
	width: 240px;
}
textarea{
	height: 80px;
}
input.btn{
	float: left;
	font-size: 11px;
	border: 1px solid #b2181c;
	background: #b2181c;
	color: #fff;
	padding: 3px 0 3px 0;
	text-decoration: none;
	text-align: center;
	float: left;
	cursor: pointer;
	margin: 0;
	clear: none;	
}
input.button:hover{
	background: #fff;
	color: #000;	
}
input:focus,textarea:focus{
	background: #f5f5f5;
	border-color: #cc3333;
}
.checkbox{
	margin-right: 5px;
}
label{
	float: left;
	width: 160px;
	text-align: right;
	margin: 0 15px 4px 0;
	color: #000;	
	height: 18px;
}	
