@import url(fonts.css);

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body.bg {
	background-color: #d3d4d3;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#page {
	position: relative;
    margin: auto;
    min-height: 650px;
    width: 990px;
    background-color: white;
}

/* iE6 Hack */
* html div#page {
	height: 650px;
}

div#top {
	width: 990px;
	height: 58px;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
}

div#top div#slogan {
	width: 395px;
	height: 40px;
	padding-top: 18px;
	padding-left: 100px;
	float: left;
}

div#top div#quicklinks {
	width: 340px;
	height: 28px;
	padding-top: 30px;
	float: left;
}

div#top div#search {
	width: 155px;
	height: 26px;
	padding-top: 32px;
	float: left;
}

div#middle div#left {
	width: 210px;
	float: left;
}

div#middle div#left div#logo {
	width: 210px;
	height: 250px;
}

div#layer {
	width: 40px;
	height: 198px;
	position: absolute;
	top: 58px;
	left: 210px;	
	z-index: 51;
	background-image: url(../images/shadow_layer.png);
	background-repeat: no-repeat;
}

/* for iE6 */
* html div#layer {
	background-image: url(../images/shadow_layer.gif);
}

div#middle div#left div#logo img {
	border: 0;
}

div#middle div#left div#navigation {
	width: 190px;
	padding: 5px 0 50px 20px;
}

div#middle div#right {
	width: 780px;
	float: left;
	padding-bottom: 20px;
}

div#middle div#right div#banner {
	width: 780px;
	height: 178px;
	float: left;
	background-color: #e9e9e9;
}

div#middle div#right div#banner div#image1 {
	width: 300px;
	height: 165px;
	float: left;
	border-right: 1px solid white;
	border-bottom: 1px solid white;	
	background-repeat: no-repeat;
}

div#middle div#right div#banner div#image2 {
	width: 239px;
	height: 165px;
	float: left;
	border-right: 1px solid white;
	border-bottom: 1px solid white;		
	background-repeat: no-repeat;
}

div#middle div#right div#banner div#image3 {
	width: 239px;
	height: 165px;
	float: left;
	border-bottom: 1px solid white;		
	background-repeat: no-repeat;
}

div#middle div#right div#content {
	padding: 30px;
	padding-bottom: 0;
	padding-top: 25px;
	line-height: 144%;
}

div#logosmall {
	width: 83px;
	height: 33px;
	position: absolute;
	z-index: 10;
	top: 250px;
	left: 900px;
	background-image: url(../images/damp_logo.gif);
	background-repeat: no-repeat;
}

div#footer {
	width: 990px;
	height: 23px;
	background-color: #fc910f;
	position: relative;
	margin: auto;
}

div#footer div#footerleft {
	float: left;
	color: white;
	font-size: 85%;
	padding-left: 20px;
	padding-top: 4px;
}

div#footer div#footerright {
	float: right;
	color: white;
	font-size: 85%;	
	padding-right: 20px;
	padding-top: 4px;	
}

div#footer div#footerright a {
	color: white;
}

div.clear {
	height: 1px;
	line-height: 1px;
	font-size: 0px;
	clear: both;
}