@import url("./content.css");

body, html {
	height:100%;
	margin:0px;
	padding:0px;
	color:#7d7d7a;
	background:#fff;
}

/* Links */

li {margin:0; padding:0;}
ul {margin:0; padding:0; }
ul{ list-style-type:none; 
    }
ul  { padding-left:15px; }
ul li {  }
ul li ul li { margin-bottom:2px; }
li {
	list-style:disc;
}

#centercontainer {
	position:relative;
	top: 0px;
	left:50%;
	width:1000px;
	height:auto;
	margin-left:-500px;
}

#sitecontainer {
	position:relative;
	background:#fff url('../../../images/sitegradient.gif') top left repeat-y;
	width:1000px;
	padding-bottom:1px;
	height:auto;
	overflow:hidden;
}
#mainmenu {
	position:absolute;
	top:20px;
	width:800px;
	z-index:1005;
}
#mmback {
	position:absolute;
	top:-5px;
	left:-20px;
	height:83px;
	width:953px;
	background: #fff url('../../../images/mmback.gif') top left no-repeat;
}
#contentcontainer {
	position:relative;
	top:0px;
	width:942px;
	left:32px;
	min-height:545px;
	height:auto !important;
  	height:545px;
}
#homediv {
	position:absolute;
	border-top:1px solid #ddd;
	top:80px;
	left:-6px;
	z-index:1000;
	
}
#contentbox {
	position:relative;
	top:0px;
	padding-top:80px;
	left:-5px;
	width:935px;
	height:auto;
	
}

	


#showcase {
	position:absolute;
	top:0px;
	padding-top:0px;
	left:307px;
	width:640px;
	height:348px;
	
	overflow:hidden;
	z-index:999;
	
}

#homeback_left {
	position:absolute;
	
	top:0px;
	left:-2px;
	width:309px;
	height:348px;
	z-index:998;
	
}

#credits {
	position:absolute;
	bottom:32px;
	left:979px;
	width:14px;
	height:67px;
	z-index:1000;
	background-color:#00519d;
	overflow:hidden;
}
.submitbutton {
	border:0px solid;
	width:48px;
	background:transparent;
	cursor:pointer;
	padding:0px;
	margin:0px;
}
/* Contactform */

#contactform {
	position:relative;
	width:100%;
	overflow:hidden;
	
}
#contactformtable td {
	border:0px solid #4d4d4d;
	text-align:left;
	vertical-align:top;
	padding:3px;
	font-weight:normal;
}
.textfield {
	font: 11px/1.5em Arial, sans-serif;
	background-color:#f3f3f3;
	border:1px solid #4d4d4d;
	color:#4d4d4d;
}
#contactformtable input,#contactformtable textarea,#contactformtable select {
	font: 11px/1.5em Arial, sans-serif;
	padding:0px;
	background-color:#f3f3f3;
	border:1px solid #4d4d4d;
	color:#4d4d4d;
}
input {
	font: 11px/1.5em Arial, sans-serif;
}
#contactformtable input:focus, #contactformtable textarea:focus,#contactformtable select:focus, #contactformtable input:hover, #contactformtable textarea:hover, #contactformtable select:hover {
	font: 11px/1.5em Arial, sans-serif;
	padding:0px;
	border:1px solid #00519d;
}
#errorbox {
	background-color:#000000;
	color:white;
	text-align:center;
	color:white;
	padding-top:10px;
	border:1px solid #00519d;
	position:absolute;
	z-index: 15000;
	top:20px;
	left:85px;
	height: 79px;
	width: 285px;
	visibility: hidden;
}
#login {
	padding-top:13px;
}
#login form {
	padding:0px;
	margin:0px;
}
#topgradient {
	position:relative;
	background:#fff url('../../../images/topgradient.gif') top left no-repeat;
	width:1000px;
	height:19px;
}
#footergradient {
	position:relative;
	top:0px;
	left:-27px;
	background:#fff url('../../../images/footergradient.gif') top left no-repeat;
	width:995px;
	height:25px;
	overflow:hidden;
}
#content {
	position:relative;
	border-top:1px solid #ddd;	
	z-index:999;
	margin-bottom:120px;
	background: transparent url('../../../images/contentback.gif') bottom left no-repeat;
	
}
#maincontent {
	position:relative;
	min-height:347px;
	height:auto !important;
  	height:347px;
	
}

.tool-tip {
	color: #fff;
	height:auto;
	width:auto;
	max-width:200px;
	z-index: 13000;
	background:#222;
	-moz-opacity:0.80;
	opacity:0.80;
	filter: alpha(opacity=80);

}
 
.tool-title {
	font-weight: bold;
	height:auto;
	font-size: 11px;
	margin: 0;
	color: #f4e100;
	padding: 8px 8px 4px;
	background:#222; 
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	text-align:left;
	font-weight:normal;
	height:auto;
	background: #222;
}
.galleryimg {
	border:1px solid transparent;
	background:#fff;
	padding:3px;
	margin:3px;
	-moz-opacity:0.90;
	opacity:0.90;
	filter: alpha(opacity=90);
}
.galleryimg:hover {
	border:1px solid #ddd;
	padding:3px;
	-moz-opacity:1.00;
	opacity:1.00;
	filter: alpha(opacity=100);
}
#references {
	position:relative;
	height:500px;
	width:900px;
}
#accordion {
	position:relative;
	top:0px;
	width:275px;
	
}
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
	cursor:pointer;
	background:#dce7ef url(../../../images/accarrowleft.gif) 98% center no-repeat;
}
 
.element {
 
}
#ajaxcontent {
	position:absolute;
	top:0px;
	left:300px;
	width:500px;
	
	
}

#ajaxcontentloading {
	
}

#sitebottom {
	position:relative;
	top:10px;
	left:-16px;
	width:965px;
	
}

#sb_back {
	position:absolute;
}
#sb_text1 {
	position:absolute;
	text-align:left;
	top:10px;
	left:8px;
	width:388px;
	height:84px;
	padding:5px;
}
#sb_text1 img, #sb_text2 img, #sb_text3 img {
	padding-bottom:5px;
}
#sb_text2 {
	position:absolute;
	text-align:left;
	top:10px;
	left:422px;
	width:249px;
	height:84px;
	padding:5px;
	
}
#sb_text3 {
	position:absolute;
	text-align:left;
	top:10px;
	left:697px;
	width:249px;
	height:84px;
	padding:5px;
	
}

.toggler {
	height:20px;
	padding-left:5px;
	padding-top:4px;
	padding-right:5px;
	border-top:0px solid;
	border-bottom:1px solid;
	margin-bottom:1px;
	cursor:pointer;
}
.element {
	padding:5px;
	background:white;
	height:100%;
}

#accordion {
	position:relative;
	top:0px;
	height:auto;
	width:100%;
}
#accordionwrapper {
	position:relative;
	width:100%;
	
}
.registerform td {
	border-top:1px dotted #a3a3a3;
	padding-top:2px;
}
.registerform td input {
	width:90px;
}
.joblist {
	border:1px solid #ddd;
	margin-bottom:10px;
}
.joblist td {
	padding:5px;
	background-color:#fdfdfd;
}
.joblist th {
	background-color:#f3f3f3;
	font-weight:normal;
	padding:5px;
}

.jobtitle {
	font-size:14px;
	font-weight:bold;
}

