/* GENERAL INFORMATION
------------------------------------------- 	
Theme: EFPG v1.0
Author: Pablo Barcia
Start Date: 07.06.09
*/

/* http://meyerweb.com/eric/tools/css/reset/ ------ v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* general
-------------------------------------------*/ 
*{
	margin:0;
	padding:0;
}

body {
	font:.8em "Arial", Helvetica, sans-serif;
	color: #4D4D4D;
	background:#072F4F;
}
p {
	padding:5px 10px;
	text-align: justify;
}

#wrapper {
	width: 100%;
	float:left;
}

#wrapper_container {
	background:#FFF;
	width:960px;
	margin:0 auto;
	padding:10px 8px 10px 10px;
	height:100%;
}

.text_alt {color:#0071BC;}
.color_darkblue {color:#072F4F;}
.color_orange {color:#D98821;}
.color_blue {color:#005C7F;}

.title {
	background:#00529C;
	padding:10px 0 0 10px;
	height:30px;
	width:221px;
}
/* general links
-------------------------------------------*/ 
a {
	color:#072F4F;
	text-decoration:underline;
}
a:hover {
	color:#0071BC;
	text-decoration:underline;
}
#box_ind a, #box_comp a, #box_prof a {
	font:bold, "Arial", Helvetica, sans-serif;
	color:#FFF;
	margin:0;
	text-decoration:none;
	border-bottom:1px solid #FFF;}


#box_spec a {
	color:#072F4F;
	text-decoration:none;
	border-bottom:1px solid #072F4F;
}
#box_spec a:hover {
	color:#0071BC;
	text-decoration:none;
	border-bottom:1px solid #0071BC;
}
/* general heading
-------------------------------------------*/ 

#left_top h1 {
	font:1.8em "Arial", Helvetica, sans-serif;
	color:#333333;
}
.title h2 {
	font:1.4em "Arial", Helvetica, sans-serif;
	color:#FFF;
}

#main_people h2 {
	font:1.3em "Arial", Helvetica, sans-serif;
	color:#0071BC;
	border-bottom: 1px solid #0071BC;
	margin:5px 0 20px 0;
	padding:0 0 5px 0;
	font-weight:bold;
}
#main_content h3 {
	font:1.5em "Arial", Helvetica, sans-serif;
	float:left;
	width:100%;	
	margin:15px 0 10px 10px;
}
#main_content h2 {
	font:1.2em "Arial", Helvetica, sans-serif;
	float:left;
	width:100%;	
	margin:15px 0 10px 10px;
}
#title h2 {
	font:1.5em "Arial", Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
}
#title h4 {
	font:bold 1.2em "Arial", Helvetica, sans-serif;
	color:#0071BC;
	margin-top:5px;
}
#title h1, #title_people h1 {
	font:1.5em "Arial", Helvetica, sans-serif;
	color:#0071BC;
}
/* header
-------------------------------------------*/ 
#header {
	width:955px;
	margin-bottom:8px;
	height:100%;
	float:left;
}
#search {
	width:955px;
	height:40px;
	margin:10px 0 10px 0;
	background:#D5E3F0;

}
#search h1 {
	width:100%;
	height:40px;
	padding:8px 0 0 10px;
	font:1.6em "Arial", Helvetica, sans-serif;
	color:#333333;

}
#quick_quote {
	width:952px;
	height:35px;
	margin:10px 0 5px 0;
	background:#fff22a;

}

#quick_quote a {color:#0071BC;}

#quick_quote .text_quick_quote {
	font: .9em "Arial", Helvetica, sans-serif;
	color:#0071BC;
	width: 100%;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
	text-align:left;
}
#logo {
	width:275px;
	height:116px;
	float:left;
}
#phone {
	float:right;
	width:660px;
	text-align:right;
	padding:30px 20px 0 0;
	font:2em "Arial", Helvetica, sans-serif;
	color: #0071BC;
}
#mail {
	float:right;
	width:660px;
	text-align:right;
	padding:0 20px 0 0;
}
#mail a {
	color:#4D4D4D;
	font:1.8em "Arial", Helvetica, sans-serif;
}
/* General LEFT
-------------------------------------------*/ 
#left_content {
	width:471px;
	margin-right:11px;
	float:left;
}
#left-inner {
	width:449px;
	float:left;
}

