html, body {
		height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-size: 100.1%;
	color: #404040;

}

/* General layout */
#pageWrap {
	font: 77% Arial, Helvetica, sans-serif;
        position: relative;
        margin: 0px auto;
        width: 970px;
        min-width: 970px;
	height: auto;
	min-height: 90%;
	padding: 0 1%;
}

#block-nice_menus-5 {
	width: 970px;
	height: 75px;
        background-color: rgb(77, 122, 145);
        font: 14px sans-serif;
        z-index: 3;
}

.two-sidebars #outerColumn {
	border-left: 17em solid #fff;
	border-right: 17em solid #fff;
}
.sidebar-right #outerColumn {
	border-right: 17em solid #fff;
}
.sidebar-left #outerColumn {
	border-left: 17em solid #fff;
}
#innerColumn {
	width: 100%;
}
#soContainer {
	float: left;
	width: 100%;
}
#header {
	height: 38px;
        width: 100%;
        background-color: rgb(77, 122, 145);
        position: fixed;
        z-index: 4;
        top: 0px;
        left: 0px;
}

.header_left {
	height: auto;
        margin: 2px auto 2px 25px;
	float: left;
	font-size: 30px;
}
.header_left a {
	color: #ffffff;
	text-decoration: none;
}
.header_left a:hover {
	color: #3d3d3d;
}

.header_center {
        height: 28px;
        width: 475px;
        margin: 6px auto 4px auto;
        float: right;    
}

.header_right {
        height: 28px;
        width: 240px;
        margin: 5px auto 5px 50px;
        float: left; 
}

#top {
	height: 90px;
        width: auto;
        margin: 47px auto 10px auto;
}

.top_banner {
	height: 90px;
        width: 728px;
        float: left;

}

.top_right {
        width: 210px;
        height: 90px;
        float: right;

}

.center_banner {
        width: 900px;
        height: 10px;
        margin: 40px auto 5px;
        text-align: center;
}

.bannergoogle {
        width: 970px;
        height: 90px;
        margin: 5px auto;
        text-align: center;
}

#content {
	float: right;
	width: 100%;
	padding: 0.5em 0 1em;
}
#leftCol {
	float: left;
	margin-left: -17em;
	width: 17em;
	color: #4b4b4b;
}
#rightCol {
	float: right;
	margin-right: -17em;
	width: 17em;
	color: #4b4b4b;
}
#footer {
	font: 77% Arial, Helvetica, sans-serif;
	background: #4d7a91;
	border-top: 8px solid #5ea8cf;
	border-bottom: 8px solid #5ea8cf;
	color: #fff;
	height: auto;
	min-height: 10%;
	padding: 0 2%;
}
.clr:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clr2 {
	clear: both;
	height: 1px;
	font-size: 1px;
}

* html .min1 {
	margin-left: 960px;
	zoom: 1;
}
* html .min2 {
	position: relative;
	float: left;
	margin-left: -960px;
}
* html #soContainer, * html #content, * html #leftCol, * html #rightCol, * html .tabs {
	overflow: visible;
	position: relative;
}
* html #pageWrap {
	height: 90%;
}
* html #footer {
	height: 10%;
}
* html .clr, * html .block, * html .mission, * html .sticky, * html .comment, * html #profile .profile {
	height: 1%;
}
* html .poll input {
	top: 1px;
}
*+html .poll input {
	top: 1px;
}

/* Links, headings, form elements */
a {
	color: #498bad;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 2px 0 4px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.1em;
}
h4, h5, h6 {
	font-size: 1.1em;
}
.feed-item h3 {
	font-size: 1.25em;
	margin-top: 0;
}
h2 a, .feed-item h3 a {
	color: #505050;
	text-decoration: none;
}
h2 a:hover, .feed-item h3 a:hover {
	color: #fff;
	background: #505050;
}
p {
	margin-bottom: 0.9em;
	line-height: 1.5em;
}
fieldset {
	border: 1px solid #ccc;
}
label {
	cursor: pointer;
}
input, select, textarea {
	font: 100% Arial, Helvetica, sans-serif;
}
input.form-text, select, textarea {
	border: 1px solid #4d7a91;
}
input.form-submit {
	border: solid #98978f;
	border-width: 0 1px 1px 0;
	color: #4b4b4b;
	cursor: pointer;
	background: #fff url(images/button.gif) repeat-x bottom;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
	border: 2px solid #cd919e;
}
table {
	font-size: 1em;
	width: 100%;
}
td {
	vertical-align: top;
}

