html, body {
	height: 100%;
}

body {
	margin-top: 50px;
	padding: 0px;
	background: #101111 url(images/homepage01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9ba5a2;
}

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 180%;
}

strong {
	font-weight: normal;
	color: #FFFFFF;
}

a {
	color: #05699a;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background: url(images/subpage1_02.jpg) repeat-y center top;
}

#wrapper-bgtop {
	background: url(images/subpage1_01.jpg) no-repeat center top;
}

#wrapper-bgbtm {
	overflow: hidden;
	background: url(images/subpage1_03.jpg) no-repeat center bottom;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
}

/** MENU */

#menu {
	width: 260px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	width: 260px;
}

#menu a {
	display: block;
	width: 220px;
	height: 30px;
	margin: 0px;
	padding: 13px 40px 0px 0px;
	text-align: right;
	text-decoration: none;
	text-shadow: 1px 1px 1px #073f4d;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
}

#menu li.active {
	background: url(images/homepage03.jpg) no-repeat  left top;
	text-shadow: 1px 1px 1px #101111;
}

/** PAGE */

#page {
	overflow: hidden;
	width: 920px;
	padding: 0px 40px 60px 40px;
}

/** CONTENT */

#content {
	float: right;
	width: 620px;
	padding: 50px 0px 0px 0px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 260px;
}

/** FOOTER */

#footer {
	height: 176px;
	background: url(images/subpage1_04.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 45px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #303332;
}

/** TWO COLUMNS */

#two-columns {
}

#column1 {
	float: left;
	width: 290px;
}

#column2 {
	float: right;
	width: 290px;
}

#columnblog1 {
	float: left;
	width: 380px;
}

#columnblog2 {
	float: right;
	width: 200px;
}

/** BANNER */

#banner {
	margin: 0px auto 30px auto;
	width: 620px;
	height: 125px;
	position: relative;
}

#banner .image, #banner .caption1, #banner .caption2, #banner .border {
	position: absolute;
}

#banner .image {
	width: 620px;
	height: 125px;
	top: 0px;
	left: 0px;
}

#banner .caption1 {
}

#banner .caption1 span {
	color: #FFFFFF;
}

#banner .border {
	width: 620px;
	height: 125px;
	top: 0px;
	left: 0px;
	background: url(images/pics01.png) no-repeat left top;
}

/** HEADER TITLE */

.header-title {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -2px;
	font-size: 28px;
	font-weight: bold;
}

.header-title strong {
	color: #FFFFFF;
	font-weight: bold;
}

/** BOX STYLE 1 */

.box-style {
}

.box-style .title {
	height: 32px;
	margin: 0px 0px 30px 0px;
	padding: 10px 0px 0px 16px;
	background: url(images/homepage04.jpg) no-repeat left top;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #074151;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.box-style-blog {
}

.box-style-blog .title {
	height: 32px;
	margin: 0px 0px 30px 0px;
	padding: 10px 0px 0px 16px;
	background: url(images/homepage04_2.jpg) no-repeat left top;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #074151;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

/** BOX STYLE 2 */

.box-style1 {
}

.box-style1 .title {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -2px;
	font-size: 28px;
	font-weight: bold;
}

.box-style1 strong {
	color: #FFFFFF;
	font-weight: bold;
}


/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	clear: both;
	padding: 10px 0px 5px 0px;
	line-height: normal;
}

ul.style1 span {
	display: block;
	float: left;
	width: 62px;
	height: 20px;
	margin: -5px 10px 0px 0px;
	padding: 5px 0px 0px 0px;
	background: url(images/homepage05.jpg) no-repeat left top;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #404544;
}

ul.style1 a {
	text-decoration: none;
	color: white;
}

ul.style1 a:hover {
	text-decoration: underline;
}
