/* GENERAL INFORMATION
------------------------------------------- 	
Theme: ISOLAS v1.0
Author: Pablo Barcia
Start Date: 29.07.09
*/

/* reset
-------------------------------------------*/ 
/* 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;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	color:#FFFFFF;
	float:left;
	margin:8px 0 0 15px;
	text-align:left;
	font:.85em Arial, Helvetica, sans-serif;
}

/* end reset */ 

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: .8em/1.3em Arial, Helvetica, sans-serif;
	text-align: justify;
	background:#ADB5BC;
}
a {
	text-decoration:none;
	border:none;
}

p {
	padding:0 0 10px 0;
	color:#666666;
	font: 1em/1.3em Arial, Helvetica, sans-serif;
}
.SC_Item, .SC_ItemSelected  {
	color:#000000;
}
/*General links
------------------------------------------------------------------*/
a:link, a:visited{
	text-decoration: underline;
	font:1em "Arial", Helvetica, sans-serif;
	color:#004B8D;
	border:0;
}
	
a:hover {
	text-decoration:none;
	font:1em "Arial", Helvetica, sans-serif;
}

#back {
	text-decoration:none;
	font:bold 1em "Arial", Helvetica, sans-serif;
	color:#FFF;
	background:#037CC1;
	padding:2px 5px;
	border:0;
}
/*General heading
------------------------------------------------------------------*/
h1{
	color:#44536D;
	width:100%;
	border-bottom: 1px dotted #999999;
	float:left;
	margin:10px 0 20px 0;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 2.4em;
	letter-spacing: -1px;
	line-height: 1.2em;
}

h3{
	color:#999;
	font:1.4em "Arial", Helvetica, sans-serif;
	margin:18px 0 10px 0;
	width:auto;
}

h4{
	color:#50709C;
	width:100%;
	font:1.15em "Arial", Helvetica, sans-serif;
	margin:10px 0 10px 0;
}
#right_content .about_box h3 {
	color:#FFFFFF;
	width:100%;
	float:left;
	font:1.4em "Arial", Helvetica, sans-serif;
	margin:20px 0 0 12px;
}
.img_left {
	float:left;
	border:3px solid #CCC;
	margin:0 15px 0 0;
}

.img_right {
	float:right;
	border:3px solid #CCC;
	margin:0 0 15px 15px;
	
}

/*General Header
------------------------------------------------------------------*/
#header_wrapper {
	background:#FFF;
	height:128px;
	width:100%;
}
#main_header {
	width:955px;
	height:100%;
	margin:0 auto;
}
#logo {
	width:274px;
	float:left;
	height:82px;
	padding-top:20px;

}
#nav_wrapper {
	float:right;
	height:65px;
	width:680px;
	margin-top:59px;
}



/*General Content
------------------------------------------------------------------*/    
#content_wrapper {
	background:#FFF url(../images/bg_content.jpg) repeat-x;
	height:100%;
	width:100%;
}

#main_content {
	width:955px;
	margin:0 auto;
	height:100%;
	padding:0 0 15px 0;
}
#main_inner {
	margin:0 auto;
	width:955px;
	height:270px;
	
}
#header_inner {
	width:100%;
	height:270px;
	float:left;
	background:#44536D;
	border-top:10px solid #93A5AD;
	
}


#quick_links {
	width:640px;
	float:right;
	text-align:right;
	padding-top:10px;
	height:100%;
}
#quick_links a {
	background: url(../images/icon_mail.jpg) no-repeat left;
	padding-left:25px;
	
}
#quick_links .pdf {
	background:#44536D;
	color:#FFFFFF;
	border:1px solid #14243F;
	text-decoration:none;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	padding:2px 5px;
	
}
#content{
	width:640px;
	margin:0 10px 10px 50px;
	float:right;
	height:100%;
}

#content-news{
	width:940px;
	margin:0 0 25px 0;
	float:right;
	height:100%;
}
#news {
   /* border-bottom: 2px solid #EFEFEF;*/
    float: left;
    height: auto;
    margin: 20px 0 0 0;
    width: 100%;
}
#news h3{
	width:auto;
	float:left;
	font-size:1.7em;
	margin:0 0 15px 0;
}

