@charset "UTF-8";
body  {
	font: 9pt Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
a {
	color: #BB161C;
}


.twoColFixRtHdr #pagecontainer {
	width: 735px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixRtHdr  #pagetop {
	height: 10px;
}
.twoColFixRtHdr #pagecontainerbody {
	width: 735px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixRtHdr #pagebottom {
	height: 40px;
}
.twoColFixRtHdr #container {
	width: 735px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 



/* round container for Header Nav */
.navroundcont {
	width: 735px;
	background-color: #dddcd2;
	color: #2D2464;
	height: 1%;
	clear: none;
}
#header {
	background-color: #dddcd2;
}

.navroundcont p {
	font-size: 88%;
	margin-bottom: 15px;
	margin-top: 0px;
}

.navroundtop {
	background-color: #DDDCD2;
	background-image: url(images/navbar_tr.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.navroundbottom {
	background-color: #DDDCD2;
	background-image: url(images/navbar_br.png);
	background-repeat: no-repeat;
	background-position: right top;
}



.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#Content h2 {
	font-weight: bold;
	color: #BA1D1D;
	margin: 0;  /* margin-bottom: auto; */
	font-size: 150%;
}
#Content h3 {
	font-weight: bold;
	color: #BA1D1D;
	font-style: italic;
	font-size: 10pt;
}



.twoColFixRtHdr .contentTD {
	width: 455px;
}
.twoColFixRtHdr .sidebarTD {
	width: 258px;
}


.twoColFixRtHdr #sidebar1 {
	/* float: right;   since this element is floated, a width must be given */
	/* display: inline; */
	/* width: 258px; */
	/* padding-top: 5px; */
	/* margin-top: 0px; */
}
.twoColFixRtHdr #mainContent {
	width: 735px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 1%;
} 
.twoColFixRtHdr #mainart {
	margin: 0px;
	width: 735px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.legal {
	font-size: 8pt;
	color:#666666;
	text-align: center;
	vertical-align: bottom;
	padding-top: 25px;
}


/* Styles for main content column */
#mainContent .subheader {
color: #000000;
font-weight: bold;
font-size: 110%;
line-height: 140%;
}
#mainContent .subheaderRed {
color: #990000;
font-weight: bold;
font-size: 110%;
line-height: 140%;
}
#mainContent .highlight {
	color: #990000;
	font-weight: bold;
}
#mainContent ul {
	margin-left: 1.3em;
	padding-left: 0em;
	margin-top: -.8em;
	padding-top: 0px;
}
#mainContent ul.morespace {
	margin-left: 1.3em;
	padding-left: 0em;
	margin-top: 1em;
}
#mainContent .morespace li {
	padding-bottom: 0.5em;
}

#mainContent p.quote {
	font-size: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #BA1D1D;
}
#mainContent p.quotesource {
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: right;
}

#HomeRandomDiv {
	padding-top: 10px;
}
.HomeRandomHeader {
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
}
.HomeRandomText {
	font-size: 9pt;
	color: #333333;
	font-weight: normal;
	background-color: #dddcd2;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
}
.HomeRandomListText {
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	background-color: #dddcd2;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent ul.randomlist {
	margin-left: 1em;
	padding-left: 0.5em;
	margin-top: 0em;
	padding-top: 0px;
	margin-bottom: 0em;
	padding-bottom: 0px;
}


#HomeSearchesDiv {
	padding-top: 10px;
}
.HomeSearchesHeader {
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
}
.HomeSearchesText {
	font-size: 9pt;
	color: #333333;
	font-weight: normal;
	background-color: #dddcd2;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
}
.HomeSearchesList {
	padding-top: 10px;
}

.HomeFeaturedText {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/bkg-home_featured.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding: 18px;
}


/* The following styles are for the Resume Form List Menus */
#mainContent select{
	width:290px;
}


.roundcont {
	width: 328px;
	background-color: #e6e6e6;
	color: #000000;
	height: 1%;
	margin-bottom: 15px;
}

