a { color:#337ab7; text-decoration:none; }
a:hover { color:#23527c; }

.clearRow {
	float:left;
	clear:both;
	width: 100%
	}
.mainHolder {
	clear:both;
	width: 1000px;
	margin: 0 auto;
	}
.mainHolder p {
	line-height: 24px;
	}

.mainHolder img {
	width: 100%;
	}
.mainHolder .leftCol {
	float:left;
	width:660px;
	}

.mainHolder .rightCol {
	float:right;
	width:305px;
	}
.borderTop {
	border-top: 1px solid #ddd;
	}
.borderBottom {
	border-bottom: 1px solid #ddd;
	}

.mainHolder .rightCol,
.mainHolder .leftCol {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
	}

.grayBox {
	float: left;
	width: 100%;
	border: 1px solid #ddd;
	background: #f4f4f4;
	padding: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}

.centerMe {
	float: none;
	display:block;
	margin: 0 auto;
	}



.vo_button {
	transition: background-color 0.5s ease;
	float:left;
	width:auto;
	white-space:nowrap;
	border:0;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	padding: 12px 35px;
	margin: 0 10px 0 0;
	background: #f60;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
	 -webkit-transition: background-color 500ms ease-out 0.1s;
    -moz-transition: background-color 500ms ease-out 0.1s;
    -o-transition: background-color 500ms ease-out 0.1s;
    transition: background-color 500ms ease-out 0.1s;
	}
.vo_button.bluebutton {
	background: #009ed6;
	}
.vo_button.graybutton {
	background: #555;
	}
.vo_button:hover {
	background: #f90;
	text-decoration: none !important;
	color: #fff !important;
	
	}
.vo_button.bluebutton:hover {
	background: #3bf;
	}
.vo_button.graybutton:hover {
	background: #777;
	}
.vo_button.vo_buttonSM {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	padding: 6px 25px;
	}
.vo_button.v2 {
	font-size: 13px;
	line-height: 18px;
	text-align:left;
	float: none;
	display:block;
	width: 125px;
	color: #fff;
	padding: 6px 15px;
	}
.vo_button.v2.centered {
	margin: 0 auto;
	}
.vo_button.v2 i {
	float:right;
	margin: 3px 0 0 0;
	}

.innerHolder {
	margin: 25px auto;
	width:1100px;
	}

.imgCircle {
		float: left;
		width: 90px;
		}
.imgCircle img { 
	width: 80px;
	height: 80px;
	margin: 0 auto;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 5px solid #fff;
	clear:both;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 15, 0.15);
	-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 15, 0.15);
	box-shadow:         0px 1px 3px 0px rgba(0, 0, 15, 0.15);
}



@media(max-width: 768px) {
 	.mainHolder .leftCol,
	.mainHolder .rightCol {
		clear:both;
		padding: 5%;
	  	}
	.mainHolder .rightCol {
		clear:both;
		float:none;
		margin: 0 auto;
		width: 90%;
	  	}
 	.mainHolder,
 	.mainHolder .leftCol {
		width: 100%;
	  	}
  }

.mainTop { display:none; }
.mainTopWrapper { height:115px; }
.mainMisc { height:115px; line-height:115px; font-size:14px; color:#CCC; text-align:center; }