
/* =========================== SIDEBAR ================================================= */
/* 203 is the width, 250 is the including the 20px on the left and 27px on the right */
#sidebarThreeSteps {
	float: left;
	width: 223px; 
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url( "images/newsinfo/leftnavdotted.gif" ); 
	background-repeat: repeat-y;
}

#sidebarWhatwedo {
	float: left;
	width: 223px; 
	margin: 0;
	padding-bottom: 23em;
	color: #000;
	background-image: url( "images/newsinfo/leftnavdotted.gif" ); 
	background-repeat: repeat-y;
}

#sidebarValue {
	float: left;
	width: 223px; 
	margin: 0;
	padding-bottom: 3em;
	color: #000;
	background-image: url( "images/newsinfo/leftnavdotted.gif" ); 
	background-repeat: repeat-y;
}



#sidebarReferences {
	float: left;
	width: 223px; 
	margin: 0;
	padding-bottom: 15em;
	color: #000;
	background-image: url( "images/newsinfo/leftnavdotted.gif" ); 
	background-repeat: repeat-y;
}

#sidebarAwards {
	float: left;
	width: 223px; 
	margin: 0;
	padding-bottom: 20em;
	color: #000;
	background-image: url( "images/newsinfo/leftnavdotted.gif" ); 
	background-repeat: repeat-y;
}
/* =========================== END SIDEBAR ================================================= */

#maincontent {
	float: left;
	width: 738px;
	margin: 0;
	padding: 0;
	padding: 3px 0 0 27px;
	background: #FFF; 
	color: #000;
}

#navlist
{
	margin: 0;
	padding-left: 20px;
	list-style: none;
}


#navlist li
{
	display: block;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 11px 0 10px 17px;
	width: 186px; /* set width for IE6. 186 + 17 = 203px, the width of sidebar */
}

#navlist li.last { 
	display: block;
	margin: 0;
	padding: 20px 0 0 6px;
	text-decoration: none;
	list-style: none;
	background-image: url( "images/newsinfo/leftnavbg.gif" ); width: 203px; height: 161px; 
	background-repeat: no-repeat;
	width: 197px; /* set width for IE6. 197 + 6px = 203px, the width of sidebar */
}

.leftnavbtnON {background-image: url( "images/newsinfo/leftnavbtnON.gif" ); width: 203px; background-repeat: no-repeat;}
.leftnavbtn1 {background-image: url( "images/newsinfo/leftnavbtn1.gif" ); width: 203px; background-repeat: no-repeat;}
.leftnavbtn2 {background-image: url( "images/newsinfo/leftnavbtn2.gif" ); width: 203px; background-repeat: no-repeat;}
.leftnavbtn3 {background-image: url( "images/newsinfo/leftnavbtn3.gif" ); width: 203px; background-repeat: no-repeat;}
.leftnavbtn4 {background-image: url( "images/newsinfo/leftnavbtn4.gif" ); width: 203px; background-repeat: no-repeat;}
.leftnavbtn5 {background-image: url( "images/newsinfo/leftnavbtn5.gif" ); width: 203px; background-repeat: no-repeat;}

#sidebarThreeSteps a,
#sidebarValue a,
#sidebarReferences a,
#sidebarAwards a,
#sidebarWhatwedo a { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 0;
	text-decoration: none;
	color: #000;
	margin: 0;
}

#sidebarThreeSteps a:hover,
#sidebarValue a:hover,
#sidebarReferences a:hover,
#sidebarAwards a:hover,
#sidebarWhatwedo a:hover {
	color: #FC1B19;
	text-decoration: underline;
}

#sidebarThreeSteps a.btnIcon1,
#sidebarValue a.btnIcon1,
#sidebarReferences a.btnIcon1,
#sidebarAwards a.btnIcon1,
#sidebarWhatwedo a.btnIcon1 {
	display: block;
	background-image: url( "images/newsinfo/btnIcon1.jpg" ); width: 188px; height:58px;
	margin-bottom: 0.5em;
	padding: 0;
}

#sidebarThreeSteps a.btnIcon1:hover,
#sidebarValue a.btnIcon1:hover,
#sidebarReferences a.btnIcon1:hover,
#sidebarAwards a.btnIcon1:hover,
#sidebarWhatwedo a.btnIcon1:hover {
	display: block;
	background-image: url( "images/newsinfo/btnIcon1HOVER.jpg" ); width: 188px; height:58px;
	margin-bottom: 0.5em;
	padding: 0;
}

#sidebarThreeSteps a.btnIcon2,
#sidebarValue a.btnIcon2,
#sidebarReferences a.btnIcon2,
#sidebarAwards a.btnIcon2,
#sidebarWhatwedo a.btnIcon2 {
	display: block;
	background-image: url( "images/newsinfo/btnIcon2.jpg" ); width: 188px; height:58px;
	margin: 0;
	padding: 0;
}

