/*		note about validation errors: there are some situations where a property is 
		used in the format underscore-property (e.g. _position:relative;). these are
		hacks for errors in internet explorer's css rendering
*/
body {
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #fffff3;
	text-align: center; /* centers web page in IE5 */
	border-top: #ccc 1px solid;
	padding: 0;
	margin: 0;
}

/* 		FONT SIZES *******/

		/* FONTS USING Percentage */

#briefcase-title {
	text-transform:capitalize;
	font-size:150%;
}

#briefcase-contents{
	width:80%;
	margin:0 auto 0 auto;
	padding:0 0 2em 0;
	font-size:95%;
	border-bottom:1px solid #9e1919;
	overflow:hidden;
	}
#briefcase-contents2{
	width:20%;
	margin:0 -10px 0 0;
	padding:0 0 0 0;
	font-size:95%;
	border-bottom:1px solid #9e1919;
	overflow:hidden;
	}
#briefcase-contents div ul {
	overflow:hidden;
}

#briefcase-contents h3{
	font-weight:bold;
	display:inline;
}

#contents-left {
	display:inline;
	width:50%;
	height:100%;
	margin:0 24px 0 0;
	padding:0 0 0 0;
	float:left;
}
#contents-right {
	width:50%;
	display:inline;
	vertical-align:top;
	height:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#briefcase-contents a h3 {color:#000;}

#briefcase-contents li a:link, #briefcase-contents li a:visited, #briefcase-contents li a:active {
	text-decoration:underline;
	color:#000;}

#briefcase-contents li a:hover
{text-decoration:underline;
color:#9b1919;}

.briefcase-top {
	text-align:right;
	border-bottom:1px dotted #9b1919;
	width:50%;
	}

.briefcase-top a:link, .briefcase-top a:active, .briefcase-top a:visited{
	font-size:80% !important;
	color:#000 !important;
	text-decoration:none !important;}

.briefcase-top a:hover {
	color:#9b1919 !important;
	text-decoration:none !important;}

#mcopy h1{font-size: 105%;}
#mcopy h2 {font-size: 102%;}

		/* XSMALL fonts*/

#utility-nav a, #here, #totop a, .totop a, #print, #footer, .marker, #search label, #skip, #signup-form label, .req, .notes{
	font-size: xx-small;
	/* ie5win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	}html>body #utility-nav a{
	font-size: x-small;
	/* ie5win ends */}

	
		/* SMALL fonts*/

#mcopy, #snav li, #mnav-menu li, #mcopy h3, #downloads td, #downloads th, #related h2, #pubs-sec h2 {
	font-size: x-small;	/* ie5win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}html>body #mcopy{
	font-size: small;
	/* ie5win ends */}


/*  	SKIP NAV STYLES *******/

#skip, #skip a { 
	color: #ffffef;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 0 auto;
	width: 93%;
	padding-bottom: 5px;
	/* ie5win */
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-bottom: 15px;
	}html>body #skip, #skip a{
	padding-bottom: 15px;
	/* ie5win ends */}

#skip a:active  {color: #9b1919;}
img {border:none;}


/*  	HEADER IMAGE STYLES *******/


#hdr-wrapper {
	background-color:#fffff3;
	padding: 0; 
	margin: 0 auto 0 auto; 
	width: 93%;
	height:120px;
	border:2px solid #9b1919;
}

#hdr-wrapper-briefcase
 {
	background-color:#fffff3;
	padding: 0 0 0 0; 
	margin: 0 auto 0 auto;
	border:2px solid #9b1919;
	width: 93%;
	clear:both;
	
}

#top {
	width:100%;
	height:128px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	border-bottom:1px solid #9b1919; 
	background-image:url("/images/briefcase/handle.gif");
/*	background-color:#FFFFFF;*/
	background-position:center;
	background-repeat:no-repeat;
	vertical-align:top;
	float:none;
	
}

#top span {
	font-size:0px;
	text-indent:-1000em;
	position:relative;
	left:-1000px;
}

