@charset "utf-8";
/* CSS Document */
body{
	}
div#title{
	background:none;
	width:100%;
	text-align:left;
	}
div#title h1{
	position:relative;
	}
div#promo_header{
	width:100%;
	text-align:left;
	}
div#promo_header h2{
	position:relative;
	}
div#menu-wrapper-wrapper{
	background:none;
	height:0px;}
div#menu-wrapper{
	background:none;
	width:100%;
	text-align:left;
	height:0
	}
div#left_bar{
	width:100%;
	text-align:left;
	background:#FDFDFD;
	}
div#content_wrapper{
	width:100%;
	background:url(../img/content_shadow_left.jpg) repeat-y top left;
	}
div#content{
	background:#fff url(../img/content_shadow_right.jpg) repeat-y top right;
	height:500px;
	}
div#left_bar_top{
	display:none;
	background:#E1EDED url(../img/left_quote_shade.jpg) repeat-x;
	width:273px;
	
	margin-bottom:2px;
	}
div#left_bar_top span{
	color:#3b6c71;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	line-height:170%;
	font-size:1em;
	padding: 15px 8px 15px 8px;
	display:block;
	text-align:center;
	}
div#left_bar_top span span{
	font-size:.7em;
	padding: 0 8px 0 0;
	text-align:right;
	}
div#left_bar_bottom{
	background:url(../img/left_under_quote_shade.jpg) repeat-x;
	width:273px;
	height:253px;
	}
div#bottom_fader{
	display:none;
	background:url(../img/bottom_fade_out.jpg) no-repeat;
	width:776px;
	margin:0 auto;
	text-align:left;
	height:21px;
	}
div#content{
	color:#3b6c71;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	line-height:150%;
	font-size:.9em;
	}

/* MENU */
ul#menu{
	display:none;
	height:33px;
	width:776px;
	float:right;
	}
ul#menu li{
	display:inline;
	float:left;
	}
ul#menu li a{
	height:33px;
	display:block;
	}
ul#menu li a span{
	position:absolute;
	left:-9999px;
	}
ul#menu li a#item1{
	background:url(../img/menu_01.gif) no-repeat 0 0;
	width:132px;
	}
ul#menu li a#item1:hover{
	background:url(../img/menu_01.gif) no-repeat 0 0;
	}
ul#menu li a#item1.active{
	background:url(../img/menu_01.gif) no-repeat 0 -66px;
	}
ul#menu li a#item2{
	background:url(../img/menu_02.gif) no-repeat 0 0;
	width:96px;
	}
ul#menu li a#item2:hover{
	background:url(../img/menu_02.gif) no-repeat 0 -33px;
	}
ul#menu li a#item2.active{
	background:url(../img/menu_02.gif) no-repeat 0 -66px;
	}
ul#menu li a#item3{
	background:url(../img/menu_03.gif) no-repeat 0 0;
	width:90px;
	}
ul#menu li a#item3:hover{
	background:url(../img/menu_03.gif) no-repeat 0 -33px;
	}
ul#menu li a#item3.active{
	background:url(../img/menu_03.gif) no-repeat 0 -66px;
	}
ul#menu li a#item4{
	background:url(../img/menu_04.gif) no-repeat 0 0;
	width:94px;
	}
ul#menu li a#item4:hover{
	background:url(../img/menu_04.gif) no-repeat 0 -33px;
	}
ul#menu li a#item4.active{
	background:url(../img/menu_04.gif) no-repeat 0 -66px;
	}
ul#menu li a#item5{
	background:url(../img/menu_05.gif) no-repeat 0 0;
	width:77px;
	}
ul#menu li a#item5:hover{
	background:url(../img/menu_05.gif) no-repeat 0 -33px;
	}
ul#menu li a#item5.active{
	background:url(../img/menu_05.gif) no-repeat 0 -66px;
	}
ul#menu li a#item6{
	background:url(../img/menu_06.gif) no-repeat 0 0;
	width:110px;
	}
ul#menu li a#item6:hover{
	background:url(../img/menu_06.gif) no-repeat 0 -33px;
	}
ul#menu li a#item6.active{
	background:url(../img/menu_06.gif) no-repeat 0 -66px;
	}
ul#menu li a#item7{
	background:url(../img/menu_07.gif) no-repeat 0 0;
	width:177px;
	}
ul#menu li a#item7:hover{
	background:url(../img/menu_07.gif) no-repeat 0 -33px;
	}
ul#menu li a#item7.active{
	background:url(../img/menu_07.gif) no-repeat 0 -66px;
	}
div#content p, div#content ul{ margin: 8px; }
div#content ul{
	list-style:outside square;
	margin-left: 30px;
	}
div#content ol{
	margin-left: 38px;
	}
div#content ol li{border-bottom:1px solid #F8FCFD;}
p.quote span{font-size:80%;}
div#content p, div#content ul{padding-left:8px; line-height:170%; margin-bottom:1.2em;}
div#content p{text-indent:1em;}
div#content a{text-decoration:none;color:#9B1120;}
div#content a:hover{border-bottom:1px dotted #9B1120;}
div#content h1, div#content h2, div#content h3 {padding-left:8px;}
div#content h1{font-size:135%;border-bottom:1px solid #D8E4E5;color:#92111D;background:url(../img/h1_bg.jpg) repeat-x bottom left;margin-bottom:20px;padding-left:15px;}
div#content h2{font-size:135%;color:#224C4F;}
div#content h3{font-size:135%;color:#224C4F;}
div#content p.quote{
	padding-left:70px;
	padding-top:30px;
	background:url(../img/quote_bg.jpg) no-repeat;
}