/* Resets */
.msj{
font: normal 11px Arial, Helvetica, sans-serif;
color: #ff0000;
font-weight:bold;
}

.msjok{
font: normal 12px Arial, Helvetica, sans-serif;
color: #0B4C86;
font-weight:bold;
}

* {
	margin:0;
	padding:0;
	/*text-align:left;*/
}

img {border:0;}

p {
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#666;
	margin-bottom:8px; 
	text-align:justify;
}

h1,h2,h3,h4 {text-align:left;margin-bottom:10px;}

h2 {
	font: bold 13px Helvetica, Arial;
	color: #333;
}

h3 {
	font: normal 15px Helvetica, Arial;
	color: #034A88;
}

h4 {
	font: bold 14px Helvetica, Arial;
	color: #000;
}

a:link, a:visited {
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #2B91FA;
}

a:hover {
	text-decoration:none;
}

span.link {
	float:right;
	padding-left:20px;
	height:15px;
	background: transparent url(img/bullet_go.gif) no-repeat;
}

.list-inline .link {
	margin-top:-20px;
}

.pad5 {
	padding: 5px;
}

/* Basic Layout*/
#container {
	margin: 15px auto;
	width:780px;
}

#header-links, #footer {
	margin: 0 auto;	
}

/* Header */
#header {
	background: #fff url(img/bkg_header.jpg) no-repeat;
	height:154px;
}

#logo {width:200px;}

#logo img {
	margin-top:34px;
}

#header-links {width:381px;}

#header-links img {
	margin: 8px 15px 0 15px;
}

#logo, #header-links {
	float:left;
	height:120px;
	margin-top:17px;
}

/* Quick-button Bar */
#quick-buttons {	
	padding: 3px 4px 3px 0;	
	text-align:right;
	background-color:#fff;
}

#quick-buttons img {
	margin-left:3px;
}

/* Navigational Menu */

#navmenu {
	width:200px;
	margin-left:10px;
	margin-bottom:15px;
	background: transparent url(img/bkg_menu.jpg) no-repeat;
}

.menu {
	width: 200px;
	padding-top:3px;
	list-style: none;
	background: transparent;
}
.menu li {
	padding: 0;
	height: 40px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 40px;
	background-repeat: no-repeat;
}

ul.menu li a:hover {background: none;}

.btn-about {background-image: url(img/btn_about_over.gif);}
.btn-about a {background-image: url(img/btn_about_idle.gif);}

.btn-education {background-image: url(img/btn_education_over.gif);}
.btn-education a {background-image: url(img/btn_education_idle.gif);}

.btn-events {background-image: url(img/btn_events_over.gif);}
.btn-events a {background-image: url(img/btn_events_idle.gif);}

.btn-newsletters {background-image: url(img/btn_newsletters_over.gif);}
.btn-newsletters a {background-image: url(img/btn_newsletters_idle.gif);}

.btn-virtual {background-image: url(img/btn_virtual_over.gif);}
.btn-virtual a {background-image: url(img/btn_virtual_idle.gif);}

.btn-sponsor {background-image: url(img/btn_sponsor_over.gif);}
.btn-sponsor a {background-image: url(img/btn_sponsor_idle.gif);}

.btn-contact {background-image: url(img/btn_contact_over.gif);}
.btn-contact a {background-image: url(img/btn_contact_idle.gif);}


/* Body */

#body {
	margin: 15px 0;
	overflow:hidden;
}

#left-bar {
	float:left;
	width:220px;
	background: #fff url(img/bkg_navmenu.jpg) no-repeat left top;
}

#contents-container {
	float:left;
	width:550px;
	overflow:hidden;
}

#contents {
	width:98%;
	float:left;
	margin: 0 10px;
}

#contents-home {
	float:left;
	margin: 0 10px;
	margin-top:6px;
}

#sponsors img {
	margin: 2.5px 0;
}

#right-bar {
	float:right;
	width:150px;
}

.nota-item {
	margin: 0 0 10px 0;
	text-align:left !important;
	padding: 5px;
	border-bottom: dashed 1px #E67C4A;
	overflow:hidden;
}

.nota-item2 {
	margin: 0 0 10px 0;
	text-align:left !important;
	padding: 5px;
	border-bottom: dashed 1px #E67C4A;
	overflow:hidden;
	background-color:#F5F5F5;
}

.nota-item .notapic {
	float: left;
	margin: 0 5px 5px 0;
}

/* Footer */
#footer {
	width:780px;
	height:40px;
	float:left; 
	background-color:#F3F3F3;
	font: normal 10px Verdana, Arial;
	color: #666;
	padding-top: 15px;
}

/* Shades */
.grey-box, .orange-box, .blue-box {
	margin: 5px 0;
	padding:5px;
}

.grey-box {
	background-color: #f3f3f3;
}

.orange-box {
	background-color: #E67C4A;
}

.blue-box {
	background-color: #026489;
}


/* Fonts */

span.epi-nota {
	font: normal 10px Verdana, Arial;
	color: #E67C4A;
	text-align:left;
}

/* Colors */

.dblue {color: #0B4C86;}
.lblue {color: #327ED3;}
