* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

html{height:100%;overflow: -moz-scrollbars-vertical;}

body {
	background-color: #fff;
	height: 100%;
	background-image:url(../layout/topbg.gif);
	background-repeat:repeat-x;
	background-position:50% 0px;
	}
	
body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	}
	
#wrapper {
	position:relative;
	width: 980px;
	margin:0 auto 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -28px; /* the bottom margin is the negative value of the footer's height */
	z-index:2;
	}

#footer, .push {height: 20px;overflow:hidden;}

#footer {
	position:relative;
	clear:both;
	width:100%;
	background-color:#000;
	display:block;
	z-index:100;
	padding:6px 0 2px 0;
	font-size:11px;
	}
	
#footerinner {
	position:relative;
	width:980px;
	margin: 0 auto 0 auto;
	padding:0px;
	color:#999;
	}	
#footerinner div {position:relative;}

#footer a {color:#888;padding:0 5px 0 5px;}
#footer a:hover {color:#fff;}

#header {
	position:relative;
	width:100%;
	height:130px;
	}

	#logo {
		position:absolute;
		top:45px;
		left:0px;
		}
	
	#topmenu {
	position:relative;
	float:right;
	font-size:11px;
	width:auto;
	color:#999;
	margin:5px 0 0 0;
	}
	#topmenu li {float:left;}
	#topmenu a {color:#999;margin:0 6px 0 0;}
	#topmenu a:hover {color:#fff;}
	
	#mainmenu {
	position:absolute;
	left:0px;
	top:104px;
	font-size:15px;
	width:980px;	
	}
	#mainmenu li {
		float:left;
		position:relative;
		display:block;
		width:200px;
		padding:0 0 0 0;
		margin:0px -2px 0px -2px;
		text-align:center;
		line-height:20px;
		height:26px;
		}
	#mainmenu a {
		position:relative;
		color:#999;
		text-decoration:none;
		display:block;
		line-height:20px;
		margin:0px -2px 0px -2px;		
		width:200px;
		height:16px;
		overflow:hidden;
		}
	
	#mainmenu li.mmon {
		background-image:url(../layout/mainmenubg.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		}
	
#content {
	position:relative;
	display:block;
	height: 100%;
	min-height: 100%;
	margin:0 0 0 0;
	}
	
#crumbs {
	position:relative;
	display:block;
	font-size:11px;
	line-height:12px;
	color:#999;
	height:17px;
	margin:6px 3px 0px 3px;
	}
	#crumbs li {float:left;margin:0 10px 0 0;}
	#crumbs a, #crumbs li.nolink {
		color:#999;
		padding-right:10px;
		background:url(../layout/arrow-crumbs.gif) no-repeat;
		background-position: center right;
		}
	#crumbs a:hover {color:#000;text-decoration:underline;}

	
#submenu {
	position:relative;
	float:left;
	width:180px;
	padding:20px 0 0 0;
	}
	
	#submenu li {_display:inline-block;}
	
	#submenu li.smgroup {
		margin:0px 0px 5px 0px;
		padding:0 0 2px 1px;
		border-bottom:1px solid #ccc;
		}
	
	#submenu li a {
		display:block;
		color:#666;
		font-size:12px;
		text-decoration:none;
		margin:0 0 0 3px;
		padding:0 0 5px 10px;	
		background-image:url(../layout/arrow-grey.gif);
		background-repeat:no-repeat;
		background-position:left 3px;
		line-height:15px;
		}
		#submenu li li a {
			margin-left:15px;
			font-size:11px;
			line-height:13px;
			}
	#submenu li a:hover, #submenu li a.active {
		color:#06c;
		background-image:url(../layout/arrow-blue.gif);
		}
	#submenu li a.parent, #submenu li.active {color:#06c;}
	
#pagecontent {
	position:relative;
	float:right;
	width:756px;
	border-left:1px solid #ccc;
	padding:20px 1px 25px 25px;
	}
	
	#col1 {
		position:relative;
		float:left;
		width:470px;
		}
		.full#col1 {width:757px;}
		
		.fullbox {
			position:relative;
			display:block;
			border-top:1px solid #06c;
			border-bottom:1px solid #06c;
			margin:10px 0 20px 0;
			padding:0 0 0 10px;
			height:158px;
			}
			.fullbox .text {width:450px;float:left;}
			.fullbox img {float:right;margin:0 0 0 0;}
		
	#col2 {
		position:relative;
		float:right;
		width:250px;
		padding:0px;
		margin:7px 0 0 25px;
		}
		
	#col2 img.smallpic {float:right;margin:5px 0 10px 10px;}
		
		#col2 .infobox {
			padding:0px 0px 8px 0px;
			font-size:12px;
			border-top:1px solid #06c;
			border-bottom:1px solid #06c;
			}
			#col2 .infobox p {
				color:#555;
				line-height:16px;
				font-size:12px;
				}
			#col2 .infobox p, #col2 .infobox h2 {padding-left:2px;padding-right:2px;}	
			#col2 .infobox img {border-bottom:1px solid #06c;}
			#pagecontent #col2 .infobox ul {padding:0 0 0 2px;margin:0 0 0 0;}
			#pagecontent #col2 .infobox li {
				padding:0 0 0 8px;
				background-image:url(../layout/arrow-blue-smallest.gif);
				background-repeat:no-repeat;
				background-position:0 6px;
				margin:8px 0 0 0;
				}

		#col2 .infobox2 {
			padding:2px 2px 2px 2px;
			margin:0 0 20px 0;
			border-bottom:1px solid #06c;
			}
			#col2 .infobox2 p {color:#555;line-height:16px;font-size:12px;}
			
