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

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color:#FFFFFF;
}

div.wrapper {
	width:876px;
	margin: 0px auto 0px auto;
}

.header {
	width:	864px;
	border: 1px solid #bdbdbd;
	background-repeat:no-repeat;
	background-position:center top;
	height: 143px;
}

#header_normal {
	background-image:url(../graphics/h_normal.png);
}



div.shadow_box {
	background-image:url(../graphics/s_r.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	width:876px;
	margin-bottom:10px;
}

div.shadow_box div.right {
	background-image:url(../graphics/s_r_t.png);
	background-position: right top;
	background-repeat: no-repeat;
}

div.shadow_box div.bottom {
	height:10px;
	background-image:url(../graphics/s_b.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.header h1 {
	text-indent: -3000px;
	display:block;
	padding:0;
	margin:0;
	height:91px;
	width:219px;
	position: relative;
	top:23px;
	left:23px;
	background-image:url(../graphics/logo2.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.header a.title {
	display:block;
	height:91px;
	width:219px;
}

div.clear {
	font-size:0px;
	line-height:0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear:both;
}

#topnav {
	margin:0px;
	padding:0px;

	text-align:right;
	margin-right:12px;
	margin-bottom: 5px;
	margin-top: 
    5px;
}

#topnav li {
	display:inline;
}



#topnav li a {
	color:#097a74;
	text-decoration: none;
	font-size:10px;
	background-image: url(../graphics/bullet_gray.png);
	background-repeat: no-repeat;
	padding-left: 6px;
}

#topnav li a.first {
	background: none;
}
#topnav li a:hover {
	text-decoration: underline;
}



#content {
	width:	864px;
	border: 1px solid #bdbdbd;
	background-image:url(../graphics/colors.png);
	background-position: right 12px;
	background-repeat: no-repeat;
}


#content #left_front {
	float:left;
	height:475px;
	width: 630px;
	
	border-right: 1px solid #bdbdbd;	
}

#content #left_front #top {
	height:211px;
	padding-top: 24px;
	border-bottom: 1px solid #bdbdbd;	
	background-image:url(../graphics/front.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#content #left_front #bottom_left {
	float:left;
	height: 240px;
	width: 330px;
	border-right: 1px solid #bdbdbd;
	
}

#content #left_front #bottom_left_top {
	height: 120px;
	border-bottom: 1px solid #bdbdbd;


}

#content #left_front #bottom_left_bottom{
	height: 120px;


}

#content #left_front #bottom_right {
	height: 240px;
	margin-left: 330px !important;
}


#content #right_front {
	padding-top: 24px;
	overflow:hidden;	
}

#content #left {
	padding-top: 24px;
	padding-left: 30px;
	padding-right: 30px;
	float:left;
	height:400px;
	width: 570px;	
	border-right: 1px solid #bdbdbd;		
}

#content #right {
	padding-top: 24px;
	overflow:hidden;	
}

#content h2 {
	margin:0px;
	padding: 10px 30px 15px 30px;
	font-size: 15px;
	color:#097a74;
}

#content h3 {
	margin:10px 30px 10px 30px;
	padding: 0px;
	font-size: 12px;
	color:#097a74;
}

#content h3.red {
	margin:0px;
	padding: 10px 30px 10px 30px;
	font-size: 12px;
	color:#ba121b;
}

#content h4 {
	margin:10px 30px 10px 30px;
	padding: 0px;
	font-size: 12px;
	
}

#content p {
	padding:0px 30px 10px 30px;
	margin: 0px;
	line-height: 1.3;
}

#content p.left {
	text-align: right;
}



#content #top p {
	width: 330px;
	padding:0px 30px 10px 30px;
	margin: 0px;
}

#content a {
	color:#097a74;
	text-decoration: none;
}

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

#content p.red {
	margin:0px;
	padding: 5px 0px 5px 0px;
	margin-left:30px;
	border-bottom: 1px  solid #ba121b;
}

#content p.red_last {
	margin:0px;
	padding: 5px 0px 5px 0px;
	margin-left:30px;
	border-bottom: none;
}

#content p.red a {
	color:#ba121b;
	text-decoration: none;
}

#content p.red_last a {
	color:#ba121b;
	text-decoration: none;
}

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

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

#footer {
	text-align:center;
	color: #dcdcdc;
}