#news img.left{
	width:220px;
	margin:0 20px 15px 0;
	float:left;
	border:3px solid #CCC;
}

#news img.right{
	width:220px;
	float:right;
	border:3px solid #CCC;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
}
#news div.info {
	width:98%;
	float:right;
	border-top:1px dotted #CCC;	
	height:15px;
	padding:15px 0 20px 15px;
}


div.info p {	
	font-style:italic;
	font-size:.9em;
	text-align:right;
	margin:0;
	padding:0;
}
ul#sidebar {
	width:250px;
	margin:0;
	float:left;
	min-height:250px;	
	height:100%;
	background: url(../images/bg_sidebar.jpg) repeat-x;
	padding:25px 0 15px 0;
}
ul#sidebar li {
	width:100%;
	margin-left:20px;
	padding:5px;
}
ul#sidebar li a {
	color:#062556;
	font:bold 1.1em Arial, Helvetica, sans-serif;
	text-decoration:none;
}
ul#sidebar li a:hover {
	border-bottom:1px dotted #062556;
}


#my-glider {
	width:100%;
	height:270px;
	float:left;
}
#my-glider .section {
	width:100%;
	height:270px;
	float:left;
}

#text_bg{
	width:330px;
	height:140px;
	float:right;
	padding:130px 0 0 2px;
	background: url(../images/bg_headertext.jpg) no-repeat center;
}	

#text_bg h2{
	width:100%;
	float:left;
	font:2em Arial, Helvetica, sans-serif;
	color:#FFFFFF
}
#text_bg h2{
	width:100%;
	float:left;
	font:2em Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-bottom:10px;
	
}

#text_bg p{
	width:100%;
	float:left;
	font:1.2em Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}

#img_bg {
	width:590px;
	float:left;
	border-right:15px solid #CCDCE5 
}
#img_bg img {height:270px;}
/*General Form
------------------------------------------------------------------*/
#form {
	width:180px;
	float:left;
	height:95px;
	border:1px solid #50709C;
	padding:5px;
	margin:0;
}
#form input {
	width:90px;
	float:left;
	border:1px solid #CCC;
	font:italic .85em "Verdana", Arial, Helvetica, sans-serif;
	padding:3px 5px;
	color:#999;
	margin:0 10px 3px 0;
}
#form #send {
	width:65px;
	float:right;
	height:18px;
	border:none;
	background:url(/images/bg_btn_send.jpg) no-repeat;
	font:.85em "Verdana", Arial, Helvetica, sans-serif;
	color:#FFF;
	
	padding:0 5px 5px 5px;
	margin:4px 3px 0 0;
}

#form select {
	width:100px;
	float:left;
	border:1px solid #CCC;
	font:italic .85em "Verdana", Arial, Helvetica, sans-serif;
	padding:3px 5px;
	color:#999;
}
#form img {
	margin:5px 0 15px 0;
}
#form .leftform {
	float:left;
	width:105px;
}
#form fieldset {
	float:right;
	width:auto;
}
/*General Foooter
------------------------------------------------------------------*/
    
#footer_wrapper {
	height:107px;
	width:100%;
	margin:0 auto;
}
#main_footer {
	width:955px;
	height:100%;
	margin:0 auto;
	font-size:1em;
	padding-top:10px;
	color:#999;
}
#footer_right {
	width:220px;
	float:right;
	height:100%;
	text-align:right;
	padding-top:10px;
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
}

#footer_right p{
	float:right;
	height:100%;
	text-align:right;
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer_left {
	width:580px;
	float:left;
	height:100%;
	text-align:left;
	padding-top:10px;
	color:#FFF;
}

#footer_left img {
	width:auto;
	height:100%;
	margin:0 8px 0 0;
}

#main_footer p{
	width:auto;
	float:left;
	padding:2px 0;
	color:#FFF;
}

#main_footer p a {
	color:#FFF;
	width: auto;
	text-decoration:none;
	border:none;
}
#main_footer p a:hover {
	color:#FFF;
	width: auto;
	text-decoration:none;
	border:none;
}