/* Header, Primary links, Site slogan, Search form */

#header ul {
	float: right;
	margin: 0;
	padding: 48px 0 0;
	list-style: none;
	font-size: 1.1em;
}
#header li {
	float: left;
	height: 24px;
	margin-left: 3em;
}
#header li.active {
	background: url(images/topnav.gif) no-repeat center bottom;
}
#header li a, #header li a.active {
	color: #333;
	text-decoration: none;
}
#header li a:hover {
	color: #5ea8cf;
}

.slogan {
	float: left;
	height: 52px;
	line-height: 52px;
	font-size: 1.1em;
	font-weight: bold;
}
#top form {
	float: right;
}
#top #search {
	padding-top: 15px;
}
#top label {
	float: left;
	height: 23px;
	line-height: 23px;
}
#top input.form-text {
	border: 1px solid #a4bbc7;
	color: #fff;
	background: #376176;
	height: 17px;
	padding-top: 3px;
	float: left;
	margin: 0 10px;
	width: 150px;
}
#top input.form-submit {
	border-color: #2f4b59;
	height: 23px;
	float: left;
}

/* Main (center) column */
.mission {
	border: 1px solid #4d7a91;
	padding: 7px;
	margin-bottom: 1em;
}
.node .content, .comment .content {
	line-height: 1.5em;
}
.help {
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: bold;
}
.breadcrumb {
	margin-top: 0.5em;
}
.tabs {
	margin: 1em 0;
}
.messages, div.warning {
	background: #e2e0d2;
	color: #404040;
	border: 1px solid #c3bd98;
	padding: 7px;
	margin: 1em 0;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5em;
}
div.error, tr.error {
	border: none;
	padding: 7px;
	background: #cd919e;
	color: #fff;
	line-height: 1.5em;
}
div.error a, tr.error a {
	color: #fff;
}
.title-left {
	float: left;
	width: 65%;
}
tr.odd td, tr.even td {
	padding: 0.3em;
}
#content .item-list {
	font-size: 0.9em;
	margin: 1em 0;
	border-bottom: 1px solid #ccc;
}
div.links {
	clear: both;
}
.node {
	margin-bottom: 1em;
}
.sticky {
	padding: 7px;
	background: #fdfdfd;
	border: 1px solid #ddd;
	margin-top: 0;
}
.teaser, .feed-item {
	padding: 7px;
	border: 1px solid #e8e8e8;
	background: #fff;
}
.node .content, .comment .content {
	margin: 0.5em 0;
}
.node .taxonomy {
	font-size: 0.9em;
	float: right;
	width: 30%;
	text-align: right;
}
.bottom, .feed-item-categories {
	background: #ececec;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.5em;
}
.submitted {
	font-style: italic;
}
ul.links li {
	padding: 0 1em 0 0;
}
.taxonomy ul.links li {
	padding: 0 0 0 1em;
}
.taxonomy a, .breadcrumb a {
	color: #bd0000;
}
.item-list .pager li {
	border: 1px solid #4d7a91;
	padding: 0;
	font-size: 1.1em;
}
.item-list ul.pager li {
	margin: 0 0 0.25em 2px;
}
.item-list .pager li.pager-current {
	background: #4d7a91;
	color: #fff;
	padding: 0 5px;
	font-weight: normal;
}
.pager li a {
	text-decoration: none;
	padding: 0 5px;
}
.pager-item a.active {
	color: #4d7a91;
}
.pager-previous a.active, .pager-next a.active, .pager-first a.active, .pager-last a.active {
	color: #3b3b3b;
}
.pager-first a.active, .pager-last a.active {
	font-weight: bold;
}
.comment .submitted {
	font-size: 1em;
}
.comment {
	border: 1px solid #4d7a91;
	padding: 7px;
	font-size: 0.9em;
	margin-top: 1em;
}
.comment .title a {
	font-size: 1.1em;
	font-weight: normal;
}
.comment .new {
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	float: right;
	color: #f00;
}
.signature {
	padding: 7px;
	font-size: 0.9em;
	background: #fdfdfd;
}
.node .picture, .comment .picture {
	float: right;
}
.comment div.links ul.links, .comment div.links ul.links li {
	display: inline;
}
#aggregator .feed-item-title {
	margin: 0 0 0.5em;
}
#aggregator h2 {
	padding: 1em 0;
}
#forum table {
	margin: 1.5em 0;
}
#forum th img {
	margin-left: 0.5em;
}
#forum td {
	padding: 0.5em;
}
#forum tr td.forum {
	background-position: 2px 0.5em;
}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
	white-space: normal;
}
#forum td.forum, #forum td.posts {
	background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
	background-color: #ddd;
}
#forum .links {
	font-size: 0.9em;
}
#forum ul.links li {
	padding: 0;
}
#profile .profile {
	clear: both;
	border: 1px solid #ccc;
	padding: 0.5em;
	margin: 1em 0em;
}
.profile h3 {
	border: none;
	margin-bottom: 1em;
}
#profile .profile .field {
	font-size: 0.9em;
}
#book-outline {
	min-width: 1em;
	width: auto;
}
div.admin .left, div.admin .right {
	margin: 0;
	width: 49%;
}
div.admin-panel {
	padding: 10px 0;
}
.poll .vote-form {
	text-align: left;
}
.poll input {
	position: relative;
	top: 2px;
}
.poll .vote-form .choices {
	display: block;
}
.block-poll div.title {
	font-size: 1.1em;
}
#user-login-form {
	text-align: left;
}
.block #user-login-form ul {
	padding: 0;
}
#leftCol .item-list ul li.openid-link, #rightCol .item-list ul li.openid-link, #leftCol #user-login-form .item-list ul li, #rightCol #user-login-form .item-list ul li {
	margin-left: 0;
	list-style-type: none;
}
#user-login-form li.openid-link, #user-login li.openid-link {
	padding-left: 1.5em;
	background-position: left center;
	margin-left: 0;
}
h1.title, .block h3.title {
	margin: 0 0 0.2em 0;
	padding: 6px 9px;
	background: #e8f7ff;
	color: #1e4e66;
	font-weight: normal;
	font-size: 1.2em;
}

