.capsule,
.capsule LI,
.capsule P,
.capsule TD,
.capsule BLOCKQUOTE,
.capsule UL,
.capsule A
{
	font-size: 11px;
}

.capsule BLOCKQUOTE
{
	margin:1em 2em 1em;
}

.capsule H4
{
	margin-bottom: 0;
	padding-bottom:0;
}

.capsule P
{
	margin-top:4px;
}
.pop
{
	display:none;
}
.pop ul
{
	margin-top:0;
}
.teaser ul
{
	margin-bottom:0;
}
.byline
{
	margin-bottom:5px;
}

.sectionheader
{
	font-size:16px;
	font-weight:bold;
	font-family: Tahoma, "Arial Black", georgia, times new roman;
	padding-left:7px;
	color:#333333;
	padding-top: 2pt;
}
.breadcrumb
{
	/*
	background:white;
	*/
}

.sectionheader a
{
	color:#003367;
	color:#333333;
}
.homepageright .sectionheader
{
	margin-top:0;
}
table.homepage
{
	border-collapse:collapse;
}
td.homepageleft
{
	vertical-align:top;
	width:50%;
	background-color:white;
	margin-right:5px;
	padding-right:3px;
}
td.homepageright
{
	vertical-align:top;
	width:50%;
	padding-left:25px;
	padding-right:0;
	padding-top:4px;
}
.homepageright div
{
	background-repeat:repeat-x;
}
.capsule
{
	padding-bottom:12px;
	padding-left:6px;
}
.bigturquoise
{
	background-image:url('/images/bg/bigturquoise.png');
	background-repeat:repeat-x;
}
.biglime
{
	background-image:url('/images/bg/biglime.png');
	background-repeat:repeat-x;
}
.biglemon
{
	background-image:url('/images/bg/biglemon.png');
	background-repeat:repeat-x;
}
.biglavender
{
	background-image:url('/images/bg/biglavender.png');
	background-repeat:repeat-x;
}
.biggold
{
	background-image:url('/images/bg/biggold.png');
	background-repeat:repeat-x;
}
.bigsilver
{
	background-image:url('/images/bg/bigsilver.png');
	background-repeat:repeat-x;
}
.bigrust
{
	background-image:url('/images/bg/bigrust.png');
	background-repeat:repeat-x;	/* must specify this one because it's in left column */
}
.bigltslate
{
	margin-top:1px;
	background-image:url('/images/bg/bigltslate.png');
	background-repeat:repeat-x;
}

.more
{
	padding-top:0;
	padding-left:5px;
	padding-right:5px;
	text-align:right;
}

.walltitle, .walltitle a
{
	font-size:10pt;
	padding-top:5px;
	padding-bottom:5px;
}
.wallcontent
{
	margin:20px;
	background-color: #EEEEEE;
	padding: 5px;
	overflow:auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

/* these are for pop-down enclosures, currently unused, but save description for later use */
div.tri {
background:url(<?=URL_IMAGES?>/bg/blueline.gif) repeat-x bottom	;
text-align:center;
padding-top:10px;
}
.tri img {padding-left:20px;padding-right:20px; margin-bottom:0;}
.tri a {border:0}
.tri img {border:0}
.tri a:hover {text-decoration:none}

/* Tabbed boxes on home page */
.tabs {
	white-space:nowrap;
}
.tabs ul
{
	list-style:none;
	margin:6px 0 0 0; /* top right bottom left */
	padding: 8px 5px 3px 5px; /* top right bottom left */
	line-height:normal;
}
.tabs li
{
	display:inline;
	border:solid #B9BBB5;
	border-width: 1px 1px 0 1px;
	margin: 0 4px 0 0; /* top right bottom left */
	width:50%;
	padding: 3px 0 3px 0;
	line-height:normal;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
}
.tabs li a {
	padding:  0px 18px ;
}
.tabs .nolink	{
	padding: 0px 18px;
	font-weight:bold;
}
.tabs .selected {
	padding-bottom:4px;
	background:white; 
}
.rust {background-image:url('/images/bg/smrust.png');}
.ltslate {background-image:url('/images/bg/smltslate.png')}
.gold {background-image:url('/images/bg/smgold.png')}
.lemon {background-image:url('/images/bg/smlemon.png')}
.lime {background-image:url('/images/bg/smlime.png')}
.lavender {background-image:url('/images/bg/smlavender.png')}
.turquoise {background-image:url('/images/bg/smturquoise.png')}
.home {
	border:#B9BBB5 thin solid;
	padding-right:4px;
	padding-top:10px;
	margin-bottom:10px;
	background-color:white;
	clear:both;
}
.home ul {margin-top:0;}
.homepageright {}
/* for home page customization */
.dragBox {
	background-color:lightgray;
	position:absolute;
	z-index:10000;
	color:black;
	text-decoration:none;
	display:none;
	padding:3px 18px;
	font-weight:bold;
	}
.highlighted {
	background-color:#00FFCC;
}