/* General Styles */
*{
	margin:0;
	padding:0;
}
img {
	background-color: #FFF;
}
body {
	background:#fff url(images/body_bg.png) repeat-x top left;
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#333;
}

a {
	color:#0057c3;
	text-decoration:none;
	font-weight:bold;
}
a:hover {text-decoration:underline;color:#2c8aff;}
h1{font-size:32px;}
h2{font-size:24px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5, h6{font-size:14px;}
h1,h2,h3,h4,h5,h6{margin:10px 0 15px 0;font-family:Arial, Helvetica, sans-serif;font-weight:bold; color:#40609c;}
img{border:1px solid #CCC; padding: 6px;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
img.floatleft{float:left; margin: 10px;}
img.floatright{float:right; margin: 10px;}
img.noborder { margin: 0 10px 0 10px; padding: 0; border: 0;}
.center{text-align:center;}
.textleft{text-align:left;}
.textright{text-align:right;}
.normal, .normal a{font-weight:normal;}
.textbold{font-weight:bold;}
hr { height: 1px; width: 100%; color: #79a0e8; }
hr.hrblog { margin: 10px 0 10px 0; height: 1px; width: 100%; color: #79a0e8; background: #79a0e8; border-top: 1px dashed #79a0e8; }
ul, ol { padding:0 0 20px 35px; }
li ul, li ol { padding-bottom:0; }
code {
	background-color:#CCC;
	display:block;
	color:#333;
	padding:10px;
	margin:10px;
}
blockquote {
	border-left:4px solid #CCC;
	border-bottom:4px solid #CCC;
	margin:0 0 10px 20px;
	padding-left:15px;
}
/* ///General Styles */


/* ///Layout Styles */
#header {
	width: 960px;
	height:108px;
	margin: 0 auto;
}
#logo {
	width:250px;
	height: 81px;
	float:left;
	margin: 0;
	padding: 0;
	background:url(images/logo.png) no-repeat top left;
}	
	#logo h1{
		height: 81px;
	}
		#logo h1 a{
			display:block;
			height:81px;
		}
		#logo h1 a span{
			display:none;
		}
	#logo h3 span {
		display:none;
	}

#menu-wrapper {
	margin: 0 auto;
	width: 960px;
	height:33px;
}
#menu {
	margin-top: 0px;
	float: right;
	width: 960px;
	text-align: right;
}
	#menu li{
		list-style:none;
		margin:0 0 0 1px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px;
		line-height: 30px;
	}
	#menu li {
		display:block;
		float:left;
		height:33px;
		text-decoration:none;
		text-transform:uppercase;
		cursor:pointer;
	}
	#menu li a{
		float:left;
		display:block;
		height:33px;
		font-weight: bold;
	}
	#menu li a span{
		float:left;
		display:block;
		height:33px;
	}
	#menu li a.current, #menu li a.current span{
		display:block;
		float:left;
		height:33px;
		text-decoration:none;
		text-transform:uppercase;
		cursor:pointer;
	}
	#menu li a, #menu li a.current{
		color:#FFF;
		padding:0 15px 0 15px;
	}
	#menu li a span, #menu li a.current span{
		color:#FFF;
		padding:0 20px 0 9px;
	}
	#menu li a:hover, #menu li a.current{
		background:url(images/menu_over.png) no-repeat top center;
		color:#FFF;
		text-decoration:none;
	}
	#menu li a:hover span, #menu li a.current span{
		color:#2a364c;
		text-decoration:none;
	}
	#menu li.spacer {
		background: url(images/menu_spacer.png) no-repeat;
		width: 1px;
		height: 33px;
	}

#promo-wrapper {
	background: #dbe2f1;
	overflow: auto;
	margin-top: 22px;
	width: 100%;
}

#promo {
	margin: 0 auto;
	display: block;
	width: 960px;
	height: 300px;
}
	#promo img { border: 0; padding: 0; margin: 0; } 
	#promo h2 {
		color: #2a364c;
		font-style:italic;
		text-transform:uppercase;
		font-size: 18pt;
		margin-left: 10px;
	}
	
	#promoleft {
		float: left;
		width: 630px;
		margin: 0 5px 0 0;
	}
	
	#promoright {
		float: left;
		width: 310px;
		margin: 0 0 0 15px;
	}

