/**
*
* Coding by Jack Kwakman
* Copyright &copy; 2008, ELMA Multimedia
*
*/

/**
* Main elements
*/

body {
	text-align: left;
	line-height: 1.0;
	font: 62.5% verdana, lucida, arial, helvetica, sans-serif;
	color: #000;
	background: #ebf6fc;
	margin: 0 0 15px 0;
	padding: 0;
}

a {
	outline: none;
}

.bold {
	font-weight: bold;
}

.clearboth {
	clear: both;
	height: 0;
	font-size: 0px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

table {
	font-size: 1em;
}

p {
	margin: 1em 0 1em 0;
	padding: 0;
}

.required {
	color: red;
}

#topbanner {
	width: 792px;
	height: 90px;
	background: #f9fdfe;	
}

/**
* Form elements
*/

form {
	margin: 0;
	padding: 0;

}

button {
	cursor: hand;
	cursor: pointer;
	overflow:visible;
}

.select {
	background: #ebedec;
	color: #000;
	font-size: 1em;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #c4e1ef;
	padding: 0.3em;
}

.textfield {
	background: #ebedec;
	color: #000;
	font-size: 1em;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #c4e1ef;
	padding: 0.3em;
}

.textarea {
	background: #ebedec;
	color: #000;
	font-size: 1em;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #c4e1ef;
	padding: 0.3em;
}

.submitbutton {
	color: #000;
	font-size: 1em;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	background: transparent;
	border: 0;
	background: url(images/blue/blocks/whiteblue/arrow.gif) no-repeat top right;
	padding: 0 2em 0.2em 0;
	cursor: hand;
	cursor: pointer;
	width:auto;
	overflow:visible;
}

/**
* Search
*/

#search .textfield {
	float: left;
	width: 6.2em;
}

#search .submitbutton {
	float: right;
	margin: 0;
	padding: 0;
}

/**
* Header
*/

#header {
	width: 101em;
}

#logo {
	float: left;
	display: inline;
	width: 21em;
	height: 22.5em;
	background: #ebf6fc url(images/logo.gif) no-repeat left top;
	position: relative;
}

#logo h2 {
	display: none;
}

#logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 21em;
	height: 22.5em;
}

/**
* Menu
*/

#menucontainer {
	margin: 1.8em 0 0 0;
	float: left;
}

div#menu {
	width: 66.5em;
	text-align: left;
	margin: 25px 0 0 0;
	font-size: 1em;
	font-weight: bold;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 3;
}

#nav li a {
	display: block;
	color: #000;
	text-decoration: none;
	margin: 0.3em 1.3em 0 0.3em;
	padding: 0 1.5em 0.5em 0;
}

#nav li li a {
	display: block;
	width: 18em;
	padding: 0.7em 0 0.7em 0;
	margin: 0 0 0 1em;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	background: transparent;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 18em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third lists */
	margin: -3em 0 0 22em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/**
* Rounds
*/

.roundscontainer {
	margin: 3.2em 0 0 0;
	width: 66.5em;
}

.round {
	float: right;
	width: 6.5em;
	height: 6.5em;
	margin: 0 0 0 0.5em;
}

.roundimage {
	position: relative;
}

.roundblock {
	position: absolute;
	top: 0;
	left: 0;
}

/**
* Content
*/

#content {
	width: 88.3em;
}

#breadcrumb {
	font-size: 1em;
	margin: 0 0 1.3em 0;
}

#breadcrumb a {
	text-decoration: none;
	color: #000;
	font-size: 1.1em;
}

#breadcrumb ul {
	list-style: none;
	margin: 0 0 0 2em;
	padding: 0;
}

#breadcrumb li {
	display: inline;
}

#skyscraper {
	clear: both;
	position:absolute;
	top:13.4em;
	left:88.2em;
	width: 120px;
	height: 600px;
}

/**
* Left
*/

#left {
	margin: 0 0 0 2em;
	float: left;
	width: 18em;
	display: inline;
}

#center {
	margin: 0 0 0 1.6em;
	float: left;
	width: 33.9em;
	display: inline;
}

#fullwidth {
	margin: 0 0.5em 0 1.6em;
	float: left;
	width: 64.1em;
	display: inline;
}

#right {
	margin: 0 0.5em 0 1.6em;
	float: right;
	width: 30.2em;
	display: inline;
}

/**
* DOWNLOAD ICONS
*/

#downloads h3 {
	color: #000;
	font-size: 1.2em;
}

#downloads ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#downloads li {
	padding: 3px 5px 5px 25px;
	margin: 0;
}

#downloads .word  {
	background: url(images/icons/word.gif) no-repeat top left;
}

#downloads .file {
	background: url(images/icons/file.gif) no-repeat top left;
}

#downloads .pdf {
	background: url(images/icons/pdf.gif) no-repeat top left;
}

#downloads .jpg {
	background: url(images/icons/jpg.gif) no-repeat top left;
}

#downloads .gif {
	background: url(images/icons/gif.gif) no-repeat top left;
}

#downloads .xls {
	background: url(images/icons/excel.gif) no-repeat top left;
}

#downloads .bmp {
	background: url(images/icons/bmp.gif) no-repeat top left;
}

#downloads .mp3 {
	background: url(images/icons/mp3.gif) no-repeat top left;
}

#downloads .zip {
	background: url(images/icons/zip.gif) no-repeat top left;
}

#downloads .ppt {
	background: url(images/icons/ppt.gif) no-repeat top left;
}

#downloads .tif {
	background: url(images/icons/tif.gif) no-repeat top left;
}

#downloads .mpg {
	background: url(images/icons/mpg.gif) no-repeat top left;
}

#downloads a {
	text-decoration: none;
	font-size: 10px;
}

#downloads a:hover {
	color: red;
}

/**
* Connecting Business
*/

#cb {
	width: 14.1em;
	height: 6.3em;
}

#cb img {
	border: 0;
}

/**
* Overviewtable
*/

#overviewtable {
	clear: both;
}

#overviewtable table {
	margin: 2em 0 2em 0;
	width: 100%;
	border-collapse: collapse;
}

#overviewtable a {
	text-decoration: none;
}

#overviewtable a:hover {
	text-decoration: underline;
}

.overviewtitle, .pager {
	position: relative;
}

.pager a {
	text-decoration: none;
	color: #000;
}

.even {
	padding: 7px;
	text-align: left;
}

.odd {
	padding: 7px;
	text-align: left;
}

.portfoliotable td {
	padding: 0.5em;
}

.portfoliotable img {
	border: 1px solid #000;
}

.blocktext h3 {
	color: #000;
	font-size: 1.2em;
}

.formspacing td {
	padding: 3px;
}

#pagenav ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#pagenav li {
	margin: 0;
	padding: 5px 5px 0 17px;
}

#pagenav .print  {
	background: url(images/print.gif) no-repeat top left;
}

#pagenav .previous {
	background: url(images/previous.gif) no-repeat top left;
}

#pagenav a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: 10px;
}

.calendarbox {
	padding: 12px;
	margin: 0 0 18px 0;
	color: #000;
	text-align: left;
}

.calendarbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	overflow: hidden;
}

.calendarbox li {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
	width: 30px;
	float: left;
}

.calendarbox a {
	text-decoration: none;
}