@CHARSET "UTF-8";

* {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	background: white url(../img/top_bg.png) left top repeat-x;
}

img {
	border: none;
}

/** Anchors **/
a {
	cursor: pointer;
	color: #0184cc;
	text-decoration: underline;
	outline: none;
}

a:visited {
	color: #8e8e8e;
}

a:hover {
	text-decoration: none;
}

/** Layout **/
.container {
	margin: 0 auto;
	width: 900px;
}

#top {
	height: 355px;
}

#fb_share {
	display: block;
	float: left;
	margin-top: 6px;
}

#top-header {
	float: left;
	margin: 6px 0 0 20px;
}

#top-logo {
	float: right;
}

/** **/
table.form td, table.form th {
	background-color: white;
}

table.form th {
	text-align: right;
}

table.form th div.small-desc {
	font-size: 0.6em;
}

input {
	width: 150px;
	border: 1px solid #c0c0c0;
	padding: 3px;
}

input.m_form_submit {
	padding: 2px;
	width: auto;
	background-color: #A6CE39;
	border: 1px solid #415121;
	color: white;
	font-weight: bold;
	font-size: 1em;
}

span.mandatory-fields {
	color: red;
	font-size: 0.8em;
}

/** Layout - menu **/
#menu {
	margin-top: 50px;
	width: 297px;
	float: left;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}

#menu a {
	margin-bottom: 15px;
	display: block;
	height: 26px;
	line-height: 28px;
	padding-left: 26px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 0.9em;
	background: #e8e8e8 url(../img/menu_inactive.png) top left no-repeat;
}

#menu a.active, #menu a:hover {
	color: white;
	background: #03528f url(../img/menu_active.png) top left no-repeat;
}

/** Layout - content **/
#content {
	width: 558px;
	float: right;
	margin-top: 30px;
}

.fb_share {
	display: block;
	float: left;
	margin: 6px 10px 10px 0;
}

/** Layout - footer **/
.footer {
	background-color: #e2e2e2;
	height: 30px;
	line-height: 30px;
	margin-top: 100px;
	color: #757575;
	font-size: 0.7em;
}

.footer a {
	color: inherit;
}

#footer-content {
	float: right;
}

#footer-disc {
	float: left;
}



/** Helpers **/
.no-display {
	display: none;
}

.cleaner {
	clear: both;
}
