/*---------------------------------url(bg-main.png) center top no-repeat-------------------------*/

body 
{
/*background-image : url(/content/img/background/windows-vista-aurora-wallpaper.jpg);
background-repeat: repeat-x ;*/
background-color: #FFDAB9;
font-size:.75em;
font-family:Verdana, Helvetica, Sans-Serif;
margin:5px 0 0 0;
padding:0;
}

a:link     {color:#003366;text-decoration:none; border-bottom-style :dotted; border-bottom-width :  1px }
a:visited  {color:#003366;text-decoration:none; border-bottom-style :dotted; border-bottom-width :1px}
a:hover    {background-color :#d3d5d4 ; color:#000000;text-decoration:none; border-bottom-style :dotted; border-bottom-width :1px; }
a:active   {color:#003366;}
a:selected {color:#003366;font-weight:bold}

p  { font-family :  Arial; font-size :    12px; color:#2F4F4F; margin-bottom:20px; line-height :22px; text-align : justify;}
ul { font-family :  Arial; font-size :    10pt ; color:#2F4F4F ; margin-bottom:20px; line-height :22px; text-align:justify}

/*HEADINGS   
----------------------------------------------------------*/

h1 {font-size:2em;padding-bottom:0;margin-bottom:0;}

h2 {    font-family :"Franklin Gothic Book";
	font-size :28px;
		color:#cf0909				;
	font-style :normal ;
	line-height: 35px; 	
	font-weight: normal;
}

h3 {font-size:1.2em;}
h4 {font-size:1.1em;}
h5, h6 {font-size:1em;}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns 
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {margin-top:0;}*/

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page 
{
width:950px;
margin-left:auto;
margin-right:auto;
}

#header 
{
position:relative;
margin:0;color:#000;
padding:0px 0 0 0;
width:950px;}

#header h1 
{
border-style: none;
border-color: inherit;
border-width: medium;
padding: 0;
margin: 0;
color:#000;	font-family:Arial, Helvetica, sans-serif;	
font-size:1.7em;
width: 705px;
}

#title 
{
display:block;
width:723px;
float: left;
margin:0px 0px 10px 15px;
}


#footer 
{
	color:white;
	padding:30px 0;
	text-align:center;
	position:absolute;
	left:0;
	font-size:.9em;
	background: #C6C6A8 ;
	width:100%; 
}

#logindisplay 
{
	font-size:1.1em;
	display:block;
	text-align:right;
	color:#ccc;width:300px;
	position:absolute;top:9px;
	right:529px; 
	font-weight:bold; 
	font-family:Arial, Helvetica, sans-serif;}
#menucontainer {float:left;}

#main {padding: 15px 30px 0px 30px;
      background:#fff;
       margin-bottom:30px;
       clear:both;
       position:relative;
       width:890px;
	   top: 0px;
 	   left: 0px;
 	    border-width : 1 px;
 	    border-color :#ffffff;
}



/* TAB MENU   
----------------------------------------------------------*/
ul#menu               {border-bottom-style : none;text-decoration:none; font-family :  Arial; font-size : 11pt ;padding:0;position:relative;margin:0 0 0 15px ;text-align:right;  }
ul#menu li            {border-bottom-style : none;text-decoration:none; font-family : Arial; font-size : 11pt ;display:block;list-style:none;background:#ffffff ;float:left;margin:0 2px 0 0;}
ul#menu li a          {border-bottom-style : none;font-family : Arial; font-size : 11pt ;padding:8px 20px;text-decoration:none;color:#000000; display:block;}
ul#menu li a:hover    {border-bottom-style : none;font-family : Arial; font-size : 11pt ;text-decoration:none;color: white;background-color :#3d753b}
ul#menu li a:active   {border-bottom-style : none;font-family : Arial; font-size : 11pt ;text-decoration:none;color: white;}
ul#menu li.selected   {border-bottom-style : none;font-family : Arial; font-size : 11pt ;text-decoration:none ;background:#1b5e01 ;}
ul#menu li.selected a {border-bottom-style : none;font-family : Arial; font-size : 11pt ;text-decoration:none;color:white;}

/* MISC 
----------------------------------------------------------*/
.clear {clear:both;}
.error {color:Red;}
.field-validation-error {color:#ff0000;}
.input-validation-error {border:1px solid #ff0000;background-color:#ffeeee;}

.padImage
{
	padding :10px 10px 10px 10px;
	}	

.divJanela1
{
	position :absolute;
	width :303px;
	height :55px;
	top: 280px;
	left: 586px;
}

#test
{
color :Green ;
}



/*
 * Required
*/
.container { width:891px; 
height:216; 
overflow:hidden; position:relative; cursor:pointer;
	top: 2px;
	left: 0px;
}


.slides      
{
	position: relative; 
	top:0; 
	left:0; }
	
	
.slides div  
{
	position:relative; 
	top:0; width:891px; 
	display:none; }
	
/*
 * Optional
*/
#loopedSlider,#newsSlider { margin:0 auto; width:891px; 
	position:  absolute;
	/*clear:both;*/
	top: 38px;
	left: 33px;
	height: 216px;
	right: 49px;
}
ul.pagination { list-style:none; padding:0; margin:0; }
ul.pagination li  { float:left; }
ul.pagination li a { padding:2px 4px; }
ul.pagination li.active a { background:green; color:white; }