/* Top Elements */
* { margin: 0; padding: 0; border: 0 }

body {
	color: #3060A2;
	text-align: center;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 68%;
	line-height: 1.4em;
	//background-color: #E4EDF8;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}

/* links */
a, a:visited {
	color: #666;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #df051a;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: Bold;
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #A9A733;
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
img {
	background: #FAFAFA;
	border: 1px solid #e4edf8;
	padding: 5px;
	margin: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(../images/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
#main form {
	margin:10px;
	padding: 0 5px;
	border: 1px solid #a9a733;
	background-color: #e4edf8;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #3060a2;
	color:#a9a733;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #e4edf8;
	background-image: url(../images/nav_fisiolab.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

/* search form */
/*.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;

}*/
.searchform {
	clear:both;
	border: none;
	margin-top:14px;
	width: 160px;
	position: absolute;
	margin-left:380px;
	color: #3060A2;
	text-align:right;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.searchform form {

}

.searchform p { margin: 0; padding: 3px; background-color: transparent;}
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	margin-top:5px;
	width: 60px;
	height: 24px;
	padding: 5px 5px;
	vertical-align: top;
}


/********************************************
   LAYOUT
********************************************/ 

#wrap {
	position: relative;
	width: 820px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E4EDF8;
	background-repeat: repeat-y;
	background-position: center top;
}

#content-wrap {
	position: relative;
	float: left;
	width: 820px;
	padding: 0;
	display: inline;
	clear: both;
	background-color: #E4EDF8;
}

#header {
	width: 820px;
	position: relative;
	height: 70px;
	color: #FFF;
	background-image: none;
	background-color: #E4EDF8;
	background-repeat: repeat-y;
	background-position: center top;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	color: #A9A733;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 23px;
	left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
}
#header h1#logo-text span {
	color: #838181;
}
#header h2#breadcrumbs {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #3060A2;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 52px;
	left: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #E4EDF8;
	font-size: 10px;
}
#header #header-links a {
	color: #3060A2;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #df051a;
}

/* header-photo */
#header-photo {
	clear: both;
	height: 151px;
	width: 820px;
	background-color: #E4EDF8;
	background-image: url(../images/header_fisiolab.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Navigation */
#nav {
	clear: both;
	padding: 0;
	background-color: #FFFFFF;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#nav ul {
	float: left;
	list-style: none;
	width: 820px;
	text-transform: uppercase;
	padding: 0;
	display: inline;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #a9a733;
	margin: 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #a9a733;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	color: #3060A2;
	text-transform: uppercase;
	text-decoration: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana;
	font-size: 12px;
	line-height: 2.8em;
	font-weight: bolder;
	border-top-style: none;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background-image: url(../images/nav-hover_fisiolab.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#nav ul li a.current {
	background-image: url(../images/nav-current_fisiolab.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

/* SubNavigation */
#subnav {
	float: right;
	width: 100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

#subnav ul {
	list-style: none;
	text-transform: uppercase;
	padding: 0;
	display: inline;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
#subnav ul li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0px 2px 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3060a2;
}
#subnav ul li a {
	text-decoration: none;
	background-image: none;
	color: #80B0E4;
}

#subnav ul li a:hover, 
#subnav ul li a:active {
	color: #df051a;
}
#subnav ul li a.current {
	color: #df051a;
}


			#news {
				width: 790px;
				height: 25px;
				display: block;
				overflow: hidden;
				position: relative;
				background: url(../images/subnav.jpg);
				
				border-bottom-width: 6px;
				border-bottom-style: solid;
				border-bottom-color: #FFFFFF;
				margin-top:-3px;
							

			}
			#ticker {
				width: 790px;
				height: 25px;
				display: block;
				list-style: none;
				margin:0px;
				margin-left:5px;	
				padding: 0;


			}
			#ticker li {
				display: block;
				width: 790px;
				height: 25px;
				line-height: 25px;
				color: #333333;
				text-align: left;
				margin: 0;
				padding: 0;
				float: left;
				
			}
			
			.link_news{
	
				width:790px;
							
			
			}
			
			.link_news a{
			
				
				
				height: 25px;
				color:white; 
				text-decoration:none; 
				text-transform: uppercase;
				font-weight:bolder;
	
			}
			
			.news_description{
				
				
				color: #125B06;
				font-weight:bold;
				
			
			}
			
			#news_detail{
	
				color: #FFFFFF;
				width: 730px;
				padding: 25px 30px 30px 30px;
				text-align: left;
				background: #99b31c;
				display:none;
				font-weight:bold;
				font-size: 12px;
					
	
			}
			
			#news_detail img{
				border: 0px;
				padding: 2px ;
				margin-left:10px;
				
			}
			
			.item_link a{
			color: #125B06;
			
			}
	





/* Main Column */
#main {
	float: left;
	width: 67%;
	padding: 0;
	margin: 10px 0 0 10px;
	display: inline;
}
#main h1 {
	margin-top: 10px;
	color: #A9A733;
	padding: 5px 0 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#main ul li {
	list-style-image: url(../images/bullet_fisiolab.jpg);
}

.date {
	padding: 5px;
	margin: 20px 10px 0 10px;
	font-size: 95%;
	color: #80B0E4;
	margin: 0 10px 0 5px;

}



/* Sidebar */	
#sidebar {
	float: right;
	width: 26%;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}	
#sidebar h1 {
	margin-top: 10px;
	color: #A9A733;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#sidebar ul.sidemenu {
	text-align: left;
	padding: 0;
	text-decoration: none;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0;
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3060a2;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #80B0E4;
}
#sidebar ul.sidemenu li a:hover {
	color: #df051a;
}

#sidebar ul.sidemenu li a.current {
	color: #df051a;
	font-weight:bold;
}




#meteo{

padding-left:12px;
}

#meteo img{

float:left;
margin-right: 10px;}

#meteo .fmainline160{
background: url(../images/dots.jpg) repeat-x left bottom;
margin-top: 10px;

}

#meteo .time160{
text-transform: uppercase;
color: #1773BC;

}


/* footer */
#footer-wrap {
	width: 820px;
	font-size: 95%;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	clear: both;
}
#footer-wrap a {
	text-decoration: none;
	color: #DF051A;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #3060A2;
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h2 {
	color: #3060A2;
	margin: 0;
	padding: 0 10px;
}

#footer-columns {
	color: #DF051A;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#footer-columns li {

}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	width: 96%;
	font-size: 10px;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #3060A2;
	margin: 0 auto;
	width: 820px;
	padding: 10px 0;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* sNews */
fieldset {
	border: 1px solid #3060a2;
	padding: 10px 8px;
	margin: 0 0 8px 0;
	color: #000;
	background-color: #e4edf8;
}
input { padding: 2px; }
textarea { width: 97%; height: 20em; padding: 3px; }
.comment {
	color: #3060a2;
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #e4edf8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a9a733;
}
.commentsbox {
	color: #3060a2;
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #e4edf8;
}
.date {
	margin: 0 0 20px 5px;
}
.first{float:left;
width: 150px;}
.second{
float:left;


	}
	.third{float:left;
width: 300px;}
.fourth{
float:left;


	}
#column1 {
	float:left;
	width: 33%;
}

#column2 {
	float:left;
	width: 33%;
}

#column3 {
	float:left;
	width: 33%;
}
#column4 {
	float:left;
	width: 50%;
}

#column5 {
	float:left;
width: 49%;
}

