body{
    background: #ecebdf;
    text-align: center;
}
p {
    text-align: justify;
}
.url {
	color: #008000;
	font-size: 12px;
	width: inherit;
}
a img{border: 0;}
ol li {
	font-size: 12px;
}

.sideSection {
	color: #7A725D;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	padding: 0px 10px 0px 10px;
	height: auto;
	width: 180px;
	overflow: hidden;
	text-align: left;
}



a.sideSectionLink
{
	color: #7A725D;
}
a:hover.sideSectionLink
{
	color: #e97700;
}



a:link.execBio, a:link.WhitePaper
{
	color: #7A725D;
}
a:visited.execBio, a:visited.WhitePaper
{
	color: #7A725D;
}
a:hover.execBio, a:hover.WhitePaper
{
	color: #e97700;
}
a:active.execBio, a:active.WhitePaper
{
	color: #7A725D;
}

.sideSection li 
{
	margin-left: 10px;	
}

.errorText {
	color: Red;
	font-size: 12px;
}

#mainContainer {
    margin: 0 auto;
    text-align: left;
    width: 760px;
}

#masthead1
{
    width: 556px; 
    height: 76px;
    float: left;
    border-left: 1px solid #827461;
    border-right: 1px solid #827461;
    border-top: 0;
    border-bottom: 0;
}

#masthead2
{
    border-left: 1px solid #827461;
    width: 556px; 
    height: 76px;
    float: left;
    border-right: 1px solid #ffffff;
    border-top: 0;
    border-bottom: 0;
}
#search {
	padding: 25px 0px 0px 0px; 
	text-align: center;
	background-color: #FFFFFF;
	width: 201px; 
    height: 51px;
	float: left;
	border-right: 1px solid #827461;
}


/* 

The menu adapter emits a div with the cssclassname property as the id so 
I am just going to float that right and that makes this div unnecessary so I 
am going to just cut it out. -Neil
*/

#primaryNav {
    float: right;
    z-index: 5;
}

/*
div.VerisMainMenu {
	float: right;
	border: 1px dashed red;
}
*/

#primaryNavAreaGray {
    background-color: #665C53;
    width: 558px;
    height: 28px;
    border-right: 1px solid #827461; 
    border-bottom: 1px solid #827461; 
    float: left;
}

#primaryNavAreaBrown {
    background-color: #73614B;
    width: 558px;
    height: 28px;
    border-right: 1px solid #827461;
    border-bottom: 1px solid #827461;
    float: left;
}

#colorTrim {
    width: 200px;
    height: 28px;
    border-right: 1px solid #827461;
    border-bottom: 1px solid #827461;
    float: left;
    display: block;
}

div.breadCrumbsSpacer {
	height: 22px;
	margin-top: -3px;
}

#footer {
    padding: 5px 0px 5px 0px;
    float: left;
    width: 759px;
    background-color: Black;
    height: 18px;
    border-left: 1px solid #827461;
    border-right: 1px solid #827461;
    border-bottom: 1px solid #827461;
    text-align: center;
}

#subFooter {
	padding: 8px 8px;
	float: left;
	font-size: 10px;
	color: #675c53;
	text-decoration: none;
	text-align: center;
}

ul {
	font-size: 12px;
	color: #333333;
	padding-top: 0px;
	margin-top: 0px;
}

li 
{
	padding: 0px 0px 4px 0px;
}

li a {
	color: Black;
	font-size: 12px;
	line-height: 12px;
}

li a:hover {
	color: #E97700;
	font-size: 12px;
	line-height: 12px;
}

ul.twoColList 
{
	list-style-type: none;
	left: 0;
	margin-left: 0;
	padding-left: 0;
	font-size: 11px;
	color: #333333;
}

ul.nomargin 
{
	margin-top:-15px;
	margin-bottom:-10px;
}

div.twoColContainer
{
	width: 250px;
	float: left;
}

.primaryNavBtns {
	border-left: 1px solid #827461;
	height: 28px;
	margin-bottom: -1px;
	padding: 0px 2px 0px 2px;
}

.primaryNavSubItems {
	margin-top: -1px;
	font-size: 12px;
}

.sectionArea {
	background-color: #ECEBDF;
	padding: 10px 10px 10px 10px;
	margin: 0;
	/*background-image: url(../images/shadBack_tan.jpg);*/
	font-size: 11px;
	line-height: 12px;
	background-repeat: repeat-x;
	/*padding-bottom: 2000px; 
	margin-bottom: -2000px;*/
}

.sectionArea a {
	color: Black;
	font-size: 11px;
	line-height: 12px;
}

.sectionArea a:hover {
	color: #E97700;
	font-size: 11px;
	line-height: 12px;
}

.sectionHeader {
	/*background-color: #675C53;
	color: #ECEBDF;*/
	background-color: #ECEBDF;
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
}

.listHeader {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin: 0px;
	padding: 15px 0px 0px 20px;
	font-style: italic;
}

.sectionRepeatDate 
{
	width: 80px;
}

