/* 
.blue   {background-color: #4088B8;}
.green  {background-color: #097054;}
.yellow {background-color: #FFDE00;}
.orange {background-color: #FF9900;}
*/

body {
	background-color: #097054;
	background-image:url(../icon/green_text2.jpg);
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 10pt;
}

hr {
	display: none;
}

a {
	color: #4088B8;
	text-decoration: none;
}

.wrapper {
	background-color: #FFF;
	padding: 10px;
	width: 950px;
	margin: 0 auto;
}

.topline {
	height: 20px;
	background-color: #4088B8;
}

.topline ul {
	float: right;
	margin: 0px;
}

.topline li {
	display: inline;
	width: 100px;
	margin-right: 10px;
	font-size: 0.8em;
}

.topline a {
	color: #FFF;
}

.header {
	width: 100%;
	border-bottom: 1px solid #4088B8;
	height: 130px;
}

.header .logo {
	background-image: url('../icon/logo.png');
	background-repeat: no-repeat;
	float: left;
	width: 452px;
	height: 128px;
	text-indent: -9999em;
	margin: 0;
}

.header .contact {
	margin-top: -80px;
	float: right;
	
	font-size: 0.8em;
	
	text-align: right;
}
.header .contact li {
	list-style-type: none;
}

/*  ###    MENU    ###  */
.menu {
	float: right;
}

.menu a {
	text-decoration: none;
}
.header .menu {
	margin-top: 80px;
	
}

.header .menu li {
	margin-left: 20px;
	float: left;
	color: #F90;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.footer .menu li {
	margin-right: 20px;
	float: left;
	font-size: 0.8em;
	color: #F90;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.footer .menu a {
	color: #FFF;
}
/*  ###    FIM MENU    ###  */

/*  ###    CONTENT    ###  */
#content {
	width: 100%;
}

#content .primary-content {
	background: transparent url("../icon/background2.png");
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px;
	min-height: 269px;
}
#content .secondary-content {
	background: transparent url("../icon/background2.png");
	background-repeat: repeat-x;
	min-height: 269px;
	width: 100%;
	overflow: hidden;
}
/*  ###    FIM CONTENT    ###  */

.blog {
	float: left;
	width: 28%;
	padding: 0px 20px 0px 20px;
}

.blog .creation-date {
	font-size: 0.8em;
}

.blog .title {
	margin-top: 3px;
}

.twitter {
	float: left;
	width: 28%;
	padding: 0px 20px 0px 20px;
	border-left: 1px solid #FFF;
}
.twitter ul {
    padding-left: 0px;
}
.twitter li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 10px;
}

/* Additional classes */
.box {
	background:#4088b8; 
	border:1px solid #c8c8c8; 
	color:#fff; 
	font-size:0.9em; 
	line-height:1.4em; 
	padding:10px 10px 10px 13px;
}

.box a {
	color:#f0f0f0;
}
.box2 {
	background-color:#FAFBFC;
	border:1px solid #C0C0C0;
	color:#505050;
	line-height:1.4em;
	margin:0 0 20px;
	padding:10px;
}
.box h2 {
	color:#fff;
}
/*  ###    FOOTER    ###  */
.footer {
	width: 100%;
	background-image: url('../icon/bg_footer.png');
	height: 140px;
}
/*  ###    FIM FOOTER    ###  */

/*  ###    LISTS    ###  */
ul.lists {
	padding-left: 10px;
	margin-left: 0px;
	list-style-type: none;
}
.lists li{
	margin-bottom: 10px;
}
.lists .odd {
	background-color:#FAFBFC;
	line-height:1.5em;
	margin:0 0 20px;
	padding: 10px 0px;
}
/*  ###    FIM LISTS    ###  */

/*  ###    FORM    ###  */
.form {
	width: 80%;
}

.form .input {
	border: 1px solid #b0b0b0;
	margin: 0 4px 0 0;
	width: 200px;
}

.form .inputbutton {
	border: 1px solid #b0b0b0;
	margin: 0 4px 0 0;
	float: right;
	margin: 0 0 0 10px;
}

.form .inputsmall {
	border: 1px solid #b0b0b0;
	margin: 0 4px 0 0;
	width: 100px;
}

.input:hover,.inputsmall:hover {
	background: #FAFBFC;
}

.input:focus {
	border: 1px solid #b0b0b0;
	margin: 0 4px 0 0;
	background: #FAFBFC;
}
/*  ###    FIM FORM    ###  */