html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #44A0E1 url(images-menu/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;
	text-align: left;
}

h2 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5393BD;
}

.h2-style1 {
	font-size: 16px;
	color: #5393BD;
	text-align: left;
}

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

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 21px;
	text-align: justify;
	color: #57768A;
	font-size: 13px;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: url(images-menu/bul%20orange.GIF);
	list-style-type: none;
	list-style-position: inside;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D64007;
}


.ul-style1 {
}

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


strong {
	color: #526D7F;
}

a {
	color: #7BB4DB;
}

a:hover {
	text-decoration: none;
	color: #4697CC;
}

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-menu/subpage1_01.jpg) no-repeat right top;
}

/** MENU */

#menu {
	float: right;
	width: 600px;
	padding-top: 145px;
}

/** PAGE */

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

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

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

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

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

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

/** 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: #DFF2FF;
}
sidebar-p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #E3F7FF;
}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D0F0FF;
}


#sidebar h2 {
	color: #FFFFFF;
	font-size: 16px;
}

#sidebar a {
	color: #E2F2FE;
}

/** FOOTER */

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

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

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

#footer .legal {
}

#footer .links {
}
#footer p a {
	color: #D2E9F7;
}

