@charset "utf-8";
/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	/*background-color:#a4aac1;*/
	background-image:url(../img_css/clouds.jpg);
	background-repeat:repeat;
}
a {
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:underline;
}
h1
{
	margin: 0;
	padding: .5em;
}
h2 { margin-top: 0; }
hr{
height:1px;
color:#fff;
}
#container
{
	width:850px;
	margin:auto auto;
	background-color:#fff;
	border:solid 1px #000;
}
#header
{
	height: 133px;
	margin-bottom: 1em;
	border-bottom: 1px solid #fff;
	background-image:url(../img_css/br_header.gif);
	background-repeat:no-repeat;
}
#header h1{
	margin:0 0 0 340px;
	font-size:60px;
	color:#000;
	font-style:italic;
	font-stretch:condensed;
}
#header p{
margin: 0 0 0 400px;
}
#gutter
{
	float: left;
	width: 3%;
	height: 1px;
}
#col1
{
	float: left;
	width: 19%;
	margin-top:10px;
	margin-bottom: 1em;
	border-right: 1px solid #ccc;
	padding-right: 3%;
}
#col1 h2{
font-size:14px;
margin-bottom:5px;

}
#col1 p{
font-size:11px;
margin:0 0;
}

#col2
{
	float: left;
	width: 44%;
	margin-top:10px;
	margin-left: 3%;
	margin-bottom: 1em;
	border-right: 1px solid #ccc;
	padding-right: 3%;
}
#col3
{
	float: left;
	width: 19%;
	margin-top:10px;
	margin-left: 3%;
	margin-bottom: 1em;
}
#col3 h2{
font-size:14px;
margin-bottom:3px;
}
#col3 p{
margin: 0 0 20px 0;
text-align:justify;
font-size:10px;
}
#bottomNav{
	clear: both;
	height: 80px;
	border-top: 1px solid #fff;
	padding: .5em;
	text-align: center;
	font-size:10px;
}
#footer
{
	clear: both;
	height: 80px;
	padding: .5em;
	text-align: center;
	font-size:11px;
}

#menu{
text-align:center;
}
#menu p{
font-size:12px;
color:#666666;
}
#menu a {
	padding: 0 10px 0 10px;
}
.inputbox{
width:170px
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
.textbox{
width:170px
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
height:150px;
}
.button{
background-image:url(../img_css/bg_button.gif);
background-repeat:repeat-x;
padding:1px 10px;
border:solid 1px #fff;
}
.novis{
display:none;
}
/* =============================== CSS Clear Fix ================================ */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
/* =============================================================================== */

