/* @override http://exhibitors.heiexpo.com/CLO08/css/layout.css */

/****** Colors ******/

/*  beige	#D9CE8C  */
/*  green	#728E49  */
/*  blue  	#4972A9  */

/**********************/

/****** Contents ******/
/*  Layout Styles  */
/*  Basic Type Styles  */
/*  Table Styles  */
/*  top navigation  */
/**********************/

/*@group Layout Styles*/ 

html
{
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #000;
font-size: 65%;
}

body
{
margin: 0px 0px 0px 0px;
background-color: #4972A9;
text-align: center;
font-size: 1em;
}

#pf_header {
	display: none;
}
#container
{
background-color: #fff;
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
padding: 10px 10px 10px 10px;
}

#top
{
background-image: url("/CLO08/images/top_photo.jpg");
background-repeat: no-repeat;
width: 100%;
height: 150px;
padding: 0 0 1em 0;
border-bottom: 1px solid #728ea9;
margin: 0 0 1em 0;
}



#content_body
{
display: table;
width: 100%;
border-bottom: 1px solid #728ea9;
padding: 0 0 1em 0;
}

#left_column
{
float: left;
position: relative;
width: 25%;
}

#closets_expo {
	margin: 1em 0;
	border: 2px solid #728E49;
	padding: .5em;
}

#location {
	margin: 2em 0 0 0;
	padding: .5em;
	border-top: 1px solid #4972A9;
	border-right: 1px solid #4972A9;
	border-bottom: 1px solid #4972A9;
}

#content
{
float: right;
position: relative;
width: 73%;
padding-left: 10px;
}

#footer
{
margin: 1em 0 0 0;
background-color: #728E49;
padding: 1em;
}

#search_form
{
background-color: #4972A9;
padding: 10px 10px 10px 10px;
}

#search_form form
{
margin: 0px 0px 0px 0px;
}

#help
{
display: block;
clear: both;
width: 200px;
height: 40px;
margin: 0 auto;
background-color: #4972A9;
text-align: left;
}

#help_header
{
font-size: .9em;
text-align: left;
font-weight: bold;
text-transform: uppercase;
padding: 1em;
}


/* @end */

/* @group Basic Type Styles */

a:link {color: #4972A9; text-decoration: underline;}
a:visited {color: #0048A9; text-decoration: underline;}
a:hover, a[href $='.pdf']:hover {background-color: #4972A9; color: #fff; text-decoration: none;}
a:active {color: #cccccc;}

a[href $='.pdf']{
	padding-right: 1em;
	background: transparent url(/CLO08/images/icon_document.gif) no-repeat center right;
}

h1
{
font-size: 1.8em;
color: #4972A9;
margin: 0 0 .25em;
padding: 0;
border-bottom: 1px solid #728E49;
}

h2
{
font-size: 1.5em;
color: #728E49;
margin: .5em 0;
}

h3
{
font-size: 1.3em;
color: #4972A9;
margin: 0 0 1em 0;

}

h4 {
font-size: 1.1em;
color: #000;
margin: 0 0 .5em 1em;
font-style: italic;
}

p {
	font-size: 1.2em;
	max-width: 90%;
	line-height: 1.5em;

}

#content ul, #content ol {
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 0 0 1em 0;
	padding-left: 3em;
	max-width: 70%;
}


strong {
font-weight: bold;
}

em {
	font-style: italic;
}

.caps {
	text-transform: uppercase;
	font-variant: small-caps;
}

.indent{
	display: block;
	margin-left: 1em;
}

.note {
	font-size: .9em;
	font-style: italic;
}


/* @end */

/* @group Specific Type Styles */

#location address{
	font-style: normal;
	margin: .5em 0 .5em .5em;
	font-size: 1em;
	line-height: 1.3em;
}

#location p {
	line-height: normal;
	font-size: 1em;
}
#location h3 {
	font-size: 1.1em;
	margin-bottom: 2px;
	padding: .5em 0 0 0;
	border-bottom: 1px solid #728E49;
}

#help h4, #search_form {
	margin: 0 0 0 0;
	padding: .5em;
	color: #fff;
	font-style: normal;
}

#help a{
	color: #fff;
}

#closets_expo p {
	margin: 0;
	font-weight: bold;
	line-height: normal;
}

#content p {
	margin: 0 0 1em 1em;	
}

#content p.faq
{
font-size: 1.4em;
font-weight: bold;
margin: 0 0 0 1em;
padding: 1em 1em 0 0;
}

#content address {
font-size: 1.2em;
font-style: normal;
margin: 0 0 1em 2em;
}

ul#table_contents {
	list-style-type: none;
	font-size: 1.1em;
}

ul.nested_list li{
	font-size: .9em;
	list-style-type: none;
}

/* @end */


/* @group Table Styles */

table, table.eq_width, table.three_col {
	width: 550px;
	border-collapse: collapse;
	margin: 0 1em 2em 1em;
	border: 1px solid #000;
}

table.one_col{
	width: 250px;
	border-collapse: collapse;
	margin: 0 1em 2em 1em;
	border: 1px solid #000;
}

th
{
background-color: #728E49;
text-align: left;
font-size: 1.3em;
font-weight: bold;
color: #000000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
padding: .25em;
}

td
{
border: 1px solid #3f3f3f;
text-align: left;
font-size: 1.2em;
line-height: 1.5em;
padding: .5em;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}


.col1 {
	width: 150px;
	font-weight: bold;
	background-color: #ccc;
}

table.eq_width td {
	width: 50%;
}

table.three_col td.col1, table.three_col td.col3 {
	width: 100px;
}

table.no_border {
	width: 550px;
	border-collapse: collapse;
	margin: 0 1em 2em 1em;
	border: none;
}

table.no_border td {
	border: none;
}

/* @end */

/* @group Top Navigation Styles */

#subnav
{
width: 100%;
position: relative;
clear: both;
display: table;
background-color: #4972A9;
color: #fff;
}

#subnav div
{
display: table;
padding: 4px 4px 4px 4px;
}

#content #subnav ul
{
width: 100%;
list-style: none;
display: inline;
font-size: 1.2em;
line-height: normal;
margin: 0 0 1em 0;
}

#content #subnav li
{
margin: 0px 3px 0px 3px;
float: left;
}

#content #subnav li a
{
text-decoration: underline;
}

#subnav li a:link {color: #fff;}
#subnav li a:visited {color: #ccc;}
#subnav li a:hover {background-color: #fff;color: #4972A9;text-decoration: none;}
#subnav li a:active {}




/* @end */

@media print {

html, body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#container {
	width: 100%;
	margin: 0;
}

#pf_header
{
	display: block;
	width: 700px;
	height: 128px;
	margin: 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #4972A9;
}

#top, #left_column, #subnav
{
display: none;
}

#content
{
display: block;
margin: 0;
padding: 0;
width: 100%;
overflow: visible;
}

#footer 
{
height: 40px;
clear: both;
background-color: #ffffff;
margin: 0;
}

#footer p
{
color: #000000;
}


}


