
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #1A1E24 url(images/bg01.gif) repeat left top;
	text-align: justify;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595d5e;
}

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	line-height: 200%;
	margin-top: 0px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

strong {
}

a {
	color: #939798;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	padding-right: 28px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** LIST STYLES */

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

ul.style1 li {
	margin-bottom: 10px;
}

ul.style1 img {
	margin-top: 5px;
}

ul.style1 strong {
	color: #8c9194;
}

ul.style2 {
}

ul.style2 li {
	float: left;
	padding: 5px 5px 0px 0px;
}

.homepage ul.style3 {
	background: url(images/homepage24.gif) repeat-y left top;
}

ul.style3 {
	background: url(images/subpage1_05.gif) repeat-y left top;
}

ul.style3 li {
	height: 31px;
	padding: 9px 0px 0px 20px;
}

ul.style3 span {
	padding: 0px 30px 0px 0px;
	font-weight: normal;
	color: #595d5e;
}

ul.style4 li {
	line-height: 140%;
	margin: 20px 0px;
	padding: 0px 0px 0px 30px;
}

/** WRAPPER */

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

#page-wrapper {
	background: url(images/bg04.gif) repeat-y center top;
}

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

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

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 160px;
}

/** SEARCH */

#search {
	float: right;
	width: 400px;
	height: 160px;
	background: url(images/homepage02.jpg) no-repeat 110px 110px;
}

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

#search form {
	padding: 118px 0px 0px 120px;
}

#search fieldset {
}

#search .input-text {
	width: 200px;
	border: none;
	background: none;
	margin: 0px;
	outline: none;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #8e9796;
}

#search .input-submit {
	display: none;
}

/** MENU */

#menu {
	height: 69px;
}

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

#menu li {
	float: left;
}

#menu a {
	float: left;
	display: block;
	height: 33px;
	padding: 18px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b2cacc;
}

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

#menu .active {
	background: url(images/subpage1_01.gif) no-repeat left top;
}

#menu .active a {
	color: #ffffff;
}

/** PAGE */

#page {
	width: 960px;
	padding: 20px 0px;
}

#banner {
	width: 590px;
	height: 225px;
	margin-bottom: 20px;
}

/** CONTENT */

.homepage #content {
	float: left;
	width: 590px;
	border-bottom: 1px solid #040405;
}

#content {
	float: left;
	width: 650px;
	border-bottom: 1px solid #040405;
}

.single #content {
	float: left;
	width: 100%;
	border-bottom: 1px solid #040405;
}

/** SIDEBAR */

.homepage #sidebar {
	float: right;
	width: 350px;
	border-bottom: 1px solid #040405;
}

#sidebar {
	float: right;
	width: 290px;
	border-bottom: 1px solid #040405;
}

/** CLIENT LOGIN */

.homepage #login {
	width: 310px;
	margin: 0px;
	padding: 0px;
}

#login {
	width: 250px;
	margin: 0px;
	padding: 0px;
}

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

#login .content {
}

#login ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#login li {
	margin-bottom: 16px;
}

#login label {
	float: left;
	width: 76px;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: normal;
	color: #b7bdbd;
}

.homepage input#username, .homepage input#password {
	width: 220px;
	height: 24px;
	padding: 8px 0px 0px 10px;
	border: none;
	background: url(images/homepage13.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif normal;
	color: #7c8184;
}

input#username, input#password {
	width: 164px;
	height: 24px;
	padding: 8px 0px 0px 10px;
	border: none;
	background: url(images/homepage13.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif normal;
	color: #7c8184;
}

input#login-submit {
	float: right;
	width: 88px;
	height: 32px;
	border: none;
	background: url(images/homepage14.gif) no-repeat left top;
	text-transform: uppercase;
	text-indent: -9999px;
	font: 11px Arial, Helvetica, sans-serif normal;
	font-weight: normal;
	color: #FFFFFF;
}

#homepage input#username, #homepage input#password {
	width: 165px;
}

