/* screen */

body
{
	margin: 0;
	padding: 0;
	font: 12pt verdana,helvetica,arial,sans-serif;
	background: #fff;
	color: #000;
}

/* INIT
------------------------------------------------*/
p,h1,h2,h3,ul,ol,div,form,input,select { border: 0; margin: 0; padding: 0; }
img { border-style: solid; border-color: #000; }
.clear { width: auto; height: 1px; overflow: hidden; clear: both; }
.tall { height: 10px; }
.noprint { display: none; }

/* NAV
------------------------------------------------*/
#nav { margin-bottom: 1em; }
#nav img { display: none; }
#nav img.print { display: inline; border: 0; }
#nav ul, #nav form { display: none; }

/* BREADCRUMB
------------------------------------------------*/
#breadcrumb { display: none; }

/* CONTENT // SIDEBAR GENERIC
------------------------------------------------*/
#content, #sidebar { font-size: 11pt; }
h1 { color: #000; margin: 0; padding: 0; line-height: normal; font: bold 110% verdana, arial, sans-serif; }
h2 { clear: both; margin: 1em 0 0; padding-top: 1em; border-top: 1px dashed #ccc; color: #3661BA; line-height: normal; font: bold 110% verdana, arial, sans-serif; }
h3 { font-size: 100%; font-weight: bold; line-height: normal; margin: 2px 0; }
p { margin-bottom: 1em; }

a:link, a:visited { text-decoration: underline; color: #024; background: transparent; }
a.ux:link, a.ux:visited { text-decoration: none; }

#sidebar { display: none; }
#sidebar.print { display: block; }

/* SIDEBAR EMAIL ADDRESSES
------------------------------------------------*/
#sidebar a:link, #sidebar a:visited { text-decoration: none; }
#sidebar a:link:after, #sidebar a:visited:after {
   content: " (" attr(href) ") ";
   text-decoration: none;
   font-style: italic;
   }

ul { margin: 1em 0; padding: 0 0 0 2em; list-style-type: square; }
ol { margin: 1em 0; padding: 0 0 0 2em; list-style-type: decimal; }
.spaceafter { margin-bottom: 1em; }
.spacebefore { margin-top: 1em; }
.spaceleft { margin-left: 15px; }

/* LISTS - ARROW BULLETS
------------------------------------------------*/
.arrows { clear: both; list-style-type: square; padding: 0 0 0 1em; margin: 0 0 1em; }
.arrows li { padding: 0; margin-bottom: 2px; }
.arrows li.separated { border-top: 1px solid #ccc; margin-top: 10px; padding-top: 6px; background-position: left 10px; }

/* LISTS - SITE MAP
------------------------------------------------*/
#content .sitemap { clear: both; list-style: none; padding: 0; margin: 0; }
#content .sitemap li { padding: 0 0 0 10px; margin-bottom: 2px; background: transparent url(../images/arrow_black.gif) no-repeat left 4px; }
#content .sitemap li.separated { border-top: 1px solid #ccc; margin-top: 10px; padding-top: 6px; background-position: left 10px; }
#content .sitemap ul { margin: 2px 0; padding: 0 0 0 1em; }

/* LISTS - CLIENTS
------------------------------------------------*/
#content ul.clientlist { display: inline; width: 45%; margin-top: 0; padding: 0 0 0 16px; color: #333; float: left; }

/* SPECIFIC BOX STYLES
------------------------------------------------*/
#content .newspreview p { margin: 0; }
#content .newspreview img { float: right; border: 1px solid #000; margin: 0 0 10px 10px; }
#content .newspreview .arrows { display: none; }
#content .office img { float: right; border: 1px solid #000; margin: 0 0 10px 10px; }
#sidebar .feature p { margin: 0; }
#sidebar .feature img { border: 1px solid #000; }

/* IMAGE FADER
------------------------------------------------*/
#content #imagefader { display: none; }

/* FOOTER
------------------------------------------------*/
#footer { clear: both; padding: 1em 0; margin: 1em 0; border-top: 1px dashed #ccc; font-size: 10pt; line-height: 150%; color: #333; }
#footer a:link, #footer a:visited { color: #05a; background: transparent; text-decoration: underline; }