.roundcont p {
	margin-right: 13px;
	margin-bottom: 15px;
	margin-left: 13px;
	margin-top: 0px;
}
.roundcont h2 {
	font-size: 105%;
	margin-right: 13px;
	margin-bottom: 15px;
	margin-left: 13px;
	margin-top: 0px;
}

.roundtop {
	background: url(images/sidebar_tr.gif) no-repeat right top;
}

.roundbottom {
	background: url(images/sidebar_br.gif) no-repeat right top;
}

img.corner {
   width: 12px;
   height: 15px;
   border: none;
   display: block !important;
}
#sidebar1        p.quote    {
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000000;
}
#sidebar1   p.quotesource {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}
#featurestable {
	padding-top: 15px;
}
#featurestable td {
	padding-bottom: 15px;
}
#featurestable h4 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #2D2464;
	font-size: 110%;
}
#featurestable p {
	margin-top: 0px;
	padding-right: 15px;
}

img, div {
	behavior: url(iepngfix.htc);
}
.footernav {
	font-size: 8pt;
	text-align: center;
	vertical-align: bottom;
	padding-top: 25px;
}


.navroundcontent {
	width: 900px;
	clear: both;
	margin: auto;
}


#Content {
	width: 455px;
	/* padding-top: 5px; */
	padding-right: 22px;
	padding-bottom: 2px;
	/* float: left;
	display: inline; */
}
/*#Content p {
	margin-bottom: auto; 
}*/

.smalltext {
	font-size: 80%;
	padding-bottom: 12px;
}


.imgborder {
	border: 1px solid #CCCCCC;	
}


/* The following styles are for the sidebar widget */
.mybox {
	width:258px;
	/*  height:330px; Manually set widget height */
}
.mybox ol {
	margin-left: 1.3em;
	padding-left: 1.3em;
}
.mybox li {
	padding-bottom: 0.4em;
}

#widgetTab {
}
#widgetTab ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#widgetTab ul li {
	float: left;
}
#widgetTab ul li.widgetTabSearch {
	background-image: url(images/widgetTab_searches_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#widgetTab ul li.widgetTabSearch a {
	background-image: url(images/widgetTab_searches_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#widgetTab ul li.widgetTabClients {
	background-image: url(images/widgetTab_clients_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#widgetTab ul li.widgetTabClients a {
	background-image: url(images/widgetTab_clients_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#widgetTab ul a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0px;
	padding-left: 0em;
	text-align: center;
	line-height: 2em;
	font-size: 12px;
	font-weight: bold;
	width: 129px;
}
#widgetTab ul a:hover {
	color: #BC1A1C;
	font-weight: bold;
}
#widgetTab ul .first a {
	background-image: none;
}
#widgetTab ul .first a:hover {
}
.widgetLists ul {
	list-style-image: url(images/icon_arrow.gif);
	padding-right: 10px;
	margin-left: 1.3em;
	padding-left: 1.3em;	
}
.widgetLists li {
	padding-bottom: 0.4em;
}
#currentsearchesDiv {
	background-color: #dddcd2;
	background-image: url(images/widget_bkg_search.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 6px;
	padding-bottom: 15px;
}
#currentsearchesDiv p {
	padding-right: 15px;
	padding-left: 15px;
}
#clientsDiv {
	background-color: #f2f0e4;
	background-image: url(images/widget_bkg_clients.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 6px;
	padding-bottom: 15px;
}
#clientsDiv p {
	padding-right: 15px;
	padding-left: 15px;
}

.widgetiframe {
	width: 240px;
	height: 250px;
	border: none;
	margin-top: 10px;
	margin-left: 5px;
}

