﻿/* accessibility */

.guide { display: none; }

/* content: cols */

div.colWrapper
{
	margin: 0 0 15px 0;
	padding: 0;
}

div.colWrapper div.col
{
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	width: 425px;
}

div.colWrapper div.colThird { width: 280px; }
div.colWrapper div.colQuarter { margin-right: 9px; width: 208px; }
div.colWrapper div.colSide { width: 200px; }
div.colWrapper div.colMid { width: 440px; }
div.colWrapper div.colMain { width: 650px; }
div.colWrapper div.colFull { margin: 0 auto; float: none; width: 700px; }

p { margin-bottom: 10px; }

a { color: #800; text-decoration: underline; }
a:hover { color: #800; text-decoration: none; }

/* dividers */

.divider
{
  margin-bottom: 15px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #e2e2e2 !important;
}

/* loose ends */

.first { margin-left: 0 !important; }
.last { margin-bottom: 0 !important; }
.end { margin-right: 0 !important; }

/* alignment */

.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }
.alignJustify { text-align: justify; }

/* spacing - needs to be last in document */

.spacer { margin-bottom: 10px !important; }
.spacerMin { margin-bottom: 20px !important; }
.spacerMid { margin-bottom: 30px !important; }
.spacerMax { margin-bottom: 40px !important; }
.spacerMost { margin-bottom: 50px !important; }