/* @override 
	http://bensons.local/stylesheets/framework.css
*/

/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
a img {
  border: none;
}
ol, ul {
	list-style: none;
}

.list {
	list-style: disc;
  padding: 0 25px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

 remember to define focus styles! 
:focus {
	outline: 0;
}

 remember to highlight inserts somehow! 
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

 tables still need 'cellspacing="0"' in the markup 
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group framework */

/* @group element styles */

/* @end */
.container {
  width: 960px;
  margin: 0 auto;
  height: 100%;
}
.col {
  float: left;
  margin-left: 3.125%;
}
li.col {
  list-style: none;
}
.right {
  float: right;
}
.left {
  float: left;
}
.first {
  clear: left;
  margin-left: 0;
}
li.first {
  clear: none;
}
.cw1{
  width: 364px;
}

.w5 {
  width: 50px;
}
.w10{
  width: 100px;
}
.w12{
  width: 120px;
}
.w15{
  width: 150px;
}
.w20{
  width: 200px;
}
.w25{
  width: 250px;
}
.w30{
  width: 300px;
}
.w35{
  width: 350px;
}
.w40{
  width: 400px;
}
.w45{
  width: 450px;
}
.w50{
  width: 500px;
}
.w55{
  width: 550px;
}
.w60{
  width: 600px;
}
.w65{
  width: 650px;
}
.w70{
  width: 700px;
}
.w75{
  width: 750px;
}
.w80{
  width: 800px;
}
.w85{
  width: 850px;
}
.w90{
  width: 900px;
}

.bold {
  font-weight: bold;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.left {
  float: left;
}
.left.pad {
  margin-right: 10px;
}
.right {
  float: right;
}
.right.pad {
  margin-left: 10px;
}
.r4 {
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
}
.r10 {
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}
.snug {
  margin-left: 0;
}
.hard {
  padding: 0;
  list-style: none;
}
.inline {
  display: inline;
}

.photo.w10 img {
  width: 100px;
  height: 100px;
}

.borderT {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.borderB {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;  
}
.bullettless {
  list-style: none;
}
/* @end */
