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

* {margin:0; padding:0; border:0;}
body {background:url(img/bg.gif) center top repeat-x; font-family:Verdana, Arial, Helvetica, sans-serif}
img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

li {line-height:14px;}
p {text-align:left; padding:10px; font-size:12px; line-height:20px;}
h1 {font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-weight:normal; color:#660066}
h2 {font-family:Georgia, "Times New Roman", Times, serif; font-size:18px;}
h3 {font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; text-align:left;}
.quote {font-size:12px; line-height:1.2em; width:330px; margin-top:-5px;}
.services {font-size:12px; line-height:1.2em; width:330px; margin-top:-5px;}
.small {font-size:10px;}
#wrapper {margin:0 auto; text-align:center; width:100%;}
	#headerbg {}
		#navigation {height:46px; overflow:hidden;}
		#header {background:url(img/header.jpg) no-repeat top center; width:1000px; margin:0 auto;text-align:center;  position:relative; overflow:hidden}
		#banner {float:right; margin-top:5px;}
		#logo {position:absolute; top:170px; left:190px; text-align:left; height:103px; width:532px;}
		#icon {position:absolute; top:10px; left:0px;}
	#body {width:1000px; text-align:center; margin:0 auto;}
		#leftNav {float:left; width:224px; height:689px; background:url(img/leftnav.gif); overflow:hidden; text-align:left}
		#leftNav li {list-style-type:none; padding:3px; margin-left:20px; font-size:12px;}
		#leftNav a {text-decoration:none; color:#000000;}
		#leftNav .navgroup1 { margin-top:60px;}
		#leftNav .navgroup2 { margin-top:80px;}
		#leftNav .navgroup3 { margin-top:100px;}		
		#box {float:right; width:774px; background:url(img/boxbg.gif) repeat-y;}
			#boxHeader {background:url(img/boxheader.gif) no-repeat; height:7px;}
			#boxFooter {background:url(img/boxfooter.gif) no-repeat; height:7px;}
			#boxFooter ul li a {display:inline;}
			#boxContent {margin-right:14px; margin-left:6px; margin-top:3px; margin-bottom:3px;}
			
			#footerLinks li {display:inline; padding-right:5px; color:#333333; font-size:18px;}
			#footerLinks ul li a {color:#333333; font-family:Arial, Helvetica, sans-serif; display:inline; text-decoration:underline;}
			#footerLinks a {font-size:16px; color:#ffffff; font-size:12px;}
	
	
.clr {clear:both;}
.right {float:right;}
.left {float:left;}