body{
	background-color: #c3d2da;
	color: #666;
	font: 12px/13px Verdana, Arial, sans-serif;

}

li a {display:inline-block;}

#container {
width:974px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

.box {
		padding:0 12px 0 0px;
		background: #fff url(../images/theboxedge.png) repeat-y 100% 0;
	}
	.bi {
		background: #fff url(../images/theboxedgeleft.png) repeat-y 0 0;
	padding: 0 0 0 12px;
}
	.bt {
		height:18px;
		margin:0 -12px;
		background: url(../images/thebox.png) no-repeat 100% 0;
	}
	.bt div {
		width:19px;
		height:17px;
		background:url(../images/thebox.png) 0 0 no-repeat;
	}
	.bb {
		height: 17px;
		margin: 0 -12px;
		background: url(../images/thebox.png) no-repeat 100% 100%;
}
	.bb div {
		width: 18px;
		height: 17px;
		background: url(../images/thebox.png) no-repeat 0 100%;
	}

h1 {
	text-indent: -9999px;
	background: url(../images/logolong.png) no-repeat;
	border-bottom: 3px solid #698EA2;
	padding-bottom: 15px;
	padding-top: 26px;
	position: relative;
	clear: both;
	margin-left: 22px;
	height: 105px;
	width: 910px;
}

h2{
	color: #698ea2;
	font-size: 18px;
	margin-bottom: 18px;
}

h3{
	color: #aac0cb;
	font-size: 11px;
	margin: 10px 0px 25px 0px;
}

h4{
	
	color: #aac0cb;
	font-size: 11px;
	clear: both;
	border-top: 3px solid #698EA2;
	height: 25px;
	margin-left: 22px;
	margin-right: 22px;
	padding-top: 15px;
	padding-bottom: 15px;

}

p{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

#content{
	float: left;
	width: 370px;
	line-height: 18px;
	padding: 31px 23px 50px 45px;
}

#content li {
	list-style-image: url("../images/bluesquare.gif");
	list-style-position: inside;
	margin-left: 13px;
	margin-top: 5px;
}

#content li.tick {
	list-style-image: url("../images/bluetick.gif");
	list-style-position: inside;
	margin-left: 13px;
	margin-top: 5px;
}

#content li.cross {
	list-style-image: url("../images/bluecross.gif");
	list-style-position: inside;
	margin-left: 13px;
	margin-top: 5px;
}

#content blockquote {
	text-indent: 50px;
	line-height: 16px;
}

img.col3 {
   float: left;
   padding-top: 30px;
}


#navigation{
	float: left;
	width: 195px;
	margin-top: 22px;
	display: block;

}

#navigation a {
	display: block;
	line-height: 20px;
	margin-right: 22px;
	
}

#navigation li {
	margin-left: 22px;
	margin-top: 2px;
	
}

#navigation a{
	
	color: #3B4F59;
	text-decoration: none;
	background-color: #dbe4e9;
	border-left: 4px solid #c3d2da;
	padding: 4px;
	
}


#navigation a:hover {
	
	color: #3B4F59;
	text-decoration: underline;
	background-color: #c3d2da;
	border-left: 4px solid #87a5b5;
    padding: 4px;
}

#navigation a:active {
	
	color: #FFF;
	text-decoration: none;
	background-color: #87A5B5;
	border-left: 4px solid #698EA2;
    padding: 4px;

}

/*-----test-----*/
.left-column {
	float:left;
	width:155px;
	margin-top: 20px;
	margin-left:22px;
}
.left-column ul {
	margin:0;
	padding:0;
	list-style:none;
}
.left-column ul li {
	line-height:31px;
}
.left-column ul li a {
	color:#333;
	background:url(../images/bg-menu.gif) no-repeat;
	height:31px;
	display:block;
	text-decoration:none;
	padding:0 0 0 10px;
}
.left-column ul li a:hover  {
	background:url(../images/bg-menu-hover.gif) no-repeat;
	text-decoration:underline;
	color:#333;
}
.left-column ul li.active a  {
	background:url(../images/bg-menu-active.gif) no-repeat;
	text-decoration:none;
	color:#fff;
}

#content a {
	color: #87a5b5;
}

#content a:link, #content a:visited{
	text-decoration: none;
	font-weight:bold;
}

#content a:hover {
	text-decoration: underline;
}

#button a {
	margin-top: 15px;
	margin-right: 20px;
}

#button a:link, #button a:visited{
	width: 136px;
	height: 25px;
	color: #698EA2;
	float: left;
	text-decoration: none;
	background: url(../images/buttonback.png) no-repeat;
	text-align: center;
	margin-top: 25px;
	padding-top: 3px;
	font-weight:normal;
}


#button a:hover {
    width: 136px;
	height: 25px;
	color: #333;
	float: left;
	text-decoration: none;
	background: url(../images/buttonback.png) no-repeat;
	margin-top: 25px;
	padding-top: 3px;
	
}

#button a:active {
	width: 136px;
	height: 25px;
	color: #333;
	float: left;
	text-decoration: none;
	background: url(../images/buttonback.png) no-repeat;
	margin-top: 25px;
	padding-top: 3px;
	
}

#details {
	font-size: 11px;
	margin-left: 30px;
	margin-bottom: 30px;
}

#designby {
	margin-right: 30px;
	float:right;
}

#details li {
	float: left;
	padding-left: 2px;
		
}


#details a:link {
	color: #6e9bb1;
}

#details a:visited {
	color: #3A4E59;
	
	}

#details a:hover {
	color: #3f494e;
		}

