@charset "utf-8";
/* ========== Bracing Systems Full Page CSS Styles ========== */

/*	
    1.Breadcrumbs
	2.Page
*/

/* ==================== 1.Breadcrumbs ==================== */

#breadcrumbs {float:left; width:938px; height:14px; padding:10px; border:#CCC solid; border-width:0px 1px 1px 1px; background:#D2E4EA; color:#000; display:block; }

#breadcrumbs p {display:block; font-size:.9em; }
	
#breadcrumbs p strong {color:#0B2B58;}
	
/* ==================== 2.Page ==================== */
	
#page {width:930px; float:left; padding-bottom:12px;}	
	
#page h1 {padding-top:2px;}
	
#page p {line-height:150%; padding-bottom:12px;}
	
#page ul {line-height:150%; margin-left:12px; margin-bottom:12px;}
	
#page li {background:url(../images/bullet.gif) no-repeat left 6px; padding-left:12px; margin-bottom:6px;}

#page li ul {margin:3px 0px;}

#page li ul li {background:none; margin-bottom:6px;}

#page strong {color:#0B2B58;}

