
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../img/layout/homepage01.jpg) repeat-x left top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #637DB0;
}

h1, h2, h3 {
	margin: 0px;
	color: #2F4F8B;
}

h1 span, h2 span, h3 span {
	color: #E50000;
}

h1, h2 {
	margin-bottom: 25px;
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

.h1-style1 {
	margin: 0px;
}

h2 {
	font-size: 20px;
}

.h2-style1 {
	font-size: 18px;
}

h3 {
	font-size: 11px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 22px;
	text-align: justify;
        padding-right: 5px;
}

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

.ul-style1 strong {
	padding-right: 10px;
}

strong {
	color: #486399;
}

a {
	color: #E50000;
}

a:hover {
	text-decoration: none;
}

a.home-menu-bis {
    color: #2F4F8B;
    text-decoration: none;
}

a.home-menu-bis:hover {
    text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

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

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

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

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

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

.border-bottom {
	margin-bottom: 25px;
	border-bottom: 1px solid #CED6E8;
}

/** HEADER */

#header {
	height: 271px;
	background: url(../img/layout/homepage03.jpg) no-repeat right top;
}

/** TOP MENU */

#topmenu {
	float: right;
}

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

#topmenu li {
	float: left;
	padding: 2px 22px;
	border-left: 1px solid #4C5979;
}

#topmenu li.first {
	border: none;
}

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

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

/** MENU */

#menu {
	height: 60px;
}

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

#menu li {
	float: left;
	height: 26px;
	padding: 4px 13px 0px 15px;
	background: url(../img/layout/homepage04.gif) repeat-y left top;
}

#menu li.bis {
	padding: 0px 13px 0px 15px;
}

#menu a {
	float: left;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 12px;
	color: #2F4F8B;
        text-align: center;
}
#menu a.bis {
	padding: 0px 10px;
}

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

#menu .active a {
	background: #E50000;
	color: #FFFFFF;
}

#menu .first {
	background: none;
	padding-left: 0px;
}

#menu .first a {
}

/** PAGE */

#page {
	padding: 25px 0px 20px 0px;
}

/** CONTENT */

#content {
	float: left;
	width: 584px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 267px;
}

/** FOOTER */

#footer {
	height: 35px;
	padding: 15px 0px 0px 0px;
	background: url(../img/layout/homepage09.gif) repeat-x left top;
}

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

#footer .legal {
}

#footer .links {
}

#footer a {
	color: #9AABCC;
}

/** BOX STYLE 1 */

.box-style1 {
}

.box-style1 .title {
	float: left;
	width: 292px;
	padding: 10px 0px 0px 0px;
	border-right: 1px solid #CED6E8;
}

.box-style1 .entry {
	float: right;
	width: 585px;
	padding-top: 10px;
}

/** 3-COLUMN LAYOUT */

.three-columns {
}

.three-columns .column1, .three-columns .column2, .three-columns .column3 {
	float: left;
	width: 267px;
}

.three-columns .column1 {
	padding: 0px 25px 0px 0px;
}

.three-columns .column2 {
	padding: 0px 24px;
	border-left: 1px solid #D1D9EA;
}

.three-columns .column3 {
	padding: 0px 0px 0px 24px;
	border-left: 1px solid #D1D9EA;
}

/** BOX1 */

#box1 {
}

input[type="submit"] {
	border: none;
	background: #E50000;
	color: #FFFFFF;
	/*font-weight: bold;*/
	padding: 5px 10px;
	font-size: 12px;
        cursor: pointer;
}

.content-single-bis {
    padding-top: 8px;
    padding-bottom: 35px;
}