/* CSS Document */
/****************** General stuff *****************/

body {
	background: #fff;
	color: #333;
	padding: 0;
}
#sizer {
	width: 100%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  margin: 0;
  padding: 0;
}
#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0;
	width: 100%;
	position: relative; /* makes #expander visible outside #sizer in IEwin */
  /*background: transparent url('../img/awbg_misc.png') no-repeat 0px 0px;*/
}
#wrapper1 {
  background: transparent; /* this clears the left column background for print */
} 
/* this positioning may be needed for IEwin if page is to contain positioned elements */

/****************** Page top navigation *****************/

div.topnav	{
	display: none;
}

/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are
marked "critical" and also refer to the desired mod MUST be changed as a group. */
.outer {
  background: transparent;  /* this clears the outer background for print */
  margin: 0;
  width: 100%;
}
.float-wrap {
	float: none;
}
.center {
	float: none;
	margin: 90px 0 0 0;
	padding: 0;
	border: 0;
}
.left {
	display: none;
}
.right {
	display: none;
}
.innerleft {
	display: none;
}
.centerbox {
	width: 100%;
	margin: 0;
}

/*************** Header, footer and comment elements *****************/

#header {
  width: 100%; /*critical width for IE */
	background: transparent; /* clears the header bg for print */
}
.footer {
	width: 100%;
	background: transparent; /* clears the footer bg for print */
}

div#maincomment {
	background: #f7f7ef;
	color: #333333;
	border: 1px #fff dashed;
}

/************** Spacing Controls for various column contents ***************/

.outer ul, dl {
	margin: 10px 0;
}
.textpadderc a:link[href^="/"]:after {
  content: " ( http://www.company.com" attr(href) " ) "; /* [needs dynamic content in here for site URL ] */
   }
.textpadderc a:link:after, #content a:visited:after {
   content: " (" attr( href ) ") ";
}

/************** Typography Base Rules *************/


/************** Image stuff *************/

/************** Forms stuff *************/

form.form1 {
  display: none;
}

/************** Table stuff *************/

/**************** Utility Rules *******************/

.tools {
	display: none;
}


