html, body { height: 100%; }

#page {
	width: 1020px;
	margin: 0 auto;
	z-index: 10;
	position: relative;
	min-height: 100%;
}

#logo {
	float: left;
	width: 504px;
	height: 83px;
	margin-left: 20px;
}

#meta {
	float: right;
	width: 460px;
	height: 83px;
}

#header {
	height: 280px;
	clear: both;
}

#head {
	float: left;
	width: 980px;
	height: 280px;
	background-color: #ddd;
}

#body { clear: both; }

#main {
	float: left;
	width: 980px;
	position: relative;
	background: white url("images/background_main.png") repeat-y;
}
.sub #main,
.full #main {
	background: white url("images/background_full.png") repeat-y;
}

#nav {
	float: left;
	width: 200px;
}

#content {
	float: left;
	width: 580px;
	position: relative;
	padding-bottom: 1.5em;
    min-height: 500px;
    height:auto !important;
    height: 500px;
}

.sub #content,
.full #content { width: 780px; }

.item a,
.listItem a.follow,
#text a { color: #e3001a; }

#aux {
	color: #fbb;
	float: right;
	width: 198px;
	font-size: 0.85em;
	line-height: 16px;
	background-color: #e3001a;
}
#subnav {
	top: 0;
	right: 0;
	width: 155px;
	position: absolute;
	font-size: 0.85em;
}

#aux h3,
#aux h4,
#aux h5 {
	color: white;
	line-height: 15px;
	margin-bottom: 0.4em;
	/* border-bottom: 1px solid white; */
}

#aux p { margin-bottom: 0; }
#aux img { margin-bottom: 0.5em; }

/* meta, nav, subnav & breadcrumb */



div#aux strong { color: white; }
div#aux a { color: white; }

div#aux div.inner { padding: 5px 8px; }

#subnav { text-align: right; }

#meta .inner {
	text-align: right;
	padding-top: 65px;
}

div#meta,
div#footer,
div#breadcrumb {
	color: #707070;
	font-size: 0.8em;
}

div#breadcrumb.inner { padding-top: 6px; }
div#breadcrumb strong {
	color: #333;
	font-weight: 500;
}

#nav li,
#meta li,
#content #subnav li {
	background: none;
	list-style-type: none;
}

#content #subnav li { padding-left: 0; }

#meta li {
	float: right;
	margin-left: 10px;
}
#meta a {
	display: block;
	border-left: 1px solid #777;
	padding-left: 10px;
	line-height: 10px;
}

#meta li.last a {
	border-left: none;
}

#nav a {
	background-color: #ddd;
	border-bottom: 1px solid white;
}
#nav a { padding: 5px 20px; }

#subnav a { padding: 5px 0; }

#subnav li.active a,
#nav li.active a,
#nav li.active li.active a { color: #e3001a; }

#nav li.active li a {
	color: #666;
	padding: 0 0 0 20px;
	font-size: 0.85em;
	background-color: #ccc;
}

#nav a,
#meta a {
	display: block;
}

#nav li ul { display: none; }
#nav li.active ul { display: block; }

/* search */

#search { float: right; width: 180px; margin-top: -5px; }

#search input.text { width: 140px; height: 18px; line-height: 18px; font-size: 1em; color: #777; padding: 0; border: none; float: right; text-indent: 2px; background-color: white; }
#search input.image { margin-left: 3px; height: 18px; float: right; }

#search input.text,
#search input.image {
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}

/* new search 2.0.5 */

#ajaxSearch_input { width: 140px; height: 18px; line-height: 18px; font-size: 1em; color: #777; padding: 0; border: none; float: right; text-indent: 2px; background-color: white; }
#ajaxSearch_submit { margin-left: 3px; height: 18px; float: right; }

#ajaxSearch_input,
#ajaxSearch_submit {
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}

/* footer */

#footer {
	clear: both;	color: #777;
}

#footnote {
	float: left;
	width: 980px;
}

/* global */

.print { display: none; }

.follow {
	font-size: 0.85em;
	font-weight: 700;
}

.inner { padding: 4px 20px; }

.item { margin: 1em 0; padding-left: 20px; }
.inner .item { width: 540px; padding-left: 0; }
.inner .container .item { width: 300px; }
.container { position: relative; }
.sub .item { margin-top: 0; position: relative; float: left; }
.sub h1 { padding: 4px 0; }
.listItem { clear: both; margin: 0 0 1em 0; padding: 0 20px; }
.full .listItem { padding-right: 0; }
.item p { padding-right: 1em; margin-bottom: 1em; }
.sub .item .member p { margin-bottom: 0; }
.listItem p { color: #777777; margin-bottom: 0.1em; }
.listItem p a { font-weight: 500; }
.listItem p a,
.listItem h2 a { display: block; }
.listItem p a:hover,
.listItem h2 a:hover { text-decoration: none; }
.item .listItem { padding: 0; }

.item img,
.listItem img { float: right; margin-left: 1em; }
.item p img {float: none; margin-left: 0; }
.sub .item img { float: none; margin-left: 0; margin-right: 1em; }

.sub .item .member {
	left: 300px;
	width: 237px;
	bottom: 10px;
	position: absolute;
}

.column { float: left; }
.row { clear: both; }
.tenth { width: 10%; }
.quarter { width: 25%; }
.third { width: 33.3333%; }
.half { width: 50%; }
.twothird { width: 66.6666%; }
.threequad { width: 75%; }
.ninth { width: 90%; }
.full { width: 100%; }
fieldset { border: 0; padding-right: 45px; }

input.text, input.password, textarea, select { border: 1px solid #c0c0c0; background-color: white; }

input.text, input.password, textarea, select { padding: 0.05em 0.1em; margin-bottom: 3px; width: 100%; }

.submit {
	float: right;	cursor: pointer;	border: medium none;
	font-weight: bolder;
	margin-bottom: 1em;
	background-color: white;
}

.errors {
	margin-bottom: 1em;
}


.right { float: right; }
.clear { clear: both; }

/* border, shade & credits */

#credits {
	bottom: 0;
	left: 4px;
	position: absolute;
}

#partner {
	bottom: 14px;
	left: 26px;
	position: absolute;
}

#nav #partner a {
	border-bottom: none;
	background-color: transparent;
}

div#header div.shade.last { position: relative; }

div.shade {
	width: 20px;
	float: left;
}

div#header div.shade {
	height: 280px;
}

div#body div.shade.l {
	padding-left: 20px;
	background: transparent url("images/shade_l.png") repeat-y;
}

div#body div.shade.r {
	width: 1000px;
	background: transparent url("images/shade_r.png") repeat-y right top;
}

div#footnote.shade {
	background: transparent url("images/shade_b.png") repeat-x left top;
}

.ajaxSearch_paging {
	display: block;
	margin-bottom: 0.5em;
}

.ajaxSearch_highlight {
	border: 1px dotted #E3001A;
	padding: 0 1px;
}

#fw {
	margin: 5px 0;
}




