/* Internal styles */

div.contentLeft{
	width:340px;
	float:left;
	margin-right:13px;
	clear:left;
}
div.textContent{
	width:400px;
}

div.contentRight, div.contentRightFeatured, div.contentRightSearch, div.contentRightCaseStudy{
	width:182px;
	float:left;
}
div.contentRightFeatured{
	width:158px;
	background:#F3F3F3;
	padding:13px 10px;
}
div.contentRightCaseStudy{
	width:175px;
	background:#F3F3F3;
	padding:0;
}

div.contentRightCaseStudy p.photo{
	padding:0;
}

div.contentRightCaseStudy h4 {
	padding:16px 8px 0 8px;
}
div.contentRightCaseStudy p{
	padding:0px 8px 10px 8px;
}


div.contentRightSearch{
	float:right;
	padding-top:6px;
}

div.contentRight div.logos{
	padding-top:19px;
}
div.contentRight div.logos img{
	padding-bottom:13px;
}
/* Three col layout */
div.threeColLayout{
	margin-top:10px;
	float:left;
}
div.col{
	width:162px;
	float:left;
	margin-right:13px;
	/* background:red;*/
}
div.colNoPad{
	width:162px;
	float:left;
	margin-right:0;
	/* background:red;*/
}

div.colLeft{
	width:164px;
	float:left;
	margin-right:12px;
}
div.colRight{
	width:164px;
	float:left;
	margin-right:0px;
}
div.colLeftBox{
	width:150px;
	float:left;
	margin-right:12px;
	border:1px #9950B2 solid;
	padding: 0 6px;	
}
div.colRightBox{
	width:150px;
	float:left;
	margin-right:0px;
	border:1px #9950B2 solid;
	padding: 0 6px;
}
div.colLeftNoBorder{
	width:164px;
	float:left;
	margin-right:12px;
}
div.colWide{
	width:252px;
	float:left;
	margin-right:13px;
}
div.colPad {
	margin-top:16px;
	margin-bottom: 3px;
}
div.threeColLayout p{
	margin:0;
	padding:0 0 8px 0
}
div.purpleBg {
	background:#EBDCF0;
	height:180px;
	padding:10px 10px 4px 10px;
	width:144px;
}
div.greyBg {
	background:#EEEEEE;
	height:150px;
	padding:10px 10px 4px 10px;
	width:144px;
}

/* ---------------- wide layout ----------------
div.logoBar {
	margin-top:17px;
}
div.logoBar img{
	margin-right:20px;
}


div.padBottom80 {
	padding-bottom:80px;
}
div.marginTop114 {
	margin-top:114px;
}*/

/* toolbox page */

div.menuItem {
	width:525px;
	float:left;
	clear:both;
	padding:3px 0 3px 10px;
	background:#CCCCCC;
	margin:4px 0 0 0;
}

div.menuItemLit {
	background:#9950B2;
}
div.menuItemLitW {		background:#9950B2; color:#FFF;
	font-weight:bold;
	text-decoration:none;}
	
div.menuItem a:link, div.menuItem a:visited {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

div.menuItemLit a:link, div.menuItemLit a:visited {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

div.menuItem a:active, div.menuItem a:hover, div.menuItem a:focus, div.menuItemLit a:active, div.menuItemLit a:hover, div.menuItemLit a:focus {
	text-decoration:underline;
}

div.subMenuItem {
	padding:3px 0 3px 10px;
	background:#DEC7E6;
	margin:0;
}

div.subMenuItem a:link, div.subMenuItem a:visited {
	color:#000;
	text-decoration:none;
	margin-right:20px;
	font-weight:normal;
}

div.subMenuItem a:active, div.subMenuItem a:hover, div.subMenuItem a:focus {
	text-decoration:underline;
}

div.subMenuItem a.lit:link, div.subMenuItem a.lit:visited {
	font-weight:bold;
}

div.subMenuContent {
	width:525px;
	float:left;
	clear:both;
	padding:20px 0 10px 10px;
	background:#F5EDF7;
	margin:0;
}

/* feedback page */
table.feedback {
	width:350px;
	padding:0;
	margin:0;
}
table.feedback tr td{
	padding:8px 0 4px 0;
	margin:0;
	text-align:left;
	vertical-align:top;
}

table.feedback tr td.end{
	padding:6px 0 4px 0;
	text-align:right;
}

table.feedback input.reqInfo, table.feedback textarea.reqInfo{
	width:200px;
}
table.feedback select.reqInfo {
	width:207px;
	font-size:100%;
}
input.sendForm {
	border:0;
	background:transparent;
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	font-size:100%;
	margin:17px 0 0;
	text-align:right;
	cursor:pointer;
}

/* search page */
div.searchfurniture, div.searchfurnitureTop{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	float:left;
	width:340px;
	padding:5px 0;
	margin-bottom:23px;
}
div.searchfurnitureTop{
	border-bottom:0;
	margin-bottom:0;
}



/* future commitments */
table.commitments {
	text-align: left;
	width:530px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	margin:0 0 20px 0;
	float: left;
}
table.commitments th.header, table.commitments th.headerMid {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding:6px 8px 5px 6px;
}
table.commitments th{
	padding:6px 8px 5px 6px;
	border-bottom:1px solid #DFDFDF;
}
table.commitments th.header {
	background: #EEE;
	color: #000;
}
table.commitments th.headerMid {
	background: #9950B2;
	color: #FFF;
}

table.commitments td  {
	padding:10px 10px 12px 6px;
	border-bottom:1px solid #666666;
}
table.commitments td.mid {
	background: #F8F3FA;
	color: #000;
}


/* stakeholder map */
table#stakeholder {
	font-size: 80%;
	margin-bottom:10px !important;
}

table#stakeholder, table#stakeholder td, table#stakeholder th {
	border-collapse: collapse;
	border: solid #D0D0D0 1px;
	padding: 0;
	margin: 0;
}
table#stakeholder td {
	text-align: center;
	vertical-align: middle;
}
span.stakeholder {color: #CC1233;}

/* sigs */
div.sig_ar_gardner {
	background:url("../images/text/sig_sirRoyGardner.gif");
	background-repeat:no-repeat;
	width:150px;
	padding-bottom: 15px;
}

div.sig_ar_dawson{
	background:url("../images/pictures/sig_GrantDawson.gif");
	background-repeat:no-repeat;
	padding-bottom: 15px;
}




/*privacy*/
div.OLContainer {
	clear:both;
	width:100%;
}

div.OLContainer div.listNumber {
	width:25px;
	float:left;
}

div.OLContainer div.listContent {
	width:375px; 
	float:left;
}

div.OLContainer div.listContent ul{
	list-style-type:disc;
}



