img{
	max-width:100%;
	float:left;
}
/* ------------------------------------------------------------------------------------
--  SUBMENU (JS)
------------------------------------------------------------------------------------ */
ul.child-menu{
	position: absolute;
	display: none;
	list-style: none;
	padding:10px 0;
	background:#141414;    /* black */
	top:-5px;
	width:200px;
	z-index:1;
	margin:40px 0 0 0;
	padding-bottom:10px;
}
ul.child-menu li {
	float: none;
	margin-left:0;
}
ul.child-menu a{
	float:left;
	width:176px;
	display:inline-block;
	text-decoration:none;
	color:#bcbcbc;
	font-size:1em;
	text-transform:uppercase;
	background:#141414;      /* black */
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:none;
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-khtml-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	padding: none;
}
ul.child-menu a:hover{
	color:#910101;           /* dark maroon */
}
/* ------------------------------------------------------------------------------------
--  SUBMENU (CSS)
------------------------------------------------------------------------------------ */
ul.small-menu{
	float: left;
	padding: 10px 0;
	position: absolute;
	top:-5px;
	z-index:1;
	display: none; /*--Hide by default--*/
	width:200px;
	background:#141414;        /* black */
	margin:40px 0 0 0;
	list-style:none;
}
ul.small-menu li{
	float: none;
	margin-left:0;	
}
ul.small-menu a{
	float:left;
	width:176px;
	display:inline-block;
	text-decoration:none;
	color:#FCFCFC;            /* white was #bcbcbc lt blue */
	font-size:1em;
	text-transform:uppercase;
	background:#141414;       /* black */
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:none;
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-khtml-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	padding: none;
}
ul.small-menu a:hover{               /* dark maroon */
	color:#910101;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK2)
------------------------------------------------------------------------------------ */
#mainpic{
	width:100%;
        
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK3)
------------------------------------------------------------------------------------ */
.black{
        /* large block between pic and body background */
	background:#FCFCFC;                   /* white was #1a1a1a black */
        /* top border of large block between pic and body */
	border-bottom:1px solid #8F0035;         /* #1f1f1f black */ 
	padding:2em 0;
	width:100%;
	float:left;
}
.text{
	float:left;
	margin-right:3%;
	width:82%;
}
p.large{
	font-size:2.4em;
        /* large block between pic and body text color */
	color:#8F0035;                        /* white was #fafafa white */
        /* large block between pic and body text shadow */
	text-shadow:0 1px 1px #E1E8F7;         /* maroon was #555 charcoal */
	/* font-family:'Abel', sans-serif; */
        font-family:'Tahoma', geneva;
}
.buttonplace{
	float:right;
	width:15%;	
}
a.but{
        /* Learn More Button background color */
	background:#8F0035;                     /* maroon */
	/*border:1px solid rgba(255,255,255,0.3); */
        border:1px solid #E1E8F7;
	/* -moz-box-shadow:0 2px 6px #000;    */      /* black */
	/* -webkit-box-shadow:0 2px 6px #000; */      /* black */
	/* -o-box-shadow:0 2px 6px #000;      */      /* black */
	/* -ktml-box-shadow:0 2px 6px #000;   */      /* black */
	/* -ms-box-shadow:0 2px 6px #000;     */      /* black */
	/* box-shadow:0 2px 6px #000;         */      /* black */
	display:block;
	padding:0.5em 0;
	text-align:center;
        /* Learn More button text color */
	color:#FCFCFC;                  /* white was #f0f0f0 lt blue */
        /* Learn More button text shadow color */
	text-shadow: 0 1px 2px #E1E8F7;       /* lt blue was #555 charcoal */
	font-size:1.2em;
	line-height:1.5em;
	text-transform:uppercase;
	font-weight:600;
}
a.but:hover{
        /* learn more button hover background color */
	background:#E03434;         /* dark maroon */
}
a.hidden{
	display:none;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK4)
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT LEFTSIDE
------------------------------------------------------------------------------------ */
.leftside{
	float:left;
	width:66.6666%; /*rule of thirds 1023.9989px 100% is equal to 1536px width of inner-wrap*/
	margin:40px 0;
}
.leftside section{
	float:left;
	width:100%;/*1023.9989px*/
	margin: 0 0 40px 0;
}
.leftside section.last{
	margin-bottom:0;
}
.leftside article{
	overflow:hidden;
	margin-bottom:40px;
}
.leftside figure{
	padding:10px;
        /* left sidebar section background color */
	background:#FCFCFC;         /* white was lt blue #f0f0f0 */
	margin:0 20px 20px 0;
	float:left;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT RIGHTSIDE
------------------------------------------------------------------------------------ */
.rightside{
	float:right;
	width:30.3334%; /*rule of thirds 512.0010px 100% is equal to 1536px width of inner-wrap*/
	margin: 40px 0 40px 3%;/*46.08px*/
}
.rightside section{
	float:left;
	width:100%;
	margin: 0 0 40px 0;
}
.video-holder{
	float:left;
	width:100%;
	background:black;
}
.video-container {
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rightside .news{
	float:left;
	width:100%;
	margin:0;	
}
.news p{
	background:#FCFCFC;         /* white was #e6e6e6 lt blue */
	border:1px solid #8F0035;      /* burgundy was #ddd gray */
	font-size:0.9em;
	padding:4%;
	width:92%;
	float:left;
}
.news a.readmore{
    margin-bottom:20px;
}
.news a.last{
	margin-bottom:0;
}
