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

* {
margin: 0;
padding: 0;
}

body {
background-image: url(../img/bg.jpg);
background-color: #fff;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	position:relative;
	}
	
/* --- --- HEADER --- --- */

#header {
	width: 940px;
	height: 152px;
	margin: 10px 42px 0 42px;
	background-image:url(../img/header_bg.jpg);
	}
	
#header .logo img {
	width: 350px;
	height: 100px;
	float:left;
	padding-top: 22px;
	}
	
#header #nav {
	position: absolute; 
	top: 70px;
	margin-left: 499px;  
	}

#header #nav li { 
	float: left; 
	padding: 0 15px 0 15px;
	list-style:none; 
	}

#header #nav a {
	font-size:16px;
	text-decoration:none; 
	color: #4b4136; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#header #nav a:hover,a:active {
	color: #f8981d;
	}

	
/* --- --- TYPOGRAPHY --- --- */

a:link,a:visited	{ color:#4b4136; text-decoration:underline; outline:none; }

a:hover,a:active	{ color:#f8981d; text-decoration: underline; outline:none; }

.sections {font-family:Georgia, "Times New Roman", Times, serif; font-size:30px; color:#4b4136; padding: 5px 0 10px 0;}

.sub_titles {font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; color:#4b4136; padding-top: 5px;}

.phone {font-family:Georgia, "Times New Roman", Times, serif; font-size:50px; color:#4b4136; padding-top: 5px;}

.download {font:Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #4b4136; padding: 10px 0 7px 10px;}

p {font:Georgia, "Times New Roman", Times, serif; font-size: 12px; line-height: 18px; color: #4b4136;}

.footer_txt {font:Georgia, "Times New Roman", Times, serif; font-size: 12px; line-height: 18px; color: #fff;}
	
/* --- --- HOME --- --- */

#home {
	width: 940px;
	height: 100%;
	margin: 0 42px 0 42px;
	}
	
#home .bg {
	background-image:url(../img/home_img.jpg); background-repeat: no-repeat;
	width: 940px;
	height: 378px;
	float: left;
	}
	
#home .bg .text {
	padding: 7px 12px 0 561px;
	}
	
#home #left {
	width: 548px;
	height: 345px;
	background-image:url(../img/home_leftBG.jpg);
	float: left;
	}
	
#home #left .demo {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0079c2;
	font-size: 24px;
	padding: 20px 0 0 10px;
	}
	
#home #left .text {
	margin: 30px 0 0 12px;
	}
	
#home #left .text ul {
	margin: 5px 15px 0 10px;
	color: #4b4136;
	font-size:13px;
	line-height: 20px;
	}
	
#home #left .text li {
	list-style:circle;
	}
	
#home #left .field {
	margin-left: 10px;
	padding: 8px 0 10px 0px;
	border-color: #d2cfcd;
	}
	
#home #right {
	width: 392px;
	height: 345px;
	float: left;
	background-image:url(../img/home_rightBG.jpg);
	}
	
#home #right .text {
	margin: 20px 0 0 12px;
	}
	
#home #right .text p {
	padding: 3px;
	}
	
/* --- --- SERVICES --- --- */

#services {
	width: 940px;
	height: 100%;
	float: left;
	}
	
#services .bg {
	background-image:url(../img/services_img.jpg); background-repeat: no-repeat;
	width: 940px;
	height: 378px;
	margin: 0 42px 0 42px;
	}
	
#services .text {
	margin: 20px 42px 0 42px;
	}
	
#services .text p {
	padding: 10px 0 0 10px;
	}
	
#services .text ul {
	margin: 10px 10px 10px 10px;
	color: #4b4136;
	font-size: 13px;
	line-height: 24px;
	}
	
#services .text li {
	list-style: none;
	}
	
/* --- --- E-CLAIMS --- --- */

#eclaims {
	width: 940px;
	height: 100%;
	float: left;
	}
	
#eclaims .bg {
	background-image:url(../img/eclaims_img.jpg); background-repeat: no-repeat;
	width: 940px;
	height: 378px;
	margin: 0 42px 0 42px;
	}
	
#eclaims .text {
	margin: 20px 42px 0 42px;
	}
	
#eclaims .text p, img {
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	line-height: 18px;
	}
	
/* ---------- LIGHT BOX CSS ---------- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 5px; }

#loading{ position: absolute; top: 10%; left: 0%; height: 10%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 100px; float: right;  padding-bottom: 0.7em; outline: none;} 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

	
/* --- --- CONTACT --- --- */

#contact {
	width: 940px;
	height: 100%;
	float: left;
	}
	
#contact .bg {
	background-image:url(../img/contact_img.jpg); background-repeat: no-repeat;
	width: 940px;
	height: 378px;
	margin: 0 42px 0 42px;
	}
	
#contact .text {
	margin: 20px 42px 0 42px;
	}
	
#contact .text p {
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	line-height: 18px;
	}
	
#contact #left {
	width: 300px;
	height: 100%;
	float: left;
	}
	
#contact .bg .txt {
	width: 441px;
	height: 195px;
	padding: 34px 10px 0 10px;
	}
	
#contact .bg p {
	margin: 0 10px 0 10px;
	padding: 0 0 10px 0;
	line-height: 18px;
	}
	
#contact #right {
	width: 640px;
	height: 100%;
	float: left;
	}
	
	
/* --- --- FOOTER --- --- */

.footwrap{float:left;padding:0;margin:1px 0 0 0;width:100%;background:#4b4136;height:145px;}
.footwrapper{padding:40px 0 5px 30px;margin:0 auto 0 auto;width:1024px;}

.left {
	height: 100%;
	margin-left: 42px; 
	width: 300px; 
	}
	
.left a {color:#fff;} 
.left a:hover {color: #f8981d;}

.left img {
	margin-left: 0px; 
	padding-top: 2px;
	}

.right { 
	height: 100%;
	width: 470px;
	margin: 0 42px 0 100px;
	}