@CHARSET "UTF-8";

body {
	font-family: arial, helvetica;
	font-size: 12px;
	background: #b3b5b4 url(../images/background.png) fixed top center repeat-x;
}

a:link, a:active, a:visited {
	color: #cf0004;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#wrapper {
	margin: 20px auto auto auto;
	width: 1000px;
}

div#header {
	background: url(/images/header.png);
	height: 108px;
	margin: 0px 0px 6px 0px;
}

div#body {
	overflow: hidden;
	width: 100%;
}

div.marger {
	margin: 25px;
}

div.marger h1,
div.marger h2,
div.marger h3,
div.marger h4,
div.marger h5,
div.marger h6,
div.marger p {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

div#footer {
	background: url(../images/footer.png) top center no-repeat;
	color: white;
	clear: both;
	display: inline-block;
	height: 30px;
	width: 1000px;
	margin: 6px 0px 0px 0px;
}

span#footer-navigation {
	margin: 7px 15px;
}

div#footer span {
	display: inline-block;
}

div#footer a:link,div#footer a:active,div#footer a:visited {
	color: white;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

span#copyright {
	display: inline-block;
	margin: 7px 15px;
	height: 30px;
}

h6 {
	display: none;
}

h1, h2 ,h3, h4, h5 {
	color: #cf0004;
}

.right {
	float: right;
}

.red {
	color: #cf0004;
}

ul.inline-navigation {
	list-style: none;
	padding: 0;
}

ul.inline-navigation li {
	display: inline-block;
	float: left;
	margin: 0px;
}

ul#main-navigation {
	padding: 48px 0px 0px 0px;
	margin: 0 !important;
}

ul#main-navigation li {
	height: 60px;
}

ul#main-navigation span {
	display: none;
}

ul#main-navigation a {
	display: block;
	height: 30px;
}

ul#main-navigation li.active {
	background-position: 0px -60px !important;
}

p {
	text-align: justify;
	line-height: 1.5;
}

label {
	display: block;
	padding: 3px 0px;
}

label.required {
	font-weight: bold;
}

ul.errors {
	color: #cf0004;
	list-style: none;
	padding: 0px;
}

ul.errors li {
	padding: 0px;
	margin: 0px;
}

ul#flashmessages {
    background: #fff;
    margin: 6px 0px;
    padding: 10px 0px 10px 25px;
}

ul#flashmessages li {
    list-style: none;
    color: #CF0004;
    font-weight: bold;
}

img {
	border: 0px;
}

div#error {
	background: #fff;
	display: inline-block;
	width: 100%;	
}

.left { float: left; }
.right { float: right; }

