@charset "utf-8";
*, html {
	margin: 0px;
	padding: 0px;
}
body {
	background: #879296;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
h1 {
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
}
p {
	line-height: 24px;
}
input, select, textarea {
	display: block;
	border: 2px solid #CCC;
	width: 180px;
	font-size: 11px;
	padding: 2px;
	margin: 0;
	height: 12px;
}
textarea {
	height: 82px;
}
form {
	padding-bottom: 10px;
	
}
form p {
	font-size: 10px;
	line-height: 12px;
	margin: 10px 0 0 0;
	padding: 0;
}
a {
	color: #666;
}
.balao {
	width: 100px;
}
.submit {
	padding: 3px 5px 2px;
	background: #FFF;
	color: #999;
	font-size: 9px;
	border: 2px solid #CCC;
	text-decoration: none;
	margin-right: 5px;
}
.submit:hover {
	background: #CCC;
	color: #333;
	border: 2px solid #999;
}
.left {
	float: left;
}
.right {
	float: right;
}
.black {
	color: #333;
}
.gray {
	color: #666;
}
#container {
	width: 920px;
	margin: 0 auto;
	background: #FFF;
}
	#header {
		height: 155px;
		background: #46166b;
		text-align: center;
		
	}
		#header img {
			margin-top: 35px;
		}
	#menu {
		height: 27px;
		background: #46166b;
		text-align:center;
		line-height: 27px;
		text-transform:uppercase;
		
	}
		#menu .selected {
			background: #FFF;
		
		}
		#menu ul {
			margin-left: 138px;
			list-style: none;
		}
		#menu ul li {
			float: left;
			margin: 0 1px;
			width: 126px;
			background: url(../images/bg_button.gif) repeat-x;
		}

		#menu a:hover {
			color: #666;
			background: #FFF;
		}
	
	#sidebar {
		position: absolute;
		margin: 204px 0 0 -90px;
		
	}
	
	#content {
		padding-top: 40px;
		width: 500px;
		margin-left: 268px;
	}
	#content-wide {
		margin: 0 0 40px 268px;
		padding-top: 40px;
		width: 510px;
		height: 460px;
	}
		#content ul {
			margin: 0 0 0 25px;
	
		}
		#content ul li {
			
			line-height: 24px;
		}
		#form {
			width: 200px;
			float: left;
			
		}
		#map {
			float:right;
			text-align:center;
		}
		#projects {
			padding-top: 30px;
			height: 240px;
		}
			#list {
				float: left;
			}
				#list ul {
					list-style: none;
				}
				#list ul li {
					margin-bottom: 3px;
					
				}
				#list ul li a {
					display:block;
					width: 162px;
					height: 26px;
					line-height:26px;
					background: #666;
					color: #FFF;
					text-decoration: none;
					text-align:center;
					text-transform:uppercase;
				}
				#list ul li a:hover, #list ul li a.selected {
					background: #46166b;
				}
			#thumbs {
				width: 342px;
				float: right;
			}
			 #thumbs img {
			 	margin: 0 0 1px 1px;
			 }
			

	#flash {
		margin: 15px 0 0 278px;
	}
	
#footer {
	width: 920px;
	margin: 10px auto;
	color: #333;
	height: 30px;
	font-size: 9px;
}
	#footer a {
		color: #333;
		text-decoration:none;
	}
	#footer a:hover {
		color: #FEFEFE;
	}
	#footer div {
		float: right;
		line-height: 23px;
	}
	#footer div img {
		margin-left: 15px;
	}
