@charset "utf-8";
/* CSS Document */

* { margin: 0px; padding: 0px; }

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e6e6e;
	background: url(images/main-bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

img { border: 0px; }

#wrapper {
	width: 945px;
	margin: 0 auto;
	background: url(images/big-bg.jpg) top;
	background-repeat: no-repeat;
}

#topbar {
	width: 945px;
	height: 100px;
}
	#icons {
		height: 56px;
		width: 176px;
		float: left;
		padding-top: 44px;
		text-align: center;
	}
	#splash-top {
		width: 323px;
		height: 100px;
		float: left;
		background: url(images/splash-top.jpg);
		background-repeat: no-repeat;
	}
	#bodysciencetext {
		width: 195px;
		height: 100px;
		float: right;
	}

#promo {
	width: 945px;
	height: 151px;
	clear: both;
}
	#logoicon {
		width: 176px;
		height: 151px;
		float: left;
	}
	#splash-bottom {
		width: 323px;
		height: 148px;
		background: url(images/splash-bottom.jpg);
		background-position: top left;
		float: left;
	}
	.promobox {
		width: 200px
		height: 121px;
		padding-left: 18px;
		color: #003148;
		float: left;
		padding-top: 30px;
		line-height: 15px;
	}
		h2 {
			padding-bottom: 5px;
		}

#main {
	clear: both;
	width: 945px;
}
	#left {
		width: 156px;
		margin-right: 20px;
		float: left;
	}
		h3.bg {
			background: url(images/title-bg.jpg);
			background-repeat: no-repeat;
			font-size: 16px;
			color: #006f9e;
			font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
			padding-left: 10px;
			padding-bottom: 5px;
			padding-top: 3px;
			margin-bottom: 15px;
			font-weight: normal;
		}
		h3.bg1 {
			background: url(images/title-bg1.jpg);
			background-repeat: no-repeat;
			font-size: 16px;
			color: #006f9e;
			font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
			padding-left: 10px;
			padding-bottom: 5px;
			padding-top: 3px;
			margin-bottom: 15px;
			font-weight: normal;
		}
		#left ul {	
			padding-left: 30px;
		}
		#left li {
			list-style-image: url(images/list-style.gif);
			padding-bottom: 5px;
		}
		#left a {
			color: #0096d4;
			text-decoration: none;
		}
		#left a:hover {
			color: #000;
		}
	#content {
		width: 736px;
		float: left;
		padding-right: 20px;
	}
		#navigation {
			width: 736px;
			height: 27px;
			background: url(images/nav-bg.jpg);
			margin-bottom: 15px;
		}
			#navigation ul {
				padding-left: 15px;
				padding-top: 5px;
			}
			#navigation li {
				display: inline;
				padding-right: 23px;
			}
			#navigation li#current a {
				color: #000;
			}
			#navigation a {
				color: #006f9e;
				text-decoration: none;
				font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
				font-size: 12px;
			}
			#navigation a:hover {
				color: #000;
			}
		h1 {
			color: #006f9e;
			font-size: 20px;
			font-weight: normal;
			padding-bottom: 10px;
			padding-left: 5px;
			letter-spacing: 0.5px;
		}
		h2 {
			font-size: 16px;
			color: #749d3d;
			padding-left: 5px;
			padding-bottom: 0px;
			padding-top: 3px;
			margin-bottom: 5px;
			font-weight: bold;
		}
		h4 {
			font-size: 16px;
			color: #006f9e;
			font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
			padding-left: 5px;
			padding-bottom: 0px;
			padding-top: 3px;
			margin-bottom: 5px;
			font-weight: normal;
		}
		#map {
			border: 2px solid #a0cce5; margin-left: 5px;
		}
		.price {
			color: #749d3d;
		}
		#content p {
			padding-left: 5px;
			text-align: justify;
		}
		p {
			padding-bottom: 10px;
			line-height: 15px;
		}
		table {
			padding-left: 2px;
			padding-bottom: 10px;
		}
		.contentlist {
			padding-bottom: 10px;
		}
		.contentlist li {
			margin-left: 50px;
		}
		.image-right {
			border: 2px solid #a0dbee;
			float: right;
			margin-left: 10px;
			/*margin-top: 10px;
			margin-bottom: 10px;*/
		}
		.image-left {
			border: 2px solid #a0dbee;
			float: left;
			margin-right: 10px;
			/*margin-top: 10px;
			margin-bottom: 10px;*/
		}
		a.link {
			color: #749d3d;
		}
		a.link2 {
			color: #0096d4;
		}

		
#footer {
	clear: both;
	width: 100%;
	background: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 85px;
	margin-top: 10px;
}
	#footer-content {
		width: 945px;
		margin: 0 auto;
		height: 85px;
		padding-top: 2px;
		color: #fff;
		font-size: 10px;
	}
		#footer-content img {
			float: left;
			margin-right: 25px;
		}
		#footer-content p {
			padding-top: 35px;
			float: right;
			text-align: right;
		}	
		#footer-content a {
				color: #fff;
				text-decoration: none;
			}
			#footer-content a:hover {
				color: #000;
			}


