body {margin:0;background:url(images/back.jpg) repeat-x #FFEDF4;font:normal 14px/22px Tahoma, Arial, Verdana;color:#666;}
a {color:#f69;}
a:hover {color:#ccc;}
img {border:0;}

#container {width:1100px;margin:0 auto;background:url(images/back-image.jpg) no-repeat;}
#content {width:750px;margin:0 auto;padding:25px 50px;background:#fff;}

.tnav {text-align:center;background:url(images/tnav-back.gif) repeat-x #ccc;height:30px;width:750px;margin:0 auto;}
.tnav a {display:block;float:left;padding:0 10px;border-left:1px solid #fff;color:#333;text-decoration:none;font:normal 14px/30px Georgia, "Times New Roman", Times, serif;}
.tnav a:hover {background:#f9c;color:#fff;}

#ftrNav {background:#f9c;font:bold 12px/12px Tahoma, Verdana, Arial;color:#333;text-align:center;padding:10px 0;}
#ftrNav a {color:#333;text-decoration:none;}
#ftrNav a:hover {color:#fff;text-decoration:underline;}

#ftrTxt {background:#333;font:normal 12px/12px Tahoma, Verdana, Arial;color:#fff;text-align:center;padding:20px 0 100px 0;}
#ftrTxt a {color:#fff;}
#ftrTxt a:hover {color:#f9c;}

.hdrTxt {font:normal 30px/30px Georgia, "Times New Roman", Times, serif;margin:0;color:#f9c;}
h1 {font:bold 14px/20px Georgia, "Times New Roman", Times, serif;margin:0;color:#666;}
h2 {font:bold 16px/20px Georgia, "Times New Roman", Times, serif;margin:0;color:#f9c;}

.linkContact {font:normal 30px/30px Georgia, "Times New Roman", Times, serif;}
.linkCall {font:normal 25px/40px Georgia, "Times New Roman", Times, serif;}
.linkCall sup {font:italic 20px/20px Georgia, "Times New Roman", Times, serif;}

.prList li {margin-bottom:10px;}
.prList em {font:normal 12px/12px Tahoma, Arial, Helvetica, sans-serif;}

ul.tabs {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 30px; /*--Set height of tabs--*/
	border-bottom: 4px solid #ccc;
	_border-left: 1px solid #ccc;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px; /*--Subtract 1px from the height of the unordered list--*/
	width:80px;
	line-height: 30px; /*--Vertically aligns the text within the tab--*/
	_border: 1px solid #ccc;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #666;
	display: block;
	font-size: 1.2em;
	padding: 0;
	border: 3px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	font:normal 14px/30px Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

ul.tabs li a:hover {
	background: #efefef;
}

ul.tabs li.active  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 4px solid #f9c; /*--Makes the active tab look like it's connected with its content--*/
	padding:0;
}
ul.tabs li.active a{
	font:bold 14px/30px Georgia, "Times New Roman", Times, serif;color:#c69;
}

.tab_container {
	_border: 1px solid #ccc;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	padding-top:20px;
}
.tab_content {
	padding: 10px;
}