#top .left, #top .right  {
	display:inline;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:66px;
}


#top .left, #top .right {
	background-position:bottom;
	background-repeat:no-repeat;
	height:128px;
}
#top img, #top .left img, #top .right img {
	overflow:hidden;
	vertical-align:bottom;
}
#top .left {
	background-image:url("/images/briefcase/upleft.gif");
	float:left;
	}
	
#top .right {
	background-image:url("/images/briefcase/upright.gif");
	float:right;}


#bottom {
	background-color:#ffffff;
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0  0;
	border-top:1px solid #9b1919; 
	}

#bottom h1 {
	text-align:center;
	vertical-align:middle;
	font-size:260%;
	margin:0 0 0 0;
	padding:.5em 0 .5em 0;
}

#bottom p {
	text-align:right;
	font-size:95%;
	margin:0 0 0 0;
	padding:0 1em 1em 0;}


#hdr {float:left;}
#hdr img {border:none;}

html[xmlns] #hdr-img-briefcase {height: 120px;} /* controls banner div height: firefox, ns */


#hdr-img { /* div which holds back ground image and text description */
background-color: #fffff3;
background-position: right;
background-repeat: no-repeat;
font-size: 8px;
text-indent: -200em;  /*moves the text of sight for browsers but is read by screen readers */
line-height: 120px; /* controls banner div height: ie, opera */
background-image: url(/images/header/hdr-home2.jpg); }

html[xmlns] #hdr-img {height: 120px;} /* controls banner div height: firefox, ns */

/*  	UTILITY NAVIGAITION AND SEARCH STYLES *******/

#utility-wrapper {
	height:1.55em;
	padding: 0 0 0 0; 
	margin: 0 auto 0 auto; 
	width: 93%; 
	background-color: #fffff3;
	text-align: left;
	vertical-align:middle;
	clear: both;}

#briefcase-sec #utility-wrapper {
	background-color:#ffffff;
	border-left:2px solid #9b1919;
	border-right:2px solid #9b1919;
	border-top-width:0px;
	
}

#search {
	margin: 2px 0 0 3px;
	padding: 0;
	float:left;
	white-space: nowrap;
	width:230px;
	/* ie5win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:175px;
	}html>body #search{
	width:178px;
	/* ie5win ends */}

#search form { margin: 0 0 2px 0; padding: 0}
#search input{ padding: 0; margin: 0; vertical-align: middle;}
#search label {
	margin: 0; padding: 0;
	color: #9b1919;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

.searchbx {	
	margin: 0; padding: 1px;
	width: 125px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;}

#utility-nav ul {margin: 0; padding: 0; text-align: right;}

#utility-nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	text-align: right;}

/* \*/
#utility-nav a {display: block; float: right; vertical-align: middle;}
/* ^Hides display and float from ie5mac*/
/* float:right requires reversing order of li text */

#utility-nav a {
	margin:7px 0 0 0;
	padding: 0 7px 0 10px;
	background-image:  url("/images/global/bullet_unav.gif");
	background-repeat: no-repeat;
	background-position: left center;
	color: #9b1919;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;}

#utility-nav a:hover {text-decoration:underline;}

/* MAIN BODY  *******/

#body-wrapper-briefcase {
/*	background-image:  url("/images/global/bg_mnav.gif"); */
	background-repeat: repeat-y;
	background-color:#fff;
	border-top: #9b1919 2px solid;
	border-right: #9b1919 2px solid;
	border-bottom: #9b1919 2px solid;
	border-left: #9b1919 2px solid;
	padding: 0;
	margin: 0 auto 0 auto; 
	width: 93%;
}

#body-wrapper { /* for ie5mac  - when removed content shifts*/
	background-image:  url("/images/global/bg_mnav.gif");
	background-repeat: repeat-y;
	background-color:#fff;
	border-top: #9b1919 2px solid;
	border-right: #9b1919 2px solid;
	border-bottom: #9b1919 2px solid;
	border-left: #9b1919 2px solid;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 93%;}
	

