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: 11px;
	color: #7593A8;
}

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

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

h1 {
	font-size: 26px;
}

.h1-style1 {
	margin: 0px;
}

h2 {
	font-size: 17px;
}

.h2-style1 {
	font-size: 10px;
	color: #7593A8;
}

h3 {
	font-size: 11px;
	color: #526D7F;
}

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

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

.ul-style1 {
}

.ul-style1 strong {
	margin-right: 10px;
	padding: 0px 3px;
	background: #FF6600;
	font-weight: normal;
	color: #FEFEFE;
}

strong {
	color: #526D7F;
}

a {
	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: 198px;
	background: url(images/subpage1_01.jpg) no-repeat right top;
}

/** MENU */

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

#menu ul {
	float: right;
	margin: 0px;
	padding: 127px 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 {
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
	/* text-decoration: underline; */
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
}

/** 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;
}

#sidebar h2 {
	color: #FFFFFF;
}

#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 {
}
