/* CONTAINER */

#container {
	margin:auto;
	width:914px;
	background-image:url(/media/images/bkg_repeat.jpg);
	background-repeat:repeat-y;
}

#leftContent{
	width:265px;
	height:480px;
	margin-left:18px;
	/*background-image:url(/media/images/flash_esq.jpg);
	background-repeat:no-repeat;*/
	float:left;
}

html>body #leftContent{
	width:265px;
	height:480px;
	margin-left:35px;
	/*background-image:url(/media/images/flash_esq.jpg);
	background-repeat:no-repeat;*/
	float:left;
}


#leftContent2{
	width:265px;
	height:480px;
	margin-left:18px;
	background-image:url(/media/images/flash_esq_logado.jpg);
	background-repeat:no-repeat;
	float:left;
}

html>body #leftContent2{
	width:265px;
	height:480px;
	margin-left:35px;
	background-image:url(/media/images/flash_esq_logado.jpg);
	background-repeat:no-repeat;
	float:left;
}

#userNomeLogado{
	margin-top:320px;
	margin-left:60px;
	color:#002e54;
}

#userLogadoOptions{
	margin-top:20px;
	color:#002e54;
	background-color:#000;
	background-image: url(/media/images/logado_repeat.gif);
	padding-left:35px;
}

.blueBull{
	color:#96badc;
	font-size:18px;
}
#rightContent{
	width:588px;
	float:left;
}

/* HEADER */

#header {
	width:588px;
	height:138px;
	background-image:url(/media/images/menu_bkg.jpg);
	background-repeat:no-repeat;
}

#flashMenuContainer{
	width:87px;
	height:108px;
	padding-top:20px;
	padding-left:500px;
}

/* CONTENT */

#content {
	width:588px;
}
	
#outTituloImg{
	width:43px;
	height:48px;
	background-image:url(/media/images/tit_ornament.gif);
	background-repeat:no-repeat;
	float:left;
}

#outTitulo{
	float:left;
	width:545px;
	font-weight:bold;
	font-size:12px;
	color:#002e54;
	text-transform:uppercase;
	margin-top:25px;
}
	
#contentTopSpacer{
	margin-bottom:0px;
	width:540px;
	height:31px;
	background-image:url(/media/images/sombra_inicio.jpg);
	background-repeat:no-repeat;
}

#contentFootSpacer{
	margin-top:0px;
	width:540px;
	height:31px;
	background-image:url(/media/images/sombra_fim.jpg);
	background-repeat:no-repeat;
}

#output {
	width:540px;
	padding-left:42px;
	background-image:url(/media/images/sombra_repeat.jpg);
	background-repeat:repeat-y;
	min-height:250px;
}

/* mac hide \*/
* html #output { height:250px}
/* end hide */

#output2 {
	width:235px;
	float:left;
	margin-right:30px;
}

#output3 {
	width:540px;
	background-image:url(/media/images/sombra_repeat.jpg);
	background-repeat:repeat-y;
}

/* FOOTER */

#footer {
	clear:both;
	height:35px;
	background-image:url(/media/images/footer_bkg.jpg);
	background-repeat:no-repeat;
	color:#002e54;
	margin:auto;
	width:914px;
}

#footer a:link{
	color:#002e54;
	font-weight:bold;
	text-decoration:none;
}
#footer a:visited{
	color:#002e54;
	font-weight:bold;
	text-decoration:none;
}
#footer a:active{
	color:#002e54;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover{
	color:#002e54;
	font-weight:bold;
	text-decoration:underline;
}

.footerLeft{
	float:left;
	margin-top:20px;
	margin-left:28px;
}

html>body .footerLeft{
	float:left;
	margin-top:20px;
	margin-left:55px;
}

.footerRight{
	float:right;
	margin-top:20px;
	margin-right:10px;
}

html>body .footerRight{
	float:right;
	margin-top:20px;
	margin-right:30px;
}

/* MENU */

.menu {
	border-right:1px solid #dbdbdb;
	background-color:#FFFFFF;
	width:250px;
}

#menu {
}

/* PESQUISA */

#search {
	float:right;
	width:180px;
	height:100px;
	border-left: 1px dashed #FFFFFF;
	padding:0px 0px 0px 10px;
}

#servicos {
	padding-left:27px;
}

#links {
	padding-left:27px;
}

#links a {
	padding-bottom:5px;
}

#bottom {
	font-family:Arial, Helvetica, sans-serif;
}

.clear {
	clear:both;
}

