  @charset "utf-8";
/* CSS Document */

#container #breadCrumb{display:none;}

#maintitle{font-size:2.7em !important;}

.left
{
	float:left;
}

#leftside
{
	float:left;
	width:78.8%;
}

#rightside
{
	float:right;
	width:21.1%;
}

a.buttonFull
{
/*	width:98%;
	margin:5px auto 5px auto;
	border:1px solid #555;
	clear:both;
	overflow:auto;*/
	text-decoration:none;
	background: #E3E3E3;
	border: 1px solid #BBB;
	overflow: auto;
	width: 89%;
	padding: 1em 5%;
	display: block;
	margin: 10px auto;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 1px 1px #F6F6F6;
	box-shadow: inset 0 0 1px 1px #F6F6F6;
	color: #333;
	text-shadow: 0 1px 0 white;
}

a.buttonFull:hover
{
	background: #d9d9d9;
	-webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
	box-shadow: inset 0 0 1px 1px #eaeaea;
	color: #222;
	cursor: pointer;
}

a.buttonFull:active
{
	background: #d0d0d0;
	-webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
	box-shadow: inset 0 0 1px 1px #e3e3e3;
	color: #000;
}

.buttonFull img
{
	float:left;
	margin: .7%;
	width: 18%;
	max-width: 80px;
}

.buttonFull h4
{
	font-size:2em;
	padding:2% 0 !important;
	color: #000 !important;
}

.buttonFull .buttonText
{
	float:left;
	width:75.5%;
	font-size: 1.6em;
    margin-left: 5%;
}

.buttonFull .buttonText .columns
{
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;
}

.alert
{
	color:red !important;
	font-weight:bold;
	font-size:1.2em !important;
}

.ieTable
{
	width:95%;
	border-collapse:collapse;
}

.ieTable, .ieTable tr, .ieTable tr td
{
	border:none !important;
}

table.ieTable tr td
{
	padding:3px;
}

.FAQTable, .FAQTable tr, .FAQTable tr td
{
	border:none !important;
}

.FAQTable tr td
{
	padding:3px;
}

@media only screen and (max-width:767px){
	#maintitle{font-size:1.7em !important;}
	.buttonFull .buttonText{font-size:1.0em;}	
}
