/* CSS Document */

body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.5em;
	margin: 0px;
	
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0c0c0c;
	text-decoration: underline;
}
li
{
	list-style-position:outside;
}
form {
	margin: 0px;
	padding-left: 7px;
	padding-right: 7px;
}
#container {
	background-color: #FFFFFF;
	width: 750px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px auto;
	border-left:3px solid #ededed;
	border-right:3px solid #ededed;
}
#menu {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url(imagens/menu_bg.gif);
	background-repeat: repeat-x;
	background-color:#4daa1e;
	height: 24px;;
	border: 1px solid #649e47;
	padding-top: 5px;
	cursor: pointer;
	margin-bottom: 15px;
	margin-left: -10px;
	margin-right: -10px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #f1f1f1;
	text-decoration:underline;
}
#menu ul {
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#menu li {
	background-image: url(imagens/menu_separator.gif);
	background-repeat: no-repeat;
	display: inline;
	list-style-type: none;
	padding-left: 14px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 6px;
}
#header {
	background-image: url(imagens/header_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	height: 114px;
	margin-left: -10px;
	margin-right: -10px;
}
#left {
	background-image: url(imagens/columns_bg.gif);
	background-repeat: no-repeat;
	width: 175px;
	float: left;
}
#left ul
{
	list-style-image: url(imagens/marcador.gif);
	margin:0px;
	margin-left:20px;
}
#left li
{
	padding:1px;
}
#left h1 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-image: url(imagens/columns_title_bg.gif);
	*background-position: 0px 1px;
	background-repeat: repeat-x;
	border: 1px solid #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-top: 4px;
}
#right {
	background-image: url(imagens/columns_bg.gif);
	background-repeat: no-repeat;
	width: 175px;
	float: right;
}
#right h1 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-image: url(imagens/columns_title_bg.gif);
	*background-position: 0px 1px;
	background-repeat: repeat-x;
	border: 1px solid #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-top: 4px;
}
#right ul {
	padding-top: 0px;
	margin-top: 8px;
	list-style-image: url(imagens/bullet.gif);
}
#right li{
	margin-bottom: 5px;
	margin-left: -20px;
}
#middle {
	background-image: url(imagens/middle_column_bg.gif);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	/*width: 364px;*/
	margin-left: 185px;
	margin-right: 185px;
}
#middle.wide {
	background-image: url(imagens/middle_column_wide_bg.gif);
	background-repeat: no-repeat;
	margin-right: 0px;
}
#middle h1 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-image: url(imagens/columns_title_bg.gif);
	*background-position: 0px 1px;
	background-repeat: repeat-x;
	border: 1px solid #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-top: 4px;
}


#middle h1.destaque {
	color: #FFFFFF;
	background-image: url(imagens/middle_title_destq_bg.gif);
	border: 1px solid #649e47;
}
#middle h2, .content_title {
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	margin: 0px;
}
#middle ul {
	padding-top: 0px;
	margin-top: 8px;
	list-style-image: url(imagens/bullet.gif);
}
#middle li{
	margin-bottom: 5px;
	margin-left: -20px;
}
#footer {
	background-image: url(imagens/footer_bg.gif);
	background-repeat: no-repeat;
	color: #CCCCCC;
	text-align: center;
	width: 760px;
	height: 50px;
	padding-top: 15px;
	margin: 0px auto;
	clear: both;
}
#footer ul {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
	list-style-type: none;
	padding-left: 12px;
	padding-right: 12px;
	border-left: 1px solid #E9E9E9;
}
.box {
	padding: 6px;
}
.picture {
	background-color: #FFFFFF;
	background-image: url(imagens/picture_frame_bg.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 9px;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
.text_field {
	font-size:	11px;
	color: #999999;
	padding: 2px;
	background-color: #FFFFFF;
	background-image: url(imagens/textfield_bg.gif);
	background-repeat: no-repeat;
	border-top: none;
	border-left: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.button, .poll_button {
	background-image: url(imagens/button_bg.gif);
	font-size: 10px;
	color: #666666;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	border: 1px solid #999999;
}
.destaque {
	color: #669966;
}

.hercules_content_path
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-image: url(imagens/columns_title_bg.gif);
	*background-position: 0px 1px;
	background-repeat: repeat-x;
	border: 1px solid #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-top: 4px;
}
.hercules_content_path a
{
	color: #FFFFFF;
}
.hercules_content_title, .hercules_poll_title
{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-image: url(imagens/columns_title_bg.gif);
	*background-position: 0px 1px;
	background-repeat: repeat-x;
	border: 1px solid #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-top: 4px;
	background-image: url(imagens/middle_title_destq_bg.gif);
	border: 1px solid #649e47;
}
.hercules_content_title a
{
	color: #000000;
}
.hercules_content
{
	padding:10px;
}

.hercules_calendar td
{
	padding:2px;
}

.hercules_poll_title
{
	margin-bottom:4px;
	padding-top: 4px;
	background-image: url(imagens/middle_title_destq_bg.gif);
	border: 1px solid #649e47;
}
.hercules_content_title a
{
	color: #000000;
}
.hercules_content
{
	padding:10px;
}

.hercules_calendar td
{
	padding:2px;
}

.hercules_poll_title, .hercules_poll_question
{
	margin-bottom:4px;
}rgin-bottom:4px;
}
.hercules_content_title a
{
	color: #000000;
}
.hercules_content
{
	padding:10px;
}

.hercules_calendar td
{
	padding:2px;
}

.hercules_poll_question
{
	margin-bottom:4px;
}