/* ============================================== */
/* ! Custom styles for text pulled from the CMS   */
/* ============================================== */


.cms {
    font: normal 14px/20px Cambria, Georgia, serif;
}

.cms img {
    margin: 20px auto;
}


.cms p, 
.cms dl, 
.cms ul, 
.cms ol,
.cms table {
	margin-bottom: 20px;
}


.cms h2 {
	
    margin: 40px 0 20px 0;

    font: bold 18px/30px Cambria, Georgia, serif;

    color: #d47100;
    
    text-align: left;
}


.cms h2:first-child {	
    margin-top: 0;
}

.cms h3,
.cms h4,
.cms h5,
.cms h6 {
/* 	font-weight: bold; */
		
}

.cms a {

}

.cms b,
.cms strong {
/* 	font: bold 13px/21px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif; */
}


.cms li {
/* 	margin: 0 0 10px 0; */
	
/* 	font: normal 13px/21px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif; */

/*     color: #666;	 */
}

.cms dl {
/* 	margin-left: 21px; */
}


.cms ul {
/* 	list-style: outside circle url(../i/bullet.png); */
}


.cms ol {
	list-style: outside decimal;
}

.cms dd {
	margin-bottom: 20px;	
}



.cms blockquote {
/* 	margin: 10px 20px 10px 20px;	 */
	
/*     font: normal 12px/20px "Helvetica Neue",Tahoma,Arial,Helvetica,"DejaVu Sans Condensed",sans-serif; */
/*     color: #383829; */
	
}


/*
.cms blockquote i,
.cms blockquote em {
	font-style: normal;
}
*/




.cms table {
	border-collapse: collapse;
	width: 100%;
    width: 690px;
    
	font: normal 13px/20px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
    
    border-top: 7px solid #4e69b2;	
    
    
/*     margin: 21px 0; */
}


.cms table caption {

    font-style: italic;
	caption-side: bottom;
	
	margin: 20px 0 0 0;
	
    text-align: center;
}


.cms table th,
.cms table td {	

    border-bottom: 1px solid #ccc;	

	padding: 5px 0 5px 0;

	
}




.cms table th {

	
	
    border-bottom-color: #222;
    	
}

.cms table td {	

/*     border-bottom: 1px dotted #94946F; */
	
}

/*

.cms .small-list {

}

.cms .small-list p {
    margin-bottom: 0;
}
*/




.cms pre
.cms code {	
/*
	background: #eee;
	
	padding: 5px;
	
	font: normal 12px/21px Consolas, "Courier New", "Lucida Console", monospace;
	
	margin: 0 0 20px 0;
		
	display: block;
*/
	
}


.cms hr {

  width: 25%; 
  visibility: visible;  
}

.cms .drop-cap {
    float: left;
    
    font-size: 40px;
    line-height: 1.0;

    color: #1c2969;
    
    margin: 0 5px 0 0;   
    
}




/* ============= */
/* ! side-text   */
/* ============= */
 


aside {

    margin: 80px 0 0 0;
             
    color: #666;  
    
    font-size: 12px;
    line-height: 18px;
    
/*     margin: 0 0 21px 0; */

}
 
aside p {

    margin: 0 0 9px 0;

}


 
aside h3 {

    margin: 36px 0 18px 0;
        
    text-transform: uppercase;

        
}