/* \*/
#body-wrapper{clear:both;}
/* ^Hides clear:both from MAC - causes Mac to loose the float*/ 
	

/* MAIN NAVIGATION  *******/

.marker {
	color:#9b1919;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding-bottom: 0; 
	margin: 0;}

#mnav {padding:0; margin: 0; float: left; width: 203px; 
	}

#mnav-menu {
	vertical-align: top;
	text-align: left;
	padding: 0;
	margin: 0;
	
}

#mnav-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

#mnav-menu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:0;
	padding:0;}

#mnav-menu a {
	font-size: 80%;
	display: block;
	margin: 0;
	padding: 4px 1px 4px 5px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;		
	width: 203px;/* ie5win */	
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 198px;/* ie6win */
	
	
	}html>body #mnav-menu a {width:197px;} /*opera, firefox, ns7*/

#mnav-menu a:link, #mnav-menu a:visited {
	border: solid #9b1919 1px;}

#mnav-menu a:hover {
	color: #9b1919;
	border: solid #c4786d 1px;
	background-color: #ffffef;	
	background-image:  url("/images/global/bullet_mnav.gif");
	background-repeat: no-repeat;
	background-position: right center;}

#mnav-menu a:active {
	border: solid #9b1919 1px;}

#on, #on-single {
	display: block;
	border: solid #c4786d 1px;
	background-color: #c4786d;	
	background-image: url(/images/global/bg_mnav_on.gif);
	background-repeat: repeat;
	width: 203px;}

#on a:link, #on a:visited, #on a:hover, #on a:active {
	color:#fff;
	background: none transparent scroll repeat;
	background-image: url("/images/global/bullet_mnav_on.gif");
	background-repeat: no-repeat;	
	background-position: right top;
	border: none;}

#on-single a:link, #on-single  a:visited, #on-single  a:hover, #on-single  a:active {
	color:#fff;
	background: none transparent scroll repeat;
	background-image: url("/images/global/bullet_mnav_on_single.gif");
	background-repeat: no-repeat;	
	background-position: right center;
	border: none;}

#mnav-menu #snav { padding:0 ;margin: 0}

#mnav-menu #snav li { margin:0; padding-bottom:5px;}

#mnav-menu #snav a {
	font-size: 100%;
	text-transform: none;
	font-weight:normal;	
	color: #fff;
	text-decoration: underline;
	border: none;
	padding: 0 0 0 9px;
	margin-left: 6px;
	width: 197px;/* ie5win */	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 185px; /* ie6win */
	}html>body #mnav-menu #snav a {width: 188px;} /*opera, firefox, ns7*/

#mnav-menu #snav a, #mnav-menu #snav a:hover {background-image: none;}
#mnav-menu #snav a {text-decoration: none;}
#mnav-menu #snav a:hover {
	text-decoration: underline;
	background-image:  url("/images/global/bullet_snav_on.gif");
	background-repeat: no-repeat;
	background-position: left center;}

#snav #sn-on a {
	text-decoration: none;
	background-image: url("/images/global/bullet_snav_on.gif");
	background-repeat: no-repeat;
	background-position: left center;}

#snnav #sn-on a:visited{
	text-decoration: none;
	background-image: none}

#snav #sn-on a {text-decoration: none;}

#snav #sn-on a:hover {
	text-decoration: none;}

/* MAIN CONTENT (You are here, print friendly, main copy, back to top) *******/

#mbody {
	padding: 2px 10px 10px 0;
	margin: 0 0 0 210px; 
	background: none transparent scroll repeat 0% 0%;
	color: #000;
	height: 100%;
	vertical-align: top;}
#mbody-briefcase {
	padding: 0px 10px 10px 0;
	margin: 0 0 0 0px; 
	background: none transparent scroll repeat 0% 0%;
	color: #000;
	height: 100%;
	vertical-align: top;}

#mcopy {
	margin:20px 15px 0 30px;
	padding:0;
	color: #000;
	vertical-align: top;
	text-align: left;}

