html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #0F141B url(../images/bg_01.jpg) repeat-x left top;
	font: 14px/22px Georgia, "Times New Roman", serif;
	color: #707070;
}

h1, h2, h3{
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	color: #360120;
}
.col{
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	color: #360120;
	text-decoration: none;
}
.col a{
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	color: #360120;
	text-decoration: none;
}
.col a:hover {
	text-decoration: none;
}
.h3_footer{
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	color: #707070;
}

h1 {
	font-size: 28px;
}

h1, h2, h3 {
	text-transform: uppercase;
}

h1 em, h2 em, h3 em {
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-size: 13px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 24px;
	text-align: justify;
}
.p_rightcol {
	margin-top: 0px;
	margin-bottom: 24px;
	text-align:left;
}
.more {
	color: #360120;
	margin-top: 0px;
	margin-bottom: 24px;
}

strong {
}

a {
	color: #242424;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 4px;
	border: 1px solid #BABABA;
}

img.alignleft {
	float: left;
	margin-right: 20px;
}

img.alignright {
	float: right;
	margin-left: 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** LINKS */

.link-style1 {
	position: relative;
	background: url(../images/homepage_05.gif) no-repeat left center;
	font-size: 12px;
	color: #707070;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 35px;
}

.link-style2 {
	text-transform: uppercase;
	text-decoration: none;
	color: #707070;
}

.link-style2:hover {
	text-decoration: underline;
}

/** LISTS */

.list-style1 {
	margin-left: 0px;
	padding-left: 10px;
	line-height: 26px;
	list-style-image: url(../images/homepage_04.gif);
	list-style-type: none;
}

.list-style1 li {
	float: left;
	width: 49%;

}

.list-style1 a {
	padding-left: 15px;
	background: url(../images/homepage_04.gif) no-repeat left center;
}

.list-style2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	font-size: 12px;
	line-height: normal;
}

.list-style2 li {
	padding: 4px 0px;
}

.list-style2 strong {
	position: relative;
	float: left;
	display: block;
	width: 53px;
	margin: -2px 8px 0px 0px;
	padding: 2px 0px;
	font-weight: normal;
	text-align: center;
	background: #5CA7E0;
	color: #FFFFFF;
}

.list-style2 a {
	color: #707070;
	text-decoration: none;
}

.list-style3 {
	padding-left: 10px;
	line-height: 26px;
	list-style-image: url(../images/homepage_04.gif);
	margin-left: 0px;
	padding-left: 15px;
	text-align: left;
}
.list-style3 li {
	padding-left: 0px;
	width: 71%;

}

.list-style3 a {
	padding-left: 0px;
	background: url(../images/homepage_04.gif) no-repeat left center;
}

/** BOXES */

.box-style1 {
	width: 280px;
	background: url(images/note_01.jpg) repeat-y left top;
}

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

.box-style1-bgbtm {
	height: auto !important;
	height: 205px;
	min-height: 205px;
	padding: 60px 20px 40px 20px;
	background: url(images/note_03.jpg) no-repeat left bottom;
}

/** BACKGROUNDS */

#bg1 {
	background: url(../images/bg_02.jpg) repeat-y center top;
}

#bg2 {
	background: url(../images/bg_03.jpg) no-repeat center top;
}

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

.clearfix {
	overflow: hidden;
	height: 0px;
	clear: both;
}

/** HEADER */

#header {
	height: 80px;
	padding: 47px 0px 0px 0px;
}
#tel {
	float: right;
	height: 30px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}

/** MENU */

#menu {
	float: right;
	height: 75px;
	padding: 0px 40px 0px 0px;
}

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

#menu li {
	float: left;
	padding: 0px 0px 0px 24px;
}

#menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #646161;
}

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

/** BANNER */

#banner {
	height: 395px;
	position: relative;
}

#banner .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 360px;
	padding: 20px 0px 0px 20px;
	background: url(../images/header_sprites.png) no-repeat left top;
}

#banner .text {
	position: absolute;
	top: 150px;
	left: 20px;
	width: 636px;
	height: 209px;
	overflow: hidden;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px -380px;
	color: #FFFFFF;
}

#banner h1 {
	padding: 40px 40px 0px 40px;
	text-transform: none;
	color: #FFFFFF;
}

#banner h1 em {
	font-weight: normal;
}

#banner ul {
	margin: 0px;
	padding: 0px 40px;
	list-style: none;
	line-height: 30px;
	font-size: 16px;
}

#banner li {
	float: left;
	width: 250px;
	padding: 0px 0px 0px 15px;
	background: url(../images/header_01.gif) no-repeat left center;
}

/** PAGE */

#page {
	padding-bottom: 20px;
}

#wide-page {
	width: 900px;
	padding: 0px 40px;
}

/** CONTENT */

#content {
	float: left;
	width: 590px;
	margin: 0px;
	padding: 0px 0px 0px 40px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 280px;
	margin: 0px;
	padding: 0px 40px 0px 0px;
}

#sidebar h2 {
	font-size: 18px;
}

/** FOOTER BLOCK */

#footer-block {
	overflow: hidden;
	padding: 25px 0px;
	border-top: 1px solid #E6E6E6;
	font-size: 13px;
}

#footer-block .col1, #footer-block .col2, #footer-block .col3 {
	float: left;
}

#footer-block .col1 {
	width: 270px;
	padding: 0px 0px 0px 38px;
}

#footer-block .col2 {
	width: 270px;
	padding: 0px 0px 0px 42px;
}

#footer-block .col3 {
	width: 435px;
	padding: 0px 0px 0px 32px;
}

/** FOOTER */

#footer {
	clear: both;
	height: 150px;
	font-size: 12px;
	color: #707070;
}

#footer p {
	margin: 0px;
	padding: 20px 40px;
	line-height: normal;
}

#footer a {
	color: #707070;
	text-decoration: none;
}

#footer .legal {
	float: left;
	line-height: 20px;
}

#footer .links {
	float: right;
	padding-right: 30px;
}

#footer .links a {
	padding: 0px 10px;
	text-decoration: underline;
}
#banner2 {
	height: 178px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 960px;
	padding: 20px 0px 0px 20px;
	background: url(../images/header_sprites2.png) no-repeat left top;
}

#banner .image2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 175px;
	background-image: url(../images/header_sprites2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#policy {
	padding: 20px 40px;
}