/* CSS Document */

BODY {
   margin:0;
   background: #333;
}

.main {
   margin-top: 0;
}

.header {
   background: #000000 url("images/header.jpg") no-repeat;
   width: 1000px;
   height: 134px;
   text-align:center;
   margin:0 auto;
}
.left {
   background: #e8d749;
   width: 190px;
   height: 450px;
}
.right {
   width: 810px;
   height: 450px;
   vertical-align: top;
}
.shadow_left {
  background: url("img/shadow.jpg");
  height: 450px;
  width: 5px;
}
.keypad {
   vertical-align: bottom;
   text-indent: 12px;
}

.data_header_text {
   font-size: 16px;
   font-family: arial;
   color: #000;
   text-indent: 3px;
   font-weight:bold;
   background: url('images/head_bg.jpg') repeat-x;
   width: 99%;
   height:45px;
   line-height:2.8em;
   padding-left:15px;
}
/* -------------------SEARCH FORM---------------------------------------------- */


/* -------------------DATA---------------------------------------------- */
#content {
	width:99%;
}
.databox {
  float:left;
  border-top:solid 4px #E8D749;
  border-bottom:solid 4px #E8D749;
  border-right:solid 1px silver;
  border-left:solid 1px silver;
  padding:5px;
  margin:10px auto;
  width:99%;
}
.data_title {
   font-weight: bold;
   font-size: 18px;
   font-family: arial;
   color: #ddd;
   text-indent: 3px;
}
.data_info {
   float: left;
   font-size: 14px;
   font-family: arial;
   color: #fff;
   text-indent: 3px;
}
.linkBox {
   float: right;
   font-size: 11px;
   font-family: arial;
   color: #000000;
   text-indent: 3px;
   position:relative;
   bottom:20px;
}
.bannerBox {
	width:300px;
	height:65px;
	background:url(images/banner_bg.jpg) repeat-x;
	font-size:1.5em;
	font-weight:bold;
	line-height:4em;
	text-align:center;
	float:right;
	cursor:pointer;
	cursor:hand;
}
a .bannerBox {
	color:#000;
}

.data_email {
   font-size: 14px;
   font-family: arial;
   color: yellow;
   text-decoration: none;
}
.data_website_bttn {
  background: #FFFFFF;
  width: 90px;
  border:solid 1px #40637a;
  padding:2px;
  text-align: center;
  float:right;
  clear:right;
}
.data_map_bttn {
  float:right;
  clear:right;
  background: #FFFFFF;
  width: 75px;
  border:solid 1px #40637a;
  padding:2px;
  text-align: center;
}
.data_dins_bttn {
  float:right;
  clear:right;
  background: #FFFFFF;
  width: 145px;
  border:solid 1px #40637a;
  padding:2px;
  text-align: center;
}
.data_website {
   text-indent: 1px;
   font-weight: bold;
   font-size: 11px;
   font-family: arial;
   color: #40637a;
   text-decoration: none;
}
.catLinkCont {
	display:inline-block;
	zoom:1;
	*display:inline;
	list-style:none;
	margin: 5px 60px;
	width:250px;
}
.catlink {
	color:#ddd;
	font-size:18px;
	padding:8px 0;
	text-decoration:underline;
}
.catlink:hover {
	color:yellow;
}
.catlink:visited {
	color:red;
}
i {
	color:white;
	font-size:50px;
}
.right {
	color:white;
}
