* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	background: url('/img/bg.png') top center repeat;
}

#container {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	margin-top: 10px;
	background: #fff;
}

#inner {
	padding: 0 10px;
}

#header {
	margin-bottom: 34px;
}

#header h2 {
	position: absolute;
	margin: -2em 0 0 1em;
	color: #3f5374;
	border: none;
	font-size: 140%;
}

#logo {
	padding: 15px;
}

#menu {
	list-style: none;
	display: block;
	width: 898px;
	position: absolute;
	top: 153px;
	height: 24px;
	background: #e45d64 url('/img/mbg.gif') top left repeat-x;
	font-size: 13px;
	line-height: 24px;
	margin: 0;
	padding: 1px;
	font-weight: bold;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 8px;
	border-left: 1px solid #e7797f;
	border-right: 1px solid #d5646a;
}

#menu li.first a {
	border-left: none;
}

#menu li.last a {
	border-right: none;
}

#menu li a:hover {
	background-color: #fff;
	color: #e45d64;
}

#footer {
	clear: both;
	margin-top: 3em;
	height: 6em;
	background-color: #ccc;
}

#addr {
	padding: 8px;
	font-size: 100%;
	font-weight: normal;
}

#addr .icon, #addr .addr, #addr .tel {
	float: left;
	margin-right: 2em;
}

#copyright {
	line-height: 1em;
	float: right;
	text-align: center;
	background-color: #3f5374;
	color: #fff;
	padding: 1.5em 10em;
}

#pagination {
	width: 40%;
	margin: 0 30%;
	text-align: center;
}

#pagination img {
	vertical-align: middle;
}

#cat ul {
	list-style: none;
	margin-left: 5em;
}

#cat li {
	padding-left: 15px;
	line-height: 1.5em;
}

#cat li:hover {
	background: url('/img/arrow.png') top left no-repeat;
}

#cat li a {
	text-decoration: none;
}

#cat li:hover a {
	color: #e45d64;
}

#news {
	list-style: none;
	width: 70%;
}

#news li {
	margin-bottom: 2em;
}

#news .date {
	float: right;
	padding: 1em 2px 0 0;
	color: #3f5374;
}

#news h3 {
	font-size: 120%;
	color: #3f5374;
	border-bottom: 1px dotted #ccc;
	padding: 6px 0 2px 4px;
}

#news .content {
	padding: 0 1em;
}

#resources {
	list-style: none;
	width: 70%;
}

#resources li {
	margin-bottom: 2em;
}

#resources h3 {
	font-size: 120%;
	color: #3f5374;
	border-bottom: 1px dotted #ccc;
	padding: 6px 0 2px 4px;
}

#resources h3 a {
	text-decoration: none;
	color: #3f5374;
}

#resources .content {
	padding: 0 1em;
}

#eteam {
	list-style: none;
}

#eteam li {
	clear: both;
	padding-top: 1em;
}

#eteam .img {
	float: left;
	width: 100px;
	text-align: center;
}

ul.actions {
	list-style: none;
	margin: 0;
}

.actions li a {
	display: block;
	float: left;
	padding: 4px 4px;
	margin-bottom: 1em;
	border: 1px solid #dedede;
	border-color: #dedede #bbb #bfbfbf #dedede;
	background: #f5f5f5;
	color: #000;
	text-decoration: none;
}

h1,h2,h3,h4,p {
	margin-bottom: 0.5em;
}

h1 {
	background-color: #3f5374;
	font-size: 120%;
	color: #fff;
	padding: 10px 3px 2px 6px;
	margin-left: 10px;
}

h2 {
	color: #3f5374;
	border-bottom: 1px dotted #3f5374;
	font-size: 120%;
	padding-top: 1em;
}

td, th {
	font-size: 80%;
}

img {
	border: 0;
}

#flashMessage {
	background: #fff8c0;
	border: 1px solid #eee;
	padding: 20px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	margin: .5em 2em;
}

ul, ol {
	margin-left: 2em;
	margin-bottom: 1em;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
}

a.active {
	color: green;
	font-weight: bold;
}

a.inactive {
	color: red;
}

.clr {
	clear: both;
	line-height: 0;
}

.col {
	float: left;
	width: 32%;
	padding-right: 2%;
}

.col3 {
	padding-right: 0;
}

.col h2 {
	background-color: #3f5374;
	font-size: 100%;
	color: #fff;
	padding: 10px 3px 2px 6px;
}

