body { background-color: #f0f0f0; color: #333333; font-family: "Trebuchet MS", arial, sans-serif; font-size: 12px; line-height: 18px; text-align: center; }

/* General definitions */
a { color: #0071cb; text-decoration: underline; }
p { padding: 10px 0; }
h1 {  }
h2 { color: #0071cb; font-size: 16px; letter-spacing: -1px; padding: 10px 0;}
ul.context_menu { list-style-type: none; margin: 5px 0;}
ul.context_menu li { text-align: right; background: url(../medias/blue_dot.gif) right top no-repeat; line-height: 22px; padding-right: 30px;}
ul.context_menu li a {  }
.clearer { clear:both;}

/* General Layout */
div.inner { width: 900px; margin: 0 auto; text-align: left; }

#header { height: 117px; border-bottom: 1px solid white; background: url(../medias/bg_header.gif) top center repeat-x; }
#header_left { width: 240px; float: left; }
#header_right { width: 650px; height: 117px; float: left; background: transparent url(../medias/bg_header_right.gif) top left no-repeat; }

#main_nav { height: 32px; background: #8b8b8b url(../medias/bg_main_nav.gif) top center repeat-x; font-size: 11px; }
#main_nav ul { list-style-type: none; font-weight: bold;}
#main_nav ul li { text-align: center; float: left; background: transparent url(../medias/nav_bg_right_0.gif) right top no-repeat;}
#main_nav ul li a { display: block; float: left; height: 32px; color: white; text-decoration: none; background: transparent url(../medias/nav_bg_left_0.gif) left top no-repeat;}
#main_nav ul li a:hover { color: #1f1f1f; }
#main_nav ul li span { display: block; padding: 8px 12px 5px 12px;}
#main_nav ul li.first a { background: url(none); }
#main_nav ul li.last  { background: url(none); }
#main_nav ul li#current a { color: #1f1f1f; background: transparent url(../medias/nav_bg_right_1.gif) right top no-repeat;}
#main_nav ul li#current { background: transparent url(../medias/nav_bg_left_1.gif) left top no-repeat;}

#main {
	background-color: white;
	border-bottom: 3px solid #cecece;
	padding: 30px 0;
}

/* Special Home */
#main #home_left { width: 540px; float: left; background: url(../medias/bg_dotted_vert.gif) right top repeat-y;}
#main #home_right { width: 360px; float: left; }
#main #home_right #home_right_inner { padding-left: 30px; }
#main #home_right h2 { color: #333333;  padding: 0;}

/* Special Sections */
#main #section_left { width: 300px ; float: left; background: url(../medias/bg_dotted_vert.gif) right top repeat-y;}
#main #section_left #section_left_inner { padding-right: 30px; }
#main #section_right { width: 600px; float: left; }
#main #section_right #section_right_inner { padding-left: 30px; }

#main #section_left blockquote { padding: 15px 10px; font-style: italic; color: #767676; text-align: justify; font-size: 13px;}
#main #section_left p { padding: 0px; font-style: normal; color: #767676; text-align: right;  font-size: 13px;}
#main #section_right ul , #main #section_right ol {
	margin: 5px 30px;
}
#main #section_right ul li , #main #section_right ol li { padding: 2px;}

/* Form */
form label {
	display: block;
	width: 150px;
	padding: 2px 10px;
	float: left;
	color: #0071CB;
	text-align: right;
}

div#form_errors {
	color: red;
	padding: 10px;
	margin: 10px 0;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
}


/* Footer */
#footer #partners_list { padding: 5px 0; text-align: center; background: url(../medias/bg_dotted_hor.gif) left bottom repeat-x;}
#footer #copyright { text-align: center; padding: 20px; color: #828282;}
