body {
	font: normal 14px Arial, Verdana, Tahoma, sans-serif; color: #111;
    padding: 0; margin: 0; background: #e2e2e2 url(bg.jpg) top left repeat-x;
}

a:link,a:active,a:visited	{ color : #1c4a80; text-decoration: underline; }
a:hover						{ text-decoration: underline; color : #005ca2;}

#header {
    display: block; height: 235px; width: 700px; margin: 0 auto;
    background: transparent url(header.jpg) top right no-repeat;
}
h1 { display: block; width: 500px; float: right; }
h1 a { display: block; width: 500px; height: 200px; }
h1 a span { display: none; }

#header ul {
	display: block; margin: 0; padding: 100px 0 0 0; width: 160px; list-style: none;
}
#header ul li {
	display: block; padding: 5px 0; margin: 0; color: #1c4a80; list-style: none;
    font-size: 18px; text-align: right; text-decoration: underline;
}

#container {
	display: block; width: 100%; height: auto; min-height: 100%;
}

/* Content */

#content {
	display: block; width: 750px; padding: 10px; margin: 0 auto;
}

#content h2  {
	font-weight: normal; font-size: 24px;
    border-bottom: dotted 1px #555;
    color: #3f636b; margin: 2px 0; padding: 2px 3px;
}

#content h2 small  {
 	font-size: 18px; float: right
}

#content ul.list {
	font-size: 12px; line-height: 135%; margin-bottom: 10px; margin-left: -5px !important;  margin-left: 30px;
}

#content ul.list li {
	list-style: none; padding-left: 20px;
    background: transparent url(images/list.gif) center left no-repeat;
}

h3 {
	font-size: 12px; font-weight: bold; margin: 0px;
	padding: 3px 5px; margin: 4px 5px 0px 5px;
    border-bottom: dotted 1px #3f636b; color: #3f636b;
}

h3 small {
	float: right; font-size: 10px; padding-top: 1px; font-weight: normal;
}

p {	margin: 0px; padding: 4px; }
p.info {
	font-size: 10px; text-align: right;
    margin: 2px 10px; padding: 3px; border-top: dotted 1px #3f636b;
}

.claim-text {
	display: block; padding: 15px 0 15px 0; width: 600px; margin: 0 auto 30px auto;
    font-size: 18px; line-height: 24px; text-align: center;
}

/* Footer */

#footer {
    display: block; padding: 10px; border-top: solid 1px #bbb;
    text-align: center; color: #444; margin-top: 30px;
}

#footer-block {
	display: block; width: 800px; padding: 20px; height: 50px; margin: 0 auto; font-size: 11px;
}

#footer-left { float: left; text-align: left; }
#footer-right { float: right; text-align: right; }

/* Forms */

form { padding: 10px; margin: 0; }

.form-title {
	display: block; text-align: center; font-size: 24px;
	color: rgb(183,70,20);
}

.form-sub {
	text-align:center; padding: 5px 40px; font-size: 12px;
}

.index-form {
	display: block; padding: 0; width: 500px; margin: 0 auto;
    background: transparent url('form-main.gif') top center repeat-y;
}

.form-top {
	display: block; padding: 0; height: 30px; margin: 0; margin-top: 30px;
    background: transparent url('form-top.gif') top center no-repeat;
}

.form-down {
	display: block; padding: 0; height: 30px; margin-bottom: 30px; text-align: center;
    background: transparent url('form-down.gif') bottom center no-repeat;
}


.form-buttons-plus {
	display: block; text-align: center;
}

.form-buttons-plus input {
	display: block; border: 0; width: 180px; height: 52px;
    padding: 0; margin: 0 auto; color: white; font-size: 18px;
    background: transparent url('button.gif') top center no-repeat;
}

.form-block {
	display: block; width: 100%; clear: both;
}

.form-description {
	display: block; float: right;
	width: 200px; padding: 5px 10px;
    border: solid 1px #3f636b; background: #e7eaff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.form-description p { padding: 3px 0 !important; margin: 0 !important; font-size: 11px; }

.form-data {
	margin-right: 230px;
}

.form {
	display: block; width: 95%; margin: 5px auto;
}


.form-label {
	font-size: 14px; padding: 5px;
    text-align: right; width: 12%; white-space: nowrap;
}

.form-headline {
	padding: 3px 15px; color: #3f636b;
    font: normal 18px Verdana, Tahoma, sans-serif;
}

.form-descr {
	vertical-align: top; font-size: 11px; padding: 4px;
}

.form-field {
	text-align: center; width: 83%;
}

.form-field-l {
	text-align: left; width: 50%; padding: 0 10px;
}

.form-buttons {
	text-align: center; padding: 4px; margin: 0;
}

.form-bb-code {
	background: #eee; color: #222; border: solid 1px #ccc; border-bottom: none;
    padding: 3px 5px; font-size: 14px; width: 100%; margin: 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.form-bb-code a { padding: 2px 5px; font-size: 12px; }

.bbcode-bold { font-weight: bold; }
.bbcode-italic { font-style: italic; }
.bbcode-underline { text-decoration: underline !important; }

.form-bb-text {
	background: white; color: #222; border: solid 1px #ccc;
    padding: 3px 5px; font-size: 14px; width: 100%; margin: 0;
	-moz-border-radius: 0 0 4px 4px ;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.form-text {
	background: white; color: #222; border: solid 1px #ccc;
    padding: 3px 5px; font-size: 14px; width: 95%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.form-buttons input {
	font-size: 13px; padding: 4px 10px; font-weight: normal; border: solid 1px #ccc;
	background: #eee url(white-grad.png) top left repeat-x; color: #333;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
}

.form-submit {
	font-weight: bold;
}