@charset "iso-8859-1";
/* CSS Document */

*{margin:0;padding:0;}

body{
	background: #969696 url(../images/bg-site.jpg) repeat-x;
	font: small Arial, Helvetica, sans-serif;
	color: #000;
}

a:link {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover {
	color: #243A78;
}

a:active {
	color: #666;
}

h1,h2,h3,h4,h5{font-size:1.2em; margin: 0 0 10px 0; clear:left;}

p{margin: 10px 0; text-align: justify; clear:left;}

#main{
	width: 950px;
	margin: 10px auto;
	background:#FFF;
	overflow: hidden;
}

#header{
	float:left;
	width: 950px;
	height: 145px;
	overflow:hidden;
}

#logo{float: left;width: 100px;height: 145px;margin-left: 20px;display: inline;}
#logo .logotipo{
	width: 100px;
	height: 145px;
	background: url(../images/tamig.jpg) no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
#logo .logotipo a{
	display: block;
	width: 100px;
	height: 145px;
}

#banner{
	clear:both;
	width: 950px;
	height:350px;
	text-indent: -999px;
	overflow:hidden;
	background: url(../images/bg-banner.jpg) no-repeat;
	border: 8px #333 solid;
	border-left:0;
	border-right:0;
}

#nav{float:right;margin-top: 102px;}

#nav ul{list-style: none;}

#nav ul li{float:left; margin: 10px 0 0;}

#nav ul li a{
	display:block;
	padding: 8px 16px 3px;
	margin: 2px 10px 0;
	text-align:center;
	font-size:1.3em;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	color:#FFF;
	background: #6A85D2;
}

#nav ul li a:hover{	background: #243A78; padding-top:10px; margin-top:0;}

#nav ul li a.ativo{	background: #243A78;}

#content{
	float: left;
	width: 950px;
	background: url(../images/bg-content.jpg) repeat-y;
	overflow:hidden;
}

#content.certificado{width: 910px;padding: 20px;background-color: #DDD;background-image: none;}

#certif{width: 500px;height: 721px;margin: 0 auto;border: 0;}

#texto{
	float:left;
	padding:20px;
	width:435px;
	overflow: hidden;
	display:inline;
}

#fotos{
	float:left;
	padding:10px;
	width:455px;
	overflow: hidden;
	display:inline;
}
#fotos.home{
	padding:20px;
	width:435px;
}
/* Rodapé */

#footer{
	clear:both;
	padding: 20px;
}

address{
	font: 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align: center;
	color:#666;
}
iframe{float: left;width:420px;height:300px;border: 2px #000 solid;margin: 5px;}
