/*

	dark blue:#003c79;

	pale green: #5d9066;

	dark green:#426534;

*/

#wrapper{

	width:1008px;

	margin-left:auto;

	margin-right:auto;

	background:url('images/bg.png') #426534 repeat-x;

	font-family:'Arial Narrow';

	letter-spacing:1.5px;

}

#header{

	background-color:#003c79;

	height:37px;

}

#header img{

	border:none;

	text-decoration:none;

	float:right;

}

#contentWrapper{

	width:880px;

	margin-left:auto;

	margin-right:auto;

	color:#003c79;

}

#contentHeader{

	float:left;

	padding-top:20px;

}

#clientButtons{

	float:right;

}

#content{

	width:830px;

	height:485px;

	min-height:485px !important;

	padding:20px 10px 10px 40px;

	background:url('images/contentbox.png') no-repeat;

	font-size:18px;

}

.greenUnderlined{

	color:#5d9066;

	text-decoration:underline;

	font-weight:bold;

}

#leftContent{

	float:left;

	width:520px;

}

#leftContent ul{

	float:left;

	margin-top:-10px;

	margin-left:20px;

	list-style-image:url('images/green_dot.jpg');

	font-size:14px;

}

#leftContent table th{

	text-align:right;

}

#rightContent{

	float:left;

	width:180px;

	margin-left:50px;

	line-height:30px;

}

#leftContent h3{

	color:#5d9066;

	margin-top:12px;

	font-size:24px;

}

#rightContent h1{

	margin-top:0px;

	font-weight:normal;

	font-size:34px;

}

#rightContent h2{

	margin-top:0px;

	font-weight:normal;

	font-size:30px;

}

#bottomContent{

	margin-top:5px;

}

#bottomContent div{

	float:left;

	margin-left:50px;

	width:230px;

}

#contactInfo{

	color:white;

	text-align:center;

	font-weight:bold;

	font-size:14px;

	letter-spacing:1px;

	margin-top:10px;

	margin-bottom:10px;

}

#contactInfo .smaller{

	font-weight:normal;

	font-size:12px;

	padding-bottom:2px;

}

.smallContent{
	position:relative;
	float:left;

	width:261px;

	height:82px;

	min-height:82px !important;

	margin-left:18px;

	padding-top:10px;

	padding-left:20px;

	background:url('images/contentbox-small.png') no-repeat;

	font-size:15px;
	cursor:pointer;
}

.covertheroundbottomboxes{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:90%;
	z-index:10;
	background:url('images/faded-white-cover.png');
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
}

.smallContent h4{

	margin-top:0px;

}

.smallContent p{

	margin-top:-18px;

}

#footer{

	min-height:30px !important;

}
.smallContent a{
	color:#003C79;
	border:none;
}
.smallContent h4 a{
	text-decoration:none;
	border:none;
}
.smallContent h4 a:visited{
	text-decoration:none;
	border:none;
}
.smallContent a:visited{
	color:#003C79;
	border:none;
}
.smallContent img a{
	border:none;
}
img a:visited{
	border:none;
}
#clientButtons a{
	border:none;
}
#btnCL{
	border:none;
}
#clientButtons a:visited{
	border:none;
	text-decoration:none;
}