/* CSS Document by Dieter Schneider | www.csstemplateheaven.com */

* {margin: 0;
   padding: 0;}
   
body {
	background-color: #35363a;
	font-family: Arial, Verdana, Georgia;
}

#container {
	width: 940px;
	background-color: #FFFFFF;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 1px;
}

#header {
	height: 375px;
	color: #FFFFFF;
}



#subheader {
	background-image: url(images/subheader_bg.jpg);
	background-repeat: repeat-x;
	height: 29px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#container .textos h1 {
	font-size: 28px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
}
#container .textos h2 {
	font-size: 14px;
	color: #d2d2d2;
	padding-top: 0px;
	padding-left: 5px;
}

#container  .textos  {
	background-color: #171b27;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
}


#right {
	float: right;
	width: 220px;
	clear: both;
	margin-right: 8px;
}

.rightboxes {
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #FFFFFF;
	overflow: hidden;
}



#content {
	padding: 20px;
	padding-top: 0px;
	margin-right: 245px;
	margin-left: 8px;
	background-color: #FFFFFF;
	margin-top: 20px;
}





#footer {
	clear: both;
	background-color: #474C52;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

p {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
	text-align: justify;
}

img {
	border: none;
	
}
h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 16px;
	padding: 5px;
	color: #000;
	background-color: #F3F3F3;
	clear: left;
}

h4{
    font-size: 1em;
    font-weight: bold;
	background-color: #F3F3F3;
	padding: 5px;
	margin-bottom: 15px;
	color: #798196;
	border: 1px dotted #646675;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #676D79;
	text-decoration: none;
}
a:hover {
	color: #566285;
	text-decoration: none;
}
a:active {
	color: #676d79;
	text-decoration: none;
}

/********** Top navigation *************/
#navlist
{
	height: 35px!important;
	height: 2.7em;
	margin-top: 0px;
	background-repeat: repeat-x;
	margin-bottom: 1px;
	background-color: #000;
	background-image: url(images/linkbar_bg.jpg);
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#navlist a, #navlist a:link, #navlist a:visited
{
	padding: 1.2em;
	padding-left: 0.7em;
	padding-right: 0.7em;
	color: #d4d4d4;
	text-decoration: none;
	text-transform: capitalize;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	padding: 1.1em;
	padding-left: 0.7em;
	padding-right: 0.7em;
	text-decoration: none;
	color: #566285;
	text-transform: capitalize;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 1em;
}

#navlist #active a {
	background-color: #CDCDB3;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}


/* =-=-=-=-=-=-=-[Menu right side]-=-=-=-=-=-=-=- */
	
#menu {
	border: 1px solid #D3D4D6;
}
	
#menu li a {
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	height: 25px;
	line-height: 22px;
	background-image: url(images/linkmenu_bg.jpg);
	background-repeat: repeat-x;
}	
	
#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	display: block;
	padding: 5px 0 3px 10px;
	text-transform: capitalize;
}
	
#menu li a:hover {
	color: #7585be;
	padding: 5px 0 3px 10px;
	text-transform: capitalize;
	text-decoration: none;
}
	
#menu li a:active {
	color: #fff;
	padding: 5px 0 3px 10px;
	text-transform: capitalize;
}

#nolistbullet {list-style-type: none;}
