/*Harris Partners CSS*/

/* General properties
------------------------------------------------*/

body {
	color:#fff;
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;  /* -- font family for general typography -- */
	font-size:11px;
	line-height:170%;
	text-align:center;
	background-image:url(/images/background.jpg);
	background-repeat:repeat-x;
	background-color:#003376;
}

/* HTML Element Properties */


a:link, a:visited, a:active {
	color: #7FB1F2;
	text-decoration: none;

}

a:hover {
	color: #fff;
	text-decoration: underline;
}

p {
	margin:0;
	padding:0;
	padding-bottom:15px;
}
		
h1, h2 { margin:0; padding:0;}

h3, h4, h5 { margin:0 0 1em 0; padding:0;}
	
h1 { font-size: 2.0em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }
	
div {
	margin:0;
	padding:0;
	height:auto;
	width:auto;
	text-align:left;
	/*border:1px dashed #333;*/

}

form, input {
	margin:0;
	padding:0;
}

ol, ul, li {
	/*border:0;
	margin:0;
	padding:0;
	list-style:none;*/
}

table { width:auto;}
	table th { 
		text-align:left;}
	table td {
		padding:0;
		padding-right:5px;
		vertical-align:middle;}
	
/* Global Class */

.NoUnderline { text-decoration: none;}
.clearboth { clear:both;}
.Indent {margin:0 0 0 15px;}
.disclaimer {font-size:8px;}

/* Container IDs
------------------------------------------------*/
#container {
	margin:auto;
	margin-bottom:10px;
	width:1000px;
	text-align:left;
	border-left: 1px solid #498CE3;
	border-right: 1px solid #498CE3;
	background-image:url(/images/image-bkd.jpg);
	background-repeat:no-repeat;
}


#header {
	width:100%;
	height:150px;
	/*background-color:#fff;
	background-image: url(/new/images/header-background.jpg);*/
}

#utility {
	float:right;
	padding:5px;
	margin:2px 15px;
	font-size:10px;
	font-weight:bold;
	top:3px;
}


#utility a:link, a:visited, a:active {
		color:#fff;
		text-decoration:none;
}

#utility a:hover {
		text-decoration: underline;
		color:#fff;
}
	
#header a img {
	float:left;
	margin:0px;
}


#globalNav { 
	width:100%;
	float:left;
	margin:110px 0 0 0;
	/*background-color:#fff;*/
	font-size:12px;
}

#bodyBox {

}

#crumbtrail {
	padding:0 0 0 10px;
	width:95%;
	float:left;
	color:#777;
	font-size:10px;}
	#Crumbtrail a:link, 
	#Crumbtrail a:visited{
		color:#777;
		text-decoration:underline;}
		#Crumbtrail a:hover{
			color:#000;
			text-decoration:underline;}

#subNav {
	float:left;
	width:176px;
	margin:5px 10px 0 0;
	/*background-color:#fff;*/
	border:0;
}


#mainContent {
	float:right;
	text-align:left;
	font-size:12px;
	margin:5px 0 0 0;
	/*height:500px;*/
	width:800px;}

#mainContent #prop {
	float:right;
	width:1px;
	height:420px;
	border:0;
	
}

#mainContent.homepage {
	float:right;
	text-align:left;
	margin:5px 0 0 0;
	width:1000px;}

#mainContent h1 {
	margin:5px 0 10px 0px;
	padding:0;
	width:795px;
	float:left;}

#mainContent h2 {
	margin:5px 0 10px 0;
	padding:0;
	width:100%;
	float:right;}

#mainContent p, #mainContent form {
	margin:5px 20px 10px 20px;
	padding:0;
	width:70%;
	float:right;}

#mainContent p.gallery {
	margin:5px 20px 10px 10px;
	padding:0;
	width:85%;
	float:right;}

#mainContent a img {
	margin:10px;
	padding:0;
	/*float:left;*/}

#mainContent #leftClient {
	float:left;
	width:185px;
	height:350px;
	border:1px solid white;

	margin:10px;
	padding:5px;
}

#mainContent #leftClient a {
	font-weight:bold;
	font-size:14px;
}

#mainContent #leftServices {
	float:left;
	width:180px;
	height:auto;
	border:1px dotted white;
	/*font-weight:bold;*/
	margin:10px 5px 10px 0;
	padding:5px;
	visibility:hidden;
}

#mainContent #wrapper {
	float:right;
}

#mainContent #middleClient {
	float:left;
	width:230px;
	height:350px;
	border:1px solid #7FB1F2;

	margin:10px;
	padding:5px;
}

#mainContent #middleClient a {
	font-weight:bold;
}