#mcopy h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #827864;
	text-transform: uppercase;
	font-weight:bold;
	margin: 0 0 15px -20px;
	padding: 0;}

#briefcase-sec #mcopy h1 {
	text-transform:capitalize;
	font-size:122%;
	text-align:center;
	padding:1em 2em 0 2em;
	margin:0 auto 0 auto;}

.sub {font-size: 80%; text-transform: none; font-style: italic;}

#mcopy h2 {	
	color: #827864;
	font-weight: bold;
	margin: 20px 0 10px -15px;
	padding:0 0 0 15px;
	background-image: url(/images/global/bullet_h2.gif);
	background-repeat: no-repeat;
	background-position: left center;}

.briefcase-img {
	border:1px groove #000000;
	margin-right:8px;
	margin-left:8px;
	margin-bottom:.1em;
	float:left;
	overflow:hidden;
}

#briefcase-sec #mcopy h2 {
	background-color:#eaeada;
	color: #000000;
	border-top: 1px solid #9b1919;
	line-height:1.5em;
}

#publist h2 {
margin: 10px 0 5px 0; 
padding: 10px 0 0 0;
background-image: url(/images/global/bg_pub.gif);
background-position: left top;
background-repeat: repeat-x;}
.clr {clear:both;}

h3 {margin: 0;}
#pub-sec h3 {margin: 0 0 5px 5px;}
#gen-sec h3 {margin: 0 0 10px 5px;}
#help-sec h3 {margin: 10px 0 10px 5px;}

	/* LISTS including ordered, unordered and definition */

dl {margin: 0; padding: 0;}
dt {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	margin: 10px 0 2px 0; 
	padding: 0;}

dd {margin: 0; padding: 0;}

dd ul.nobullet {list-style-type:none; margin: 0 0 0 10px; padding: 0;}
dd ul.nobullet li {
list-style-type:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-bottom: 2px;
padding: 0;}

ul.nobullet {list-style-type:none; margin:0; padding: 0;}
ul.nobullet li {background-image: none; list-style-type:none;font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0 0 10px 0; padding: 0;}

ul.single-nobullet {list-style-type:none; margin: 0 0 0 10px; padding: 0;}
ul.single-nobullet li {
list-style-type:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-bottom: 2px;
padding: 0;}


ul.bullet li ul.nest-nobullet {margin:5px 0 5px 10px; padding: 0;}
ul.bullet li ul.nest-nobullet li {background-image: none; list-style-type:none; margin: 0 0 0 0; padding: 0;}

ul.bullet {list-style-type:none; margin: 0 0 20px 10px; padding: 0;}
ul.bullet li {
	background-image: url(/images/global/bullet_li.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	margin-bottom: 5px;}

ul.check {list-style-type:none; margin: 0 0 20px 15px; padding: 0;}
.related ul.check {padding-left:8px;}
ul.check li {
	background-image: url(/images/global/bullet_check.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	margin-bottom: 5px;}
ol li {font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 5px;}

	/*news*/
#news-sec dt {
	font-size: 105%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #827864;
	font-weight: bold;
	margin: 15px 0 15px -15px;
	padding:0 0 0 15px;
	background-image: url(/images/global/bullet_h2.gif);
	background-repeat: no-repeat;
	background-position: left center;}

	/*publications*/
#pubs-sec ul.credits {list-style-type: none; margin:0 0 20px 0; padding: 0;}
#pubs-sec ul.credits li {
	background-image: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0 0 1px 0; padding: 0;}

	/*help*/
#help-sec ul.nobullet {margin-left: 20px;}
#help-sec .nobullet li {margin: 0 0 2px 0;}
	
	/*jobs*/
#jobs-sec dt {margin-bottom: 10px;}
#jobs-sec ol {margin-bottom:15px;}
#jobs-sec li {margin: 0 0 2px 0;}

#help-sec ul#access-keys {list-style-type:none; margin:0; padding:  5px 5px 5px 20px;}
#help-sec ul#access-keys li {font-size: 100%;}
ul#access-keys {list-style-type:none; margin:0; padding:  5px 5px 5px 10px;}
ul#access-keys li {
	font-size: 85%;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 2px 0;
	padding: 0;}

	/*site map*/
