/* GENERAL */
BODY{
	background:#f9f9f9 url('../images/background.jpg') repeat-x;
	color:#333333;
}

#container{
	width:932px;
	margin:0 auto;
	background: url('../images/container_bg.png') repeat-y;
}

.clear{
	clear:both;
	padding:0;
	margin:0;
	height:0;
}

H1{
	font-weight:bold;
	font-size:2em;
}

H2{
	font-weight:bold;
	font-size:1.5em;
}

H3{
	font-weight:bold;
	font-size:1em;
}

H4{
	font-size:1em;
}
/* END GENERAL */

/* HEADER */
#header{
	background: url('../images/page_top.jpg') no-repeat;
	width:932px;
	padding-top:39px;
	height:82px;
}


#logo{
	background: url('../images/logo.jpg') no-repeat;
	height:69px;
	overflow:hidden;
	margin-left:30px;
}

#logo H1 A{
	display:block;
	height:0;
	float:left;
	margin:0;
	padding-top:60px;
	overflow:hidden;
	width:280px;
}

#topmenu{
	text-align:right;
	margin-right:30px;
	color: #9a9a9a;
	font-size: .9em !important;
	font-weight:normal !important;
}

.lang_selected{
	color : #f37e00 !important;
	font-size: .9em !important;
}

#topmenu A:LINK, #topmenu A:VISITED {
	color: #9a9a9a  !important;
	text-decoration:none  !important;
	font-size: .9em !important;
	font-weight:normal !important;
}

#topmenu A:HOVER { 
	color : #f37e00 !important;
	text-decoration:none  !important;
	font-weight:normal !important;
}

#menu{
	float:right;
}

#menu UL{
	list-style:none;
	margin-right: 13px;
}

#menu LI{
	float:left;
	margin-right:20px;
	margin-top:22px;
}

#menu A:LINK, #menu A:VISITED {
	color: #9a9a9a;
	text-decoration : none;
	font-size: 1.25em;
	font-weight:bold;
}

#menu A:HOVER { 
	color : #f37e00;
	text-decoration : none;
}

#menu A:ACTIVE {
	color : #f37e00;
	text-decoration: none;
}

#menu LI:hover{
	padding-bottom: 2px;
	border-bottom: 2px solid #f37e00;
}

#menu .selected{
	color : #f37e00 !important;
	padding-bottom: 2px;
	border-bottom: 2px solid #f37e00;
}

/* END HEADER */

/* HOME PAGE */
#flash_home{
	width:872px;
	height:236px;
	margin: 0 30px;
	background-color:#cccccc;
}

#bottom_home{
	margin: 18px 30px 0 30px;
}

#intro{
	float:left;
	width:410px;
	height:130px;
}

#intro H1{
	margin-top:10px;
}	

#feature{
	float:left;
	width:177px;
	height:131px;
	background: url('../images/home_feature_bg.jpg') no-repeat;
	margin-right:15px;
	margin-left:30px;
	padding:15px;
}

#feature H2{
	margin-bottom:11px;
	padding:0;
}


#news{
	float:left;
	width:177px;
	height:131px;
	background: url('../images/home_feature_bg.jpg') no-repeat;
	padding:15px;
}

#news H2{
	margin-bottom:3px;
	padding:0;
}

#news EM{
	margin-bottom:8px;
	padding:0;
	display:block;
	color:#606060;
}

/* END HOME PAGE */

/* CONTENT */
#main{
	background: url('../images/content_bg.gif') repeat-y;
	width:872px;
	margin: 0 30px;
}

.content_top{
	background: url('../images/content_top.gif') no-repeat;
	width:872px;
	margin: 0 30px;
	height:14px;
}

#content{
	float:left;
	width:570px;
}

.title{
	width:530px;
	padding: 0 20px;
	margin-top:15px;
}

.title H1{
	margin:20px 0;
	padding:0;
}

.breadcrumbs{
	color:#ffb049;
	font-size:.8em;
}

#body_text{
	width:530px;
	padding: 0 20px;
	min-height:300px;
}

.body_image{
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}

.grid_left{
	width:248px;
	height:130px;
	padding: 15px 15px 15px 0;
	margin-left:20px;
	border-right: 1px solid #f0f1f1;
	border-bottom: 1px solid #f0f1f1;
	float:left;
}

.grid_right{
	width:248px;
	height:130px;
	padding: 15px 0 15px 15px;
	margin-right:20px;
	border-bottom: 1px solid #f0f1f1;
	float:left;
}

.gridImg_left{
	width:248px;
	height:155px;
	padding: 15px 15px 15px 0;
	margin-left:20px;
	border-right: 1px solid #f0f1f1;
	border-bottom: 1px solid #f0f1f1;
	float:left;
}

.gridImg_right{
	width:248px;
	height:155px;
	padding: 15px 0 15px 15px;
	margin-right:20px;
	border-bottom: 1px solid #f0f1f1;
	float:left;
}

.gridImg_left IMG, .gridImg_right IMG{
	float:right;
	padding-left:10px;
}

