@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0;
	background: #e5f2f5 url(theme/bg.gif) repeat-x;
}

p {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #797979;
	margin: 0 0;
}

h1 {
	margin: 0 0;
	color: #2EA4BE;
	font: 24px Tahoma, Geneva, sans-serif;
}

/*Layout*/

#btn_contact, #leaves_left {
	position: absolute;
}

#cont, #bottom {
	background: url(theme/bg_shad.png) repeat-y;
	width: 900px;
	margin: 0 auto;
}

#cont_inner {
	width: 840px;
	margin: 0 auto;
}

#nav {
	height: 20px;
	border-bottom: 6px solid #d9d9d9;
}

#flash_pane {
	height: 187px;
	margin-top: 10px;
}

#health {
	padding: 77px 0 0 37px ;
	width: 213px;
	height: 110px;
	background: url(theme/health_comb.gif) no-repeat;
	float:right;
}

#btn_contact {
	margin: 45px 0 0 -17px;
}

#leaves_left {
	margin: 120px 0 0 -180px;
}

#info {
	color: #797979;
	font: 12px Tahoma, Geneva, sans-serif;
	min-height: 362px;
	margin-top: 10px;
	width: 581px;
}

#right_pane {
	max-height: 362px;
		min-height: 362px;
	background: url(theme/rightpane_bg.gif) repeat-y;
	margin-top: 10px;
	float: right;
	width: 250px;
}

#right_pane p {
	padding: 0 12px;
}

#blue_bar {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #FFF;
	margin: 10px auto 0 auto;
	background:url(theme/blue_bar.gif) no-repeat;
	padding: 34px 0 0 25px;
	width: 835px;
	height: 49px
}

#bottom {
	margin-bottom: 10px;
	background: none;
	text-align: right;
}

#bottom p {
		font: 11px Tahoma, Geneva, sans-serif;
		margin-right: 15px;
}

.tarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #999;
	padding-left: 3px;
}

.whitetxt {
	color: #FFF;
	font-weight: bold;
}

/*Links*/

#health a:link, #health a:visited, #blue_bar a:link, #blue_bar a:visited { color: #FFF; font: 12px Tahoma, Geneva, sans-serif; text-decoration: none; }
#health a:hover, #health a:active, #blue_bar a:hover, #blue_bar a:active { color: #FFF; font: 12px Tahoma, Geneva, sans-serif; text-decoration: underline; }

#bottom a:link, #bottom a:visited { color: #00abd9; text-decoration: none; }
#bottom a:hover, #bottom a:active { color: #00abd9; text-decoration: underline; }

#info a:link, #info a:visited { color: #34BCD6; text-decoration: underline; }
#info a:hover, #info a:active { color: #34BCD6; text-decoration: none; }
