html, body {
	height: 100%;
}

body {
	padding: 0px;
	background: url(images/homepage01.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #738090;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: none;
	font-weight: normal;
	color: #CC9900;
}

h1 span, h2 span, h3 span {
	font-weight: bold;
}

h1 {
	color: #CC9900;
}

h2 {
	font-size: 20px;
}

h2.title {
	height: 20px;
	margin: 0px;
	padding: 8px 0px 0px 18px;
	font-size: 10px;
	color: #AFB8BF;
}

h2.title span {
	color: #FFFFFF;
}

h3 {
	font-size: 16px;
}

p, ol, ul {
	margin-top: 0px;
	line-height: 18px;
	text-align: justify;
}

strong {
	color: #CCCCCC;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a.more {
	padding-left: 17px;
	background: url(images/homepage12.gif) no-repeat left center;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin: 0px 17px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 17px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

.ul-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ul-style1 li {
}

.ul-style1 span {
	padding-right: 14px;
}

.ul-style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ul-style2 li {
	padding-top: 15px;
}

.ul-style2 li.first {
	padding: 0px;
}

.ul-style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.ul-style3 li {
	float: left;
	padding: 0px 10px 12px 0px;
}

/** WRAPPER */

#wrapper {
	background: url(images/bg1_01.jpg) repeat-x left top;
}

.container {
	width: 945px;
	margin: 0px auto;
}

/** HEADER */

#header-bg {
	background: url(images/bg01.jpg) no-repeat center top;
}

#header {
	height: 138px;
}

/** MENU */

#menu {
	float: left;
	width: 544px;
	height: 138px;
}

#menu ul {
	margin: 0px;
	padding: 112px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** SEARCH */

#search {
	float: left;
	width: 191px;
	height: 138px;
	background: url(images/homepage03.jpg) no-repeat 0px 109px;
}

#search form {
	margin: 0px;
	padding: 112px 0px 0px 10px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search input {
	float: left;
	outline: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #4286AD;
}

#search-query {
	width: 130px;
	border: none;
	background: none;
}

#search-submit {
	display: none;
}

/** LOGIN */

#login {
	float: left;
	width: 211px;
	height: 119px;
	background: url(images/bg2_01.jpg) no-repeat left top;
}

#login form {
	margin: 0px;
	padding: 19px 19px 0px 18px;
}

#login fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#login input {
	margin-bottom: 6px;
	border: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #4A535C;
}

#login-username, #login-password {
	width: 164px;
	height: 19px;
	padding: 3px 5px 0px 5px;
	background: url(images/homepage04.jpg) no-repeat left top;
}

#login-username {
}

#login-password {
}

input#login-submit {
	float: right;
	width: 54px;
	height: 22px;
	background: url(images/homepage05.jpg) no-repeat left top;
	text-transform: lowercase;
	font-weight: bold;
	color: #FFFFFF;
}

#login a {
	float: left;
	padding-top: 4px;
}

/** PAGE */

#page-bg {
	background: url(images/bg02.jpg) repeat-y center top;
}

#page-bg-top {
	background: url(images/bg03.jpg) no-repeat center top;
}

#page-bg-bottom {
	padding-bottom: 7px;
	background: url(images/bg04.jpg) no-repeat center bottom;
}

#page {
	margin-bottom: 3px;
}

#page.two-columns {
	margin-bottom: 0px;
}

/** 3-COLUMN LAYOUT */

.three-columns {
	background: url(images/bg2_03.jpg) repeat-y left top;
}

.three-columns-bg-top {
	background: url(images/bg2_04.jpg) no-repeat left top;
}

.three-columns-bg-bottom {
	background: url(images/bg2_05.jpg) no-repeat left bottom;
}

.three-columns .column1 {
	float: right;
	width: 521px;
}

.three-columns .column2 {
	float: left;
	width: 210px;
}

.three-columns .column2 .content {
	padding: 18px 15px 0px 18px;
}

.three-columns .column3 {
	float: left;
	width: 210px;
	padding: 0px 0px 0px 2px;
}

.three-columns .column3 .content {
	padding: 18px 15px 0px 18px;
}

/** 2-COLUMN LAYOUT */

.two-columns {
	background: url(images/subpage1_01.jpg) repeat-y left top;
}

.two-columns-bg-top {
	background: url(images/subpage1_02.jpg) no-repeat left top;
}

.two-columns-bg-bottom {
	background: url(images/subpage1_03.jpg) no-repeat left bottom;
}

.two-columns .column1 {
	float: right;
	width: 733px;
	padding: 0px 0px 0px 0px;
}

.two-columns .column1 .content {
	padding: 18px 15px 10px 18px;
}

.two-columns .column2 {
	float: left;
	width: 210px;
	padding: 0px 0px 0px 0px;
}

.two-columns .column2 .content {
}

/** SINGLE COLUMN LAYOUT */

.one-column {
	background: url(images/subpage2_01.jpg) repeat-y left top;
}

.one-column-bg-top {
	background: url(images/subpage2_02.jpg) no-repeat left top;
}

.one-column-bg-bottom {
	background: url(images/subpage2_03.jpg) no-repeat left bottom;
}

.one-column .content {
	padding: 18px 15px 10px 18px;
}

/** CONTENT */

#content {
	height: 600px;
}

/** SIDEBAR */

#sidebar {
}

/** FOOTER */

#footer {
	height: 99px;
	background: url(images/bg05.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: #333740;
}

#footer .legal {
}

#footer .links {
}

/** BOX STYLE 1 */

.box-style1 {
}

.box-style1 .content {
	padding: 18px 15px 20px 18px;
}

.bg1 {
	background: url(images/subpage1_04.jpg) no-repeat left bottom;
}

/** BOX STYLE 2 */

.box-style2 {
	background: url(images/subpage1_05.jpg) no-repeat left top;
}

.box-style2 .title {
}

.box-style2 .content {
	padding: 18px 15px 0px 18px;
}

/** BOX1 */

#box1 {
	height: 119px;
}

/** BOX2 */

#box2 {
	float: left;
	width: 734px;
	height: 99px;
	padding: 22px 0px 0px 0px;
	background: url(images/bg2_02.jpg) no-repeat left top;
}

#box2a {
	float: left;
	width: 393px;
	padding: 0px 30px 0px 19px;
}

#box2b {
	float: left;
	width: 220px;
	padding: 0px 0px 0px 25px;
	border-left: 1px solid #454955;
}

/** BOX3 */

#box3 {
	background: url(images/bg2_06.jpg) repeat-y left top;
}

#box3-bg-top {
	height: 100px;
	background: url(images/bg2_07.jpg) no-repeat left top;
}

html>body #box3-bg-top {
	height: auto;
}

#box3-bg-bottom {
	padding: 20px 0px 0px 0px;
	background: url(images/bg2_08.jpg) no-repeat left bottom;
}

html>body #box3-bg-bottom {
	padding-bottom: 20px;
}

#box3a {
	float: left;
	width: 173px;
	padding: 0px 18px;
}

#box3a .ul-style2 li {
	padding-top: 10px;
}

#box3a .ul-style2 li.first {
	padding: 0px;
}

#box3b {
	float: left;
	width: 422px;
	padding: 0px 20px;
	border-left: 1px solid #2F313B;
}

#box3c {
	float: left;
	width: 232px;
	padding: 0px 15px 0px 25px;
	border-left: 1px solid #2F313B;
}.headings {
	line-height: 30px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 17px;
	color: #CC9900;
}
}.headings2 {
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 22px;
	color: #FFFFFF;
}
}.headings3 {
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #333333;
}
}#float-rt {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 15px;
}