ul#sitemap {margin: 0; padding: 0;}
.sec-name{padding:0 0 0 15px;
	background-image: url(/images/global/bullet_h2.gif);
	background-repeat: no-repeat;
	background-position: left center;}
li.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding:0;
	list-style-type: none;}
li.main ul.nobullet {list-style-type:none; margin: 0 0 0 20px; padding: 0;}
li.main ul.nobullet li {font-weight: normal;
	list-style-type:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	padding: 0;}
#sitemap dl {margin-left: 20px;}

	/*staff directory*/
#directory a:hover {text-decoration:underline;}
#directory img {margin: 0 0 0 10px; float: right; border: 1px solid #c7c7c3;}
#directory dt {background-image: url("/images/global/bg_staff.gif");
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	margin: 0 0 3px 0;}
#directory dd {margin: 0}
#directory ul {height: 50px; margin: 0;} /* change UL hieght to 90px when adding staff images */
#directory dd.last {
	margin-bottom: 20px;	
	background-image: url("/images/global/bg_staff.gif");
	background-repeat: repeat-x;
	background-position: bottom;}
#directory .position {font-style: italic;}

	/* Image padding and floats */

#pubs-sec p img {margin: 0 5px 5px 0; padding: 0;}
img.float {float: right; margin-left: 15px; border: 1px solid #ccc;}
img.floatl {float:left;border: 1px solid #ccc;}

	/* MISC main body styles */

acronym, abbr {border: none;}

.more {display:block; font-weight: bold;}
#here {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("/images/global/bg_here.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 3px;
	margin: 5px 0 1px 0;
	text-align: left;}

#here a {color:#000;}

p.first {margin-top: 0;}
#help-sec p.indent {margin: 10px 0 0 20px;}

#mcopy p {font-family: Verdana, Arial, Helvetica, sans-serif;}
* html div #mcopy p {line-height:1.4em;} /* exclude line-height from NS6 */

	/* MAIN BODY LINKS */

#mcopy a:link {color: #9b1919;}
#mcopy a:visited {color: #827864;}
#mcopy a:hover {color: #827864;} 
#mcopy a:active {color: #9b1919;}
#mcopy a:link.glossary {color:#000; text-decoration:none;}
#mcopy a:visited.glossary {color:#000; text-decoration:none;}
#mcopy a:active.glossary {color:#000; text-decoration:none;}
#mcopy a:hover.glossary {color: #827864; text-decoration:underline;}

#mcopy a:link.Hglossary {color:#827864; text-decoration:none;}
#mcopy a:visited.Hglossary {color:#827864; text-decoration:none;}
#mcopy a:active.Hglossary {color:#827864; text-decoration:none;}
#mcopy a:hover.Hglossary {color: #000; text-decoration:underline;}

#mcopy a:link.bglossary {color:#000 !important; text-decoration:none; font-weight:bold;}
#mcopy a:visited.bglossary {color:#000 !important; text-decoration:none; font-weight:bold;}
#mcopy a:active.bglossary {color:#000 !important; text-decoration:none; font-weight:bold;}
#mcopy a:hover.bglossary {color: #827864 !important; text-decoration:underline; font-weight:bold;}

#mcopy a:link, #mcopy a:visited, #mcopy a:hover, #mcopy a:active {
	text-decoration: underline;
	border: none;	
	padding: 0;
	margin: 0;}


	/* PRINT AND TO TOP */

#totop-wrapper {
	margin:0;
	clear: both;
	padding: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	text-align: right;
	border-right-width: 0;	
	border-bottom: #9b1919 10px solid;
	voice-family: inherit;}

#totop {
	background-image: url("/images/global/backtotop_curve.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px;}

#totop-briefcase {
/*	background-image: url("/images/global/backtotop_curve.gif");*/
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px;}

.totop {padding-right: 10px; display:block; text-align:right;}

