html, body {
	height: 100%;
	min-height: 101%;
	overflow: visible;
}

body, td, th {
	font-family: Helvetica, Arial, sans-serif;
	color: #595959;
}
body {
	background-color: #FFF;
	background-image: url(../images/global/bg.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}
img {
	border:none;
	text-align: center;
}
p {
	margin-top:0px;
}

h1 {
	font-size:16px;
	font-family: Helvetica, Arial, sans-serif;
	color: #595959;
	margin-top:10px;
	padding:0;
	text-align:left;
		
}
h2 {
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #595959;
	margin-top:6px;
	padding:0;
	text-align:left;
		
}
ul li{
	line-height:22px;	
}

/*--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;
}
#container {
	width: 960px;
	height:auto; 
	margin:0 auto;
	padding:0;
	background-color: #FFF;
	background-image:url(../images/global/container.gif);
	background-repeat:no-repeat;
}

#phone {
	clear: both;
	width: 871px;
	height: 66px;
	margin-left:44px;
	margin-top:0;
	line-height: 20px;
}
#number {
	float: left;
	margin-left:78px;
	width: 720px;
	overflow:hidden;
}
#top_page {
	float: right;
	width: 29px;
	
	
}
#logo {
	clear:both;
	float:left;
	width:291px;
	height:57px;
	margin-top:72px;
	margin-left:43px;
	z-index:1;
	overflow:visible;
}
#nav {
	float:right;
	margin-top:45px;
	margin-right:45px;
	width:136px;
	z-index:3;
	line-height: 24px;
	text-align: right;
}
#cta {
	clear:both;
	width:867px;
	height:55px;
	margin-left:48px;
	padding-top: 53px;
	font-size: 48px;
	text-align: center;
	overflow:visible;
	z-index:2;
}
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;
}

#divider_top {
	clear:both;
	background:url(../images/home/divider.gif) center;
	background-repeat:no-repeat;
	width:960px;
	height:1px;
	margin-top:-10px;
	z-index:1;
}
#divider_bottom {
	clear:both;
	background:url(../images/home/divider.gif) center;
	background-repeat:no-repeat;
	width:960px;
	height:1px;
	margin:1px 0 15px 0;
	z-index:1;
}

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 {
	background-color:#FFF;
	clear: both;
	width: 881px;
	height: 39px;
	margin-left:44px;
	font-size: 10px;
	font-weight: bold;
	overflow:hidden;
}
#left_footer {
	background-color:#FFF;
	float: left;
	width: 530px;
	margin-top:5px;
}
#right_footer {
	background-color:#FFF;
	float: right;
	width: 337px;
}
#content {
	
	width:867px;
	margin-top:33px;
	margin-left:48px;
	z-index:1;
}
.titles {
	font-size: 24px;
	color: #ff0000;
	padding-bottom: 10px;
	width:100%;
}

.clear-float{
	clear:both;	
}
.float-left{
float:left;	
}
.float-right{
float:right;	
}

