/* Lists */

.horizontal {
	list-style-type: none;
	display: inline;
}

.horizontal li{
	display: inline;
	margin: 0px;
}

.vertical {
	list-style-type: none;
}

/* Generic Styles */

.bold {    		font-weight: bold;	}
.italic{    	font-style: italic;	}

.floatLeft{		float: left;		}
.floatRight{	float: right;		}

.textLeft{		text-align: left;	}
.textCenter{	text-align: center; }
.textRight{		text-align: right;	}

.alignleft{
	float: left;
	margin: 0 10px 10px 0;
}

.alignright{
	float: right;
	margin: 0 0 10px 10px;
}

.round{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius:5px; /* make sure its proper */
    border-radius: 5px;
}

.marginTop20{
	margin-top: 20px;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #CCC;
	margin-top:5px;
	margin-bottom: 20px;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius:5px; /* make sure its proper */
	border-radius: 5px;
}
.imgshadow_presidents { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #CCC;
	margin-top:5px;
	margin-bottom: 200px;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius:5px; /* make sure its proper */
	border-radius: 5px;
}
.img_left {
	width:auto;
	float:left;
	margin:5px 15px 5px 0px;
}

.img_right {
	width:auto;
	float:right;
	margin:5px 10px 5px 15px;
}

.img_center { 
	width:auto;
	margin: 10px;
}

.blackShadow{
	text-shadow: 1px 1px 1px black;
}

.image_gallery{
	float: left;
	margin: 0px !important;
	padding: 0px !important;
	width: 100%;
}

.image_gallery li{
	display: inline;
}


.image_gallery a{
	float: left;
	margin: 0 10px !important;
}

.image_gallery a img{
	margin-bottom: 10px !important;
}


#moreInfo{
	background: #EEE;
	border: #CCC 1px solid;
	float: right;
	min-width: 200px;
	max-width: 300px;
	padding: 10px;
	margin: 0px 0px 20px 20px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius:5px; /* make sure its proper */
	border-radius: 5px;
}
#moreInfo2{
	/*background: #EEE;*/
	/*border: #CCC 1px solid;*/
	float: right;
	min-width: 200px;
	max-width: 300px;
	padding: 10px;
	margin: 0px 0px 20px 20px;
}

#moreInfo h4{
	border-bottom: 1px solid #CCC;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}

#moreInfo p{
	margin: 10px 0px 5px 0px;
}

#moreInfo ul, .moreInfo ol{
	padding: 0px;
}
#moreInfo ul li{
	line-height: 21px;
}

#testimonials{
	background: #EEE;
	border: #CCC 1px solid;
	/*float: right;
	min-width: 200px;
	max-width: 300px;*/
	padding: 10px;
	margin: 0px 20px 0px 20px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius:5px; /* make sure its proper */
	border-radius: 5px;
}

#testimonials h4{
	border-bottom: 1px solid #CCC;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}

#testimonials p{
	margin: 10px 0px 5px 0px;
}

#testimonials ul, .testimonials ol{
	padding: 0px;
}
#testimonials ul li{
	line-height: 21px;
}











.boxIndent{
	color: white;
	margin-bottom: 20px;
}
.boxIndent > *{
	padding: 15px;
}

.boxIndent img{
	margin-bottom: 10px;
}

.boxIndent .arrow{
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid white;
	position: absolute;
	margin-top: 18px;
	padding: 0px;
}

.arrow-left{
  width:0px; 
  height:0px; 
  border-bottom:26px solid transparent;  /* left arrow slant */
  border-top:20px solid transparent; /* right arrow slant */
  border-right:20px solid #FFF; /* bottom, add background color here */
  font-size:0px;
  line-height:0px;
  position: absolute;
  margin-left: -20px;
}

