@import url(fonts.css);

html, body {
	height: 100%;
}

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

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#page {
	position: relative;
    margin: auto;
    min-height: 100%;
    width: 990px;
    background-color: white;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-y;
	color: #3f3f3f;    
}

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

div#quicklinks {
	background-color: #555657;
	height: 28px;
	padding-top: 14px;
	text-align: right;
	padding-right: 30px;
}

div#logo {
	float: left;
}

div#logo img {
	border: 0;
}

div#banner {
	float: left;	
	width: 720px;
	height: 150px;
}

div#navigation {
	float: left;	
	width: 720px;
	height: 36px;
	background-color: white;
	padding-top: 20px;
	padding-left: 25px;
}

div#subnavigation {
	float: left;	
	width: 180px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 27px;
	padding-bottom: 25px;
}

/* for iE6 */
* html div#subnavigation {
	margin-left: 15px;
}

div#content {
	float: left;
	padding-left: 22px;
	padding-top: 20px;
	line-height: 153.9%;	
	font-size: 93%;
	width: 695px;
	padding-bottom: 60px;
}


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

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

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

div#footer div {
	background-image: url(../images/dotted_hor_gray.gif);
	background-repeat: repeat-x;
	width: 660px;
	margin-left: 270px;
	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;
}

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

body.cms_editpage div#footer {
	visibility: hidden;
}
