body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.accessibility{
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 1px;
	height: 1px;
	font-size: 0px;
}
.hidden{
	display: none;
}
.clear{
	height: 0px;
	line-height: 0px;
	clear: both;
	font-size: 0px;
}
form{
	margin: 0px;
	padding: 0px;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}
a:hover{
	text-decoration: none;
}
a img{
	border: none;
}
img{
	border: none;
}


#background{
	position: absolute;
	top: 87px;
	height: 300px;
	width: 100%;
	background: url(../img/background_mask.png) repeat-x center;
	border-bottom: 1px solid;
	z-index: 0;
}
#container_wrapper{
	position: relative;
	width: 940px;
	padding: 0px 7px 0px 7px;
	margin: 0 auto;
	background: url(../img/background_site.png) repeat-y;
	z-index: 2;
}
#container{
	padding: 0px 20px 0px 20px;
}
#header{
	
}
#logo{
	float: left;
	margin: 20px 0px 20px 0px;
	padding: 15px 25px 15px 65px;
	border-left: 10px solid;
}
#logo h1{
	margin: 0px;
	font-size: 140%;
	text-transform: uppercase;
}
#logo h1 a{
  color: white;
  text-decoration: none;
}
#logo h3{
	margin: 3px 0px 0px 2px;
	font-size: 80%;
	font-weight: normal;
}
#search{
	float: left;
	margin: 20px 10px 20px 80px;
	padding: 24px 0px 0px 0px;
}
#search span{
	position: relative;
	margin: 0px 10px 0px 0px;
	top: 3px;
	font-size: 150%;
}
#search input.text{
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 5px 3px;
	font-size: 100%;
	background: url(../img/input_mask.png) repeat-x bottom;
	font-weight: bold;
	
}
#search input.button{
	padding: 5px 15px 5px 15px;
	background: url(../img/input_mask.png) repeat-x bottom;
	font-size: 95%;
	font-weight: bold;
}

#tipbar{
	margin: 0px 0px 20px 0px;
	border: 1px solid;
}
#tipbar h4{
	margin: 0px;
	padding: 5px 0px 5px 10px;
	font-size: 90%;
}
#tipbar-in {
      padding: 10px;
}
/*#tipbar a{
	float: left;
	display: block;
	width: 100px;
	margin: 0px 0px 0px 5px;
	padding: 13px 10px 15px 10px;
	font-size: 80%;
	text-align: center;
	font-weight: bold;
}*/

#tipbar p {
  font-size: 80%;
  display: inline;
}

#tipbar p a {
  font-weight: bold;
}

#panel_left, #panel_right{
	float: left;
	width: 180px;
	padding: 0px 20px 0px 0px;
	font-size: 75%;
	border-right: 1px solid;
  overflow: hidden;
}
#panel_left p, #panel_right p{
	line-height: 160%;
}
#panel_left h2, #panel_right h2{
	margin: 0px 0px 10px 0px;
	font-size: 130%;
}
#panel_right{
	padding: 0px 0px 0px 20px;
	border-right: none;
	border-left: 1px solid;
}
a.cta_button{
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
	background: url(../img/input_mask.png) repeat-x bottom;
	text-decoration: none;
}
a.cta_button:hover{
	text-decoration: underline;
}
#content{
	float: left;
	width: 454px;
	padding: 0px 20px 0px 20px;
	font-size: 90%;
}
#content input.button{
	padding: 5px 15px 5px 15px;
	background: url(../img/input_mask.png) repeat-x bottom;
	font-size: 95%;
	font-weight: bold;
}
#content input.text, #content textarea.text{
	padding: 5px 0px 5px 3px;
	font-size: 100%;
	background: url(../img/input_mask.png) repeat-x bottom;
	font-weight: bold;
}
#content form table{
	width: 100%;
}
#content form table td{
	padding: 8px 0px 8px 0px;
}
#content #adfox{
	
}
#content #adfox h2{
	margin: 0px;
	font-size: 70%;
	text-align: right;
}
#content #adfox .adfox-box{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid;
}
#content #adfox h3{
	font-size: 125%;
	margin: 0px 0px 10px 0px;
}
#content #adfox h3 a{
	text-decoration: none;
}
#content #adfox h3 a:hover{
	text-decoration: underline;
}
#content #adfox p{
	font-size: 90%;
	margin: 0px 0px 3px 0px;
}
#content #adfox .adfox-box div a{
	font-size: 75%;
}

#footer{
	margin: 30px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size: 80%;
	text-align: center;
}
#footer a{
	
}

.red {
  color: red;
}

.center {
  text-align: center;
}