/* global reset */
* {
	border:0;
	margin:0;
	padding:0;
}
html {
	overflow:scroll;
}
body {
	background-color: #ccc;
	color:#1e407a;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	padding:18px 0;
	text-align: center;
}
/* end - global reset */

/* color definitions */
.yellow1bg {
	background-color:#fbb223;
}
.yellow1 {
	color:#fbb223;
}
.blue1bg {
	background-color:#98c1e5;
}
.blue1 {
	color:#98c1e5;
}
.blue2bg {
	background-color:#88b0d8;
}
.blue2 {
	color:#88b0d8;
}
.blue3bg {
	background-color:#6187b8;
}
.blue3 {
	color:#6187b8;
}
.blue4bg {
	background-color:#1e407a;
}
.blue4 {
	color:#1e407a;
}
/* end - color definitions */


#layout {
	background-color:#fff;
	margin:0 auto;
	width: 960px;
	padding: 0px;
	text-align: left;
}
#header {
	background-color:#fff;
	height:87px;
	max-height:87px;
	width:960px;
}
#teaser-layout-sub, #teaser-layout-home {
	border-collapse:collapse;
	border-spacing:0;
	height:177px;
	margin:0;
	width:960px;
}
#teaser-layout-sub {
	height:130px;
}
#teaser-layout-sub td, #teaser-layout-home td {
	padding:0;
	vertical-align:top;
}
#header-logo {
	position:relative;
	left:30px;
	top:23px;
}
#teaser-home {
	height:177px;
	width:960px;
}
#teaser-slogan {
	border:0;
	float:left;
	margin:0;
}
#teaser-image {
	border:0;
	float:right;
	margin:0;
}
#teaser-sub {
	border-bottom:5px solid #88b0d8;
	height:130px;
	width:960px;
}

#footer {
	background-color:#fff;
	height:25px;
	font-size:11px;
	width:960px;
	position:relative;
	clear:both;
	text-align:right;
}
#footer span.copyright {
	color:#1e407a;
	line-height:25px;
	margin-right:30px;
}
div.clearing {
	clear:both;
	float:left;
	height:0px;
}