#promo-subpages {
	margin: 0 auto;
	display: block;
	width: 960px;
	overflow: auto;
}
	#promo-subpages img { float: left; border: 0; padding: 0; margin: 0; }
	#promo-subpages h2 {
		color: #2a364c;
		font-style:italic;
		text-transform:uppercase;
		font-size: 18pt;
		margin-left: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}

#container_top {
	margin: 0 auto;
	background: url(images/container_top.png) no-repeat top center;
	height: 30px;
	width: 100%;
}
#containerheader {
	margin: 0 auto;
	background: url(images/container_top.png) no-repeat top center;
	height: 30px;
	width: 960px;
}

#container {
	margin: 0 auto;
	background: url(images/container_bg.png) repeat-y bottom;
	width: 960px;
	overflow: auto;
	
}

#container p {
	margin: 0 0 10px 0; 
	line-height: 20pt;
}

#container-content{
	margin: 0 5px 0 15px;
	width: 940px;
	overflow: auto;
}
.blockoftext {
	float: left;
	margin: 0 auto;
	width: 290px;
}
.blockoftext-large {
	float: left;
	margin: 0 auto;
	width: 630px;
}

.blockoftext-divide {
	float: left;
	width: 1px;
	margin: 0 12px 0 12px;
	height: 222px;
	background: url(images/blockoftext-divide.gif) no-repeat top;
}

#container h2.header {
	color: #2a364c;
	font-size: 18px;
	background: url(images/h2-left.png) no-repeat;
	height: 45px;
	line-height: 35px;
}
#container h2.header span {
	background: url(images/h2-right.png) repeat-x top right;
	height: 45px;
	margin: 0 0 0 25px;
	padding-top: 4px;
	display: block;
}

.pBlock {
	border: 1px solid #CCC;
	padding: 6px;
	float: left;
	width: 180px;
	height: 64px;
	margin: 10px;
}
.imgBlock {
	float: left;
	padding: 6px;
	margin: 10px 10px 0 0;
}

.imgBlockRight {
	float: right;
	padding: 6px;
	margin: 10px 10px 0 0;
}

.postdetails {
	border: 1px solid #EBEBEB;
	background: #F2F2F2;
	font-size: 10px;
	text-align: right;
	padding: 5px;
}
.readmore {
	padding: 5px;
	margin: 5px;
	display: block;
	text-align: right;
}
a.readmore {
	border: 1px solid #F2F2F2;
	display: block;
	text-align: center;
}

#sidebar {
	float: left;
	margin: 0 auto;
	width: 280px;
}
#sidebar h3 {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	color:#999;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 25px;
	background: url(images/bullet.png) #F3F3F3 no-repeat left center;
}

#sidebar img {
	padding: 4px;
	margin: 5px 0 0 0;
}

#sidebar a img {
	display: block;
	padding: 0 0 0 0;
	border: 1px solid gray;
}

#sidebar a:hover img {
	border: 1px solid #2a364c;
}

#sidebar ul {
	list-style:none;
	margin-bottom: 20px;
	padding: 0;
}

#sidebar ul li {
	display: block;
	padding: 0;
	border-bottom: 1px dashed gray;
}

#sidebar ul li a {
	display: block;
	padding: 5px 0 5px 5px;
}

#sidebar ul li a:hover {
	background:#EAEAEA;
}

#footer {
	width: 100%;
	height: 49px;
	background: url(images/footer_bg.png) repeat-x;
	font-size: 10px;
	font-weight: bold;
	color:#CCC;
}

#footer_container {
	margin: 0 auto;
	width: 960px;
	height: 22px;
	background: url(images/footer_container.png) repeat-x;
}
#footer p {
	margin: 25px 25px 0 25px;
}

#footer img {
	border: 0;
	padding: 0;
	margin: 0 0 0 10px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color:#39F;
	text-decoration:underline;
}
/* ///Layout Styles */


