@charset "utf-8";

/* layout classes */

* {
	margin: 0;
	padding: 0;
}
html, body, #wrapper {
	height: 100%;
	text-align: center;
}
html {
	margin-bottom: 1px;
	overflow-y: scroll;
}
body {
	background-color: #acc9ab;
	font: 12px/18px Helvetica, Arial, sans-serif;
}
a {
	color: #558c97;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

#wrapper {

}
#page {
	margin: 0 auto;
	height: 100%;
	text-align: left;
	
	width: 800px;
}
table.page {
	/*background-color: #fff; /* scroll background workaround */
	height: 100%;
	table-layout: fixed;
	width: 100%;
}
td.page-cell-menu {
	background-color: #acc9ab; /* ie 7 workaround */
}
td.page-cell-content, td.page-cell-foot {
	background-color: #fff;
}
tr.page-row-menu, tr.page-row-empty, tr.page-row-foot {
	height: 1px;
}
tr.page-row-content {
	height: auto;
}
td.page-cell-menu, td.page-cell-empty, td.page-cell-foot {
	height: 1px;
}
td.page-cell-content {
	height: auto;
}
#menu {
	background-color: #fff; /* ie 7 workaround */
}
#logo, #langmenu, #primary, #secondary, #content, #foot {
	padding: 0 15px;	
}
#logo, #langmenu {
	height: 2em;
	line-height: 2em;
}
#logo {
	color: #666;
	font-size: 2em;
	width: 670px;
}
#langmenu {
	text-align: right;
	width: 70px;
}
#primary, #secondary {
	clear: both;
	height: 2em;
	line-height: 2em;
}
#foot {
	line-height: 2em;
}

#menu {
	
}
/*
#langmenu-corner-bottom-left { background: #eeeeee url(../images/gray_white_bottom_left.gif) bottom left no-repeat; }
#langmenu-corner-bottom-right { background: url(../images/gray_white_bottom_right.gif) bottom right no-repeat; }
#logo {
	
}
#langmenu {
	
}
*/
#primary-corner-bottom-left { background: #ffffff url(../images/white_blue_bottom_left.gif) bottom left no-repeat; }
#primary-corner-bottom-right { background: url(../images/white_blue_bottom_right.gif) bottom right no-repeat; }
#primary {
	
}
#secondary-corner-bottom-left { background: #88bfca url(../images/blue_green_bottom_left.gif) bottom left no-repeat; }
#secondary-corner-bottom-right { background: url(../images/blue_green_bottom_right.gif) bottom right no-repeat; }
#secondary {
	
}
#tertiary {
	
}
div.empty {
	height: 2em;
	line-height: 2em;
}
#image-corner-top-left { background: #ffffff url(../images/white_green_top_left.gif) top left no-repeat; }
#image-corner-top-right { background: url(../images/white_green_top_right.gif) top right no-repeat; }
#image {
	min-height: 20px;
	width: 800px;
}
#content {
	margin: 10px 0;
}
#foot {
	background-color: #eee;
	border-top: 1px dotted #666;
}
#foot a {
	color: 333;
}

.fullwidth {
	width: 100%;
}
.float-right {
	float: right;
}
.light-text {
	color: #999;
}
.small-text {
	font-size: 0.75em;
}
