

/** BASIC */

body {
	background: #407A6B url(../img/homepage01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 18px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A8C4BB;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 18px;
}

.text1 {
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #F5E5F6;
}

.text2 {
	padding-left: 12px;
	background: url(../img/homepage24.gif) no-repeat left center;
	font-weight: normal;
	color: #5BB2A3;
}

/** LINKS */

a {
	color: #95E9CD;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-align: right;
	text-decoration: none;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	color: #E2D5E2;
}

.style1 a {
	color: #E2D5E2;
}

.style1 a:hover {
}

/** BACKGROUNDS */
/*
.bg1 { background: url(../img/homepage04.jpg) no-repeat left top; }
.bg2 { background: url(../img/homepage05.jpg) no-repeat left top; }
.bg3 { background: url(../img/homepage06.jpg) no-repeat left top; }
.bg4 { background: url(../img/homepage07.jpg) no-repeat left top; }
.bg5 { background: url(../img/homepage08.jpg) no-repeat left top; }
*/
.bg6 { background: url(../img/homepage23.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 5px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 5px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.footnotes {
	border-top: 1px solid #E7E7E7;
	font-size: 10px;
	padding: 10px 0 0 0;
	margin-top: 20px;
}

.footnotes ol {
	margin: 0 0 15px 30px;
}

.footnotes ol li {
	padding: 0 0 0 0px;
	margin: 0 0 5px 0;
}

/*
The purpose of this is ONLY for positioning, margins, heights, padding
of LAYOUT SPECFIC content.
DO NOT use this to re-define an HTML element - use the html.css file instead

http://developer.yahoo.com/yui/grids/
*/

#title1, #title4, #title5,#title6 {
	height: 34px;
	margin: 0px 0px 10px 0px;
	background: url(../img/homepage25.gif) repeat-x left bottom;
}

#title2, #title3 {
	height: 32px;
	padding: 10px 0px 0px 0px;
}

/** HEADER */

#header {
	width: 778px;
	height: 350px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 560px;
	height: 350px;
	background: url(../img/homepage02.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	display: none;
}

/** MENU */

#menu {
	float: right;
	width: 218px;
	height: 350px;
	background: url(../img/bg-l.jpg) no-repeat top left;
}

#menu ul {
	width: 218px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	list-style: none;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	display: block;
	width: 146px;
	height: 25px;
	padding: 9px 72px 0px 0px;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
}

#left {
	float: left;
	width: 457px;
	padding: 0px 0px 0px 58px;
}

#right {
	float: right;
	width: 199px;
	padding: 0px 27px 0px 20px;
	background: url(../img/homepage22.gif) no-repeat left top;
}

/** FOOTER */

#footer {
	clear: both;
	width: 700px;
	margin: 0px auto;
	padding: 10px 11px 0px 31px;
}

#copyright {
	float: left;
}

#legals {
	float: right;
}

/** BOX1 */

#box1 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 1px 0px;
	background: url(../img/homepage13.gif) repeat-x left bottom;
}

/** BOX2 */

#box2 {
	float: left;

	padding: 0px 17px 0px 0px;
}

/** BOX3 */

#box3 {
	float: left;
	width: 214px;
	padding: 0px 0px 0px 19px;
	background: url(../img/homepage18.gif) no-repeat left top;
}

/** News */

#news {
}

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

#news li {
	padding: 18px 0px 8px 0px;
	background: url(../img/homepage21.gif) repeat-x left top;
}

#news li.first {
	padding-top: 0px;
	background: none;
}

#news h4 {
	padding-left: 12px;
	background: url(../img/homepage20.gif) no-repeat left center;
}

#news p {
	padding-left: 12px;
}

/** BOX5 */

#box5 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 1px 0px;
}

/** BOX6 */

#box6 {
	margin: 0px 0px 5px 0px;
	padding: 0px 27px 1px 58px;
}