/*//// PADROES E RESET ////*/
html { 
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

img { border: 0px; }

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; }

a:link { text-decoration: none; color: #666666; }
a:visited { text-decoration: none; color: #666666; }
a:active { text-decoration: underline; color: #666666; }
a:hover { text-decoration: underline; color: #666666; }

.right { text-align:right; }
.clear { clear: both; }

/*//// ESTRUTURA ////*/
body {
	margin: 0;
	padding: 0;
	background:#4c7181 url(../imgs/fundo_pagina.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #666666;
}
#container {
	position: relative;
	display: block;
	width: 914px;
	margin: 0 auto;
}
#logomarca a {
	display: block;
	background: url(../imgs/logo.png) top left no-repeat;
	width: 153px;
	height: 78px;
	text-indent: -99999px;
	outline: none;
	margin: 15px 0 0 178px;
	float: left;
}
#cabecalho {
	float: right;
}
ul#box_newsletter {
	display: block;
	background: #c8cad0;
	width: 320px;
	height: 22px;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
ul#box_newsletter li {
	margin: 2px 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
}
ul#box_newsletter li#tt_news {
	display: block;
	background: url(../imgs/tt_newsletter.gif) top left no-repeat;
	width: 102px;
	height: 9px;
	text-indent: -99999px;
	margin: 7px 8px 0 7px;
}
ul#box_newsletter li#botao_news {
	margin: 2px 0 0 6px;
}
ul#box_unidades {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 137px;
	height: 22px;
	float: right;
}
ul#box_unidades li a {
	display: block;
	background: url(../imgs/tt_unidades2.gif) top left no-repeat;
	width: 136px;
	height: 22px;
	text-indent: -99999px;
	margin: 10px 0 0 0;
	outline: none;
}
ul#box_busca {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 207px;
	height: 22px;
	background: #c8cad0;
	float: right;
}
ul#box_busca li {
	margin: 2px 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
}
ul#box_busca li#tt_busca {
	display: block;
	background: url(../imgs/tt_buscar.gif) top left no-repeat;
	width: 37px;
	height: 9px;
	text-indent: -99999px;
	margin: 7px 8px 0 7px;
}
ul#box_busca li#botao_busca {
	margin: 2px 0 0 6px;
}

ul#colLeft {
	display: block;
	width: 160px;
	float: left;
	margin: 70px 0 0 0;
	padding: 0;
	list-style: none;
}
ul#colLeft li {
	display: block;
	width: 143px;
	height: 22px;
	background: url(../imgs/fundo_btn_menu_lateral.gif) top left no-repeat;
	margin: 0 0 3px 0;
	padding: 5px 0 0 17px;
	list-style: none;
}
ul#colLeft li#verde {
	background: url(../imgs/fundo_btn_menu_lateral_verde.gif) top left no-repeat;
}
ul#colLeft li#verde1 {
	background: url(../imgs/fundo_btn_menu_lateral_verde.gif) top left no-repeat;
	margin-top: 10px;
}
ul#colLeft li#verde2 {
	background: url(../imgs/fundo_btn_menu_lateral_verde2.gif) top left repeat;
}

}

ul#menu {
	margin: 10px 0 0 25px;
	padding: 0;
	list-style: none;
}
ul#menu li {
	display: inline;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
	height: 22px;
}
ul#menu li#menu_separador1 {
	background: url(../imgs/menu_separador.gif) top left no-repeat;
	width: 1px;
	text-indent: -99999px;
	margin: 0 10px 0 10px;
}
ul#menu li#menu_separador2 {
	background: url(../imgs/menu_separador.gif) top left no-repeat;
	width: 1px;
	text-indent: -99999px;	
	margin: 0 10px 0 5px;
}
ul#menu li#menu_separador3 {
	background: url(../imgs/menu_separador.gif) top left no-repeat;
	width: 1px;
	text-indent: -99999px;	
	margin: 0 10px 0 0;
}
ul#menu li#menu_separador4 {
	background: url(../imgs/menu_separador.gif) top left no-repeat;
	width: 1px;
	text-indent: -99999px;	
	margin: 0 5px 0 5px;
}
ul#menu li#menu_separador5 {
	background: url(../imgs/menu_separador.gif) top left no-repeat;
	width: 1px;
	text-indent: -99999px;
	margin: 0 10px 0 0;	
}
ul#menu li#menu_separador6 {
	background: url(../imgs/menu_separador.gif) top left no-repeat;
	width: 1px;
	text-indent: -99999px;	
	margin: 0 10px 0 0;
}
#pontilhado_cinza {
	display: block;
	background: url(../imgs/pontilhado_cinza.gif) top left repeat-x;
	height: 1px;
	width: 100%;
	text-indent: -99999px;
	margin: 3px 0 3px 0;
}
/*//// Cursos regulares -> descrição das materias ////*/
.mat_texto div {
	display: none;
	position: absolute;
	z-index: 100;
	border: 2px solid #2d586b;
	background: #FFF;
}
.mat_texto div p {
	display: block;
	padding: 12px;
}



/*//// FORM ////*/
form {
	margin: 0;
	padding: 0;
	font: Arial, Helvetica, sans-serif;
	
}
.form_news {
	border: none;
	background: #f6f6f7;
	color: #b4bcc0;
	font-size: 11px;
	height: 16px;
	margin: 0 3px 0 0;
}
.form_busca {
	border: none;
	background: #f6f6f7;
	color: #b4bcc0;
	font-size: 11px;
	height: 16px;
	margin: 0 3px 0 0;
}	
#rodape{position:relative;}
#assinatura{
	display:block;
	position:absolute; 
	bottom:10px; 
	right:10px; 
	width:53px; 
	height:13px;
}
#assinatura img{border:none;}