#left_top{
	background: #D5E3F0;
	border-bottom:5px solid #0071BC;
	height:165px;
	padding: 20px 0 0 20px;
	width:451px;
}
#left_top p { 
	font-size:1.2em;
	padding:15px 0 0 0; 
}

/* General RIGHT
-------------------------------------------*/ 

#right_content {
	width:471px;
	float:left;
}
#right_content img {
	float:right;
}
#audio {
	background:url(../images/bg-audio.jpg) no-repeat;
	width:230px;
	height:190px;
	float:left;
}
#audio a.bgbtn {
	background:#DFDFDF;	
	font:bold .95em Arial, Helvetica, sans-serif;
	color:#333;
	height:auto;
	float:left;
	padding:5px 10px;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 10px;
	text-shadow:1px 1px 0 #EFEFEF;
	-moz-border-radius:3px;
	
}

#audio p {
	color:#FFF;
	font:italic 1.1em Arial, Helvetica, sans-serif;
	text-align:left;
	margin:20px 0 30px 0;
}
#audio h2 {
	color:#FFF;
	font:bold 1.5em Arial, Helvetica, sans-serif;
	text-align:left;
	margin:15px 10px;
}
#right-inner {
	width:471px;
	float:left;
}
/* box BOTTOM
-------------------------------------------*/ 
#box_ind{
	width:231px;
	height:252px;
	background:#005C7F;
	border-bottom:8px solid #003359;
	float:left;
	margin:10px 10px 0 0;
}
#box_ind img{
	border-bottom:8px solid #003359;
	float:left;
	margin:5px 0 0 8px;
}

#box_comp{
	width:231px;
	height:252px;
	background:#072F4F;
	border-bottom:8px solid #071A30;
	float:left;
	margin:10px 10px 0 0;
}
#box_comp img{
	border-bottom:8px solid #071A30;
	float:left;
	margin:5px 0 0 8px;
}

#box_prof{
	width:231px;
	height:252px;
	background:#D98821;
	border-bottom:8px solid #A86621;
	float:left;
	margin:10px 10px 0 0;
}
#box_prof img{
	border-bottom:8px solid #A86621;
	float:left;
	margin:5px 0 0 8px;
}

#box_ind p, #box_comp p, #box_prof p{
	color:#FFFFFF;
	float:left;
	margin:2px 0 0 0;
}

#box_spec {
	width:231px;
	height:252px;
	/*height:200px;*/
	background:#D5E3F0;
	border-bottom:8px solid #B6C7D3;
	float:left;
	margin:10px 0 0 0;
}

#box_spec p {
	font-size:.9em;
	padding:15px 10px 0 10px;
}
/* General Content Pages
-------------------------------------------*/ 
#main_content {
	width:730px;
	height:100%;
	float:left;
}
#top_content{
	width:730px;
	height:100%;
	padding-bottom:10px;
	float:left;
	margin:0 10px 0 0;
}
.top_content_dark_blue {
	background:#072F4F;
	border-bottom:8px solid #071A30;
}
.top_content_orange {
	background:#D98821;
	border-bottom:8px solid #A86621;
}
.top_content_blue {
	background:#005C7F;
	border-bottom:8px solid #003359;
}
#main_content #title {
	padding:5px 10px;
	background: #E4E4E4;
	margin-bottom:10px;
	width:auto;
}

#email_send {
	font:bold 1.2em "Arial", Helvetica, sans-serif;
	color:#0071BC;
	padding:5px 10px;
	margin-bottom:10px;
}

