@charset "utf-8";
/* CSS Document */
body {
	background-color:#4b5457;
	}
#outer_container{
	width:678px;
	height:auto;
	margin:0px auto;
	background-image: url(layout_images/vertshadow.jpg);
	overflow: hidden;
	}
#main_container{
	width:672px;
	background-color:#ffffff;
	position:relative;
	height: auto;
	height: 100%;
	min-height: 100%;
	padding-top: 9px;
	overflow: auto;
	}
#container_vert_shadow{
	width:6px;
	background-image:url(layout_images/vertshadow.jpg);
	background-repeat:repeat-y;
	float: left;
	}
#container_horiz_shadow{
	height:6px;
	width:678px;
	background-image:url(layout_images/horizshadow.jpg);
	background-repeat:repeat-x;
	float:left;
	overflow: hidden;
	text-align: right;
	}
	

/*static header area*/

.headlinks{
	border:none;
	color:#FFFFFF;
	text-decoration:none;
	}

#head_image{
	width:653px;
	height:334px;
	background-color:#999999;
	margin-left: 9px;
	margin-right: 9px;
	overflow: hidden;
	}
#top_nav_line{
	width:625px;
	height:25px;
	background-color:#000000;
	position:absolute;
	left:9px;
	top:46px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding-left:14px;
	padding-right:14px;
	padding-top:7px;
	color:#FFFFFF;
	}
#top_nav_shadow{
	height:10px;
	width:653px;
	position: absolute;
	left: 9px;
	top: 77px;
	background-image: url(layout_images/head_shadow.png);
	background-repeat: repeat-x;
	}
#top_nav1{
	width:67px;
	height:70px;
	position:absolute;
	background-color:#2c4b86;
	left:227px;
	top:0px;
	z-index: 2;
	padding-top: 8px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 0.8cm;
	color: #FFFFFF;
	overflow: hidden;
	}
#top_nav2{
	width:67px;
	height:70px;
	position:absolute;
	background-color:#7c6975;
	left:301px;
	top:0px;
	z-index: 2;
	padding-top: 8px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 0.8cm;
	color: #FFFFFF;
	overflow: hidden;
	}
#top_nav3{
	width:67px;
	height:70px;
	position:absolute;
	background-color:#308876;
	left:375px;
	top:0px;
	z-index: 2;
	padding-top: 8px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 0.6cm;
	color: #FFFFFF;
	overflow: hidden;
	}
#lower_nav_container{
	width:662px;
	height:88px;
	margin-bottom:27px;
	margin-top:14px;
	padding-left: 9px;
	position: relative;
	}
#lower_nav_text{
	width:67px;
	height:70px;
	position: relative;
	}
#head_email{
	height:auto;
	width:auto;
	position: absolute;
	left: 621px;
	top: 2px;
	}
#head_home{
	height:auto;
	width:auto;
	postion:absolute;
	position: absolute;
	left: 585px;
	top: 4px;
	}

#lower_nav1{
	width:212px;
	height:88px;
	background-color:#2c4b86;
	margin-right: 9px;
	float:left;
	}
#nav1text{
	height:auto;
	width:auto;
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#FFFFFF;
	left: 117px;
	top: 30px;
	}
#lower_nav2{
	width:212px;
	height:88px;
	background-color:#7c6975;
	margin-right: 9px;
	float:left;
	}
#nav2text{
	height:auto;
	width:auto;
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#FFFFFF;
	left: 329px;
	top: 30px;
	}
#lower_nav3{
	width:212px;
	height:88px;
	background-color:#308876;
	float:left;
	}
#nav3text{
	height:auto;
	width:auto;
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#FFFFFF;
	left: 549px;
	top: 29px;
	}

/*content area*/

#content_container{
	width:672px;
	min-height: 306px;
	float: left;
	overflow: auto;
	}
#left_column{
	width:301px;
	height:auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-bottom: 15px;
	clear: both;
	float: left;
	display: inline;
	}
#right_column{
	width:280px;
	height:auto;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	float: left;
	color: #000000;
	padding-bottom: 30px;
	}
#divider_column{
	height:200px;
	width:1px;
	background-color:#999999;
	float:left;
	margin-top:15px;
	margin-left:20px;
	margin-right:10px;
	}
#contentbottom{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
	width:280px;
	padding-bottom:35px;
	margin:0px auto;
	float: left;
	}
#full_content_box{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color:#000000;
	text-align:left;
	width:612px;
	height:auto;
	padding-left: 30px;
	padding-right: 30px;
	}
#horiz_divide{
	width:auto;
	height:10px;
	line-height:10px;
	}
	
/*footer area*/

#footer_container{
	height:55px;
	width:672px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	margin-top: 20px;
	}
#footer_signature{
	height:auto;
	width:auto;
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	left: 453px;
	top: -6px;
	}
#foot_img{
	height:auto;
	width:auto;
	position:absolute;
	left: 270px;
	top: -32px;
	}
#foot_foot{
	height:auto;
	width:678px;
	background-color:#4b5457;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#FFFFFF;
	}
#foot_cred{
	height:auto;
	width:100px;
	float:right;
	background-color:transparent;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#FFFFFF;
	}
ul.stylein{
	list-style-image:url(bullet.png)
	}
#home_word{
	height:auto;
	width:auto;
	position:absolute;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	left: 543px;
	top: 9px;
	}
