/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ie-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-font-smoothing: antialiased;
	
}
p
{
	font-size: 14px; 
	color:#665951;
}
h1, h2, h3, h4, h5, h6, ul, li, ol, div, section, select, option, input
{
	color: #665951;
}
ol, ul
{
	float: left;
}
html, body {
	height: 100%;
	background-color: #2f2f2f;
	background-image:url(/assets/images/background.jpg);
	background-repeat:repeat-x;
}

img {
	border: 0;
   	max-width: 100% !important;
   	width: 100%;
}
#text li
{
	/*list-style-type: none;*/
	margin-left: 30px;
}

.pushWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -167px;
}

.push {
/*  height: 167px;
width: 100%;
float: left;*/
}

.mainContainer {
	width:1000px;
	margin: auto;
	/*Box Shadow*/
	-moz-box-shadow: -1px 0px 9px #000000;
	-webkit-box-shadow: -1px 0px 9px #000000;
	box-shadow: -1px 0px 9px #000000;
}

#header {
	background-image:url(../images/background-header.jpg);
	background-repeat:no-repeat;
	height:163px;
}

#navWrapperContainer {
	height:42px;
	/*Box Shadow*/
	-moz-box-shadow: 0px 4px 10px #000000;
	-webkit-box-shadow: 0px 4px 10px #000000;
	box-shadow: 0px 4px 10px #000000;
	z-index:1000;
	position:relative;
}
#navWrapper 
{
	/*width: 1000px;
	margin: 0 auto;
	min-height: 42px;*/
}
#banner {
	height:305px;
	z-index:50;
	position:relative;
	margin-top:-5px;
}

#content {
	border-top: 7px #3f3832 solid;
	min-height:500px;
	padding:25px;
}

#footer {
	
}

#copyright {
	
}

/*ROWS AND COLUMNS*/
.row, .col-11, .col-18, .col-20, .col-51, .col-62 {
	float: left;
	display: inline-block;
	position: relative;
}

.row {
	width: 100%;
}

.col-11 {
	width: 11%;
}

.col-18 {
	width: 18%;
}

.col-20 {
	width: 20%;
}

.col-51 {
	width:51%;
}

.col-62 {
	width:62%;
}


.col-SocialMedia {
	vertical-align:top;
}
/*****/


/*ADDITIONAL STYLES*/
.pad13R {
	padding-right:13px;	
}

.pad25 {
	padding:25px;
}

.pad10 {
	padding:10px;
}
.pad5TB
{
	padding-top: 5px;
	padding-bottom: 5px;
}
.marginB10 {
	margin-bottom: 10px;
}

.marginT8 {
	margin-top:8px;
}

.marginT40 {
	margin-top:40px;
}

.marginT60 {
	margin-top:60px;
}

.alignCenter {
	text-align:center;	
}

.headerAddress {
	font-size:16px;
	font-weight:bold;
	color:#3f3832;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   height: 0;
   clear: both;
   display:inline-block;
}

.floatR
{
	float: right;
}
.floatL
{
	float: left;
}

/*for multiple select on members registration page*/
#ddlCommittee
{
	height: initial;
}