/** FOOTER */

#footer {
	height: 140px;
	background: url(images/bg05.gif) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	color: #6f7779;
}

#footer .legal {
}

#footer .links {
}

.comments, .more {
	color: #939798;
}

.comments {
	padding: 0px 20px 0px 20px;
	background: url(images/homepage07.gif) no-repeat left 2px;
}

.more {
	padding: 0px 10px 0px 15px;
	background: url(images/homepage08.gif) no-repeat left 2px;
}

.link1 {
	display: block;
	height: 20px;
	padding: 0px 10px 0px 25px;
	background: url(images/homepage12.gif) no-repeat left 3px;
}

.box-style1 {
	background: url(images/homepage06.gif) repeat left top;
}

.box-style1 .title {
	width: 197px;
	height: 26px;
	margin: 0px;
	padding: 24px 0px 0px 20px;
	background: url(images/homepage04.gif) no-repeat left top;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	color: #7c8184;
}

.box-style1 span {
	font-weight: bold;
	color: #b7bdbd;
}

.box-style1 .content {
	background: url(images/homepage05.jpg) no-repeat left top;
}

.box-style1 .entry {
	padding: 30px 20px 0px 20px;
}

.box-style2 {
}

.box-style2 .title {
	width: 197px;
	height: 26px;
	margin: 0px;
	padding: 24px 0px 0px 20px;
	background: url(images/homepage04.gif) no-repeat left top;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	color: #7c8184;
}

.box-style2 span {
	font-weight: bold;
	color: #b7bdbd;
}

.box-style2 h3 {
	letter-spacing: -1px;
	font-size: 21px;
	font-weight: normal;
	color: #b1b5b6;
}

.box-style2 .content {
	background: url(images/homepage06.gif) repeat left top;
}

.box-style2 .content-bgtop {
	background: url(images/homepage05.jpg) no-repeat right top;
}

.single .box-style2 .content-bgtop {
	background: url(images/subpage2_01.gif) no-repeat right top;
}

.box-style2 .entry {
	padding: 30px 20px 20px 20px;
}

.box-style2 strong {
	color: #8c9194;
}

.box-style3 {
}

.box-style3 .title {
	width: 197px;
	height: 26px;
	margin: 0px;
	padding: 24px 0px 0px 20px;
	background: url(images/homepage04.gif) no-repeat left top;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	color: #7c8184;
}

.box-style3 span {
	font-weight: bold;
	color: #b7bdbd;
}

.box-style3 h3 {
	letter-spacing: -1px;
	font-size: 21px;
	font-weight: normal;
	color: #b1b5b6;
}

.box-style3 .content {
	background: url(images/homepage06.gif) repeat left top;
}

.homepage .box-style3 .content-bgtop {
	background: url(images/homepage15.jpg) no-repeat right top;
}

.box-style3 .content-bgtop {
	background: url(images/subpage1_03.jpg) no-repeat right top;
}

.box-style3 .entry {
	padding: 30px 20px 20px 20px;
}

.box-style3 strong {
	color: #8c9194;
}

.box-style4 {
	background: url(images/homepage06.gif) repeat left top;
}

.box-style4 .title {
	width: 197px;
	height: 26px;
	margin: 0px;
	padding: 24px 0px 0px 20px;
	background: url(images/homepage04.gif) no-repeat left top;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	color: #7c8184;
}

.box-style4 span {
	font-weight: bold;
	color: #b7bdbd;
}

.homepage .box-style4 .content {
	background: url(images/homepage15.jpg) no-repeat right top;
}

.box-style4 .content {
	background: url(images/subpage1_03.jpg) no-repeat right top;
}

.box-style4 .entry {
	padding: 30px 20px 0px 20px;
}

.two-columns {
}

.column1 {
	float: left;
	width: 254px;
	margin-bottom: 30px;
}

.column1 li {
	padding: 3px 0px;
}

.column2 {
	float: right;
	width: 254px;
	margin-bottom: 30px;
}
