@import url("fonts.css");

html, body {
	height: 100%;
}

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

p {
	margin: 0;
	padding: 0;
}

a { 
	color: #005ec3;
	text-decoration: none;
}

div#stripe {
	height: 100%;
	background-image: url(../images/stripe.gif);
	background-repeat: no-repeat;
	background-position: center 76px;
}

div#page {
	position: relative;
	width: 990px;
	padding: 0;
	margin: auto;
	min-height: 100%;
	line-height: 146.5%;
}

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

div#head {
	height: 261px;
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
}

div#head div#top {
	height: 22px;
	padding-top: 9px;
	font-size: 85%;	
	overflow: hidden;
}

div#head div#top div#quicklinks {
	padding-left: 30px;
	float: left;
}

div#head div#top div#languages {
	float: right;
	text-align: right;
	padding-right: 30px;
}

div#head div#logo {
	height: 180px;
	width: 250px;
	float: left;
}

div#head div#address {
	height: 151px;
	width: 200px;
	font-size: 85%;
	line-height: 146.5%;	
	text-align: right;
	padding-top: 51px;
	padding-right: 177px;
	float: right;
}

div#head div#navigation {
	display: block;
	margin-left: 23px;
	margin-right: 23px;
	height: 28px;
	float: left;
	width: 850px;
}

/* IE6 Hack */
* html div#head div#navigation {
	overflow: hidden;
	margin-left: 12px;	
}

div#bottom {
	background-image: url(../images/shadow.jpg);
	background-repeat: no-repeat;
	min-height: 420px;
	padding-top: 30px;
}

/* IE6 Hack */
* html div#bottom {
	height: 420px;
}

div#bottom div#left {
	width: 193px;
	padding-left: 23px;
	padding-top: 7px;
	margin-right: 30px;	
	float: left;
	min-height: 1px;
	font-size: 93%;
	line-height: 138.5%;				
}

/* IE6 Hack */
* html div#bottom div#left {
	margin-right: 30px;	
}

div#bottom div#contentblock { 
	width: 498px;
	float: left;
	padding-bottom: 60px;
}

div#bottom div#content {
	width: 498px;
	float: left;
	padding-bottom: 20px;	
}

/* IE6 Hack */
* html div#bottom div#contentblock {
	padding-bottom: 30px;
}

div#right div#addthis {
	float: left;
	width: 200px;
	height: 30px;
}

div#bottom div#right {
	width: 193px;
	padding-right: 23px;
	padding-top: 7px;
	margin-left: 30px;		
	float: left;
	min-height: 1px;
	font-size: 93%;
	line-height: 138.5%;				
}

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

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

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

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