/* Forms */
#container form{
	padding:0 5px;
	margin: 0 auto;
}
#container form p{
	margin:0 0 5px 0;
}
#container form p.floatleft{
	margin-right:15px;
}
.input{
	border:1px solid #a5a5a5;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
	width:200px;
	color: #0057c3;
}
textarea.input{
	width:415px;
	height:100px;
}
.input:focus, .textarea:focus{
	border:1px solid #0057c3;
}
.btnsend{
	background:#EBEBEB;
	margin:8px 0;
	padding:5px 10px;
	color:#2a364c;
	font-weight:bold;
	border:none;
	outline:none;
	cursor:pointer;
	border: 1px solid #2a364c;
}
.btnsend:hover {
	color: #FFF;
	background-color: #2a364c;
}
/* ///Forms */

/* Cleanup */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* ///Cleanup */

/* Table Styles */
table.tabela{
	font-family:Arial,Helvetica,sans-serif;
	color:#646464;
	font-size:12px;
	width:100%;
	margin: 10px 0 10px 0;
}
table.tabela td{
	height:25px;
}
table.tabela th{
	height:25px;
	font-size:13px;
	color:#ffffff;
}
.tablewidth{
	width:10%;
	text-align:center;
}
.largura1{
	width:50px;
	text-align:center;
}
table img { border: 0; padding: 0; margin: 0;}
table.tabela tr.tabletitle{
	background: #565656 ; 
	color:#fff;
}
.rownormal {font-weight: bold; text-align:center; background-color: #F3F8FE;}
.rownormal:hover {background-color:#cce6cd;}

.rowhighlight {font-weight: bold; text-align:center; background-color: #FFDDDD;}
.rowhighlight:hover {background-color:#FFB7B7;}
/* ///Tabelas */

/* Tooltip Info */
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index: 100;
	}
#blogtip{
	position:absolute;
	border:1px solid #CCC;
	background:#F5F5F5;
	padding:2px;
	display:none;
	color:#787878;
	z-index: 100;
	}
/* ///Tooltip Info*/

/* Carousel 1 and 2 */
#carousell {
	float: left;
	width: 630px;
	height: 239px;
	background-image:url(images/slider_bg.png);
	background-repeat:no-repeat;
}
	.slider {
		width: 613px;
		height: 221px;
		margin: 8px;
	}

#carousell2 {
	float: right;
	width: 308px;
	height: 239px;
	background-image:url(images/slider2_bg.png);
	background-repeat:no-repeat;
}
	.slider2 {
		visibility: hidden;
		left: -5000px;
		width: 272px;
		height: 221px;
		margin-left: 8px;
		float: left;
	}
	.prev {
		width: 18px;
		height: 11px;
		cursor: pointer;
		background: url(images/scroll_top.png) no-repeat;
		position: relative;
		right: 7px;
		top: 10px;
		float: left;
		left: 285px;
		border: 0;
	}
	.next {
		width: 18px;
		height: 11px;
		cursor: pointer;
		background: url(images/scroll_bottom.png) no-repeat;
		position: relative;
		right: 7px;
		top: 220px;
		left: 267px;
		float: left;
		border: 0;
	}

/* ///Carousel 1 and 2 */

/* Calendar Styles */
#calendar {
	width: 250px;
	padding: 0;
	margin: 0 auto;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px Arial,Helvetica,sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

#calendar .nav, #calendar .nav a {
	font: bold 18px Arial,Helvetica,sans-serif;
	color: #0057c3;	
	text-align: center;
	text-decoration: none;
}	

#calendar caption {
	margin: 10px 0 0 0;
	padding: 0;
	width: 250px;
	background: #dbe2f1;
	color: #787878;	 
	font: bold 12px Arial,Helvetica,sans-serif;
	text-align: center;
}

#calendar th {
	font: bold 11px/20px Arial,Helvetica,sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

#calendar .today, #calendar td.today a {
	color: #F6F4DA;
	font-weight: bold;
	background: #CCC;
}

#calendar td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
}

#calendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#calendar td a:link, #calendar td a:visited {	
	color: #0057c3;
}

#calendar td a:hover, #calendar td a:active {
	color: #2c8aff;
}
/* ///Calendar Styles */