#print { padding:0; text-align:right;}

#totop a, .totop a, #print a, #totop-briefcase a {
	text-decoration: underline;
	color: #9b1919;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;}

#totop-briefcase a {font-size:60%;}

	/* FORM STYLES */

.req {font-weight: bold;}
#donate-form input, #intake-form input {margin:0; padding:0;}
fieldset {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin: 0 0 20px 0;
	padding: 5px 15px 5px 15px;}
fieldset p {margin: 0 0 15px 0;}
legend {
	margin: 0;
	padding: 0 0 10px 0;	
	font-weight: bold;
	color: #827864;}
#nom-form input.center {margin: 5px 25px 0 20px;}
#donate-form input.center {margin: 5px 25px 0 20px;}
#intake-form input.center {margin: 5px 25px 0 40px;}


.hidden {
 	display:none;
	}
	
.error {color:#aa0000 !important;
}

	/* MORE DETAILS BOXES - related info - downloads and newsletter signup*/

#downloads {
	border-top: 1px solid #efefdd;
	border-right: 1px solid #efefdd;
	border-left: 1px solid #efefdd;} 

#downloads th {font-weight: normal;}
#downloads td, #downloads th {
	padding: 3px 10px 3px 5px;
	text-align:left;
	border-bottom: 1px solid #efefdd;}

#downloads td {white-space: nowrap;}
#downloads .indent {padding-left: 25px; font-size: 80%;}
#downloads .mb {font-size: 80%;}

	/* Related and Sign up boxes */
.related, #briefcase-signup {
	background-color:#FFFFFF;
	float: right ; 
	width: 40%;
	border: 1px solid #9b1919 ; 
	padding-bottom:.5em;
	margin: 0 0 20px 25px;
	overflow:hidden;
/*	padding-top:3px !important;*/
}

#briefcase-signup {
	position:relative;
	top:5em;
	margin-bottom:5em;
}

.related-left {
	background-color:#FFFFFF;
	float: left; 
	width: 40%;
	border: 1px solid #9b1919; 
	padding-bottom: .5em;
	margin: 0 25px 20px 0;
	overflow:hidden;
}

#briefcase-signup {
	width:18em;
	text-align:center;
}

#briefcase-signup p {
	text-align:left;
	font-size:.9em;
	padding-left:1em;
	padding-right:1em;
}

#briefcase-signup form {
	margin:1em;
}

#briefcase-signup .center {
	margin:.5em auto 0 auto;
}

.related h2, .related-left h2, #briefcase-signup h2 {
	margin:0 !important;
	padding: 2px 1em 2px 1em;
	background-image:none !important;
	background-color:#eaeada;
	color: #827864;
	text-align:center;
	border-bottom: 1px solid #d5d5d1;
/*	border-top: 1px solid #d5d5d1; */
	border-top-style:none !important;
}

#mbody-briefcase .related h2, #mbody-briefcase .related-left h2, #briefcase-signup h2 {
	color:#000000;
}


.related p, .related-left p {
/*	padding:0 8px 16px 8px; */
	margin:.5em .5em .5em .5em;
}

.related p.img, .related-left p.img {
	margin-left: auto;
	margin-right:auto;
	padding:0;
	text-align:center;
}



.order {margin-top:4.5em !important;}
#related {
	float: right; 
	width: 35%;
	border-top: none; 
	border-right: 2px solid #efefdd;
	border-left: 2px solid #efefdd; 
	border-bottom: 2px solid #efefdd; 
	padding: 0; 
	margin: 10px 0 20px 25px;}

#related h2 {
	margin: 0;
	padding: 2px;
	background-image:none;
	background-color:#eaeada;
	color: #827864;
	text-align:center;
	border-bottom: 1px solid #d5d5d1;
	border-top: 1px solid #d5d5d1;}

#related p {font-size: 80%; margin:5px;}

