@charset "UTF-8";
/* CSS Document */

#imageSliderContainer
{
	width: 630px;
	height: 419px;
	border: 3px solid #336633; /*#eaeaea;*/
	padding: 12px;
	margin: 0 0 20px 0;
}

#imageSlider
{
	width: 600px; /*634px;*/
	height: 415px;
	border: 2px solid #eaeaea;	
	position: relative;
	margin-left: 14px;
}

#imageSlider > div
{
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
}

#imageSlider img
{
	position: absolute;	
}

#sliderThumbs
{
	width: 960px; /*698px;*/
	height: 165px;
}

#sliderThumbs ul
{
	width:   960px; /*698px;*/
	height: 165px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#sliderThumbs ul li
{
	width: 200px;
	height: 139px;
	border: 3px solid #eaeaea;
	float: left;
	cursor: pointer;
}

#sliderThumbs ul li.middleLt
{
	margin: 0 10px 0 20px;	
}

#sliderThumbs ul li.middle
{
	margin: 0 20px 0 10px;	
}



/****** test ***/
#sliderThumbs ul li   p.caption {
    position: absolute;
    width: 200px;
    background: #fff;
    margin: -25px 0 0 0;
    text-align: center;
   /* display: none;*/
  opacity:0.4;
  filter:alpha(opacity=40); /* For IE8 and earlier */
}

#sliderThumbs ul li:hover p.caption {
    display: block;
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}
/****** test ***/






#freeDownload
{
	display: none;
	position: absolute;
	bottom: 10px;
	width: 634px;
	text-align: center;
}

#freeDownload p 
{
	color: #eaeaea;
	padding-top: 20px;	
}

.free_download_form {
	position: absolute;
	left: 219px;
	bottom: 10px;	
}

#getDownload {
	border: 1px solid #EAEAEA;
	background: #fff;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);	
}

#freeEmail {
	outline: none;	
}


/******** MGC *********/

#fullCtrContainer
{
	width: 860px;
	/*height: 819px;*/
	min-height:800px;  
        overflow:auto;
	border: 3px solid #336633; /*#eaeaea;*/
	padding: 12px;
	margin: 0 0 20px 0;
}

#fullCtrContent
{
	width: 825px; 
	/*height: 790px;*/
	min-height:770px;  
        overflow:auto;
	border: 2px solid #eaeaea;
	position: relative;
	margin-left: 6px;
	padding: 12px;
	color: #334433; /*#003300;*/  
	font-size: 12px;
	font-family:'Verdana','sans serif';
}

#fullCtrContentDates
{
	width: 525px; 
	margin-left: 156px;
	color: #334433;   
	font-size: 12px;
	font-family:'Verdana','sans serif';
	line-height: 1.5em;
}

#fullCtrContentDates a
{
	font-family: sans-serif;	
}

#fullCtrContentDates a:hover
{
	color: #fff;	
}	

#fullCtrContentBios
{
	width: 820px; 
	margin-left: 5px;
	color: #334433;   
	font-size: 12px;
	font-family:'Verdana','sans serif';
	line-height: 1.4em;
}
#fullCtrContentSchool
{
	width: 625px; 
	margin-left: 76px;
	color: #334433;   
	font-size: 12px;
	font-family:'Verdana','sans serif';
	line-height: 1.7em;
}
#fullCtrContent  a
{
	color: #993333; 
	text-decoration: none;
}

#inText
{
	padding: 12px;
	line-height: 1.4em;
}


#innerImgLt
{
	width: 380px;  /*videos: width="425" height="350"*/
	/*height: 280px;*/
	padding: 5px 5px 5px 5px;
	/*border: 3px solid #eaeaea;*/	
	margin: 0 0 5px 15px;
	float: left;
}
#innerImgLt ul li a
{
	color: #993333; 
	text-decoration: none;
}

#innerImgLt ul li a:hover
{
	color: #fff;
}
#innerImgLt  a
{
	color: #993333; 
	text-decoration: none;
}

#innerImgLt  a:hover
{
	color: #fff;
}

#innerImgRt
{
	width: 380px;  /*videos: width="425" height="350"*/
	/*height: 280px;*/
	padding: 5px 5px 5px 5px;
	/*border: 3px solid #eaeaea;*/	
	margin: 0 15px 5px 0;
	float: right;
}
#innerImgRt ul li a
{
	color: #993333; 
	text-decoration: none;
}

#innerImgRt ul li a:hover
{
	color: #fff;
}

#innerFull
{
	width: 780px;  
	padding: 5px 5px 5px 5px;
	border: 3px solid #eaeaea;	
	margin: 0 20px 20px 0;
	font-size: 12px;
	font-family:'Verdana','sans serif';
	position: relative;
	list-style: none;
}

#innerFull ul li a
{
	color: #993333; 
	text-decoration: none;
}

#innerFull ul li a:hover
{
	color: #fff;
}

#blurb
{
	width: 885px;
	height: 52px;
	margin: 0 auto;
	padding: 12px 0 0 0;	
	background: #bbaa88;
	text-align: center;
	font-size: 16px;
        font-family: "CrimsonRoman", "Times New Roman", Times, serif;
	color: #003366; /*#336633;  /*#993333;*/
	font-style:italic;
	font-weight: bold;
	border: 3px solid #993333; /*#336633;*/
	border-style: double; 
}