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

body {
	margin: 0;
	padding: 0;
	background-color: #e7e7df;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #5b5776;
}

h1 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #2f295b;
}

h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #2f295b;
}

h3 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #2f295b;
}

a:link, a:visited, a:active {
	color:#453d7f;
	text-decoration: none;
	border-bottom: 1px dotted #453d7f;
	border-top: 1px dotted #453d7f;
	padding: 1px 0;
}

a:hover {
	color: #161133;
	text-decoration: none;
	border-bottom: 1px solid #453d7f;
	border-top: 1px solid #453d7f;
	padding: 1px 0;
	
}

#topImage {
	width: 100%;
	height: 90px;
	background-image:url(../images/BG_topblank.gif);
	background-repeat:repeat-x;
	background-position: top left;
}

#BgTopBase {
	width: 770px;
	height: 54px;
	background-image:url(../images/bg-topBase_10years.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}

#nav {
	background-image:url(../images/bg-nav_10years.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	width: 764px;
	height:27px;
	padding-left: 6px;
	vertical-align:middle;
	margin:0;
}

#nav a:link, #nav a:active, #nav a:visited {
	padding: 6px 6px 6px 6px;
	display: block;
	float: left;
	color: #c0c0c0;
	text-decoration:none;
	font-weight:normal;
	font-size: 11px;
	margin:0;
}

#nav a:hover {
	padding: 5px 6px 6px 6px;
	display: block;
	float: left;
	color: #FFF;
	text-decoration:none;
	font-weight:normal;
	font-size: 11px;
	background-image:url(../images/btn_hover.gif);
	background-repeat:repeat-x;
	border-top: 1px dotted #FFF;
}

#contentWrapper {
	background-repeat:repeat-x;
	background-position: top;
	position:relative;
	left:50%;
	margin-left:-385px;
	width: 770px;
}

#flashAreaLeft {
	width: 197px;
	height: auto;
	margin:0;
	padding:0;
	float:left;
	background-image:url(../images/bg-flash.gif);
	background-repeat:repeat-y;
}

#contentArea {
	width: 533px;
	height: auto;
	float:right;
	padding: 10px 25px 20px 15px;
	background-image:url(../images/mainBG.jpg);
	background-repeat:repeat-y;
	color:#4b445a;
	line-height: 150%;
	font-size:12px;
}

#bottom1 {
	width: 770px;
	height: 39px;
	background-image:url(../images/bg_bottom-base1.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	clear:both;
}

#bottom2 {
	width: 770px;
	height: 34px;
	background-image:url(../images/bg_bottom-base2.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	clear:both;
}

#botImage {
	width: 100%;
	height: 100px;
	background-image:url(../images/BG_baseblank.gif);
	background-repeat:repeat-x;
	background-position: top left;
}

li {
	list-style:square;
}

#learn_more_10years{
	width:770px;
	position:relative;
	height:0px;
	margin:0 auto;
}
#learn_more_10years  a{
	float:right;
	border:none !important;
	margin:24px 86px 0 0;
	width:120px;
	display;block;
}
#learn_more_10years a img{
  border:none;
  display:block;
}

body.ten_years {
	background: #e7e7df url(../images/bg_body_10years.jpg) center 130px no-repeat;
}
#content {
    width:705px;
	margin:0 auto;
	position:relative;
	left:34px;
	background:#fff;
}
.ten_years_item  {
	padding:15px;
	font-size:12px;
	border-bottom:1px solid #e9e9e9;
}
.ten_years_item .ten_years_content {
	width:500px;
	float:left;
}
.ten_years_item  img {
	float:right;
}
.ten_years_item .teaser{
	font-weight:bold;
}
.ten_years_item h2 {
	font-size:20px;
	margin-top:0;
	margin-left:-5px;
	font-weight:normal;
	font-family:arial, sans-serif;
}
.ten_years_item h2 span {
	background:#ff1919;
	color:#fff;
	padding:5px;
	font-weight:bold;
}
.clear_both{
	clear:both;
}
.content_teaser{
	padding:15px 15px 5px 15px;
	font-size:16px;
	width:500px; 
	float:left;
	font-family:arial, sans-serif;
	font-weight:bold;
}