#mainContent #rightClient {
	float:right;
	width:275px;
	height:auto;
	border:1px dotted white;

	margin:10px;
	padding:5px;
}

#footer {
	color:#777777;
	float:right;
	width:100%;
	margin:20px 0 0 0;
	padding:0;

	/*border-top:1px solid #999999;*/}
	
#footer a:link, a:visited, a:active {
	color:#ccc;
}

#footer a:hover {
	color:#fff;
	text-decoration:none;
}

#footer #darkbox {
	width:100%;
	margin:15px 0 0 0;
	padding:0;
	background-color:#001522;
	height:23px;
}

#footer #darkbox #copyright {
	float:left;
	margin:2px 0 4px 10px;
	color:#fff;
}

#footer #darkbox #footlinks {
	float:right;
	margin:2px 10px 4px 0;
	color:#fff;
}

#footer #address {
	color:#dadada;
	float:left;
	font-size:12px;
	text-align:left;
	margin-left:10px;
}

#footer #disclaimer {
	color:#dadada;
	float:right;
	font-size:10px;
	text-align:right;
	width:520px;
	margin-right:10px;
}

#footer #disclaimer a {
	text-decoration:underline;
}

	
/* /Container ID styles for layout - (items used ONLY once per page) ------------------------------------------------*/

/* Container CLASS styles for layout - (items that can be used more than once per page) 
------------------------------------------------*/
div.Highlight_Primary {
	width:200px;
	height:200px;
	float:left;
	padding:0px;
	text-align:center;
	margin:5px 10px 10px 0px;
	/*border-left:1px dashed #333;
	border-bottom:1px dashed #333;*/
	background-image:url("../images/common/placeholder-200.jpg");
	}
	
div.Highlight_Secondary {
	float:left;
	margin:5px 0 5px 0;}
/* /Container CLASS styles for layout - (items that can be used more than once per page) ------------------------------------------------*/



/* Homepage specific properties 
------------------------------------------------*/
#HomePhoto { border:0px dashed #333;}
	#HomePhoto h1 { display:none;}  /*-- This hides the text, but allows for an h1 tag to contain keywords on the homepage --- */

#HomeContent {
	text-align:left;
	float:left;
	padding-left:5px;
	padding-right:0px;}

	#HomeContent h2 { 
		padding:15px 0 5px 0;}
		
/* /Homepage specific properties ------------------------------------------------*/


/* globalNav properties
------------------------------------------------*/	
	#globalNav ul { 
		border:0;
		margin:0;
		padding:0;
		float:left;
		margin-left:6px;
		list-style:none;
	}

	#globalNav ul li img {
		margin-top:4px;
	}
	
	#globalNav li {
		border:0;
		margin:0;
		padding:0;
		float:left;
		list-style:none;}
	
		#globalNav li a:link,
		#globalNav li a:visited, 
		#globalNav li a:active {
			padding:6px 5px;
			margin:4px;
			/*border: 1px solid #000;*/
			text-decoration:none;
			color:#fff;
			float: left;
			display: block;}
			
			#globalNav li a:hover {
				color:#002d8c;
				background-color:#fff;
				/*border:0px solid #005395;*/}

	/*-- sticky global nav --*/
	body#SectionOne #globalNav a#About { 
		color:#fff;
		background-color:#005395;
		border:1px solid #005395;}
		
	body#SectionTwo #globalNav a#BedroomFurniture { 
		color:#333;
		background-color:#005395;
		border:1px solid #005395;}
		
	body#SectionThree #globalNav a#LivingRoomFurniture { 
		color:#333;
		background-color:#005395;
		border:1px solid #005395;}

/*
	If images are used for global nav buttons...
		#globalNav li a span {display: none;}
		#globalNav a { 
			height: 28px;
			background-position: 0 0;}
		#globalNav a:hover { background-position: 0 -28px;}
		#globalNav a# { 
			width: 116px;
			background-image: url(/Images/Common/Nav_About.gif); }
		body#About #globalNav a#About { background-position: 0 -28px;}
*/

/* /globalNav properties ------------------------------------------------*/


