body{
	font-family:Arial, FreeSans, sans-serif;
}
fieldset{
	padding: 10px;
}
blockquote{
	margin: 0px;
	padding: 20px;
}
blockquote p,blockquote ul,blockquote ol{
	font-style: italic;
	font-weight: bold;
}
blockquote.light p{
	font-weight: normal;
}
blockquote div{
	font-size: 80%;
	text-align: right;
}
img{
	border-style: none;
}
pre{
	white-space: pre-wrap;
}
li.divide{
	border-top-style: solid;
	border-top-width: 1px;

	padding-top: 2px;
	margin-top: 10px;
}
form fieldset{
	margin-bottom: 10px;
}
form .field,form .multi-field{
	margin-bottom: 10px;
	position: relative;
}
form .field .inline{
	position: static;
}
form .field input{
	margin-right: 5px;
}
form .multi-field input{
	margin-left: 149px;
}
form .field label{
	display: inline-block;
	width: 145px;
}
form .field.readonly input{
	background-color: white;
	border-style: none;
	padding: 2px;
}
form .field input.not-over{
	position: static;
}
form .question{
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}
span.sub{
	display: block;
	font-size: 70%;
}
.z-above{
	position: relative;
	z-index: 1;
}
.aside{
	float: right;
	width: 45%;
}
.left.aside{
	float: left;
}
.thin.aside{
	width: 25%;
}
.block{
	margin-bottom: 40px;
}
.section{
	border-bottom-style: solid;
	border-bottom-width: 1px;

	padding-bottom: 15px;
	margin-bottom: 40px;
}
.column{
	width: 45%;
	float: left;

	margin-right: 5%;
}
.right.column{
	float: right;
	margin-right: 0px;
	margin-left: 5%;
}
.thin.column{
	width: 25%;
}
.column.wide{
	width: 65%;
}
.column.border{
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 2%;
	margin-right: 2%;
}
.column blockquote{
	padding-right: 0px;
}
.icon{
	display: block;

	width: 50px;
	height: 50px;

	background-repeat: no-repeat;
}
.icon.tall{
	height: 60px;
}
.icon.small{
	display: inline;

	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.icon.text{
	display: block;
	width: auto;
	height: auto;

	padding: 25px;
	padding-left: 60px;

	background-position: left center;
}
.box{
	background-color: #edf0f8;
	padding: 15px;
}
.icon-box{
	background-repeat: no-repeat;
	background-position: 5px 5px;

	padding-left: 70px;
	min-height: 35px;
}
.icon-list li{
	margin-right: 8px;
}
.button{
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	text-transform: capitalize;

	border-style: solid;
	border-color: silver black black silver;
	border-width: 1px;

	cursor: pointer;
}
.button:hover{
	border-color: black silver silver black;
}
.button.flat{
	border-style: solid;
	border-color: transparent;
}
.button.flat:hover{
	border-color: silver;
}
.button.image{
	background-color: transparent;
	border-color: transparent;
	border-style: dotted;
}
.button.image:hover{
	border-color: silver;
}
.menu, .horizontal-list, .float-horizontal-list {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}
.horizontal-list li {
	display: inline;
}
.float-horizontal-list li {
	float: left;
}
.menu li{
	list-style-type: none;
	cursor: pointer;
}
.menu a{
	text-decoration: none;
}
.inline{
	display: inline;
}
.float-left{
	float: left;
}
.float-right{
	float:right;
}
.clear{
	clear: both;
}
.clear-left{
	clear: left;
}
.clear-right{
	clear: right;
}
.auto-clear{
	overflow: auto;
}
.no-clear{
	clear: none;
}
.no-float{
	float: none;
}
.invisible{
	display: none;
}
.small{
	font-size: 80%;
}
.important{
	font-weight: bold;
}
.centered{
	text-align: center;
}
.slash-out{
	text-decoration: line-through;
}
.left-space{
	margin-left: 15px;
}
.right-space{
	margin-right: 15px;
}
.top-space{
	margin-top: 15px;
}
.bottom-space{
	margin-bottom: 15px;
}
.top-padding{
	padding-top: 15px;
}
.bottom-padding{
	padding-bottom: 15px;
}
.site-warning{
	margin: 0px;
	padding: 10px;

	background-color: white;
}
.warning,.error{
	color: red;
	font-weight: bold;
}
.scrollbox{
	position: relative;
	overflow: hidden;
}
.scrollbox ul{
	position: absolute;

	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.scrollbox.horizontal ul li{
	position: absolute;
}
.scroll-arrow{
	cursor: pointer;
	background-repeat: no-repeat;
}
.calender .arrow{
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
}
.calender .arrow:hover{
	font-weight: bold;
}
.calender .back{
	float: left;
}
.calender .next{
	float: right;
}
.calender .title{
	text-align: center;
	font-weight: bold;
}
.calender .blank{
	visibility: hidden;
}
.calender .today{
	clear: both;
	cursor: pointer;
}
.calender .today:hover{
	font-weight: bold;
}