/* Colors */
.yellow{
  /* fallback */
  background-color: #aa8026;
  background-position: center center;
  background-repeat: no-repeat;
  
  background: -moz-radial-gradient(circle, #d7ac4e, #aa8026);
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#d7ac4e), to(#aa8026));
  background: -webkit-radial-gradient(circle, #d7ac4e, #aa8026);
}


.green{
	background-color: #5d8314;
	-webkit-box-shadow: inset 0px 0px 10px 5px #506e11;
	-moz-box-shadow: inset 0px 0px 10px 5px #506e11;
	box-shadow: inset 0px 0px 10px 5px #506e11;
}

.blue{
	background-color: #203e84;
	-webkit-box-shadow: inset 0px 0px 10px 5px #193169;
	-moz-box-shadow: inset 0px 0px 10px 5px #193169;
	box-shadow: inset 0px 0px 10px 5px #193169;
}

.red{
	background-color: #BD2925;
	-webkit-box-shadow: inset 0px 0px 10px 5px #a1231f;
	-moz-box-shadow: inset 0px 0px 10px 5px #a1231f;
	box-shadow: inset 0px 0px 10px 5px #a1231f;
}

.btn{
	color: #FFFFFF !important;
	font-size: 20px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	vertical-align: middle;
	
	background: #0074cc !important;
	background: -moz-linear-gradient(top,  #0088cc 0%, #0055cc 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0088cc), color-stop(100%,#0055cc)) !important;
	background: -webkit-linear-gradient(top,  #0088cc 0%,#0055cc 100%) !important;
	background: -o-linear-gradient(top,  #0088cc 0%,#0055cc 100%) !important;
	background: -ms-linear-gradient(top,  #0088cc 0%,#0055cc 100%) !important;
	background: linear-gradient(top,  #0088cc 0%,#0055cc 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088cc', endColorstr='#0055cc',GradientType=0 );
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);

	padding: 10px;

	border: 1px solid #CCCCCC;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}

.btn:hover{
	background: #0055cc !important;
	text-decoration: none !important;
}

.fullWidth{
	display: block !important;
	margin: 20px;
}

/* Expander */
	/* General */
		.expander{
			margin: 0 20px 20px 20px !important;
		}
		.expander ul{
			padding: 0px !important;
			margin: 0px !important;
		}
		
		.expander li{
			padding: 0px 0px 0px 20px !important;
			margin: 0px !important;
			list-style: none;
			display: block;	
		}
	
	/* Titles */
		.expander .expanderTitle{
			background: #CCC;
			border-bottom: 1px solid #666;
			cursor: pointer;
			padding: 10px 20px;
			
			-moz-border-radius-topleft: 10px;
			-moz-border-radius-topright: 10px;
			-moz-border-radius-bottomright: 0px;
			-moz-border-radius-bottomleft: 0px;
			-webkit-border-radius: 10px 10px 0px 0px;
			border-radius: 10px 10px 0px 0px;
		}
		
		.expanderTitle:hover{
			background: #BD2925;
			color: white;
		}
		
		.expanderSubSubTitle span{
			margin-left: 10px;
			font-size: 16px;
			font-family: 'PT Sans', arial, serif;
			color: #666;		
		}
		
		.expanderSubTitle{
			color: #BD2925;
			cursor: pointer;
		}
		
		.expanderSubTitle:hover{
			text-decoration: underline;
		}
		
		
	
	/* First List */
		
		.expanderFirstList{
			border: 1px solid #CCC;
			border-top: 0px;
			background: #EEE;
		}
		
		.expanderFirstList li{
			list-style: decimal !important;
			padding: 0px 0px 0px 20px !important;
			padding-top: 10px !important;
		}
		
		.expanderFirstList ul{
			/* padding: 0px 20px 0px 20px !important; */
		}
		
	
	/* Second List */
		.expanderSecondList{
			-webkit-border-radius: 10px;
			border-radius: 10px;
			border: 1px solid #CCC;
			background: #FFF;
		}
		
		.expanderSecondList li{
			border-bottom: 1px solid #CCC;
			list-style: none !important;
			padding-top: 10px !important;
		}
		.expanderSecondList li:last-child{
			border-bottom: none;
		}
		.expanderSecondList li ul{
			padding: 20px 0 !important;
		}
		
	/* Third List */
		.expanderThirdList{
			border-top: 1px solid #CCC;		
		}
		.expanderThirdList li{
			border: 0px;
			padding-left: 40px;
		}
		
		.expanderThirdList li:last-child{
			border-bottom: 0px;
		}
	
	
.listbullet{
	list-style: disc;
	padding: 5px;
}
