@charset "utf-8";

/* CSS Document */

/* START UTILITY */

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-both {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.margin-left {
	margin-left: 15px;
}
.margin-right {
	margin-right: 15px;
}

.hideme {
	display:none;
}

.fademe {
	opacity:0.5;
	filter:alpha(opacity=50);
}

.fadein {
	display:none;
}

.center-content {
	text-align: center;
}
.center {
	margin-left: auto;
	margin-right: auto;
}

.fullwidth {
	width: 100%;
	height: auto;
}

/* END UTILITY */

/* START STD COLUMNS */

.column-container {
	width: 100%;
	height: auto;
	clear: both;
	overflow: hidden;
}

.column-1of2 {
	width: 47%;
	height: auto;
	float: left;
	margin: 0px 6% 0px 0px;
}
.column-2of2 {
	width: 47%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}

.column-1of3 {
	width: 29%;
	height: auto;
	float: left;
	margin: 0px 6% 0px 0px;
}
.column-2of3 {
	width: 29%;
	height: auto;
	float: left;
	margin: 0px 6% 0px 0px;
}
.column-3of3 {
	width: 29%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}

/* END STD COLUMNS */

/* START UL STANDARD */
ul.standard {
	margin: 0px 0px 30px 20px;
	overflow: hidden;
}
ul.standard.tighten-top {
	margin-top: -15px;
}
ul.standard.tighten-bottom {
	margin-bottom: 8px;
}
ul.standard.tight-bottom {
	margin-bottom: 0px;
}
ul.standard li {
	list-style: disc;
	margin: 0px 0px 0px 14px;
}
ul.standard ul li {
	list-style: circle;
	margin: 0px 0px 0px 14px;
}
ul.standard ul ul li {
	list-style: square;
	margin: 0px 0px 0px 14px;
}
ul.standard.arrow li {
	list-style: none;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 8px 0px;
	background: url(../images/arrow_std.gif) no-repeat 8px 5px;
	line-height: 24px;
}
h1+ul.standard, h2+ul.standard, h3+ul.standard {
	margin-top: 4px;
}
/* END UL STANDARD */

.clickable:hover {
	cursor: pointer;
}

.social-tiny {
	height: 18px !important;
	width: 18px !important;
	vertical-align: bottom;
}
.social-tiny i {
	font-size: 10px !important;
	line-height: 16px !important;
}

.proportionalheight > div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
