/* BEGIN BAIRD PRINT CSS -----------------------------------------> */

/* Hide these */
#menuWrapper,
#udm,
#topLinks,
#header form,
.contentNavbar,
#accessories,
.contentSide .stndForm,
.bioLetters,
.bioContact .vcard,
.subsubNav {
	display: none;
}	

body {
	padding: 0px 0px 0px 0px;
}

#body {
	border: none;
}

h1,
h1.extended {
	width: auto;
}

#header {
	height: 1px;
}

#logo {
	display: block;
	padding: 0px 0 20px 0;
}

#index #boxes {
	width: 730px; /* IEs can handle the auto, but FF needs width */
	!width: auto;
}

#index #leftBoxes {
	float: left;
}

#index .normalBoxLeft,
#index .normalBoxRight {
	clear: left;
	float: left;
	width: 400px;
	padding: 20px 0 0 0px;
}

#index #spotArea {
	float: right;
	width: 268px;
}

#index #spotBox .spotLeft {
	width: 130px;
}

#index #spotBox .spotRight {
	float: right;
	width: auto;
}

#index #spotArea .title {
	padding: 20px 0 0px 7px;	
}

#index #contentWrapper {
	padding: 20px 0 0 0;
	!padding: 8px 0 0 0;
	background: none;
}

#contentWrapper {
	clear: both;
	padding: 0px 0 0 0;
	background: none;
	
	overflow: visible !important; /* neede for FF not to puke */
	height: 100% !important; /* neede for FF not to puke */
	
	!overflow: hidden !important; 
	!height: auto !important; 
}

.contentSide {
	width: 160px;
	padding: 12px 0px 20px 0px;
}

.contentMainCol {
	width: 530px; /* IEs can handle the auto, but FF needs width */
	!width: 469px;
	margin-left: 180px;
	!margin-left: 200px;
	padding: 0 0px 30px 0;
}

.bioContact {
	width: auto;
	background: none;
	border: 1px solid #ccc;
	border-bottom: 1px solid #005953;
}

.bioListItem {
	clear: both;
	margin: 5px 0 5px 0;
	padding: 2px 3px 10px 3px;
	
	overflow: visible !important; /* neede for FF not to puke */
	height: auto !important; /* neede for FF not to puke */
}

.multiListBoxLeft,
.multiListBox {
	width: auto;
	float: none;
}

.pracContact {
	width: auto;
	background: none;
	border: 1px solid #ccc;
	border-bottom: 1px solid #005953;
}

ul.threeColumnLeft,
ul.threeColumn {
	width:150px;
	float:left;
}

.newsRow .info {
	width: 360px; /* IEs can handle the auto, but FF needs width */
  	!width: auto;
}

.viewMore a {
 	padding-left: 0px;
}



#footer {
	width: auto;
	margin: 0px 0 0 0px;
	
	overflow: hidden !important;
	!height: 20px !important;
}


/* END BAIRD PRINT CSS -------------------------------------------> */