.team{
	width:520px;
	margin: 0 20px;
	border-bottom: 1px solid #f0f1f1;
	display:block;
	padding:20px 0;
}

.team IMG{
	float:left;
	border: 1px solid #a7a7a7;
	margin-right:20px;
}

.team_text{
	float:left;
	width:340px;
}

.associations{
	width:520px;
	border-top: 1px solid #f0f1f1;
	display:block;
	padding:20px 0;
}

.associations IMG{
	float:left;
	margin-right:20px;
}

.associations_text{
	float:left;
	width:300px;
}

#content LI{
	margin-left:15px;
}

.newsitem H2{
	margin-bottom:4px;
}

.newsitem EM{
	margin-bottom:8px;
	padding:0;
	display:block;
	color:#606060;
}

.seperate{
	display:block;
	border-top:1px solid red;
}

#services_diagram{
	float:right;
	margin-top:-20px;
	padding:0 5px;
}

.location {
	display:block;
	border:1px solid #d7d7d7;
	background-color:#f5f5f5;
	padding:10px;
	margin-bottom:10px;
	width:510px;
}

/* END CONTENT */

/* FORMS */
FORM UL{
	list-style:none;
}

FORM LI{
	margin-bottom:10px;
	margin-left:0 !important;
}

LABEL{
	width:155px;
	display:block;
	float:left;
}

.gui_text, .gui_textarea{
	width:200px;
	background-color:#f4f5f5;
	border:1px solid #a7a7a7;
	height: 13px;
	padding-top:2px;
}

.gui_textarea{
	height:100px;
}

.gui_select{
	width:202px;
	background-color:#F4F5F5;
	border:1px solid #a7a7a7;
}

.submit{
	padding-left:296px;
}

.errorlabelfull {
	color: #f00;
}
.inputerror {
	border: 1px solid #f00;
}
.errors {
	border: 1px	 solid #f00;
	background: #fdc;
	padding: 10px;
	color: #900;
	margin: 10px 0;
}

/* END FORMS */

/* SUBMENU */

img, #submenu LI{ behavior: url(iepngfix.htc); }


#submenu{
	float:left;
	width:155px;
	background: #343434 url('../images/submenu_bg.jpg') no-repeat;
	min-height:363px;
}

#submenu UL{
	list-style:none;
	border-bottom: 1px solid #68784b;
}

#submenu LI{
	border-top: 1px solid #68784b;
	min-height:14px;
	padding-left: 12px;
	padding-right: 5px;
	padding-top:6px;
	padding-bottom:6px;
	list-style-position:inside;	
	background:url('../images/submenu_trans_bg.png') repeat;
}

#submenu A:LINK, #submenu A:VISITED {
	color: #FFFFFF;
	text-decoration: none;
}

#submenu A:HOVER { 
	color : #f37e00;
	text-decoration: none;
}

#submenu A:ACTIVE {
	color : #f37e00;
	text-decoration: none;
}

#submenu .selected {
	color : #f37e00 !important;
	text-decoration: none;
}


UL.subsubmenu{
	border:none !important;
	margin-top:2px;
	margin-bottom:2px;
}

LI.subsubmenu{
	border:none !important;
	background: url('../images/arrow.gif') 0 10px no-repeat !important;
	padding-top:10px;
	min-height:14px;
}
/* END SUBMENU */

/* RIGHT PANEL */
#right_panel{
	float:left;
	width:145px;
	overflow:hidden;
}

#right_panel #highlight{
	background: url('../images/right_panel_highlight.jpg') no-repeat;
	width:125px;
	height:145px;
	color:#FFFFFF;
	padding:0 10px;
	overflow:hidden;
	line-height:1.4em;
}

#right_panel H3{
	padding: 6px 10px 0 10px;
	margin:0 0 8px 0;
	background-color:#e2e3e3;
	display:block;
	width:125px;
	height:20px;
}

#right_panel H4{
	margin: 0 10px 3px 10px !important;
	padding:0 !important;
}

#right_panel A{
	margin: 0 10px 5px 10px;
}

/* END LEFT PANEL */

/* FOOTER */
#footer{
	background: #F9F9F9 url('../images/page_bottom.jpg') no-repeat;
	width:932px;
	height:31px;
}

#footer_home{
	background: #F9F9F9 url('../images/page_bottom_home.jpg') no-repeat;	
	width:932px;
	height:31px;
}

.footerlinks{
	float:left;
	margin-top:35px;
	margin-left:28px;
	width:300px;
	color:#cccccc;
}

.footerlinks A:LINK, .footerlinks A:VISITED{
	color:#cccccc;
}

.footerlinks A:HOVER{
	color:#f37e00;
}

.credit{
	float:right;
	margin-top:35px;
	width:110px;
	padding-bottom:10px;
}

.credit A:LINK, .credit A:VISITED{
	color:#cccccc;
}

.credit A:HOVER{
	color:#f37e00;
}
/* END FOOTER */