@import url(fonts.css);

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	background-color: #dcdcdc;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#page {
	position: relative;
    margin: auto;
    min-height: 100%;
    width: 990px;
    padding: 0px 12px;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-y;
}

/* iE6 Hack */
* html div#page {
	height: 100%;
}

div#top div#quicklinks {
	height: 30px;
}

div#top div#logotext {
	position: absolute;
	color: white;
	top: 72px;
	left: 265px;
	font-size: 92%;	
}

div#top div#logotext a {
	color: white;
}


div#top div#banner {
	height: 257px;
	background-color: gray;
	background-repeat: no-repeat;
	border-top: 9px solid #e60000;
}

div#top div#banner img {
	border: 0px;
	margin-left: 28px;
	margin-top: 33px;
}

div#top div#mainnavigation {
	position: absolute;
	top: 241px;
	left: 40px;
}

div#bottom div#subnavigation {
	width: 180px;
	float: left;
	margin-right: 38px;
	padding-top: 82px;
	font-size: 92%;
}

div#bottom div#content {
	float: left;
	width: 630px;
	padding: 30px 30px 60px 0px;
    line-height: 146.5%;
}

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

div#footer {
	position: absolute;
	bottom: 10px;
}

* html div#footer {
	padding-bottom: 10px;
	bottom: 0px;	
}

div#footer div {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	width: 651px;
	margin-left: 227px;
	padding-top: 4px;
	color: gray;
	font-size: 85%;
}

div#footer div a {
	color: gray;
}

div#footer div span.left {
	float: left;
}

div#footer div span.right {
	float: right;
}

body.cms_editpage div#footer {
	display: none;
}