.boxed {
	width:86%;
	margin:0 auto 0 auto;
	border:1px solid #9b1919;}
.boxed h2 {
	background:none !important;
	margin-left:0em !important;}
.boxed p {padding-left:1em;}

#signup {float: right; 
	width: 160px;
	border-top: none; 
	border-right: 1px solid #efefdd;
	border-left: 1px solid #efefdd; 
	border-bottom: 1px solid #efefdd; 
	padding: 0; 
	margin: 0 0 0 15px;}

#signup h2 {
	margin: 0;
	padding: 2px;
	background-image:none;
	background-color:#eaeada;
	color: #827864;
	text-align:center;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;}
#signup table {padding: 0; margin: 0 5px 0 5px;}
#signup td {line-height:1em; padding: 5px 0 5px 0; margin: 0;}
#signup td.check {vertical-align: top; text-align: left; border-bottom: 1px solid #ddd;}
#signup td.submit {text-align: center;}
#signup form {margin: 0; padding: 0;}

/*   FOOTER STYLES  *******/

#footer {
	clear: both; 
	text-align: center;
	margin: 0 auto 0 auto; 
	width: 93%; 
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

#footer a {color:#000;}

#footer ul{margin:15px auto 10px auto; padding:3px 5px 2px 0; white-space: nowrap;}

#footer ul li {
	list-style-type: none;
	margin: 0;
	padding: 2px 5px 2px 10px;	
	display: inline;
	text-align: right;}
#footer p {margin: 0 0 20px 0;}
#footer p img {vertical-align: middle;}
#footer p {color: #fffff3;}

/*   HOME STYLES   *******/

 ul#homelist {padding: 0; margin: 5px 0 15px 10px;}
 ul#homelist li {padding-bottom: 2px; margin: 0; list-style-type: none;}
 
 .float_wrapper {
	overflow:hidden;
	margin-top:1.3em;
	margin-bottom:2em;
 }
 
 .float_left {
 	float:left;
	width:50%;
	margin-bottom:0;
	margin-top:0;
 }
 
 .float_right {
 	float:left;
	text-align:right;
	width:50%;
	margin-bottom:0;
	margin-top:0;
 }
 
 .prev_issues {
	margin-bottom:0;
	margin-top:0;
	float:right;
 }
 
 .prev_issues li {
 	text-align:right;
	list-style-type:none;
	margin-bottom:0;
	margin-top:0;
 }

ul.pubs_list {
	margin-left:0;
	padding:0;
}

ul.pubs_list li {
	margin:0;
	padding-left:0;
	list-style-type:none;
	overflow:hidden;
	min-height:127px;
	/* three part hack for vertical centering in IE; shouts to http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */
	/* */ _height:127px; 
	/* */ _position:relative;
}

ul.pubs_list li div {
	display:table-cell;
	height:127px;
	vertical-align:middle;

	/* part two of IE hack */	
	/* IE wants to draw over the images on the right, and it eats the text as the window resizes; */
	/* */ _width:expression( (document.body.clientWidth * .93) - 175);
	/* */ _height:auto;
	/* */ _position:absolute;
	/* */ _top:50%
}

ul.pubs_list li div p {
	/* part three of IE hack */
	/* */ _position:relative;
	/* */ _top:-50%;
}

ul.pubs_list li img {
	border:1px groove #000000;
}

ul.pubs_list li.left img {
	float:left;
	margin-right:1em;
}

ul.pubs_list li.right img {
	float:right;
	margin-left:1em;
}

#signup_response {
	font-weight:bold;
/*	display:none; */
}

#signup_response a, #signup_response a:link,
#signup_response a:active, #signup_response a:visited,
#signup_response a:hover {
	text-decoration:none;
	color:#000000;
}

#submission_resolution:focus {
/*	display:block; */
	border:1px solid #9b1919;
}

#submission_resolution span {
	font-size:0;
	position:absolute;
	left:-1000px;
}

ul.tick_list {
	margin:.0 4em 1em 1em;
}

ul.tick_list li {
	list-style-type:none;
	border-bottom:1px solid #D0D0D0;
	margin-bottom:.2em;
}

