/********************************************************************************
 *				MISC															*
 ********************************************************************************/

* 
{
	margin:0;
	padding:0;
}
p
{
	margin-bottom:1em;
	line-height:1.4em;
}
.clear_float
{
	clear:both;
	height:0px;
	overflow:hidden;
}
 .hidden
{
	display:none;
}
#flash {visibility:hidden;}

/********************************************************************************
 *				GLOBALS															*
 ********************************************************************************/

body
{
	padding:0;
	margin:0;
	/*background-color: #dddcca;*/
	background-color: #fff;
	min-width:600px;
	font-family:Arial, Helvetica, sans-serif;
}
#container
{
	background-color: #fff;
	/*background-image: url(/assets/interface/bk_lightgray_gradient.gif);
	background-repeat: repeat-x;*/
	padding: 0 0 15px 0;
	margin:0;
	text-align: center;
	width: 100%;
	border-bottom:15px solid #eee;
	overflow:hidden;
}
#layout
{
	background-color: #fff;
	/*background-image: url(/assets/interface/bk_lightgray_gradient.gif);
	background-repeat: repeat-x;*/
	color: #333333;
	margin: auto;
	padding: 15px 0 0 0;
	width: 900px;
	overflow:hidden;
}

a img{
	border-width:0px;
}

/********************************************************************************
 *				HEADER															*
 ********************************************************************************/
#contain_header
{
	/*background-image: url("/assets/interface/header_bk.gif");
	background-repeat: repeat-x;
	text-align: center;*/
}
#contain_header_setwidth
{
	margin: auto;
	width: 900px;
}
#siteid_content
{
	width: 287px;
	height:80px;
	float:left;
	margin:0;
	padding:0;
}
#siteid_content img
{
	margin: 0px;
	padding: 0px;
}
@media screen {
	#siteid_content h1 a
	{
		width:287px;
		display:block;
		text-indent:-5000px;
		text-decoration:none;
		line-height:80px;
	}
	
	#siteid_content h1
	{
		background: transparent url("/assets/interface/id.gif") top left no-repeat;
		border: none;
		margin:0;
		padding:0;
	}
}

#contain_search
{
	font-size: .85em;
font-weight:bold;
	float:right;
margin:30px 0 0 0;
}

#contain_search li 
{
	display:inline;
padding:0 0 0 10px;
}
#contain_search li a
{
	color:#fff;
text-decoration:none;
}

/********************************************************************************
 *				HORIZONTAL NAV														*
 ********************************************************************************/
#ContainerNav {
overflow:hidden;
width:900px;
margin:auto;
padding:0;
background-color:#fff;
}

/**** HOME *****/
a.home 
{
outline:none;
float:left;
overflow:hidden;
display: block;
width: 100px;
height: 50px;
background: url(/assets/buttons/button_home.gif) 0 0 no-repeat;
text-decoration: none;
}
a:hover.home 
{
background-position: 0 -50px;
}

/**** ABOUT *****/
a.about 
{
outline:none;
float:left;
overflow:hidden;
display: block;
width: 100px;
height: 50px;
background: url(/assets/buttons/button_about.gif) 0 0 no-repeat;
text-decoration: none;
}
a:hover.about
{
background-position: 0 -50px;
}

/**** CONTACT *****/
a.contact 
{
outline:none;
float:left;
overflow:hidden;
display: block;
width: 100px;
height: 50px;
background: url(/assets/buttons/button_contact.gif) 0 0 no-repeat;
text-decoration: none;
}
a:hover.contact
{
background-position: 0 -50px;
}
/********************************************************************************
 *				BANNER															*
 ********************************************************************************/
#contain_banner
{
	clear: both;
	display: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
/********************************************************************************
 *			BREADCRUMBS / TOOLS													*
 ********************************************************************************/
#contain_toolset, #contain_setwidth
{
	background-color: #eee;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ddd;
	text-align: center;
	width: 100%;
}
#contain_toolbar
{
	margin: auto;
	text-align: center;
	width: 900px;
}
#contain_tools
{
	float:right;	
}
#contain_breadcrumbs{
	float:left;
	height:20px;
	text-align:left;	
}
#breadcrumbs_content
{
	margin: 0;
	padding: 3px 0 2px 0;
	font-size:.9em;
color:#999;
}
#breadcrumbs_content a
{
	text-decoration: none;
color:#444;
}
#breadcrumbs_content a:hover
{
	text-decoration: underline;
}
#tools_content
{
	display: block;
}
#tools_content
{
	margin: 0;
	padding: 2px 0 0 0;
}
#tools_content img
{
	border:0;
	text-decoration:none;
	vertical-align:middle;
}

/********************************************************************************
 *			COLUMN1 / SECONDARY NAV												*
 ********************************************************************************/
#contain_column1
{
	float: left;
	width: 200px;
	margin:0 20px 0 0;
	padding:0 0 0 0;
	text-align: left;
	font-size:.9em;
line-height:1em;
}
#contain_column1 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: auto;
	padding:0;
	margin-bottom:0;
}		
#contain_column1 li
{
font-weight:bold;
}

