body {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

		-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	}
	
p, ul, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.2em;
	}	
	
pre {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	}	
	
h1,h2,h3,h4,h5,h6 {
	color: #CCCCCC
	}
	
a {
	color: #69705B;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:hover {	
	text-decoration: underline
	}

/* Front page only begins */

.homepage #metacontent {
	box-shadow: none;
}

button {
	cursor: pointer;
	background-color: rgb(82,161,217); /* Green */
    border: none;
    color: white;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
button:hover {
	background-color: #e57e56;
}

.half-column {
	width: 50%;
	float: left;
}

.half-column-inner {
	padding: 1em;
}
.half-column h1 {
	margin-top: 0;
	color: #444;
}
.play-video {
    background-color: rgb(82,161,217);
    background-image: url('/images/multibus.png');
    border-radius: 10px;
    width: 320px;
    height: 120px;
    background-size: 14em;
    padding-top: 60px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

.play-video a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;

}



/* Front page only ends */

.clearfix {
	clear: both;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.10em;
	color: #FFFFFF;
	background-color: #AAB98D;
	font-style: normal;
	text-align: center;
	margin: 5px 3px;
	}

a.featureTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.10em;
	color: #AAB98D;
	}

a.featureTitle:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.10em;
	color: #69705B;
	}
	
.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #AAB98D;
	}
	
#supertable {
	background-color: #FFFFFF;
	border: 0px none #FFFFFF;
	margin: auto;

}

#mainMenu {	
	background-color: #DCDCDC;
}

#featuredArea {
	background-color: #FFFFFF;
}

.menuhighlights {
	/*filter:alpha(opacity=94);*/
	background-color: #F7FCFC;
	display:none;
	width:125;
	height:200;	
	position:absolute;
	border: 1px #006699 solid;
	padding: 2px;
	
}
.menuhighlights p{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 100%;
	margin: 0px 0px 5px 0px;
}
.menuhighlights li{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 100%;
	list-style-type: none;
	display: block;
	margin: 0px 0px 3px 0px;
	border: #CCCCCC dashed;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.menuhighlights ul{
	margin: 0px 0px 0px 5px;
}

.homeSmlText{
	font-size:9px;
}

.member-list p {
	line-height: 1em;
}


.proposal-button {
    background-color: #e57e56;
    color: white;
    margin-left: 1em;
    font-weight: normal;
}
.proposal-button:hover {
    background-color: #52a1d9 !important;
}