@media print{
body {
	background-color: #fff;
	background-image: none;
}
ol {
	padding-left:30px;		
}

#logoAndTitle {
	height: 107px;
	position: relative;
	float: left;
	width: 50%;
}
#logo {
	padding: 25px;
	margin-right: -115px;
}
#logo a {
	background: url(/images/tablet_logo.png) no-repeat 0 0;
	width: 65px;
	height: 57px;
}
#pageTitle{
	font-size: 200%;
	letter-spacing: 1px;
	line-height: 100%;
	height: 107px;
	margin-left: 115px;
	
	/* ie 7 hack */
	*height: 67px;
	*padding-top: 40px;
}
#pageTitle ul{
	padding: 0;
	margin: 5px;
	list-style: none;
	height: 10px;
	overflow: hidden;
}
#pageTitle ul li{
	float: left;
}


/************ 6. Main Content ************/

/*  New two column styles  */
	
.sidebarRight {
  float: right;
  height: 100%;
  min-height: 215px;
  width: 33%;
}

.bigLeft {
  float: left;
  min-height: 215px;
  width: 65%;
  margin-right: 2%;
}
.flexWrapLeft {
	margin-right: 340px;	
}

.sidebarLeft {
  float: left;
  height: 100%;
  min-height: 215px;
  width: 33%;
}
.bigRight {
  float: right;
  margin-left: 2%;
  min-height: 215px;
  width: 65%;
}

.halfLeft {
	width: 48%;
	padding-right: 2%;
	float: left;	
}
.halfRight {
	width: 48%;
	padding-left: 2%;
	float: right;	
}
	
/*  END New two column styles  */



/*  Equal Three column styles  */
.threecolright-top {
  float: left;
  width: 45%;
}
.rightcol_wrapper {
  width: 100%;
  padding-left: 2%;
  float: left;
}
.threecolright-bottom {
  float: left;
  padding-left: 2%;
  width: 45%;
}
.threecolleft {
	width: 45%;
	padding-left: 2%;
	float: left;		
}	
.threecolmiddle {
	width: 45%;
	padding-left: 2%;
	float: left;		
}	
/*  END Equal columns styles  */


/*Large Left - Small middle and right column */
.colrightsmall-top {
	width: 45%;
	padding-left: 2%;
	float: left;
	
}
.colrightsmall-bottom {
	width: 45%;
	padding-left: 2%;
	float: left;		
}
.colleftlarge {
	width: 45%;
	padding-left: 2%;
	float: left;		
}	
.colmiddlesmall {
	width: 45%;
	padding-left: 2%;
	float: left;		
}	

/*  END Large Left column styles  */

.contentArea {
	padding: 20px;
	font-size: 100%;
}
#sidebarRight {
	float: right;
	display: block;
	height: 100%;
	border-left: 1px solid #ccc;
	min-height: 215px;
	width: 33%;
	padding-left:20px;
}
#sidebarLeft {
	float: left;
	display: block;
	height: 100%;
	border-right: 1px solid #ccc;
	min-height: 215px;
	width: 33%;
	margin-right:20px;
}
#mainContent {
	min-height: 215px;
	float: left;
	width:67.5%;
	padding-right: 10px;
}

.formleft {
	width: 25%;
}
	
#recaptcha {
  margin: 0;
}

/************ 7. Department Footer ************/

#footer {
	background-color: #617736;
	padding: 0;
}

/************ 8. Global Footer ************/


/************ 11. Mobile-Only Content ************/


.desktoponly {
	display: inherit;
}
.mobileonly {
	display :none;
}

.mobileandtablet {
	display: inherit;
	}


/**************** 12. Responsive Tables ****************/

.preTd {
	display: none;
	float:none;
}
.postTd {
	width: inherit;
	padding: inherit;
	float:none;
	padding-right: 5px;
}
.rightTd {
	float:none;
	width:100%;	
}
table.heads  {
	display:table;	
}
.heads tbody {
	display:table-row-group;	
}
.heads th {
	display:table-cell;	
}
.heads td {
	display:table-cell;	
}
.heads tr, .heads .headsAdapt  {
	display:table-row;	
}
.heads .nohead {
	display: none;
}
/*printing */
body * {
  visibility: hidden;
}

#wrapper {
	width: 760px !important;	
}

#logoAndTitle, #logoAndTitle * {
  visibility: visible;
}

#deptNavBar {
  visibility: visible;
  background: url("/images/deptnavback.png") repeat-x scroll 0 0 #4D7123;
  clear: both;
  display: block;
  height: 25px;
  padding: 0;
  width: 100%;
}

.contentArea, .contentArea * {
  visibility: visible;
}

.flex-container, .flex-container *, #slider1, #slider1 * {
  display: none;
  visibility: hidden;
}

.footerFirstcolumn, .footerColumns, .footerSocial {
  display: none;
}

#footer * {
  color: #000000 !important;
}

#footerDept, #footerDept * {
  visibility: visible;
  color: #000000 !important;
}

.footerAddress, .footerAddress *, .footerAddress h4 {
  color: #000000 !important;
  visibility: visible;
  background: #ffffff;
  background-image: none;
}

.footerAddress {
  margin-top: 0;
  background: #ffffff;
  background-image: none;
}

}