/* Left and right columns */
#leftCol .inside {
	padding: 0.5em 1em 0 0;
}
#rightCol .inside {
	padding: 0.5em 0 0 1em;
}
.block, .box {
  margin-bottom: 5px;
}
.block .content {
	border: 1px solid #ded9c1;
	background: #f9f7ea;
	padding: 9px;
}
.box .title {
	font-size: 1.1em;
}
#leftCol .item-list ul, #rightCol .item-list ul {
	margin: 0;
}
#leftCol li, #rightCol li {
	border-bottom: 1px solid #c3bd98;
}
#leftCol ul.menu li.last, #rightCol ul.menu li.last {
	border: none;
}
#leftCol .item-list ul li, #rightCol .item-list ul li {
	margin: 0;
	padding: 0.25em 0;
	list-style-type: none;
}
#leftCol .block ul, #rightCol .block ul {
	padding: 0;
}
#leftCol .block ul ul, #rightCol .block ul ul {
	padding: 0.25em 0 0 1em;
}
#leftCol li.leaf, #leftCol li.expanded, #leftCol li.collapsed, #rightCol li.leaf, #rightCol li.expanded, #rightCol li.collapsed {
	list-style-type: none;
	list-style-image: none;
	padding: 0.25em 0;
}
#leftCol ul.menu li, #rightCol ul.menu li {
	margin: 0;
}
#leftCol li.first, #rightCol li.first {
	padding: 0 0 0.25em 0;
}
.block a {
	color: #713d3d;
	text-decoration: none;
}
.block a.active {
	color: #713d3d;
	font-weight: bold;
}
.block a:hover {
	text-decoration: underline;
}

/* Footer */
#footer a {
	color: #fff;
}
.footer_left {
	float: left;
	width: 48%;
}
.footer_right {
	float: right;
	width: 48%;
	text-align: right;
}
.footer_message, #footer .block, #footer ul.links, .powered {
  margin: 1% 0;
}
.footer_message {
	font-weight: bold;
}
#footer .block .content {
	border: none;
	background: #4d7a91;
	padding: 0;
}
#subnavlist li {
	border-right: 1px solid #fff;
}
#subnavlist li.last {
	border: none;
}
#footer ul.links li {
	padding: 0 10px 0 7px;
}
#footer ul.links li.last {
	padding-right: 0;
}
.powered {
	font-size: 0.9em;
}