.sectionRepeat {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.sectionRepeat table
{
	width: 515px;
}

.sectionRepeat td 
{
	text-align: left;
	vertical-align: top;
}

.sectionRepeat a {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}

.sectionRepeat a:hover {
	font-size: 12px;
	line-height: 14px;
	color: #E97700;
}

.sectionParagraph {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.sectionParagraph a {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}

.sectionParagraph a:hover {
	font-size: 12px;
	line-height: 14px;
	color: #E97700;
}

span.sectionTitle {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}

span.sectionTitle a {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}

span.sectionTitle a:hover {
	font-size: 14px;
	line-height: 16px;
	color: #E97700;
	font-weight: bold;
}

.pageTitle {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}

.breadCrumbs {
	font-size: 10px;
	text-decoration: none;
	color: #675C53;
}

.breadCrumbs a {
	font-size: 10px;
	text-decoration: none;
	color: #675C53;
}

.breadCrumbs a:link {
	font-size: 10px;
	color: #675C53;
	text-decoration: none;
}

.breadCrumbs a:hover {
	font-size: 10px;
	color: #999999;
}

.breadCrumbs a:active {
	font-size: 10px;
	color: #E97700;
}

.breadCrumbs a:visited {
	font-size: 10px;
	color: #675C53;
}

.homeLink a {
	text-decoration: none;
}

.homeParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;

}

.homeParagraph a {
	font-size: 16px;
	line-height: 14px;
}

.homeParagraph a:hover {
	font-size: 12px;
	line-height: 14px;
	color: #E97700;
}


/*********************************
 * Navigation Menu Styles        *
 *********************************/

div.nicheNav {
	padding: 2px 0px 2px 20px;
}

div.nicheNav a {
	color: White;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

div#nicheNavForensics a:hover		{ color: #C4909C; }
div#nicheNavOutsourcing	a:hover		{ color: #B19AAA; }
div#nicheNavInsurance a:hover		{ color: #92C1C9; }
div#nicheNavAssociations a:hover	{ color: #ACBB99; }

div#nicheNavForensics		{ background-color: #83011D; }
div#nicheNavOutsourcing		{ background-color: #581F48; }
div#nicheNavInsurance		{ background-color: #00778B; }
div#nicheNavAssociations	{ background-color: #4B711C; }

div.nicheSubNav {
	background-image: url(../images/shadBack_white.jpg);
	background-repeat: repeat-x;
}

div.nicheSubNav a {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	display: block;
	padding: 1px 0px 1px 20px;
	width: 180px;
}

div.nicheSubNav a.lesstall {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 20px;
	width: 180px;
	height: 15px;
}

div.nicheSubNav a.tall {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	display: block;
	padding: 9px 0px 9px 20px;
	width: 180px;
}

div#nicheSubNavForensics a:hover		{ background-color: #C4909C; }
div#nicheSubNavOutsourcing a:hover		{ background-color: #B19AAA; }
div#nicheSubNavInsurance a:hover		{ background-color: #92C1C9; }
div#nicheSubNavAssociations a:hover		{ background-color: #ACBB99; }

/***********************************************************************
 * These are the little colored squares to the left of the page titles *
 ***********************************************************************/
div.titleDecoration {
	width: 18px;
	height: 18px;
	margin-left: -20px;
	float: left;
	display: inline; /* fixes an IE bug that doubles margin width as detailed here: http://www.positioniseverything.net/explorer/doubled-margin.html */
}

div#titleDecorationVeris		{ background-color: #E58E1A; }
div#titleDecorationForensics	{ background-color: #83011D; }
div#titleDecorationOutsourcing	{ background-color: #581F48; }
div#titleDecorationResearch	{ background-color: #00778B; }
div#titleDecorationAssociations { background-color: #4B711C; }


/*********************************
 * Footer Menu Styles            *
 *********************************/

div#footer ul {
	display: inline;
	margin-left: 0;
	padding-left: 0;
}

div#footer ul li {
	color: #D5D1D2;
	display: inline;
	font-size: 10px;
	list-style: none;
	margin-left: 0;
	padding: 2px 2px 2px 2px;
}

div#footer a {
	color: #D5D1D2;
	font-size: 10px;
	text-decoration: none;
}

div#footer a:hover {
	color: #999999;
}

div#footer a:link {
	color: #D5D1D2;
}

div#footer a:visited {
	color: #D5D1D2;
}

div#footer a:active {
	color: #E97700;
}

/* Tertiary navigation, or the niche area / practice area navigation */
.subMenuArea {
	width: 200px;
	color: #675C53;
	font-size: 11px;
}

.subMenuAreaParentNode {
	 text-transform: capitalize;
}

.subMenuArea a {
	color: #675C53;
}

.subMenuArea a:link {
	color: #675C53;
}

.subMenuArea a:active {
	color: #E97700;
}

.subMenuArea a:visited {
	color: #675C53;
}

.subMenuArea a:hover {
	color: #333333;
}
.jobCategory{
    font-weight: 700;
    padding: 2px 0px;
    border-bottom: 1px solid #555;
    line-height: 1.3em;
    display: block;
    margin-top: 6px;
    color: #000;
}
a.fullName{
    display: block;
    padding: 2px 0px;
    text-decoration: none;
    color: #555;
}
a.fullName:hover
{
	color: #E97700;
}
.submitError{
	color: #f00;
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 5px;
}

a.More {
	font-size: 12px;
	line-height: 12px;
}

a.More:hover {
	color: #E97700;
	font-size: 12px;
	line-height: 12px;
}

