@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;
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: #b41665;
	text-decoration: none;
}

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

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

div#head {
	height: 133px;
	border-bottom: 5px solid white;
}

div#head div#logo {
	width: 184px;
	height: 133px;
	margin-right: 5px;
	float: left;	
}

div#head div#banner {
	width: 801px;
	height: 133px;
	float: left;
}

div#mainnavigation {
	border-bottom: 5px solid white;
	height: 28px;
	background-image: url(../images/bg_navi.gif);
	background-repeat: repeat-x;
}

div#mainnavigation div#navigation {
	width: 740px;
	height: 28px;
	float: left;
}

div#mainnavigation div#search {
	width: 250px;
	height: 24px;
	float: left;
	color: white;
	font-size: 85%;
	padding-top: 4px;
	text-align: right;
}

div#mainnavigation div#search a {
	color: white;
}

div#mainnavigation div#search p {
	float: left;
	margin-top: 4px;
	margin-right: 5px;
}

div#mainnavigation div#search img {
	border: 0;
	float: left;
	margin-top: 1px;	
}

div#mainnavigation div#search input.search {
	width: 130px;
	height: 12px;
	border: 1px solid white;
	background-color: #5b5f63;
	color: white;
	font-size: 92%;
	padding: 2px;
	line-height: 123.1%;
	float: left;
	margin-top: 1px;
}

div#bottom div#left {
	float: left;
}

div#bottom div#left div#subnavigation {
	width: 184px;
	min-height: 10px;	
}

/* iE6 Hack */
* html div#bottom div#left div#subnavigation {
	height: 10px;
}

div#bottom div#left div#quicklinks {
	position: fixed;
	bottom: 10px;
	padding-left: 15px;
	line-height: 139%;
	background-color: #dedfe0;
}

/* iE6 Hack */
* html div#bottom div#left div#quicklinks {
	position: static;
	margin-top: 350px;
}

div#bottom div#left div#quicklinks dl,
div#bottom div#left div#quicklinks dt,
div#bottom div#left div#quicklinks dd {
	margin: 0;
	padding: 0;	
}

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


div#bottom div#ticker {
	width: 806px;
	height: 20px;
	float: left;
	color: black;
	font-size: 85%; 
}

div#bottom div#ticker a {
	color: black;
}

div#bottom div#content {
	width: 562px;
	min-height: 100px;	
	float: left;
	padding: 20px 30px;
	line-height: 139%;
	padding-bottom: 50px;
}

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

div#bottom div#right {
	float: left;
	width: 184px;
	padding-top: 32px;
}

div.clear {
	font-size: 1px;
	line-height: 1px;	
	height: 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: 545px;
	margin-left: 222px;
	padding-top: 4px;
	color: gray;
	font-size: 80%;
}

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;
}



