* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	line-height: 130%;
	text-align: center;
}

.admin #header h1 {
	float: right;
}

#job {
	float: right;
	margin: 0.5em 2em 0 0;
}

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

#content {
	padding: 0 10px;
}

#lb {
	float: left;
	margin: 0 10px 10px 0;
	width: 119px;
}

#rb {
	float: right;
	padding: 0 0 0 10px;
	width: 220px;
	background: #fff;
}

.wg h2 {
	background-color: #00588d;
	color: #fff;
	border: 0;
	padding: 2px;
	font-size: 100%;
	text-align: center;
}

.blb h2 {
	background: none;
	padding: 0;
	text-align: left;
	margin-bottom: 0;
}

.blb h2 a {
	color: #00588d;
}

#inner {
	margin: 10px 0 0 130px;
	padding: 0 10px;
}

.admin #inner {
	margin-left: 0;
}

#menu {
	list-style: none;
	display: block;
	position: absolute;
	top: 92px;
	height: 19px;
	background-color: #7fabc6;
	font-size: 12px;
	line-height: 19px;
	margin: 0;
	margin-left: 268px;
}

#menu li {
	float: left;
	border-right: 2px solid #fff;
}

#menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}

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

#footer {
	clear: both;
	font-size: 80%;
	margin-top: 3em;
	border-top: 1px dashed #ccc;
	color: #999;
	padding: .25em 1em;
}

#copyright {
	float: right;
}

#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;
	margin-bottom: 0;
}

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

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

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

#articles {
	list-style: none;
}

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

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

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

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

#eteam {
	list-style: none;
}

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

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

#link {
	border: 1px dotted #ccc;
	padding: 1em;
	margin: 2em 5em;
}

#link input {
	width: 100%;
	height: 100%;
	font-size: 120%;
	text-align: center;
	font-family: 'courier new';
	background: none;
	border: 0;
}

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

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

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

p {
	margin-bottom: 1em;
}

h1 {
	font-size: 160%;
	color: #00588d;
}

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

h3 {
	color: #00588d;
}

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

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

dl.address {
	position: absolute;
	left: 50%;
	margin-left: 180px;
	width: 160px;
	background: #ffc;
	border: 1px solid #ccc;
	padding: 10px;
	z-index: 1000;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin: 0.2em 0 1em 2em;
}

a {
	color: #7fabc6;
}

a:hover {
	color: #c71c05;
}

.admin h2 {
	/*padding: 1em 0 0 0;*/
	color: #3f5374;
}

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

img {
	border: 0;
}

.c {
	text-align: center;
}

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

ul {
	margin-left: 2em;
}

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

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

a.inactive {
	color: #f00;
}

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

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

#faq {
	list-style: none;
}

.clickable {
	cursor: pointer;
	text-decoration: underline;
}

.assessment {
	width: 60%;
	margin: 2em auto;
	border: 1px dotted #ccc;
	background: #f8f8f8;
	padding: 10px;
}

h3.question {
}

div.answer {
	padding: 0 0 1em 1em;
}

.clients {
	color: #777;
	margin-right: 2em;
	margin-left: 2em;
}

.admin table.list {
	clear: both;
}

table.list {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	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;
	color: #333;
}

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 {
	margin: 0 auto;
	width: 600px;
}

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: 65%;
	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: #f00;
	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 .req {
	color: #f00;
	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 .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;
}

.mceEditorContainer div, .mceEditorContainer span {
	margin: 0 !important;
}

.mceEditorContainer tr td {
	padding: 0;
}

.mceEditorContainer td, .mceEditorContainer tr:hover td {
	background: inherit;
}

.mceContentBody {
	padding: 5px;
}