/* Sidebar Single Function Widget for Subpages */
.widgettop {
	width: 258px;
	background-image: url(images/widget_bkg_258w.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#widgetbkgDiv {
	/* background-color: #dddcd2; */
	background-image: url(images/widget_bkg_258w.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 6px;
	padding-bottom: 15px;
}
.widgetpadding {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.mybox h2 {
	font-weight: bold;
	color: #BA1D1D;
	margin: 0 0 10px 0;
	font-size: 120%;
}


.videowidgetiframe {
	width: 250px;
	border: none;
	margin-top: 10px;
	margin-left: 15px;
}
.videowidgettop {
	width: 280px;
	background-image: url(images/widget_bkg_280w.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#videowidgetbkgDiv {
	/* background-color: #dddcd2; */
	background-image: url(images/widget_bkg_280w.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 6px;
	padding-bottom: 15px;
}
.videobox {
	width:280px;
	/*  height:330px; Manually set widget height */
}
.videowidgetpadding {
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
#currentsearchesiframe {
	background-color: #dddcd2;
	padding-left: 0px;
}
#currentsearchesiframe p {
	padding-right: 15px;
	padding-left: 15px;
}
#clientsiframe {
	background-color: #f2f0e4;
	padding-left: 0px;
}
#clientsiframe p {
	padding-right: 15px;
	padding-left: 15px;
}

.newsbox {
	width:280px;
	/*  height:330px; Manually set widget height */
	margin-bottom: 10px;
}
.newswidgetpadding {
	padding-right: 15px;
	padding-left: 15px;
}
.newswidgetiframe {
	width: 240px;
	height: 100px;
	border: none;
	margin-top: 10px;
	margin-left: 5px;
}


/* The following styles are for the Searches Jump Menu */
select{
	background-color:#DDDCD2;
	color:#000000;
	border:1px solid #e5e5e5;
	width:240px;
	font-size: 11px;
	margin-bottom: 6px;
}

.bioimage {
	padding-right: 10px;
	padding-bottom: 5px;
}


.twoColFixRtHdr #ContentWide {
	width: 735px;
	padding-top: 0px;
	padding-bottom: 5px;
	height: 1%;
}
#ContentWide h2 {
	font-weight: bold;
	color: #BA1D1D;
	margin-top: 0;
	margin-right: 0;  
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 120%;
}
#ContentWide h3 {
	font-weight: bold;
	color: #BA1D1D;
	font-style: italic;
	font-size: 10pt;
}

#ContentWide .ContentHome h2 {
	font-weight: bold;
	color: #BA1D1D;
	margin: 0;  /* margin-bottom: auto; */
	font-size: 150%;
}

.tableList {
	padding-top: 1px;
}

/* highlighting the current page in the main navbar 
#aboutus #navbar .aboutus a,
#services #navbar .services a,
#searches #navbar .searches a,
#insight #navbar .insight a,
#resume #navbar .resume a,
#contact #navbar .contact a {
	color: #BC1A1C;
}
*/
label {
	display: block;
	/* width: 280px; */
}
input {
	border: 1px solid #999999;
}
.buttonSubmit {
	color: #FFFFFF;
	background-color: #8D1D27;
	padding-right: 24px;
	padding-left: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
.feedback {
	font-style: italic;
	color: #FF0000;
}
	
/* round container for Insight Publications Banner */
.grayroundcont {
	width: 438px;
	background-color: #BCBCBC;
	color: #ffffff;
	height: 1%;
	clear: none;
}
/* #header {
	background-color: #dddcd2;
} */

.grayroundcont p {
	font-size: 88%;
	margin-bottom: 15px;
	margin-top: 0px;
}

.grayroundtop {
	background-color: #BCBCBC;
	background-image: url(images/graybox_tr.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.grayroundbottom {
	background-color: #BCBCBC;
	background-image: url(images/graybox_br.png);
	background-repeat: no-repeat;
	background-position: right top;
}.showpagetheater {
	background-color: #000000;
}

#publicationList ul {
	list-style-image: url(images/icon_pdf.gif);
	padding-top: 25px;
	padding-left: 1.2em;
	margin-left: 1.2em;	
}
#publicationList li {
	padding-left: 0.8em;
	padding-bottom: 0.4em;
}
#publicationList li a {
	color: #CC0000;
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#publicationList li a:hover {
        background: #ebebeb;
}
#publicationList {
	width: 438px;
}

