/*//////////////////////////////////////////////////////////
	Global Stuff
//////////////////////////////////////////////////////////*/

	/* hacks */
	
	.clearfix:after {
	   content:".";
	   display:block;
	   height:0;
	   clear:both;
	   visibility:hidden;
	}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */
	
	.hde { 
		width: 0; height: 0; 
		font: 1px/1px sans-serif; text-indent: -9999px;
		position: absolute; top:0; left: -9999px;
		overflow: hidden; background: transparent none;
	}
	* {
		padding:0;
		margin:0;
	}
	br.clear {
		height: 0.001em;
		font: 1px/1px sans-serif; /* stop IE from revealing unnecessary bg */
		text-decoration: none;
		margin: 0;
		padding: 0;
		clear: both;
	}

	/* text-indent:-9999px; line-height: 0.001em; font-size: 0.001em; */
	
	
/*/////////////////////////////////////////////////////////////////////
	Fontage
/////////////////////////////////////////////////////////////////////*/

	body, a, ul, li, p, h1, h2, h3, h4, input, select, textarea {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	
	input, select, textarea, table {
		color: #576473;
		font-size: 1em;
	}
	

/*/////////////////////////////////////////////////////////////////////
	Shell
/////////////////////////////////////////////////////////////////////*/

	/*
		General
	*/
	
	/* hide from ie on mac \*/
	html
	{
		height:100%;
		width:100%;
	}
	/* end hide */

	body
	{
		margin:0;
		height:100%;
		width:100%;
		padding:0;
	}
	
	/*
		Background
	*/
	#art
	{
		/*background: url(../../../images/bg/bg1.jpg) no-repeat;
		background-position:top right;*/
		width:100%;
		height:900px;
	}

	/*
		Top Section
	*/
	
	#holder
	{
		margin-left:5%;
		width:744px;
	}
	
	#topsection
	{
		background: url(../../../images/panels/topsection.png) no-repeat;
		width:744px;
		height:25px;
		padding-top:155px;
		padding-left:20px;
	}
	
	#topnav
	{
		width:744px;
		height:30px;
	}
	
	#topnav a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		color:#bebebe;
		margin-right:30px;
		height:30px;
	}
	
	#topnav a:hover
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		color:#FFFFFF;
	}
	
	#middlesection
	{
		background: url(../../../images/panels/middlesection.png) no-repeat;
		width:744px;
		height:10px;
	}
	
	#middlecontent
	{
		background: url(../../../images/panels/middletile.png) repeat-y;
		width:744px;
	}
	
	#bottomsection
	{
		background: url(../../../images/panels/bottomsection.png) no-repeat;
		width:744px;
		height:30px;
	}
	
	#leftcolumn
	{
		width:159px;
		margin-left:15px;
		float:left;
		display:inline;
	}
	
	#centercolumn
	{
		width:344px;
		margin-left:22px;
		display:inline;
		float:left;
	}
	
	#rightcolumn
	{
		width:159px;
		margin-left:20px;
		float:left;
		display:inline;
	}
	
	#footer
	{
		background: url(../../../images/panels/footer.png) no-repeat;
		width:744px;
		height:36px;
		padding-top:5px;
	}
	
	#footer table
	{
		margin-left:16px;
		width:705px;
	}
	
	#footer td
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:9pt;
		color:#FFFFFF;
		width:235px;
	}
	
	#footer td a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:9pt;
		color:#FFFFFF;
	}
	
	#phone
	{
		text-align:left;
	}
	
	#email
	{
		text-align:center;
	}
	
	#copyright
	{
		text-align:right;
	}
	
	
	
	
	
	
	