/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	margin: 20px 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #A1A1A1;
}

h1 {
}

h2, h3, h4, h5, h6 {
	color: #391155;
}

p, ol, ul {
	text-align: justify;
	font-size: 14px;
}

strong {
	font-weight: bold;
	color: #808080;
}

a {
	color: #A779A7;
}

a:hover {
	text-decoration: none;
	color: #2582A4;
}

.box {
	margin-bottom: 0;
	padding-bottom: 0;
	background: url(images/img07.gif) repeat-x left bottom;
}
.box p{
	padding: 5px;

}
.boxone{
	height: 180px;
}
.bottom {
	display: block;
	margin-bottom: 0;
	padding-bottom: 10px;
	background: url(images/img08.gif) no-repeat left bottom;
}

.image {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}

.indent {
	margin-left: 125px;
}
.bordura{
	padding: 3px;
	margin: 5px;
}
#sponsors{
	position: absolute;
	height: 100%;
	width: 1px;

}
#sponsors div{
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Header */

#header_wrap {
	clear: both;
	width: 928px;
	height: 37px;
	margin: 0 auto;
	border-bottom: 3px solid #FFFFFF;
	background-image: url(images/img01.gif);
	background-repeat: repeat-x;
}
#header_l{
	background-image: url(images/img02.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 37px;
	float: left;
}
#header_r{
	background-image: url(images/img03.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 10px;
	float: left;
}
#header{
	width: 908px;
	float: left;
	font-size: 11px;
	color: #FFFFFF;
}

/* Footer */

#footer_wrap {
	clear: both;
	width: 928px;
	background-image: url(images/img01B.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 37px;
}
#footer_l{
	background-image: url(images/img02B.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 37px;
	float: left;
}
#footer_r{
	background-image: url(images/img03B.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 11px;
	float: left;
}
#footer{
	width: 906px;
	float: left;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 10px;
}
#footer p {
	margin: 0;
	text-align: center;
}
/* Menu */

#menu {
	float: left;
	width: 600px;
	height: 37px;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
}

#menu li {
	display: inline;
	font-size: 12px;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 15px 0px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #E7DCEA;
	letter-spacing: 1px;
}

#menu a:hover {
	background-image: url(images/button_shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*  ACORDIAN */
ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
	color: #fff;
	padding: 0.5em;
	background-color: #779BA9;
}

ul.menu li a:hover {
  background: #000;
}

ul.menu li ul li a {
	background: #ccc;
	color: #000;
	width: 11em;
	padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
  width: 11em;
}
/* Search */

#search {
	float: right;
	height: 28px;
	margin: 0;
	padding: 9px 25px 0 0;
	background: url(images/img03.gif) no-repeat right top;
}

#search fieldset {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

#input1 {
	width: 164px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: none;
}

#input2 {
	height: 20px;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #91b1bd;
}

/* Content */

#content {
	width: 928px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 238px;
	margin-bottom: 50px;
}

#colOne h3 {
	padding: 0 20px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
}

#colOne li {
	padding: 5px 0;
	border-top: 1px solid #EFEFEF;
}

#colOne li.first {
	border: none;
}

#colTwo {
	float: right;
	width: 617px;
	padding: 30px 40px 0 30px;
	background-image: url(images/img09.gif);
	background-repeat: repeat-x;
}

#colTwo h2 {
	margin-top: 0;
	font-size: 26px;
}

#colTwo h3 {
	margin-bottom: 0;
	font-size: 18px;
}

#colTwo h4 {
	margin-top: 0;
	font-size: 11px;
	font-weight: normal;
}

#colTwo .box {
	margin: 0 -30px 30px -20px;
	padding: 0 30px 0 20px;
}

#colTwo .bottom {
	margin: 0 0 20px -20px;
	padding: 0 0 20px 20px;
}

/* Logo */

#logo {
height: 150px;
}

#logo h1, #logo h2, #logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 25px;
	font-size: 34px;
}

#logo h2 {
	margin-top: -5px;
	font-size: 12px;
}

