/* Design & Code (c) Diffuse Interactive */
html, body { 
	padding			: 0; 
	margin			: 0; 
	height			: 100%;
}

body {
	font			: normal 12px "Arial", "Verdana", sans-serif;
	background		: #fff url('../images/background.gif') repeat-x top left;
	color			: #555; 
}

#container {
	margin			: 0 auto;
	width			: 860px;
	height			: auto;
	min-height		: 100%;
}	

#top {
	float			: left;
	width			: 840px;
	height			: 40px;
	padding			: 0 10px;
	background		: transparent url('../images/top_background.gif') no-repeat top left;
}

	#top #logo {
		float			: left;
		padding			: 15px 0 0 25px;
		height			: 90px;
	}

	#top #languages {
		float			: right;
		margin			: 0;
		width			: 50px;
		text-align		: right;
		padding			: 11px 15px 0 0;
		font-size		: 11px;
		color			: #757575;
	}

		#top #languages img {
			vertical-align	: middle;
			padding			: 2px;
		}

		#top #languages img.active {
			border			: 1px solid #044089;
			padding			: 1px;
		}

		#top #languages a {
			padding			: 0 0 0 2px;
		}

	#top #nav {
		float			: left;
		height			: 40px;
	}

#header {
	float			: left;
	width			: 840px;
	height			: 146px;
	padding			: 10px 10px 0 10px;
	background		: transparent url('../images/header_background.jpg') no-repeat top left;
}

	#header #logo {
		float			: left;
		margin			: 20px 0 0 35px;
		width			: 230px;
		height			: 100px;
	}
	
		#header #logo img {
			width			: 230px;
			height			: 100px;		
		}
		
	#header #quote {
		float			: right;
		height			: 136px;
		width			: 510px;
		padding			: 0 10px 0 0;
	}
	
		#header #quote img {
			width			: 510px;
			height			: 136px;
		}

#main {
	float			: left;
	width			: 840px;
	height			: auto;
	min-height		: 460px;
	padding			: 0 10px 70px 10px;
	background		: transparent url('../images/main_background.gif') no-repeat top left;
}

#menu {
	float			: left;
	width			: 825px;
	height			: 26px;
	padding			: 9px 0 0 15px;
	color			: #97b4d7;
	font-size		: 11px;
	background		: transparent url('../images/menu_background.jpg') no-repeat top left;
}

	#home #menu {
		width			: 840px;
		height			: 160px;
		margin			: 0;
		padding			: 0;
		background		: transparent url('../images/menu_home_background.jpg') no-repeat top left;		
	}

	#menu .service {
		float			: left;
		width			: 254px;
		color			: #80b5f7;
		font-size		: 11px;
		padding			: 13px 0 0 25px;
		margin			: 0;
		position		: relative;
	}

		#menu .service .items {
			position		: absolute;
			top				: 14px;
			right			: 24px;
		}

#left {
	float			: left;
	width			: 509px;
	height			: auto;
	border-right	: 1px solid #ccc;
	margin			: 15px 0 0 0;
	padding			: 5px 25px;
	line-height		: 18px;
}

	#sub #left {
		float			: right;
		width			: 559px;
		border			: 0;
		border-left		: 1px solid #ccc;
		margin-left		: -1px;
	}

	#wide #left {
		float			: left;
		border			: 0;
		width			: 790px;
	}

#right {
	float			: left;
	width			: 230px;
	height			: auto;
	border-left		: 1px solid #ccc;
	padding			: 5px 25px;
	margin			: 15px 0 0 -1px;
	line-height		: 18px;
}

	#sub #right {
		float			: right;
		width			: 180px;
		border			: 0;
		border-right	: 1px solid #ccc;
		margin-left		: 0;
	}

	#wide #right {
		display			: none;
	}

	#right .block {
		margin			: 0 0 15px 0;
	}

