@charset "UTF-8";
/* CSS Document */


html{
	height:100%;
}

#spacer0{
	
	height:10px;
	position:relative;
	
}

#head_img_container{
	
	position:relative;
	margin-top: 45px;
	z-index:5;
	
}

body{
	
	background:url(images/bodybg.png); 
	background-repeat: repeat-x;
	height:100%;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

a{
	color: #48c1bb;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border-width:0px;
	margin:0px;
	
}


.centered_content_div{
	width:736px; 
	height:auto; 
	margin:0px auto 0px auto; 
	position:relative;
}

.body_text{
	font-size:13px;
	color:#292929;
	line-height:15px;
	margin-top:10px;
	margin-bottom:10px;
}

header_container{
	
	margin-bottom:10px;
	
}

.header_container_right{
	
	width:232px;
	
}

#line_left{
	
	position:absolute;
	left:0px; 
	top:259px; 
	width:1px; 
	height:18px;
	z-index:10;
	
}

#line_right{
	
	position:absolute; 
	left:735px; 
	top:259px; 
	width:1px; 
	height:18px; 
	z-index:10;
	
}

#nav_holder{
	background-image: url(../images/menubar.png);
	padding-top:3px;  
	height:34px; 
	padding-bottom:3px; 
	margin:0px; 
	position:relative;
	z-index:20; 
	overflow:hidden;
	
}

.green_text{
	
	text-align:center; 
	color:#48c1bb;
	
}

.biz_name{
	
	color:#333; 
	font-weight:bold;
	
}

.white_text{
	font-size:13px;
	color:#FFFFFF;
	line-height:15px;
}

.lower_text_link{
	font-size:13px;
	font-weight: bold;
	color:#FFFFFF;
	line-height:15px;
	text-decoration:none;
}

.header1{
	color:#333;
	font-size:16px;
	font-weight:bold;
}

.header2{
	color:#000;
	font-size:12px;
}


.image_left{
	
	float:left;
	margin-right:10px; 
	margin-bottom:5px;
	
}

.image_right{
	
	float:right; 
	margin-left:20px; 
	margin-bottom:5px;
	
}

.clearer {
	clear:both;
}

.middle_content{
	
	position:relative;
	background:url(../images/stripe.png) no-repeat;
	
	
}

.left_content{
	background-image:url(../images/upper_grad.png);
	background-repeat:no-repeat; 
	z-index:0;
	float:left;
	width:372px; 
	padding:20px; 
	padding-bottom:2px; 
	margin-bottom:0px
}


.right_content{
	width:324px; 
	height:459px; 
	float:left;
	background-image:url(../images/upper_grad2.png); 
	background-repeat:no-repeat; 
	z-index:0;
}

.text_header{
	font-size:14px;
	color:#0066CC;
}
.menu_links{
	color: #4c4c4c;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.menu_links:hover{
	text-decoration: underline;
}