#contain_column1 li a
{
	
	display: block;
	padding:0;
	text-decoration: none;
	color:#444;
}
html>body li a 
{
	width: auto;
}
#contain_column1 li a:hover
{
	background-color: #eee;
	color: #000;
}
.buttontitle
{
	border-top: 4px solid #ccc;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.menudivider
{
	color:#444;
	padding:2px 7px 3px 7px;
	margin:10px 0 10px 0;
	background-color:#eee;
	clear:both;
	font-weight:bold;
	
}
	
	#contain_column1 ul a:link,
	#contain_column1 ul a:visited,
	#contain_column1 ul a:hover,
	#contain_column1 ul a:active{
		text-decoration:none;
	}
	#contain_column1 ul,#contain_column1 ul li{
		margin:0;
		padding:0;
		list-style:none;
	}
	#contain_column1 ul{
		font-family: Arial, Helvetica, sans-serif;
		text-align:left;
		margin:.5em auto;
		
	}
	#contain_column1 ul ul{
		margin:0 0 0 1em;
		padding:0;
	}
	#contain_column1 ul li{
		line-height:1.3em;
		padding:0;
		margin:0;
	}
	#contain_column1 ul li.parent{
		padding-left:0;
	}
	#contain_column1 ul li.parent img{
		border:none;
		padding-right:5px;
		vertical-align: top;
	}
	#contain_column1 ul li.current li{
		padding-left:0;
	}
       .hide{
               position:absolute;
               top:0;
               left:-4000px;
       }
       .show{
               position:static;
               display: list-item;
               top:0;
               left:1em;
       }
	   #contain_column1 ul.hide li{
               padding-left: 15px;			   
       }
	   
	   ul.show li{
               padding-left: 15px;			   
       }
	   
/********************************************************************************
 *			COLUMN 2															*
 ********************************************************************************/

#contain_column2
{
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-align: left;
	width: 410px;
	line-height: 1.3em;
	font-size:.95em;
}

#contain_column2 ul {
	list-style:none;
	padding-left:1.2em;
	margin-bottom:1em;
	list-style-image:url(/assets/interface/rightarrow.gif);
}

#contain_column2 ol 
{
	padding-left:1.4em;
	margin-bottom:1em;
}

#contain_column2 a
{
	color: #333333;
}

#contain_column2 a:hover
{
	background-color: #333;
	color: #fff;
}
/********************************************************************************
 *			COLUMN 3															*
 ********************************************************************************/
  
#contain_column3
{
	float: left;
	padding: 0 0 0 0;
	margin:0 0 0 20px;
	text-align: left;
	width: 250px;
	line-height: 1.3em;
	font-size:.95em;
}
#contain_column3 ul {
	list-style:none;
	padding-left:1.2em;
	margin-bottom:1em;
	list-style-image:url(/assets/interface/rightarrow.gif);
}

#contain_column3 ol 
{
	padding-left:1.4em;
	margin-bottom:1em;
}
#contain_column3 a
{
	color: #333333;
}
#contain_column3 a:hover
{
	background-color: #333;
	color: #fff;
}

	   

/********************************************************************************
 *				FOOTER															*
 ********************************************************************************/
#contain_footer
{
	background-color: inherit;
	margin: auto;
	padding: 0;
	width: 900px;
	font-size:.9em;
}
#contain_address
{
	border-left: 10px solid #ddd;
	color: #000;
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
	text-align: left;
	width: 450px;
}
#contain_utilities
{
	float:left;
	color: #000;
	float: right;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	width: 200px;
	text-align:right;
}
#contain_utilities a:hover
{
	color: #fff;
	text-decoration: none;
}
#contain_utilities ul
{
	margin: 0;
	padding: 0;
}
#contain_utilities li
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#contain_utilities li a
{
	color: #000;
	text-decoration: none;
}

/********************************************************************************
 				YOUAREHERE.CSS													*
 ********************************************************************************/

body.home #contain_column1 li.home a,
body.contact #contain_column1 li.contact a,
body.about #contain_column1 li.about a,
body.equalcolumns #contain_column1 li.equalcolumns a,
body.equalcolumns2 #contain_column1 li.equalcolumns2 a,
body.news #contain_column1 li.news a,
body.variations #contain_column1 li.variations a,
body.baseline #contain_column1 li.baseline a,
body.color #contain_column1 li.color a,
body.tcolumn #contain_column1 li.tcolumn a, 
body.onecolnav #contain_column1 li.onecolnav a, 
body.grid #contain_column1 li.grid a,
body.tcolumnnav #contain_column1 li.tcolumnnav a,
body.default #contain_column1 li.default a 

{
	
	color: #333;
	cursor: default;
	font-weight: bold;
}

body.home a.home,
body.about a.about,
body.contact a.contact 
{
background-position: 0 -100px;
}


