/* CSS Document */

body{
	margin:0;
	}

/* --------------- Header --------------- */	
	
.header-bg{
	background-image:url(../images/bg_patch.jpg);
	background-color:#f0f9ff;
	height:475px;
	background-repeat:repeat-x;
	}
	
	
.header-top{
	background-image:url(../images/header_top.gif);
	background-repeat:no-repeat;
	height:152px;
	background-position:top;
	}

/* --------------- Navigation --------------- */	

.navigation{
	background-image:url(../images/navigation.gif);
	background-position:top;
	height:89px;
	background-repeat:no-repeat;
	}	
	
.navigation-text{
	font-family:tahoma, arial;
	font-size:15px;
	color:#4d4d4d;
	padding-top:21px;
	padding-bottom:24px;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
		}
.navigation-text a {
	font-family:tahoma, arial;
	font-size:15px;
	color:#4d4d4d;
	text-decoration:none;
	}
.navigation-text a:hover{
	color:#008dd4;
	background-color: #B6C5D0;
	padding-top:21px;
	padding-bottom:24px;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
	
	}
	

/* --------------- Body --------------- */

.about-bg{
	background-image:url(../images/about_bg.gif);
	background-color:#f0f9ff;
	height:213px;
	background-repeat:repeat-x;
	}
	
.main-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
	color:#4d4d4d;
	text-decoration:none;
	font-weight:normal;
	}
.main-text-bold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
	color:#4d4d4d;
	text-decoration:none;
	font-weight: bold;
	}
.main-text-link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
	color:#111111;
	text-decoration: underline;
	}
a.main-text-link:hover{
	color:#4d4d4d;
	text-decoration: none;
	}
.blue-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#008dd4;
	text-decoration:none;
	}
.blue-text2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color: #006699;
	text-decoration:none;
	}	
	
.heading-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:28px;
	color:#000000;
	text-decoration:none;
	}	
	
.grey-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#4d4d4d;
	text-decoration:none;
	}
		
.find-right ul{
	margin:15px;
	padding:3px;}
	
.find-right li{
	list-style-image:url(../images/bullet.gif);
	font-family:Arial, Helvetica, sans-serif;
	line-height:25px;
	font-size:13px;
	color:#4d4d4d;
	text-decoration:none;
	}
	
.body-bg{
	background-image:url(../images/body_bg.gif);
	background-color:#e5f7ff;
	height:300px;
	background-repeat:repeat-x;
	}
	
.box-upper-left{
	background-image:url(../images/box-corner-left.gif);
	width:19px;
	height:56px;
	background-repeat:no-repeat;
	background-position:right;
	}	
	
.box-upper-right{
	background-image:url(../images/box-corner-right.gif);
	width:18px;
	height:56px;
	background-repeat:no-repeat;
	background-position:left;
	}
	
.box-bg{
	background-image:url(../images/box-corner-bg.gif);
	height:56px;
	background-repeat:repeat-x;
	}		
	
.box-center-bg{
	background-image:url(../images/box-bg.gif);
	width:389px;
	background-repeat:repeat-y;
	background-position:center;
	}
	
.box-below-left{
	background-image:url(../images/box-below-corner_left.gif);
	width:18px;
	height:62px;
	background-repeat:no-repeat;
	background-position:right;
	}	
	
.box-below-right{
	background-image:url(../images/box-below-corner_right.gif);
	width:18px;
	height:62px;
	background-repeat:no-repeat;
	}	
		
.box-below-bg{
	background-image:url(../images/box-below-center.gif);
	height:62px;
	background-repeat:repeat-x;
	}	
.testimonial-bg	{
background-color:#ffffff;
border:1px solid #CAEFFF;
padding:5px 0 0 5px;
}


.seprator{
	background-image:url(../images/line-patch.gif);
	height:1px;
	background-repeat:repeat-x;
	}
	
/* --------------- Footer--------------- */	

.footer-bg{
	background-image:url(../images/footer_bg.gif);
	height:112px;
	background-repeat:repeat-x;
	}

.footer-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
	color:#a5a5a5;
	text-decoration:none;
	}
	
	/* --------------- NEW BOX CLASSES--------------- */	
	
.box1top{
	background-image: url(../images/box1top.gif);
	height:56px;
	width:382px;
	background-repeat: no-repeat;
	}
	.box1mid{
	background-image:url(../images/box1mid.gif);
	height:1px;
	width:382px;
	background-repeat:repeat-y;
	}
	.box1bot{
	background-image:url(../images/box1bot.gif);
	height:61px;
	width:382px;
	background-repeat: no-repeat;
	}
	
	

