@charset "UTF-8";
/* CSS Document */
body{ font-family:"Times New Roman", Times, serif; padding:0px; margin:0px;}

/* macs won't see this! \*/
html, body { 
  height:100%;
   width:100%;
  /* overflow:hidden;*/
}

/* END mac */
#wrapper{ 
	height:100%;
   width:100%;
   display:table;
   vertical-align:middle;
   overflow:hidden; 
}
body{
	overflow/*\**/ :hidden\9;
}

#position {
	display:table-cell;
   	vertical-align:middle;
	height:580px;
	width:100%;
	/*
	overflow:hidden; /**/
}
 
/*
html, body { 
  height:100%;
   width:100%;
}
 
#wrapper{ 
	position:absolute;
top:50%;
left:50%;
   display:table;
   vertical-align:middle;
   
	width:432px;
	height:290px;
}

#position {
	position:relative;
	left:-431px;
	top:-290px;
	height:290px;
	display:table-cell;
   	vertical-align:middle;
}
*/
a img{
	border:none;
}

a{
	text-decoration:none;
	color:#A8A493;
}

dl{
	margin:0px;
	padding:0px;
}

h1{
	margin-top:0px;
	color:#ACB2BB;
	font-size:22px;
	font-weight:bold;
	line-height:23px;
}

h3{
	margin:0px;
	color:#ACB2BB;
}

div.teamcontainer h3{
	color:#b8b4a3;
	background-color:#ECEBE7;
	line-height:36px;
	padding-left:10px;
	text-transform:uppercase;
	font-weight:normal;
	background-image:url(../images/plus.jpg);
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
}

div.teamcontainer{
	background-color:#f7f7f5;
	margin-bottom:5px;
	clear:both; 
	position:relative;
}

div.teamcontainer div{
	padding:3px 0px 3px 1px;
}

div.teamcontainer div div{
	padding:0px;
}

div.teammember{
	text-align:center;
	width:59px;
	height:80px;
	overflow:hidden;
	background-color:#f7f7f5!important;
	/*padding:6px 6px 0px 0px!important;*/
	padding:3px 0px 0 0!important;
	 
	float:left;
}

div.desc{
	color:#b8b4a3;
	text-transform:uppercase;
}

p{
	color:#4C4C4C;
}

ul li a img{
	border-bottom:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
}

ul li ul li a img{
	border-bottom:none;
	border-right:none;
}

ul{
	padding:0px 0px 0px 18px;
	margin:0px;
}

ul li ul{
	padding:0px;
	margin:0px;
}

ul li{
	margin:0px 0px 3px 0px;
	padding:0px;
	list-style-type:none;
	width:139px;
} 

ul li.active ul li{
	margin-left:0px;
	width:139px;
	background-color:#f1f0ed;
	background-image:url(../images/bullet.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;	
	display:block;
}

ul li.active ul li a{
	padding-left:10px;
	width:129px;
}

ul li.active ul{
	/*padding-bottom:5px;*/
	background-color:#f1f0ed;
	
}

ul li ul li{
	margin:0px;
	padding:0px;
	line-height:5px;
	display:none;
}

#container{
	font-size:14px;
	line-height:18px;
	width:862px;
	height:580px;
	overflow:hidden;
	border:1px solid #000;
	margin:0px auto;
	border:1px solid #B2B2B2;
}

#header{
	height:82px;
	width:568px;
	background-image:url(../images/header.jpg);
	border-bottom:1px solid #B2B2B2;
	float:left;
}

#topright{
	height:82px;
	width:293px;
	background-color:#ecebe7;
	border-bottom:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	float:left;
}

#languagebox{
	height:82px;
	width:210px;
	float:left;
}
	#languageselection{color:#A8A493;
		font-size:12px;
		line-height:15px;
		list-style:none outside none;
		margin:0;
		margin-top:18px;
		padding-bottom:0;
		padding-left:10px;
	}
	#languageselection li{
		margin:0px;	
	}
	#languageselection li a {
		color:#A8A493;
	}
	
#navi{
	position:relative;
	height:452px;
	width:175px;
	background-color:#ecebe7;
	padding-top:18px;
	border-right:1px solid #B2B2B2;
	float:left;
}

#leftcontent{
	width:356px;
	height:452px;
	padding:18px 18px 0 18px;	
	float:left;
	border-right:1px solid #B2B2B2;
	overflow:auto;
}

#rightcontent{
	width:267px;
	height:439px;
	padding:18px 13px 13px 13px;
	float:left;
	position:relative;
}
	#rightcontent ul{
		width:248px;
		list-style-image:url(../images/bullet.gif);
		list-style-type:none;
		margin:0;
		padding-left:13px;
	}
	
	#rightcontent ul li{
		width:248px;
		padding-bottom:6px;
		color:#4C4C4C;
	}
	#rightcontent p b{
		color:#989EA6;
		margin:5px 0px;
	}
	
#content{
	height:434px;
	padding:18px;
	float:left;
}

/*** FOOTER  ***/

#footer{
	border-top:1px solid #B2B2B2;
	width:862px;
	height:25px;
	float:left;
		font-family:Verdana,sans-serif;
		font-size:10px;
	background:transparent url(../images/footer.jpg) no-repeat scroll 0 0;
}
	.footerlogo {
		color:#A8A493;
		line-height:25px;
		padding-left:13px;
		width:600px;
		float:left;
	}
	a.footerlogo:link, a.footerlogo:visited {
		color:#A8A493;
	}
	a.footerlogo:hover {
		color:#4C4C4C;
		text-decoration:none;
	}

.eroom{ width:239px; float:left;  padding:3px 10px 0 0; text-align:right;}
	
/*** EMAIL FORM ** */
input.smaller{ width:100px !important;}
table.tmailform{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

table.tmailform input{
	height:12px;
	width:240px;
	background-color:#EEE;
	border:1px solid #CCC;
}

table.tmailform .input-light-grey-submit{
	height:18px;
	width:80px;
}

table.tmailform textarea{
	background-color:#EEE;
	border:1px solid #CCC;
	width:240px;
}

table.tmailform .tmail-err-txt{
	color:#F00;
}

#print{
	position:relative;
	bottom:492px;
	left:845px;
	width:10px;
	height:10px;
}

/* address */
.small{ position:absolute; top:330px; font-size:11px; color:#4C4C4C; line-height:12px; margin:28px 0px 0 20px; }
.small a{color:#4C4C4C;  }

/* content */
#rightcontent .csc-menu{ position:absolute; top:435px; right:10px; list-style-type:none; list-style-image:url() !important; display:inline; width:auto; font-size:11px;}
#rightcontent .csc-menu li{ width:26px; float:left;}
#rightcontent .csc-menu li a:hover,#rightcontent .csc-menu li a.active{color:#4c4c4c;}