#top_content p{
	width:710px;
	height:100%;
	float:left;
	padding:10px 10px 0 10px;
	text-align:justify;
	color:#FFFFFF;
}
#top_content a{
	color:#FFFFFF;
	text-decoration:underline;
}
#main_content #top_content .img_top_dark_blue{
	border-bottom:8px solid #071A30;
	float:left;
	margin:10px 0 0 8px;
}
#main_content #top_content .img_top_orange{
	border-bottom:8px solid #A86621;
	float:left;
	margin:10px 0 0 8px;
}
#main_content #top_content .img_top_blue{
	border-bottom:8px solid #003359;
	float:left;
	margin:10px 0 0 8px;
}

#main_content img {
	border:3px solid #CCCCCC;
	float:left;
	margin:0 15px 5px 0;
}

.img_left{
	border:3px solid #CCCCCC;
	float:left;
	margin:0 15px 10px 0;
}

.img_right{
	border:3px solid #CCCCCC;
	float:right;
	margin:0  0 10px 15px;
}

#save {
	max-width:150px;
	height:auto;
	padding:5px;
	float:left;
	color:#FFF;
	background: #0072bb;
	font:.9em Arial, Helvetica, sans-serif;
	margin:10px 0 0 0;
	border:1px solid #072F4F;
}


/* Forms Organisation
-------------------------------------------*/ 
#organisation {
	width: 100%;
	float:left;
	height: auto;
	margin:20px 0 0 25px;
}

#organisation .title {
	width: 97%;
	padding:5px 10px;
	background:#FFF;
	float:left;
	height:auto;
	color:#072F4F;
	font:bold 1em Arial, Helvetica, sans-serif;
	border-bottom:1px solid #999;
	margin-bottom:20px;
}
#organisation img {
	border:none; 
	float:right;
	margin:0 5px;
	}

#organisation #rows {
	width: 100%;
	float:left;
	height:auto;
}
#organisation #rows .text {
	width: 170px;
	float:left;
	padding:6px 0;
	font:bold .9em Arial, Helvetica, sans-serif;
	text-align:right;
	height:auto;
	color:#072F4F;
}

#organisation #rows .text_yellow {
	width: 300px;
	float:left;
	padding:10px 0;
	font:bold 1.1em Arial, Helvetica, sans-serif;
	text-align:right;
	height:auto;
	color:#666;
	background-color: #FFFF00;
}
#organisation #rows .fields {
	width: auto;
	text-align:left;
	padding:2px 0;
	float:left;
	margin-left:10px;
	height:auto;
}

#organisation .fields p {
}

#organisation .bar, #organisation textarea  {
	padding:3px 5px;
	border:1px solid #999;
	width:250px;
	float:left;
}
#organisation #checkbox  {
	padding:3px 5px;
	border:1px solid #999;
	width:20px;
	float:left;
}
#organisation select {
	padding:3px 5px;
	border:1px solid #999;
	width:auto;
	float:left;
}


#right-inner .top {
	width:100%;
	background:#083151;
	padding:15px;
}
#right-inner .top h1 {
	color:#FFFFFF;
	font:2em Arial, Helvetica, sans-serif;
}
#right-inner p {
	color:#083151;
	padding:0 0 0 15px;
	
}
#right-inner h3 {
	color:#083151;
	font:1.5em Arial, Helvetica, sans-serif;
	padding:15px;
	
}
#right-inner h4 {
	color:#083151;
	font:bold 1.2em Arial, Helvetica, sans-serif;
	padding:0 15px;
	
}
/* General Article
-------------------------------------------*/ 