.extra {
	border: 1px dotted #666;
	background-color: #eee;
	padding: 5px;
	margin-top: 0.5em;
}

table.list {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	border-collapse: collapse;
	width: 100%;
}

table.medium {
	width: 75% !important;
	margin: 0 auto;
}

table.list th {
	background-color: #ddd;
	border: 1px solid #bbb;
	text-align: left;
	padding: 4px 6px;
}

table.list th a {
	display: block;
	text-decoration: none;
}

table.list th:hover {
	background-color: #ccc;
	color: #333;
}

table.list th:hover a {
	color: #333;
}

table tr td a {
	text-decoration: none;
}

table tr td a:hover {
	text-decoration: underline;
}

table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

table tr.alt td {
	background: #f4f4f4;
}

table tr:hover td {
	background: #fff8c0;
}

form.std {
	width: 640px;
	margin: 0 auto;
}

form.std ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

form.std li.errorHd {
	border: 1px dotted #f00;
	margin-bottom: 1em;
	padding: 4px 0 0 0;
	width: 99%;
	text-align: center;
}

form.std li.errorHd h3 {
	font-size: 125%;
	color: #df0000;
	margin: 7px 0 5px;
}

form.std li.errorHd p {
	font-size: 100%;
	margin: 0 0 0.8em;
}

form.std li.errorHd p strong {
	background-color: #ffdfdf;
	color: #f00;
	padding: 2px 4px;
}

form.std li {
	width: 75%;
	display: block;
	margin: 3px 0;
	padding: 4px 5px 4px 9px;
	position: relative;
}

form.std li.error {
	background-color: #ffdfdf !important;
	border-bottom: 1px solid #eacbcc;
	border-right: 1px solid #eacbcc;
}

form.std li.focused {
	background-color: #fff7c0;
}

form.std div.error {
	background: url('/icons/exclamation.png') top left no-repeat;
	padding-left: 18px;
	line-height: 16px;
	clear: both;
	color: red;
	font-size: 75%;
	font-weight: bold;
	margin: 0 0 5px;
}

form.std label.desc {
	display: block;
	font-weight: bold;
	line-height: 150%;
	padding: 0 0 1px;
}

form.std label.desc span {
	display: block;
	font-weight: normal;
	font-size: 80%;
}

form.std label .req {
	color: red;
	float: none;
	font-weight: bold;
	padding-left: 4px;
}

form.std li div, form.std li span {
	margin: 0 4px 0 0;
	padding: 0 0 0px;
}

form.std input.text, form.std input.file, form.std textarea.textarea {
	padding: 2px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-top-color: #999;
}

form.std textarea.medium {
	height: 10em;
}

form.std textarea.small {
	height: 5em;
}

form.std textarea.large {
	height: 20em;
}

form.std input.small {
	width: 25%;
}

form.std input.medium {
	width: 50%;
}

form.std input.large, form.std select.large, form.std textarea {
	width: 100%;
}

form.std .hint {
	line-height: 130%;
	position: absolute;
	width: 42%;
	top: 0;
	left: 100%;
	z-index: 1000;
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	margin: 0 0 0 8px;
	padding: 8px 10px 9px;
	visibility: hidden;
}

form.std .hint img {
	margin: 0 3px 0 0;
	vertical-align: baseline;
}

form.std li:hover .hint, form.std li.focused .hint {
	visibility: visible;
}

form.std li span div {
	display: inline;
}

form.std li span {
	display: block;
}

/*
form.std .buttons {
	margin: 6px 0 0 0;
}

form.std .buttons button, form.std .buttons a {
	border: 1px solid #dedede;
	border-color: #dedede #bbb #bfbfbf #dedede;
	background: #f5f5f5;
	color: #000;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 130%;
	margin: 0 7px 0 0;
	padding: 2px;
	text-decoration: none;
	width: auto;
}
*/

.buttons button[type] {
	line-height: 18px;
	padding: 4px 10px 5px 7px;
	width: auto;
}

.buttons button {
	font-weight: bold;
	overflow: visible;
	padding: 4px 10px 3px 7px;
	width: auto;
}

.buttons a, .buttons button {
	/*
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	*/
	border-color: #dedede #bbb #bfbfbf #dedede;
	border-style: solid;
	border-width: 1px;
	background: #f5f5f5;
	color: #000;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 130%;
	margin: 0 7px 0 0;
	padding: 5px 10px 6px;
	text-decoration: none;
}
