/***** Documento CSS para GAA - 2014 **********/

* {margin: 0; padding: 0;}

/****************** estructura principal ****************/

body {
	font-family: Verdana, Georgia,  Arial;
	font-size: 78%;
}

#container {
	background-image: url(img/logoBG.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 931px;
	font-size: 1.0em;
	margin: 4px;
	border-top: 1px solid white;
}

#header {
	height: 140px;
	padding-top: 20px;
	margin-left: 360px;
}

#header_left {
	float: left;
	width: 326px;
	height: 206px;
}

#header_right {
	height: 140px;
	margin-left: 350px;
	margin-right: 25px;
}
#header_data {
	float: left;
	text-align: center;
	margin-top: 128px;
	width: 255px;
}
#header_menuG {
	float: right;
	margin-left: 5px;
	width: 600px;
	height: 20px;
	padding-bottom: 10px;
}

#left {
	text-align: left;
	float:left;
	width: 225px;
	margin-left: 43px;
	margin-top: 30px;
}

#right {
	margin-left: 290px;
	margin-top: 20px;
	margin-right: 20px;
	padding-top: 10px;
}

#footer {
	clear: both;
	margin-left: 340px;
	margin-right: 50px;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-color: #F9F7EA;
}

.date_box {
	background-color: #FFFFFF;
	background-image: url(img/date.jpg);
	height: 51px;
	width: 52px;
	float: left;
}

/************* Formatação de  Texto e imagens ***********/

p {margin-bottom: 3px;
   margin-top: 3px;
}

h1 {
	color: #87a448;
	margin-top: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.8em;
}

.red {color: #614240;}

h2 {
	color: #bf8a44;
	/*margin-left: 120px;*/
	font-size: 1.6em;
	font-family: Verdana, Georgia,  Arial;;
	font-style: italic;
}

h3 {

	/*background-color: #FFFFFF;	height: 31px;*/
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 50px;
	font-size: 1.4em;
	font-family: Verdana, Georgia,  Arial;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	/* border-bottom: 1px dotted #CCCCCC; */
}

h4 {
	width: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.3em;
	color: #A6BB7A;
}
/******************  Caixa com fundo verde ******************/
blockquote {
	background-color: #F4F7F0;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	border: 1px dotted #EBE2B7;
	/*background-image: url(img/blockquote.png);
	background-repeat: no-repeat;margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;*/
}
bloco {
	background-color: #F4F7F0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 20px;
	border: 1px dotted #EBE2B7;
}
.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}
/******************  Formatação de Imagens ******************/
img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			  
.float_center {float: center;
              margin-left: 10px;}
			  
/******************  Cores dos links ******************/			 
a:link {color: #557C2B; text-decoration: none;}    /* Link não visitado */
a:visited {color: #83A956; text-decoration: none;} /* Link visitado */
a:hover {color: #821115; text-decoration: none;}   /* Rato sobre o link */
a:active {color: #577E2D; 	text-decoration: none; }  /* Link seleccionado */

/******************  Menus de Navegação  ******************/

#navcontainer {
	background-position:center
	}

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(img/menu.png);
	background-repeat: repeat-x;
	height: 27px;
}


#navcontainer a:link, #navlist a:visited
{
color: #93B26E;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(img/menu.png) 0 -45px;
	color: #562930;
}

/*************** Form elements member login ******************/


p.welcome {
	font-size: 0.8em;
	text-align: center;
	margin-right: 20px;
	margin-top: 10px;
	color: #6B383D;
}
/*
form {
	margin-top: 15px;
	margin-left: 35px;
}
*/
input.fields {display: block;
        /*background: url(img/input_bg.png);*/
		background-color:#EBF1E3;
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

label {/*color: #A5BB73;*/
	color:#84965C;
	font-style:italic;
}

.botaoLogin {
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 4px;
	padding: 2px;
	float: right;
	background-color: #EAF4D9;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}
.botoes {
	padding: 2px;
	background-color: #EAF4D9;
	float: right;
	/*margin-right: 40px;*/
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}


/**************************************** extra classes: contact us ****************************/

form.contact_us {
	width: 190px;
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-color: #FBF9F4;
	background-image: url(img/form_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.caixas {
	background-color:#EBF1E3;
	margin-top: 3px;
	margin-bottom: 3px;
	}

input.fields_contact_us {display: block;
        width: 185px;
        background: url(img/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {
          /*background: url(img/input_bg.png);*/
		  background-color:#EBF1E3;
          border-top: 1px solid #E3E4E9;
		  border-left: 1px solid #E3E4E9;
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;
          margin-top: 3px;}

.submit_button_contact {
	margin-top: 10px;
	padding: 2px;
	background-color: #EAF4D9;
}



#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;

	font: bold 10px Verdana, Geneva, sans-serif;}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 70px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}center {
	color: #36F;
}
