/* CMS layout
--------------- */
.right-spacer {
	margin: 0px 10px 0px 0px;
}

.left-spacer {
	margin: 0px 0px 0px 10px;
}

.right-spacer, .left-spacer {
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 100% 0;
	_postion: relative;
	_zoom: 1;
}

.inline-box {
	float: left;
	margin: 7px;
	padding: 5px;
	text-align: center;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	_zoom: 1;
	*display: inline;
	width: auto;
	height: auto;
}

/* CMS blocks layout
--------------- */
.cms-block-content{
	overflow: hidden;
	_zoom: 1;
}

.cms-block-icon {
	float: right;
	display: inline;
	width: auto;
}

.cms-block-icon img {
	margin-left: 3px;
	max-height: 25px;
	width: auto;
	vertical-align: middle;
}

.cms-block-spacer {
	margin: 0px !important;
	margin-bottom: 10px !important;
}

.inner-spacing {	
	padding: 0 10px;
	margin: 0px !important;
}

#cms-main-content .cms-wide-block {
	float: left !important;
	padding-right: 3%;
	position: relative;
	display: inline;
}

.cms-horizontal {
	overflow: hidden;
	postion: relative;
	_zoom: 1;
}

.cms-horizontal ul.block-ui li {
	float : left;
	display: inline;
	width: auto;
	min-height: 100%;
	height: auto !important;
	height: 75px;
	overflow-y: visible;
}

ul.block-ui .inner {
	border-bottom: 1px solid #ccc;
	margin-bottom: 7px;
	height: 100%;
}

ul.block-ui {
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: inline;
	overflow: hidden;
	_overflow: visible;
	_zoom: 1;
}

ul.block-ui li {
	display : inline;
	list-style-type : none;
	overflow: hidden;
	_zoom: 1;
}

ul.block-ui .last, .cms-horizontal ul.block-ui .inner {
	border-bottom: 0px;
}

.vertical-line{
	border-right: 2px inset aqua;
}

.halves ul.block-ui li{width:50%;}
.thirds ul.block-ui li{width:33.33333%;}
.quarters ul.block-ui li{width:25%;}
.fifths ul.block-ui li{width:20%;}
.sixths ul.block-ui li{width:16.66666%;}
.sevenths ul.block-ui li{width:14.28571%;}
.eighths ul.block-ui li{width:12.5%;}

/* CMS Menu mod
--------------- */
.cms-menu-item {
	display: block;
	margin: 2px 0px;
	line-height: 25px;
	height: 25px;
}

/* CMS Misc
--------------- */
h3 {
	text-transform : capitalize;
}

.heading1 {
	font-size: 1.8em;
}

.heading2 {
	font-size: 1.5em;
}

.members-box {
	overflow: hidden;
}

.members-box .inner {
	height: 75px;
	width: 75px;
}

.members-box img {
	vertical-align: middle;
}

.read-more {
	background: #cecece none repeat-x 0 0;
	margin-bottom: 4px;
	white-space: nowrap;
	padding: 0 5px;
	margin: 0 10px;
	clear: both;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.centered-box {
	margin: 0 auto;
	width: auto;
}

/* Remove focus */
*:focus { 
	outline: none; 
}

*::-moz-focus-inner { 
	border: none; 
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode:bicubic;
}

/* CMS image sizes
---------------------------------------- */
.cms-teaser-small-image, .cms-teaser-medium-image, .cms-teaser-large-image {
	margin: 1% 4% 2% 0px;
	vertical-align: top;
	height: auto;
	float: left;
	display: inline;
}

.cms-teaser-large-image {
	margin: 1% 0px 4% 4%;
	max-width: 100%;
	float: right;
	clear: left;
}

.cms-teaser-medium-image {
	max-width: 25%;
	width: auto !important;
	width: 95px;
	clear: right;
}

.cms-teaser-small-image {
	max-width: 20%;
	width: auto !important;
	width: 55px;
	clear: right;
}

/* CMS avatar sizes
---------------------------------------- */
.tiny-avatar img {
	vertical-align: middle;
	max-width: 16px;
	width: auto !important;
	width: 16px;
	max-height: 16px;
	height: auto !important;
	height: 16px;
}

.small-avatar img {
	vertical-align: top;
	max-width: 45px;
	width: auto !important;
	width: 45px;
	max-height: 45px;
	height: auto !important;
	height: 45px;
}

.medium-avatar img {
	vertical-align: top;
	max-width: 65px;
	width: auto !important;
	width: 65px;
	max-height: 65px;
	height: auto !important;
	height: 65px;
}

/* Grids
 * Copyright (c) 2009, Nicole Sullivan. All rights reserved.
 * Code licensed under the BSD License:
----------------------------------------------------------- */
.line:after, .lastUnit:after{content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "; visibility:hidden; clear:both; height:0 !important; display:block; line-height:0; font-size: xx-large; overflow: hidden;}
.line{*zoom:1;}
.unit{float:left;}
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:12%;}
.size2of4{width:50%;}
.size3of4{width:75%;}
.size1of5{width:15%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit{display: table-cell; *display:block; *zoom:1; float:none; _position:relative; _left:-3px; _margin-right: -3px;width:auto;}