/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F7F4E7 url(../img/design/homepage01.jpg) repeat left top;
}

/** FORMS */

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

/** HEADINGS */

h1, h2 {
	margin: 0px 0px 10px 0px;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h3 {
	margin: 0px;
	font-size: 11px;
	color: #1262B0;
}

h3 span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #434343;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58523F;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	color: #FFFFFF;
}

.text1 a {
	color: #FFFFFF;
}

.text2 {
	text-align: center;
	/*color: #9AB6CC;*/
	color: #FFF;
}

.text2 a {
	/*color: #9AB6CC;*/
	color: #FFF;
}

.text3 {
	text-align: center;
	/*color: #7096B5;*/
	color: #B7B7B7;
}

.news_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align:left;
}

.news_list li {
	padding-top: 15px;
	background: url(../img/design/homepage07.gif) repeat-x left top;
}

.news_list li.first {
	padding: 0px;
	background: none;
}
.news_list li.plain {
	padding: 5px;
	background: none;
}

.news_list h3 a, .news_title a {
	color: #1262B0;
	text-decoration: none;
}

.news_list h3 a:hover, .news_title a:hover {
	text-decoration: underline;
}

.news_photos {
	margin: 5px 0;
}

span.dotted_bottom {
	background: url(../img/design/homepage12.gif) repeat-x left bottom;
	padding-bottom: 1px;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

.list2 li {
	padding: 5px;
	background: url(../img/design/homepage12.gif) repeat-x left top;
}

.list2 li.first {
	background: none;
}

.list2 a, .list2 li.square, .list2 span.help {
	padding-left: 9px;
	background: url(../img/design/homepage11.gif) no-repeat left center;
	padding-top:2px;
	padding-bottom:2px;
}

*html .list2 span.help {
	padding-left: 9px;
	background: url(../img/design/homepage11.gif) no-repeat left;
	padding-top:24px;
	padding-bottom:2px;
}

/** LINKS */

a {
	color: #F56200;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(../img/design/bg01.jpg) repeat-y left top; }
.bg2 { background: url(../img/design/bg02.jpg) no-repeat left top; }
.bg3 { background: url(../img/design/bg03.jpg) no-repeat left bottom; }
.bg4 { background: url(../img/design/homepage07.gif) repeat-x left top; }
.bg6 { background: url(../img/design/bg06.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

img.banner_left {
	border: 1px solid #C4B57C;
	padding: 2px;
}

div#menu_banners img.banner_left {
	margin-bottom: 3px;
	clear: both;
}

div#banners_bottom {
	margin-bottom: 25px;
}

div#banners_bottom img.banner_left {
	margin: 0pt 5px 5px 0pt;
}

#content table {
	border: 1px solid #C4B57C;
	border-collapse: collapse;
}

#content td {
	border: 1px solid #C4B57C;
	padding-left: 2px;
}
/* FORMS */
.question form label {
	width: 100px;
	display: block;
	float: left;
}
.question div.input {
	clear: both;
}
.question div.submit {
	clear: both;
	padding-left:100px;
	margin-top: 3px;
}
.question span.asterisk {
	color: #F56200;
}
.question div.captcha_img {
	padding-left: 100px;
	margin-bottom: 2px;
	clear: both;
}
.question a.reload_captcha, div.error-message {
	clear:both;
	float:left;
	margin-bottom:2px;
	padding-left:100px;
}
.question a.reload_captcha {
	margin-bottom:4px;
	color:#1262B0;
}
.question div.error-message, div.thanks {
	color:#F56200;
}
.question div.error-message {
	width: 150px;
}
.question div.error-message, div.thanks {
	margin-bottom: 10px;
}
.question div.input input, textarea {
	display: block;
	float: left;
	margin-bottom: 2px;
	width: 180px;
}

div.copyright {
	border-top: 1px solid #DDCFA8;
	font-size:10px;
	margin-bottom:5px;
	text-align:justify;
}
span.licc a {
	color: #EBE4C8;
}
#footer .text3 a {
	color: #B7B7B7;
}
div.s_cntl {
	color: #ADA387;
}
div.s_cntl a {
    color: #F4B78D;
}