#footer {
	position		: relative;
	margin			: -40px 0 0 0 !important;
	width			: 100%;
	height			: 40px;
}

	#wrapper {
		position		: absolute;
		width			: 100%;
	}

	#center {
		margin			: 0 auto;
		width			: 780px;
		border-top		: 1px solid #ccc;
		padding			: 8px 5px 0 5px;
		font-size		: 11px;
	}

/* Stuff */
.clear {
	clear			: both;
}

#left tr.alt {
	background-color: #eeeeee;
}

#left td {
	padding			: 3px;
}	

#left img, #right img {
	border			: 0;
}

#map {
	padding			: 1px;
	border			: 1px solid #cccccc;
	margin			: 0 0 15px 0;
}
	
/* Headings H1-H6 */
h1 { }

	h1 {
		font-size		: 18px;
		color			: #085dc7;
		margin			: 0 0 15px 0;
	}

h2 { }

	h2 {
		font-size		: 18px;
		color			: #085dc7;
		margin			: 0 0 10px 0;
	}

	#left h2 {
		margin			: 15px 0 15px 0;
	}

h3 { }

	#menu h3 {
		font-size		: 14px;
		color			: #fff;
		margin			: 10px 0 12px 15px;
	}

h4 { }

	#menu h4 {
		font-size		: 16px;
		color			: #fff;
	}

h5 { }

	h5 {
		color			: #085dc7;
		margin			: 0 0 5px 0;
	}

h6 { }


/* Paragraph and Link Styles */
p { }

	p {
		margin			: 0 0 10px 0;
	}

	#menu p {
		margin			: 13px 0 0 62px;
	}

a { }	

	a {
		color			: #085dc7;
	}

	#nav ul li a {
		color			: #fff;
		text-decoration	: none;
		height			: 23px;
		display			: block;
		padding			: 10px 15px 0 15px;
		float			: left;
	}

	#nav ul li.active a {
		background		: transparent url('../images/nav_a_background.gif') no-repeat top right;
	}

	#menu a {
		color			: #a6bedc;
	}

	#menu .service .items  a {
		margin			: 0 0 0 3px;
		display			: block;
		float			: left;
		background-color: #0754b3;
		color			: #83aad9;
		padding			: 2px 6px;
		text-decoration	: none;		
	}

	#menu .service .items  a.active {
		color			: #fff;
		background-color: #064695;
	}

	ul#submenu li a {
		display			: block;
		padding			: 2px 0 2px 26px;
		background		: transparent url('../images/item.gif') no-repeat left;		
	}

	ul#submenu li a:hover, ul#submenu li.active a {
		background-image: url('../images/item_active.gif');		
	}
	
/* Lists and Navigation */
ul { }

	#nav ul { 
		margin			: 0 0 0 15px;
	}

	#nav ul li {
		float			: left;
		display			: block;
		list-style-type	: none;
		color			: #fff;
		font-weight		: bold;
	}

	#nav ul li.active {
		background		: transparent url('../images/nav_background.gif') no-repeat top left;
	}	

	#left ul {
		margin			: 10px 0 10px 5px;
	}

	#right ul { 
		margin			: 0 0 3px 0;
	}

	#left ul li, #right ul li {
		padding			: 3px 0 5px 25px;
		background		: transparent url('../images/check.gif') no-repeat top left;
		margin			: 2px 0;
	}

	#left tr.alt td ul li {
		background-image: url('../images/check_alt.gif');
	}

	ul#submenu { 
		margin			: 0 0 25px 0;
	}

	ul#submenu li {
		padding			: 0 0 6px 0;
		margin			: 0;
		background		: none;
	}
	
	.service ul {
		margin			: 15px 0 0 55px;
	}
	
	.service ul li {
		padding			: 0 0 7px 15px;
		line-height		: 14px;
		background		: transparent url('../images/list.png') no-repeat 0 -2px;
	}
	
	#systems ul {
		margin-left		: 60px;
	}
	
	#users ul {
		margin-left		: 50px;
	}
	

/* Forms */