* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	background: #1E1E1E url(../images/bd6.jpg) no-repeat fixed center top;
	text-align: center;
	font-size: 100.01%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #C18404;
	background-color: inherit;
}


h1 { font-size: 1.5em; color: #6297BC; } 
h2 {
	font-size: 1.8em;
	text-transform:uppercase;
	color: #A10005;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	color: #CC6600;
	margin-bottom: 10px;
	background-image: url(../images/h3img.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	height: 27px;
	padding-top: 10px;
	line-height: 1.3em;
}
h4 {
	font-size: 1.5em;
	color: #006699;
} 

h1, h2 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* images */

img.float-right {
  margin: 5px 0px 5px 15px; 
  border: none;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
  border: none;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}


#wrap {
	width: 940px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/bdside.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#content-wrap {
	clear: both;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

#header {
	background: url(../images/header_ins.jpg) no-repeat right top;
	width: 740px;
	float: left;
	height: 240px;
	text-align: right;
	padding-right: 200px;
}
#header-home {
	background: url(../images/header_ins.jpg) no-repeat right top;
	width: 740px;
	float: left;
	height: 240px;
	text-align: right;
	padding-right: 200px;
}
#main {
	float: right;
	padding: 0;
	width: 720px;
	min-height:550px;
	height:auto !important;
	height:550px;
	font: normal 12px/1.4em "Lucida Grande", Geneva, Helvetica, "Arial", Verdana, sans-serif;
	margin-top: 10px;
	margin-right: 10px;
}

#sidebar {
	width: 200px;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 10px;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 0px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	padding-left: 40px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #FFCC00;
	text-decoration:none;
	padding:2px 5px 2px 10px;
	min-height:18px;
}

* html body #sidebar ul.sidemenu a {
	height: 18px;
}

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	color: #FF9900;
}
#footer {
	color: #333333;
	margin: 0;
	padding: 0;
	height: 70px;
	font-size: 12px;
	background-image: url(../images/footer2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer a {
	text-decoration: none;
	color: #411706;
	font-weight: bold;
}
#footer .footer-left{
	float: left;
	width: 35%;
}
#footer .footer-right{
	float: right;
	width: 60%;
	padding-top: 25px;
	color: #393837;
}

.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

.clear { clear: both; }
.green {
	color: #9EC630;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.gray  {	color: #BFBFBF; }

.column1 {
	float:left;
	width:710px;
	margin-bottom: 10px;
	margin-left: 5px;
	
}
.column1-home {
	float:left;
	width:700px;
	margin-left: 10px;
	margin-bottom: 30px;
	text-align: center;
	
	
}
.column2 {
	float:left;
	width:335px;
	margin-right:30px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 0px;
	background-image: url(../images/h2bd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 360px;
}
.column3 {
	float:left;
	width:335px;
	text-align:left;
	background-image: url(../images/h2bd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 360px;
}
.colb {
	float:left;
	width:335px;
	text-align:left;
	background-image: url(../images/h2bd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 360px;
}
.lgtext {
	font-size: 18px;
	font-weight: bold;
}
.align-left  {	text-align: left; }
.align-right {
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
}
.align-center {	text-align: center; }

.names {
	color: #613510;
}
.smmenu {
	color: #232323;
	font-size: 10px;
}
.smmenu a {
	color: #81B5DD;
	background-color: inherit;
}
.smmenu a:hover {
	color: #CF6F0E;
	background-color: inherit;
}
.divi {
	background-image: url(../images/divi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
}
.dividots {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.balloon {
	border: none;
	background-image: url(../images/baloon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	font-size: 11px;
}
.blue {color: #1C5167}
.date {
	font-weight: bold;
	color: #CC6600;
}
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #f1a733;
	background-color: #F2F2F2;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 5px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: -4px;
	background: transparent url(../images/tip-rounded.gif) no-repeat 15px 0;
}

/* Pimped Bubble */
div#pimped.bubble {
	font-size: 0.9em;
}
div#pimped.bubble div.rounded {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111;
}
div#pimped.bubble cite.rounded {
	background: transparent url(tip-pimped.gif) no-repeat 15px 0;
}
/* Normal Bubble */
div.bubble {
	width: 90%;
	font-size: 0.8em;
	margin-bottom: 24px;
	margin-right: auto;
	margin-left: auto;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #B5AFAF;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 3px;
	background: transparent url(../images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}
.yellow {color: #FFCC00}
#form-wrap {
	width: 680px;
	min-height: 500px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.clear { clear: both; }

.row {
	height: 61px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display:inline;
}
.coltitle {
	float:left;
	width:310px;
	height: 46px;
	background-image: url(../images/listbd5.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCC00;
	text-align: center;
	padding-top: 15px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.cola {
	float:left;
	width:70px;
	height: 61px;
	background-color: #000000;
}
.colb {
	float:left;
	width:230px;
	height: 49px;
	background-image: url(../images/listbdleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	text-align: left;
	padding-top: 12px;
	margin: 0px;
}
.colb a {
	color: #92B3C6;
	background-color: inherit;
	text-decoration: none;
	line-height: 1.1em;
	font-size: 14px;
	margin: 0px;
}
.colb a:hover {
	color: #FFFFFF;
	background-color: inherit;
}
.brown {
	color: #613510
}
.orange {
	color: #E4A319;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.colcontact {
	float:left;
	width:310px;
	height: 46px;
	text-align: left;
}
.xsm {font-size: 10px}
.colnotitle {
	float:left;
	width:310px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCC00;
	text-align: center;
	padding-top: 15px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.coluna {
	float:left;
	width:700px;
	margin-right:30px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 0px;
	background-image: url(../images/h2bd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 1.2em;
	line-height: 1.3em;
}
.coluna h2 {
	font-size: 1.8em;
	text-transform:uppercase;
	color: #A10005;
	font-weight: bold;
	margin: 0px 0px 15px;
	padding: 5px 0px 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
}
.largertext {
	font-size: 1.4em;
	font-weight: bold;
}
.black {
	font-weight: bold;
	color: #000000;
}
