@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: #edf0f3;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

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

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

div#head {
	width: 958px;
	height: 247px;
	border-bottom: 1px solid white;
	background-image: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
}

div#head div#left {
	width: 444px;
	height: 188px;
	float: left;
	border-right: 1px solid white;
}

div#head div#left div#address {
	text-align: right;
	color: white;
	padding-right: 16px;
	padding-top: 75px;
	line-height: 138.5%;
}

div#head div#left div#address h1 {
	font-size: 146.5%;
	font-weight: normal;
	margin: 0;
	margin-bottom: 16px;
}

div#head div#left div#address a {
	color: white;
}

div#head div#right {
	float: left;
	width: 513px;
	height: 247px;
}

div#head div#right div#banner {
	width: 513px;
	height: 140px;
}

div#head div#right div#quicklinks {
	text-align: right;
	padding-right: 16px;
	line-height: 138.5%;
	font-size: 93%;			
}

div#navigation {
	background-color: #3e537b;
	background-image: url(../images/bg_navi.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	float: left;
}

div#bottom {
	margin-top: 1px;
	border-top: 1px solid #cccbcd;
	width: 100%;
	min-height: 2px;
	float: left;
}

/* iE6 Hack */
* html div#bottom {
	height: 2px;
}

div#bottom div#subnavigation {
	width: 190px;
	margin-top: 88px;
	margin-left: 17px;
	float: left;
}

/* iE6 Hack */
* html div#bottom div#subnavigation {
	width: 173px;
}

div#bottom div#content {
	float: left;
	width: 641px;
	padding: 30px;
	padding-right: 80px;
	padding-bottom: 60px;
}

/* iE6 Hack */
* html div#bottom div#content {
	width: 621px;
}

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/line.gif);
	background-repeat: repeat-x;
	width: 610px;
	margin-left: 248px;
	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;
}