/* Sub nav properties 
------------------------------------------------*/
#subNav ul {
	border:0;
	margin:0;
	padding:0;
	margin:10px 0 20px 0;
	padding:0;
	list-style:none;
	width:100%;}
	#subNav ul li { font-size:14px;list-style:none;	border:0;margin:0;padding:0;/*background:transparent url(/Images/Common/subNav_Bullet.gif) no-repeat 3px 10px;*/}
		#subNav ul li a:link,
		#subNav ul li a:visited,
		#subNav ul li a:active {
			display:block;
			width:167px;
			padding:3px 0 3px 13px;
			line-height: 16px;
			color:#999;
			text-decoration: none;}
		#subNav ul li a:hover{
			color:#fff; 
			padding:3px 0 3px 13px;
			text-decoration: none;
			/*background-color:#333;
			background:transparent url(/Images/Common/subNav_HoverGradiant.gif) repeat-y top right;*/}
	/* 2nd level subnav -------------------------------- */
		#subNav ul ul { 
				padding:0 0 5px 0;
				margin:0;
		}
		#subNav ul ul li { font-size:12px;/*background:transparent url(/Images/Common/subNav_Bullet.gif) no-repeat 13px 10px;*/}
		#subNav ul ul li a:link, 
		#subNav ul ul li a:visited,
		#subNav ul ul li a:active {
			display: block;
			padding:4px 0 4px 23px;
			width: 157px;
			color: #999;
			text-decoration: none;}
		#subNav ul ul li a:hover{
			color:#fff; 
			padding:4px 0 4px 23px;
			text-decoration: none;
			/*background-color:#333;
			background:transparent url(/Images/Common/subNav_HoverGradiant.gif) repeat-y top right;*/}
	/* /2nd level subnav -------------------------------- */

/* /Sub nav properties ------------------------------------------------*/


/*	 Pop-up window properties 
	------------------------------------------------
	body#PopUp { background:transparent;}
	body#PopUp #Container { margin:0 auto; text-align:center;}
	body#PopUp #PageID {
		width:97%;
		margin:0 auto 5px auto;
		padding:14px 0 5px 0;
		float:none;
		text-align:left;}

	body#PopUp #MainContent {
		float:none;
		width: 97%;
		margin:0 auto;
		text-align:center;}
		body#PopUp #MainContent p{ margin:0 auto; padding:0;}
	
	body#PopUp table#DetailThumbImage {
		height:400px;
		width:97%;
		padding:0;
		text-align:center;}
		body#PopUp table#DetailThumbImage #Placement{
			text-align:center;
			padding:0;
			vertical-align:middle;}
	
	body#PopUp #Footer {
		width:97%;
		margin:0 auto;
		text-align:left;
		float:none;}
		
	body#PopUp .Products-DetailThumbLinkPDF { float:none;}
		
	#PopUpUtilityLinks {
		position:absolute;
		top:10px;
		right:15px;
		width:240px;}
	
	#PrintPage {
		margin:0 0 0 15px;
		text-align:left;
		float:right;}
		#PrintPage a:link,
		#PrintPage a:visited{
			font-size:12px;
			padding:4px 4px 4px 18px;
			background:transparent url(/Images/Common/Icon_PrintPage.gif) no-repeat center left;}
			
	#CloseWindow {
		margin:0 0 0 15px;
		text-align:left;
		float:right;}
		#CloseWindow a:link,
		#CloseWindow a:visited{
			font-size:12px;
			padding:4px 4px 4px 18px;
			background:transparent url(/Images/Common/Icon_CloseWindow.gif) no-repeat center left;}
	
/Pop-up window properties ------------------------------------------------*/

/* Press Releases properties 
------------------------------------------------*/
#NewsListing ul {
	margin:10px 0 20px 0;
	width:100%;}
	#NewsListing li {
		width:100%;
		height:auto;
		background:transparent url(/Images/Common/subNav_Bullet.gif) no-repeat 1px 9px;}
		#NewsListing ul li a:link,
		#NewsListing ul li a:visited{
			display:block;
			width:auto;
			margin:-25px 0 10px 0;
			padding:6px 0 6px 75px;
			line-height: 16px;
			color:#646464;
			text-decoration:underline;}
		#NewsListing ul li a:hover{
			color:#B1281B; 
			text-decoration: none;}
			
#NewsListing ul li .date{
	padding-left:10px;}

/* /Press Releases properties ------------------------------------------------*/

/* Site Map properties 
------------------------------------------------*/
#SiteMapLinks {
	margin:0 0 0 15px;
	width:700px;}

#SiteMapLinks h4{
	display:block;
	margin:0 0 5px 10px;}
	
#SiteMapLinks ul {
	margin:0 0 5px 0;
	width: 100%;}
/* /Site Map properties ------------------------------------------------*/


/* Form Element properties 
------------------------------------------------*/
select.DropDown,
input.TextField {
	background-color: #FFF;
	color: #333;
	width: auto;
	border:1px solid #999;
	text-decoration: none;
	font-size:100%;
	padding:2px;}
input.SubmitButton {
	background-color: #fff;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	font-size:100%;
	padding:1px;
	border:1px solid #999;}
/* /Form Element properties ------------------------------------------------*/