#article {
	list-style-type:none; 
	padding:0; 
	margin:0;
	z-index:90;
}
#img_article {
	width:730px;
	height:150px;
	float:left;
	margin:0 0 10px 0;
	border-bottom: 5px solid #E4E4E4;
}
#audio_file {
	width: auto;
	float:left;
	height:30px;
	padding:5px 0 0 0;
}
#desc {
	width:250px;
	float:left;
	padding-left:10px;
}
#article li, #audio_list li { 
	float:left; 
	background:#FFF; 
	margin:0;
	padding:10px 0 10px 0; 
	position:relative; 
	border-bottom:1px dotted #00529C;
	position:relative;
	z-index:90;
	width:730px;
}
#article li:hover{
	background:#D5E3F0;
	width:730px;
	height:100%;
	position:relative;
	z-index:90;
}
#audio_list li h4 { 
	float:left; 
	width:auto;
	font:bold, 1.3em "Arial", Helvetica, sans-serif;
	color:#00529C;
}
#article li h4 { 
	float:left; 
	width:100%;
	font:bold, 1.3em "Arial", Helvetica, sans-serif;
	margin:0 0 0 10px;
	color:#00529C;
}
#article li span { 
	float:left; 
	width:100%;
	font:.9em "Arial", Helvetica, sans-serif;
	margin:0 0 0 10px;
	color:#333333;
}
#article li p { 
	float:left; 
	font:.9em "Arial", Helvetica, sans-serif;
	margin:5px 0 0 0;
	color:#333333;
}

/* General Sidebar
-------------------------------------------*/ 
#sidebar {
	width:200px;
	float:right;
	height:100%;
	margin:0 5px 0 0;
}
#sidebar #title {
	width:200px;
	float:right;
	background: #0071BC;
	padding:5px 0 5px 0;
}
#title a{
	color:#0071BC;
	text-decoration:underline;
}
#sidebar #content_form {
	width:196px;
	border-top: 2px solid #0071BC;
	border-left: 2px solid #0071BC;
	border-right: 2px solid #0071BC;
	border-bottom: 8px solid #0071BC;
	height:100%;
	float:right;
	padding:10px 0 10px 0;
	margin:10px 0 0 0;
}
#content_form form label {
	float:left;
	display:block;
	width:186px;
	margin:0 0 10px 10px;
}

#content_form form label input, #content_form form label select {
	width:160px;
	padding:3px 5px;
	color:#333333;
	border:1px solid #999;
} 
#content_form form #send {
	width: 50px;
	border:0;
	background: #333333;
	color:#FFFFFF;
	padding:3px 10px;
	margin:0 0 0 72px;
}
#icon_euro{
	float:left;
	display:block;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
#tables {
	text-align: center;
	background-position: center;
	margin-left: 190px;
}


/* Search Bar
-------------------------------------------*/ 

#search_bar	{
	float:right;
	width:auto;
	margin:-2px 10px 0 10px;
}
#search_bar input {
	width:150px;
	background:#FFF;
	padding:3px 5px;
	border:1px solid #999999;  
}
#search_bar #search {
	width:60px;
	color:#FFF;
	font:.8em "Arial", Helvetica, sans-serif;
	background:#07598C;
	height:25px;
}


/* Page Our People
-------------------------------------------*/ 
#sidebar_menu {
	width:160px;
	height:300px;
	float:left;
}
#main_people {
	width:550px;
	height:100%;
	margin:0 0 0 20px;
	float:left;
}
#main_people p {
	padding:5px 0;
}
#title_people {
	padding:5px 10px;
	background: #E4E4E4;
	margin-bottom:10px;
	width:715px;
}
/* General Footer
-------------------------------------------*/ 
#footer {
	margin:10px 0 0 0;
	padding:5px 0 0 0;
	float:left;
	width:955px;
	border-top:2px solid #07598C;
	font-size:.9em;
	
}

#footer_left {
	width: 315px;
	height:20px;
	float:left;
}
#footer_middle {
	width: 385px;
	height:20px;
	float:left;
	text-align:center;
}
#footer_right {
	width: 250px;
	height:20px;
	float:right;
	
}
#footer_right a {text-decoration:none;}
