

body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 70%;
	color: #2a4486;
}

.cf{
	clear: both;
}

a{
	text-decoration: underline;
	color: #2a4486;
}

a img{
	border: none;
}

h1{
	font-size: 1.3em;
	border-bottom: dotted 1px #999;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	background: url(images/middot-pink.gif) no-repeat left center;
}

p{
	margin: 0px;
	padding: 5px 0px;
}

.wrapper{
	width: 820px;
	margin: auto;
}

.wrappertop{
	width: 770px;
	height: 102px;
	padding: 0px 25px;
	background: url(images/wrapper-top.gif) no-repeat left bottom;
}

.wrappertop img{
	float: left;
}

.wrappertop ul{
	margin: 0px;
	padding: 35px 0px 0px 0px;
	list-style: none;
	right: 0px;
	bottom: 0px;
	text-align: right;
}

.wrappertop ul li{
	display: inline;
	padding: 0px 4px;
	border-left: solid 1px #5c5c5c;
}

.wrappertop ul li:first-child{
	border: none;
}

.wrappertop ul li a{
	text-decoration: none;
	color: #5c5c5c;
}

.wrappermiddle{
	width: 770px;
	padding: 0px 25px;
	background: url(images/wrapper-middle.gif) repeat-y left top;
}

.banner{
	position: relative;
	top: -45px;
	height: 156px;
	padding-top: 3px;
	background: url(images/banner-bg.jpg) no-repeat;
}

.menu{
	position: relative;
	top: -61px;
	width: 770px;
	padding: 0px 25px;
	height: 34px;
	background: url(images/menu.jpg) no-repeat;
	font-size: 1.4em;
}

.menu ul{
	margin: 0px;
	padding: 8px 0px 0px 0px;
	list-style: none;
	text-align: center;
}

.menu ul li{
	float: left;
	display: inline;
	padding: 0px 10px;
	position: relative;
}

.menu ul li a{
	text-decoration: none;
	color: #FFF;
}

.menu ul ul{
	position: absolute;
	top: 18px;
	left: 0;
	display: none;
}

.menu ul li ul li{
	background: #006fa7;
	width: 200px;
	text-align: left;
	padding: 3px;
	border-bottom: solid 1px #114189;
}

.menu ul li ul li ul
{
    position: absolute;
    top: -8px;
    left: 205px;
}

.content{
	width: 720px;
	padding: 0px 25px 25px 25px;
	margin-top: -50px;
}

.box{
	width: 234px;
	height: 150px;
	margin-right: 5px;
	border: solid 1px #a7a7a7;
	background: #f0f0f0;
	float: left;
	position: relative;
}

.boxpadding{
	padding: 5px;
}

.box img{
	position: absolute;
	bottom: 0;
}

.box3{
	margin: 0px;
}

.addressbar{
	position: relative;
	bottom: -30px;
	left: 0px;
	width: 720px;
	padding: 0px 50px;
	color: #999;
}

.wrapperbottom{
	width: 720px;
	padding: 0px 50px;
	height: 70px;
	background: url(images/wrapper-bottom.gif) no-repeat left top;
}

