/* Remove unwanted elements */
#logocontainer, #logo, #ripple, #header, #top-subbar, .noprint, #leftcol, .leftboxhead, .navmenu, #footer
{
display: none;
}

/* Ensure the content spans the full width */
#container, #rightcol
{
width: 100%; margin: 0; float: none;background:transparent;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}


/* STRUCTURE */
body {
	font-size:10pt;
	font-family:arial,"times new roman", times,serif;
	line-height:1.3;
	margin:0px;
	color:#333;
	text-align:center;
	background:white;
}
/* TOP SECTION */
#printlogo {
	height:83px;
	background-color:#345831;
	margin:0px auto;
	width:800px;
	display:block;
}
#logocontainer {
	height:81px;
	background-color:#345831;
	margin:0px auto;
	width:800px;
	background:url(../images/furniture/printlogo.jpg);
}
#logo{
	width:482px;
	height:69px;
	float:left;
	margin-top:5px;
	margin-left:5px;
}
#ripple{
	float:right;
}

#maincontainer {
	margin:10px auto;
	padding:0;
}

.navmenu td {
	text-align:right;
}


/*CONTENT COLUMNS*/
.threecols {
	font-size:90%;
	margin-bottom:10px;
}
.threecol-left {
	float:left;
	width:180px;
	margin-right:20px;
	overflow:hidden;
}
.threecol-middle {
	float:left;
	width:180px;
	margin-right:20px;
	overflow:hidden;
}
.threecol-right {
	float:left;
	width:180px;
	margin-right:10px;
	overflow:hidden;
}


/* General Style Rules */
.left {
	float:left;
}

.right {
	float:right;
}

h1 {
	font-size:200%;
	color:#333;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	font-weight:bold;
	line-height:1;
}
h2 {
	font-size:160%;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-bottom:3px;
}
h3 {
	font-size:130%;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}
h4 {
	font-size:100%;
	font-weight:bold;
	color:#1F4781;
}
h5 {
	text-decoration:underline;
	color:#1F4781;
}
h6 {
	font-weight:bold;
	text-decoration:underline;
}
h7 {
	font:normal normal normal 100% sens-serif;
}

a{
	text-decoration:none;
	color:#1F4781;
}

a:hover {
	text-decoration:underline;
	color:#000;
}
ul, li {
	list-style-image:url(../images/furniture/list_button.gif);
	list-style-position:outside;
	list-style-image:url(../images/furniture/list_button.gif);
	margin-bottom:5px;
}


/* CLEARFIX */
.clearfix:after {content: ".";display: block;height: 0px; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
div.clearfloats {clear:both;height:10px;}
/* backslash hack hides from IE mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */
.clear {clear:both}

/* SITEMANAGER SPECIFIC STYLES */
.title{
}

/*STORY STYLES */
.storyimg {
	float:right;
	margin:0px 0px 8px 8px;
	display:visible;
}
.storylink{
	font-family:sans-serif,Verdana, Arial, Helvetica, sans-serif;
	color:#205698;
	text-decoration:none;
	margin-top:3px;
	line-height:1.5;
}
.storylink:hover{
	font-family:sans-serif,Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:underline;
	margin-top:3px;
}
.storyrelated{
	font-weight:bold;
	line-height:1.5;
}
.storytitle{
}
.storybody{
	line-height:1.5;
}
.storybody ul,
.storybody li{
	margin-left:15px;
	list-style-type:disc;
}

/* SITEMAP */
.sitemap {
	line-height:1.5
}
