/*-------------- Basic Widgets --------------*/
.content ul {margin-left:1.5em;}

/*-------------- Title Text --------------*/
.titletext {width:100%;}

/*-------------- Text Only --------------*/
.txt_only {width:100%;}

/*-------------- Header Only --------------*/
.title_only {width:100%;}

/*-------------- Title Text w/ 1 Image on Right --------------*/
.titletextw1img {width:100%;margin-bottom: 30px;}
.titletextw1img {margin: 0 50px 30px 0;}
.titletextw1img div img {float: right; width: 100px; margin: 6px 0 0 10px;}
div#content_wrapper div.titletextw1img div.content h1 {line-height: 36px; height: 36px; padding: 0; margin: 0;}
.titletextw1img div p {}

/*-------------- Title Text w/ 1 Image on Left --------------*/
.titletextw1img_left {width:100%;margin-bottom: 30px;}
.titletextw1img_left img {float:left;margin: 6px 10px 0 0;padding:0;width:100px;}
div#content_wrapper div.titletextw1img_left div.content h1 {line-height: 36px; height: 36px; padding: 0; margin: 0;}

/*-------------- Article w/ title, body, and 4 images --------------*/
.title_body_4imgs {width:100%;}
.title_body_4imgs ul.side_images  {float:right; margin:6px 0 0 15px; width:100px;}
.title_body_4imgs ul.side_images li {display:list-item; list-style:none;}

/*-------------- Article w/ title, body, and 4 images --------------*/
.sidew1img {width:100%;}
.sidew1img img {width:auto;}

/*--------------  4 Images ----------------*/
.fourimgs {width:100%;}
.fourimgs img {margin: 0 3px;}

/*--------------  1 Image ----------------*/
.img_only {width:100%;}

/*--------------  Site Map ----------------*/
.site_main {width:100%;}
.site_main {font-size:130%;line-height:22px;}
ul.site_sub li {list-style:none;margin-left:1.5em;font-size:115%;line-height:22px;}
ul.site_third li {list-style:none;margin-left:3.0em;font-size:100%;line-height:22px;}