body, td, th {
	font-family: Helvetica, Arial, sans-serif;
	color: #595959;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFF;
	background-image: url(../images/global/bg.gif);
	background-repeat: repeat-x;
}
img {
	border:none;
}
p {
	margin-top:0px;
}
/*--CSS for Pop up--*/

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block {
	display: none; /*--hidden by default--*/
	background-color: #FFF;
	background-image:url(../images/popup/bg.gif);
	background-repeat: no-repeat;
	float: left;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
}
.popup_txt {
	height: 304px;
	width: 375px;
	margin-left: 40px;
	margin-top: 90px;
	padding-right:8px;
	font-size: 14px;
	color: #595959;
	overflow: auto;
	margin-bottom:20px;
}
.popup_title {
	font-size: 18px;
	color: #ff0000;
	font-weight: bold;
}
img.btn_close {
	float: right;
	margin: 25px 20px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
/*--Global Links--*/

a:link {
	color: #ff0000;
}
a:visited {
	color: #ff0000;
}
a:hover {
	color: #595959;
}
a:active {
	color: #ff0000;
}
#phone {
	clear: both;
	width: 867px;
	height: 88px;
	line-height: 20px;
}
#number {
	float: left;
	width: 838px;
}
#top_page {
	float: left;
	width: 29px;
	margin-top: 24px;
}
#logo {
	position:absolute;
	left:43px;
	top:72px;
	width:291px;
	height:57px;
	z-index:1;
}
#nav {
	position:absolute;
	left:779px;
	top:51px;
	width:136px;
	z-index:3;
	line-height: 24px;
	text-align: right;
}
#cta {
	position:absolute;
	left:48px;
	top:190px;
	width:867px;
	height:44px;
	z-index:2;
	font-size: 48px;
	text-align: center;
	padding-top: 10px;
}
a.nav_links:link {
	color:#595959;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
a.nav_links:visited {
	color:#595959;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
a.nav_links:hover {
	color:#ff0000;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
a.footer_red_links:link {
	color:#ff0000;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}
a.footer_red_links:visited {
	color:#ff0000;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
a.footer_red_links:hover {
	color:#ff0000;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
a.footer_links:link {
	color:#595959;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
a.footer_links:visited {
	color:#595959;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
a.footer_links:hover {
	color:#ff0000;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.red {
	color: #ff0000;
}
.red_bold {
	color: #ff0000;
	font-weight:bold;
	font-size:15px;
}
.copyright {
	float: left;
	width: 215px;
	padding-top: 5px;
}
.mini_logo {
	float: left;
}
#footer {
	clear: both;
	width: 867px;
	height: 20px;
}
#left_footer {
	float: left;
	width: 530px;
}
#right_footer {
	float: left;
	width: 337px;
	font-size: 10px;
	font-weight: bold;
}
#content {
	position:absolute;
	left:48px;
	top:288px;
	width:867px;
	z-index:1;
}
.titles {
	font-size: 24px;
	color: #ff0000;
	padding-bottom: 10px;
}