#sidebarThreeSteps a.btnIcon2:hover,
#sidebarValue a.btnIcon2:hover,
#sidebarReferences a.btnIcon2:hover,
#sidebarAwards a.btnIcon2:hover,
#sidebarWhatwedo a.btnIcon2:hover {
	display: block;
	background-image: url( "images/newsinfo/btnIcon2HOVER.jpg" ); width: 188px; height:58px;
	margin: 0;
	padding: 0;
}

/* =========================== CONTENT TEXT ================================================= */
/* width: 745 */
#contenttext {
	padding:0; /* 6em to fill up the space if the sidebar is longer than the content text*/
	margin: 0;
	background: #FFF;
}

#contenttext p {
	margin: 0;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;
}

#contenttext span.list {
	display: block;
	font-family: Helvetica, Arial, sans-serif;	
	margin: 0;
	padding-bottom: 17px;
	font-size: 13px;
}

#contenttext li {
	list-style-type: square;
	list-style-position: inside;
}

#contenttext a {
	display: inline;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	color: #225380;
	font-weight: bold;
}

#contenttext span.biggerred {
	display: inline;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FB1B1B;
	font-weight: bold;
}

#contenttext span.bigred {
	display: inline;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FB1B1B;
	font-weight: bold;
}

#contenttext span.red {
	display: inline;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FB1B1B;
	font-weight: bold;
}

#contenttext span.grey {
	display: inline;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	color: #707070;
	font-weight: bold;
}

#contenttext span.darkgrey {
	display: inline;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#contenttext div.trade {
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	color: #FC1B19;
	font-size: 23px;
	margin: 0;
	font-weight: normal;
}

/* =========================== THREE STEPS PROCESS ================================================= */
#contenttext .threesteps {
	display: block;
	margin: 0;
	padding-bottom: 2em;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	color: #191919;
	font-weight: none;
}

#contenttext .threesteps p {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	color: #191919;
	font-weight: none;
}

#contenttext .threesteps a {
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: none;
	color: #225380;
}
/* =========================== VALUE ================================================= */
#contenttext .value {
	display: block;
	margin: 0;
	padding-bottom: 1.3em;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #191919;
	font-weight: none;
}

#contenttext .value p {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #191919;
	font-weight: none;
}

#contenttext img.value {
		float: right;
		margin: -20px 0 0 20px;
}

#contenttext img.bullet {
		padding: 5px 13px 0 17px;
}

/* =========================== REFERENCES ================================================= */
#contenttext .references {
	display: block;
	margin: 0;
	padding-bottom: 2em;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #191919;
	font-weight: none;
}

#contenttext .references p {
	display: block;
	margin: 0;
	padding-bottom: 0.8em;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #191919;
	font-weight: none;
}

#contenttext span.referencesred {
	display: inline;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FB1B1B;
	font-weight: bold;
	padding-left: 20px;
}
/* =========================== AWARDS ================================================= */
#contenttext .awards1 {
	display: block;
	margin: 0;
	padding-bottom: 41px;
}

#contenttext .awards2 {
	display: block;
	margin: 0;
	padding-bottom: 55px;
}

#contenttext img.crn100 {
		float: left;
		margin: 0 196px 0 76px;
}

#contenttext img.njbiz {
		float: left;
		margin: 0 85px 0 42px;
}

#contenttext img.stevies2008 {
		float: left;
		margin: 0 96px 0 0;
}

#contenttext img.finest2007 {
		float: left;
		margin: 0 160px 0 43px;
}


#contenttext a:hover {
	color: #FB1B1B;
}
/* =========================== WHAT WE DO ================================================= */
#contenttext img.maze {
		padding-bottom: 2em;
}

#boxarea {
	padding: 0;
	margin: 0;	
}

#leftbox {
	float: left;
	background: #FFF;
	padding: 0;
	margin-right: 25px;
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	width: 344px;
	height:180px;
}

#rightbox {
	float: left;
	background: #FFF;
	padding: 0;
	margin: 0;
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	width: 336px;
	height:180px;
}

#leftborderbottom {
	float: left;
	margin-right: 26px;
	padding: 0;
}

#rightborderbottom {
	float: left;
	margin: 0;
	padding: 0;
}


#boxtext { 
	background: #FFF;
	font-size: 12px;
	font-family: Arial; 
	color: #000;
	padding: 1em 1em 1em 1em;
}

#boxtext p{ 
	margin: 0 0 0.3em;
}
#boxtext p.last{ 
	margin-bottom: 20px;
}

#boxtext a.title {
	font-family: Arial;
	font-size: 12px;
	color: #FB1B1B;
	font-weight: bolder;
	margin: 0 0 0.3em;
	text-decoration: none;
}

#boxtext a {
	font-size: 12px;
	text-decoration: underline;
}

#boxtext a:hover {
	text-decoration: underline;
}

#boxtext img.threestepIcon {
	float: right;
	margin: 0 0 40px 20px;
}

#content {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
	padding: 0 25px 0 0;
}