/* MAPS */

#maps {
	position:absolute;
	z-index:100;
	display:block;
	top:250px;
	left:0px;
	}
	
	#maps .region {
		float:left;
		display:block;
		width:210px;
		height:140px;
		margin-right:20px;
		border-top:1px solid #06c;
		border-bottom:1px solid #06c;
		padding:5px 5px 5px 5px;
		background-color:#fff;	
		filter:alpha(opacity=65);
		-moz-opacity:0.65;
		-khtml-opacity: 0.65;
		opacity: 0.65;
		}
		#pagecontent #maps .region p {font-size:12px;color:#000;}
		#pagecontent #maps ul, #pagecontent #maps li {list-style:none;margin:0 0 0 0;padding:0 0 0 0;}
		#pagecontent #maps li {
			padding:6px 0px 0px 7px;
			background-image:url(../layout/arrow-blue-smallest.gif);
			background-repeat:no-repeat;
			background-position:0 12px;
			color:#000;
			font-size:12px;
			}

/* CONTENT STYLING */	
h1 {
	position:relative;
	display:block;
	font-size:24px;
	font-weight:normal;¨
	}
	#submenu h1 {color:#333;width:180px;margin-bottom:8px;}	
	#pagecontent h1 {color:#06f;width:470px;}
	
h2 {
	font-size:19px;
	color:#333;
	margin-top:15px;
	font-weight:normal;
	}
#col2 h2 {
	font-size:17px;
	color:#333;
	margin-top:1px;
	}

h3 {
	font-size:14px;
	color:#333;
	margin-top:15px;
	}

h5 {
	font-size:14px;
	color:#06c;
	font-weight:normal;
	}
	h5.h5spaced {padding:10px 0 5px 0;}
	
h4.toggler {
	font-size:12px;
	color:#06c;
	padding:4px 4px 4px 10px;
	margin:5px 0 0 0;
	cursor:pointer;
	background-image:url(../layout/arrow-blue-small.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	}
.toggler:hover	 {color:#000;}
.element	 {
	padding:8px 8px 8px 8px;
	background-color:#eee;
	}
#pagecontent .element p {font-size:12px;}

ul, li {list-style:none;}

hr {border-bottom:1px solid #ccc;height:0px;background-color:#fff;color:#fff;border-top:0px;shading:no-shading;margin-bottom:10px;width:100%;display:block;overflow:hidden;clear:both;}

#pagecontent ul, #pagecontent li {
	list-style:disc;
	}
#pagecontent ul {margin:10px 0 10px 20px;}
#pagecontent li {margin:4px 0 4px 0;}

#pagecontent p {
	margin:5px 0 10px 0;
	line-height:140%;
	}
	
#pagecontent a {
	color:#333;
	text-decoration:underline;
	}	
#pagecontent a:hover {
	color:#06c;
	}

#pagecontent .small {font-size:11px;}

.intropara {
	font-size:17px;
	color:#06c;
	}
	
.accordion_toggle {color:#06c;}
.accordion_content {background-color:#eee;}

/* JOBS */

#dgJobs td {
	font-size:11px;
	padding:4px 4px 4px 2px;
	}
	#dgJobs tr.jobs-header td {color:#06c;}
	#dgJobs tr.jobs-row1 td {background-color:#ddd;}
	
#col2 a.pdf {
	display:block;
	padding-left:22px;
	background:url(../layout/pdf.gif) left no-repeat;
	}
#col2 a.word {
	display:block;
	padding-left:22px;
	background:url(../layout/word.gif) left no-repeat;
	}
a.backlink {
	padding-left:10px;
	background:url(../layout/arrow-blue-small-left.gif) left no-repeat;
	}
	
/* FORMS */

label {color:#06c;}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background-color:#eee;
	}
input:focus, textarea:focus, select:focus {background-color:#ff0;color:#333;}

#KOcontact {margin-left:4px;}
#KOcontact label {display:block;margin:0px 0 8px 0;}
#KOcontact input {width:240px;}
#KOcontact textarea {width:240px;}

#KOcontact input.KObtn, input.KObtn {
	width:auto;
	background-color:#06c;
	color:#fff;
	padding:2px 5px 2px 5px;
	border-left:1px solid #69f;
	border-top:1px solid #69f;
	border-right:1px solid #003;
	border-bottom:1px solid #003;
	}
	
.blueline {
	display:block;
	width:100%;
	height:1px;
	background-color:#06c;
	margin:10px 0 0 0;
	}