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

/*resets defaults on browsers to 0 */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
/*IE6 centre the layout in browser */
body {
	text-align:center;
	background-color: #BCBDC0;
	}
	
/*clears floating elements */
.clearthefloats {
	clear: both;
	}
	
#main_wrapper {
	width:918px;
	overflow:auto;
	height:auto;
	min-height: 960px;
	margin-left:auto;
	margin-right:auto;
	/*reset centering on body tag */
	text-align:left;
	background-image: url(/gfx/main_bgd.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}

#outer_b {
	width:41px;
	float:left;
	}
#inner_b_1 {
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}


#outer_c {
	width:155px;
	float:left;
	}
#inner_c_1 {
	margin-top: 24px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#inner_c_2 {
	margin-top: 12px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#inner_c_3 {
	margin-top: 12px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#outer_d {
	width:10px;
	float:left;
	}
#inner_d_1 {
	height: 24px;
	background-image: url(/gfx/d_bgd.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	}
#inner_d_2 {
	height: 130px;
	background-image: url(/gfx/d_2_bgd.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	}


#outer_e {
	width:501px;
	float:left;
	}
#inner_e_1 {
	height: 24px;
	background-color: #BCBDC0;
	}
#inner_e_2 {
	height: 130px;
	background-color: #1D4499;
	}
#inner_e_2_1 {
	width: 160px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
	}
#inner_e_2_2 {
	width: 160px;
	float:left;
	}
#inner_e_2_3 {
	width: 1px;
	float:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#inner_e_2_4 {
	width: 130px;
	float:left;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	}
.phone {
	font-size: 13px;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#inner_e_3 {
	background-color: #E8EBF4;
	}
#outer_f {
	width:10px;
	float:left;
	}
#inner_f_1 {
	height: 24px;
	background-image: url(/gfx/f_bgd.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	}
#inner_f_2 {
	height: 130px;
	background-image: url(/gfx/f_2_bgd.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	}

#outer_g {
	width:160px;
	float:left;
	}
#inner_g_1 {
	text-align: left;
	margin-top: 24px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 12px;
	}
#inner_g_1 p {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

#outer_h {
	width:41px;
	float:left;
	}
#inner_h_1 {
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

ul.slug {
	font-size: 11px;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 16px;
	padding-left: 0;
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
	color: #FBFACF;
}
li {
	text-align: left;
}

#links ul {
        list-style-type: none;
        width: 130px;
} 

#links li {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	margin-bottom: 6px;
	text-align: center;
}

#links li a {
	color: #FFFFFF;
	display: block;
	padding: 5px;
	text-decoration: none;
	background-color: #939598;
	background-image: url(/gfx/ro.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;

}

 * html #links li a {  /* make hover effect work in IE */
	width: 130px;
	background-image: url(/gfx/ro.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;

}

#links li a:hover {
	background-image: url(/gfx/ro2.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	background-color: #1D4499;
}

#links a span {
        color: #125F15;
        line-height: 150%;
}
