body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	text-align: center;
	color: #333;
	background: #FFFFFF; 
	}
#wrap {
	position: relative;
	width: 701px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff;
		}
#header {
	width: 701px;
	height:20px;
	margin: 0;
	background:  url(../images/top_sec.gif) no-repeat top;
	font-size: 10px;
	}
#header p{
	margin:0;
	padding-top:2px;
	padding-left:6px;
	}
#sec2{
	width: 701px;
	height:83px;
	margin-top: 17px;
	background:  url(../images/mainpic2.jpg) no-repeat left;
	padding: 0;
	text-align: right;
	}
#sec3{
	position: relative;
	width: 701px;
	height:155px;
	margin: 0;
	background:  url(../images/mainpic.jpg) no-repeat left top;
	padding: 0;
	}
#quick_nav{
	position: absolute;
	right:18px;
	top:10px;
	}
/* - nav - */
#nav {
	position: absolute;
	right:10px;
	bottom:15px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
#nav li {
	list-style: none;
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	border: 1px solid #0066FF;
	}
#nav a {
	float: left;
	display: block;
	padding: 2px 7px;
	text-decoration: none;
	color: #000;
	border: none;
	}	
/* hover */
#nav li:hover {
	background: #EAF7FD;
	}
#nav a:hover { /* a backup for IE's lack of li:hover support */
	background-color: #EAF7FD;
	}
html>body #nav a:hover {
	background: #EAF7FD;
	
	}
/* active */
#nav li.active {
	color: #000;
	}
#nav li.active a {
	color: #000;
	background-color: #FFF;
	}
#content h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	color: #FF4137;
	}
.text {
	clear: left;
	}
#content .text h3 {
	margin: 0 0 6px;
	padding: 20px 0 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 17px;
	color: #0066CC;
	font-weight: bold;
	border-top: 1px dotted #69A9E4;
	}
.text p {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 13px;
	line-height: 17px;
	}
	
a:link { 
  	color: #3080CB;
  	text-decoration: none;
  	border-bottom: 1px dotted #68C3EE;
  	}
a:visited {
	color: #5FB5E1;
	text-decoration: none;
  	border-bottom: 1px dotted #86D9F1;
	}
a:hover {
	color: #fff;
	background-color: #3080CB;
	text-decoration: none;
	border: none;
	}
a:active { 
	background-color: #69A9E4;

}
a.img { 
  	text-decoration: none;
  	border-bottom: 0px;
  	}
a.img:hover { 
  	text-decoration: none;
  	border-bottom: 0px;
	background-color: #CEEEFB;
  	}
/* boxes style */
#boxes{
	position:relative;
	width:700px;
	margin-top:40px;
	padding-bottom: 20px;
	}
#boxes h4{
	margin: 0;
	padding: 15px 18px 0 18px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	color: #0066CC;
	background:  url(../images/box-top1.gif) no-repeat top left;
	text-align: center;
	}
.box-inner {
	background:  url(../images/box-bottom1.gif) no-repeat bottom left;
	}
.box-inner a:link { 
  	color: #0000FF;
  	text-decoration: underline;
	border:none;
  	}
.box-inner a:visited {
	color: #0000FF;
	text-decoration: underline;
	border:none;
	}
.box-inner a:hover {
	color: #fff;
	background-color: #0000FF;
	text-decoration: underline;
	border: none;
	}
.box-inner a:active { 
	background-color: #000000;

}
#box1 {
	width: 160px;
	background: #CEEEFB url(../images/img/box-tile1.gif) repeat-y top left;
	}
#box2 {
	position:absolute;
	top:0px;
	left:180px;
	width: 160px;
	background: #CEEEFB url(../images/img/box-tile1.gif) repeat-y top left;
	}
#box3 {
	position:absolute;
	top:0px;
	left:360px;
	width: 160px;
	background: #CEEEFB url(../images/img/box-tile1.gif) repeat-y top left;
	}
#box4 {
	position:absolute;
	top:0px;
	left:540px;
	width: 160px;
	background: #CEEEFB url(../images/img/box-tile1.gif) repeat-y top left;
	}
#boxes p{
	margin: 0;
	padding: 6px;
	font-size: 9px;
	line-height: 1.4em;
	}	
#footer {
	width: 701px;
	height:20px;
	margin-top: 25px;
	font-size: 10px;
	text-align:center;
	border-top: solid 1px #0066FF;
	}	
#footer p{
	padding-top:5px;
	padding-left:6px;
	}
