/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #175072;}
a:hover {color: #FF7D00;}

img {
border: 0;
}

body {
	background: #114054 url(../img/bg.jpg) repeat-x left bottom;
	color: #114054;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

.site_title {
	font-size: 34px;
}

h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}
.center {text-align:center;}
.left {
	float: left;
}
.left a{
	color: #fff;
	text-decoration:none;
}
.left .site_title{
	padding: 12px 0 0 10px;
}
.left p {
	font-size: 11x;
	font-family: Tahoma,sans-serif;
	margin: 0;
	padding-left: 10px;
}

.right {
	text-align: center;
	float: right;
}
.right a{
	color: #fff;
	font: normal Tahoma,sans-serif;
	text-decoration:underline;
}
.right a:hover{
	text-decoration:underline;
}

/* structure */
.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding: 10px 10px 0;
}

/* title */
.header {
	background-color: #fff;
	font-size: 1.2em;
	height: 105px;
	margin: 0 auto;
	padding: 10px 10px 0px;
	width: 780px;
}
.header .left, .header .right {
	background-color: #333;
	color: #FFF;
	height: 105px;	
}
.header .left {
	background-color: #1D597C;
	width: 564px;
	text-align: left;
	background-image: url(../img/bgheader.gif);
	background-repeat: repeat-x;
}
.header .right {
	overflow: auto;
	width: 212px;
	background-image: url(../img/bgheader_r.gif);
	background-repeat: repeat-x;
	background-color: #FF7D00;
}
.header .right p {padding-top: 26px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	float: left;
	background: #D9E1E5;
	margin:0 0 1px 0;
	width: 100%;
	padding: 0 0 0 0;
	text-align:center;
	font-family: sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.navigation a {
	color: #1C455E;
}
.navigation a:hover {
color: #1C455E;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(../img/bgmain.gif) repeat-y;
}
#map{
	text-align: center;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 212px;
	margin: 0;
	padding: 0;
}
.sidenav h2 {
	color: #fff;
	background: #1D597C;
	font-size: 12px;
	line-height: 20px;
	text-align:center;
	margin: 0;
	padding: 0;
	width: 100%;
}
.sidenav ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid #D8EBD8;
}
.sidenav li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #D8EBD8;
}
.sidenav li a {
	font-size: 11px;
	color: #1C455E;
	display: block;
	padding: 0 0 0 5%;
	text-decoration: none;
	width: 95%;
	line-height: 20px;
}
.sidenav li a:hover {
	background-color: #EBF0F3;
	color: #2E7198;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #1C455E;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}

.content .imgright {
padding: 5px;
border: 1px solid #ADD1E7;
margin-left: 4px;
float: right;
}

.content p
{
	padding-top: 5px;
	line-height: 20px;
	color: #1C455E;
}
.content h1
{
	padding-top: 6px;
	font-size: 17px;
}
.content h2
{
	padding-top: 6px;
	font-size: 15px;
}
.content a{
	text-align: center;
}
.faixa_link{
	display: block;
	background:#1D597C;
	text-align: center;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.faixa_link a{
	text-decoration: none;
	line-height: 15px;
	color: #fff;
	margin: 0;
	padding: 0;
}
.faixa_link a:hover{
	text-decoration: underline;
}


/* footer */
.footer {
	background: url(../img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}
