@charset "utf-8";
/* CSS Document */
body{
	background-color:#fff;
	
}



#footer ul li {
    display: inline-block;
   /* border-right: 1px solid #C7C7C7;*/
   	text-align: center;
    width: 12%;
    box-sizing: border-box;
	list-style:none;
}

.container{
	padding-bottom:20px;
	
}

.searchText{
	font-size:11px;
	text-transform:uppercase;
	color:#ccc;
	
}


.links1{
	width:33%;
	float:left;
	list-style:none;
	
}
.links2{
	width:33%;
	float:left;
	list-style:none;
	
}
.links3{
	width:33%;
	float:left;
	list-style:none;
	
}

.footerAG{
	padding-left: 10px;
	padding-right: 10px;
	margin-left:10px;
	margin-right:10px;
	list-style:none;
	border:1px solid #C7C7C7;
	
}

.mainText{
	width:100%;
	background-color:#fff;
	padding:20px;
	height:500px;
	
}

.navbar-inverse .navbar-nav > li > a:hover{
	color:#666666;
	
}

.mainTextInner{
	width:100%;
	float:left;
	background-color:#fff;
	padding:20px;
	
}
.space{
	clear:both;
	min-height:50px;
	width:100%;
	
}

.headingInner{
	color:#BC3739;
	font-weight:bold;
	text-decoration:underline;
	font-size:16px;
	margin-bottom:20px;
	
}

.mainTextTextInner{
	width:70%;
	float:left;
	padding:15px;
}



.mainTextText{
	width:800px;
	float:left;
	padding:20px;
}

.mainTextText li{
	width:120px;
	float:left;
	padding:5px;
	list-style:none;
}





.mainPhoto{
	width:200px;
	float:left;
	clear:both;
	
}

.mainWidget{
	width:220px;
	height:500px;
	float:right;
}

.sm{
	font-size:10px;
}

.smBody{
	font-size:12px;
}

.searchDrop{
	float:right;
	/*border:1px solid #000;*/
	
}

select{
	background-color:#666;
	color:#fff;
}

.select{
	color:#fff;
	
}

.clear2{
	background-color:#eee;
	padding-top:20px;
	
}

/*overwriting cu styles*/
.navbar-inverse{
	background-color:#fff;
	border-color:#eee;
	
}

.navbar-header{
	float:none;
	
}

.navbar-collapse{
	padding:0;
	
}

.navbar-brand{
	float:left;
	
}


.navbar{
	min-height:150px;
	
}

.divide{
	width:1px;
	border-right: 1px solid #ccc;
	
	

	
}




