html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #44A0E1 url(images/homepage01.jpg) repeat-x left top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #657f92;
/*	color: #7593A8;*/
}

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

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
	color: #FF6600;
}

h1 {
	font-size: 28px;
}

.h1-style1 {
	margin: 0px;
}

h2 {
	font-size: 17px;

}

.h2-style1 {
	font-size: 17px;
	color: #458ec0;

/*	color: #78A9CB;*/
}

h3 {
	font-size: 12px;
	color: #456479;
/*	color: #526D7F;*/
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 21px;
	text-align: justify;
}

ul {
	margin-left: 14px;
/*	padding-left: 0px;*/
	text-align: left;
}

.ul-style1 {
}

.ul-style1 strong {
	margin-right: 10px;
/*	width: 22px;
	padding: 0px 3px;*/
	padding-right: 1px;
	background: #FF6600;
	font-weight: normal;
	color: #FEFEFE;
	list-style-type: none;
}

strong {
	color: #456479;
/*	color: #526D7F; */
}

a {
	color: #458ec0;
/*	color: #7BB4DB;*/
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

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

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

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

.hr1 {
	margin-bottom: 20px;
	border-bottom: 1px solid #80C6F5;
}

/** WRAPPER */

#wrapper {
}

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

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 118px;
	background: url(images/subpage1_01.jpg) no-repeat right top;
}

/** LOGO */

#logo {
	position: relative;
	float: left;
	width: 300px;
	height: 118px;
}

#logo h1 {
	margin: 100 0 0 0;
	line-height: normal;
	
	/*text-indent: -9999em;*/
}

#logo p {
	margin: 6 0 0 0;
	line-height: normal;
	}

#logo h1 a {
	display: block;
	position: absolute;
	text-decoration: none;
	color: #5fb9f8;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/homepage02.jpg) no-repeat left top;
	padding-top: 54px;
	text-indent: 68px;
	
}

/** MENU */

#menu {
	float: right;
	width: 600px;
}

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

#menu li {
	float: left;
	height: 30px;
	padding: 15px 20px 0px 20px;
	border-left: 1px solid #1993CF;
}

#menu li.first {
	border: none;

}

#menu a {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}

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

/** PAGE */

#page {
	background: #FFFFFF url(images/subpage1_02.jpg) repeat-y left top;
}

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

#page-bg-btm {
	padding: 40px 40px 20px 30px;
	background: url(images/subpage1_04.jpg) no-repeat left bottom;
}

.single #page {
	background-image: url(images/subpage2_01.jpg);
}

.single #page-bg-top {
	background-image: url(images/subpage2_02.jpg);
}

.single #page-bg-btm {
	padding: 40px 40px 20px 40px;
	background-image:url(images/subpage2_03.jpg);
}

/** CONTENT */

#content {
	float: right;
	width: 570px;
}

.two-columns {
	padding-top: 20px;
	border-top: 1px solid #CCE4ED;
}

.two-columns .column1 {
	float: left;
	width: 265px;
	padding-right: 19px;
}

.two-columns .column2 {
	float: left;
	width: 265px;
	padding-left: 20px;
	border-left: 1px solid #CCE4ED;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 190px;
	color: #C7E8FF;
	font-size: 12px;
}

#sidebar h2 {
	color: #FFFFFF;
	line-height: 12px;
	padding-left: 0px;
	margin-right: -4px;
	margin-bottom: 10px;
	margin-left: -4px;
}

#sidebar h3 {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
	margin-right: -4px;
	margin-bottom: 10px;
	margin-left: -4px;
}

#sidebar p {
	font-size: 13px;
	font-style: strong;
	line-height: 1.5em;
	margin-left: -4px;
}
#sidebar ul {
	list-style-type: none;
	margin-left: -3px;
}

#sidebar a {
	color: #E2F2FE;
}

/** FOOTER */

#footer {
	height: 200px;
	background: url(images/subpage1_05.jpg) no-repeat left top;
}

.single #footer {
	background-image: url(images/subpage2_04.jpg);
}

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

#footer .legal {
}

#footer .links {
}