@charset "utf-8";

/* General styles*/
body{
	background-color: rgba(238,238,241,1.00);
}
h1, h2, h3, h4, h5, h6{
	font-family: 'montserrat' , sans-serif;
	color: #585858;
	font-style: normal;
	font-weight: 500;
}
p{
	font-size: 14px;
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 100;
	color: #585858;
	line-height: 1.8;
}


/* Link styles*/
a {
	color: #585858;
	text-decoration:none;
}
a:visited {
	color: #585858;
}
a:hover {
	color:#336699;
}
.linkStyle {
	color: #585858;
	font-family: 'arial', sans-serif;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;	
}

/* Header styles*/
header {
	height: 75px;
	background-color:;
}
.logoStyle {
	font-family: 'montserrat', sans-serif;
	font-size: ;
	color: #585858;
	font-weight: 400;
	text-align:left;
	padding-top: 30px;
	padding-left: 20px;
	font-style: normal;
}
.logoStyle .color {
	color: #336699;
}

/* Typography styles*/
.contentArea{
	font-size: 14px;
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 100;
	color: #585858;
	line-height: 1.8;
	/* text-align: center; */
	margin-left: 5%;
	margin-right: 5%;
}

/* Caption styles*/
.captionOne  {
	position:absolute; 
	top: 265px; 
	left:0px;
    display:block;
	width:800px;
	height:100px;
	font-family: 'garamond', Times, 'Times New Roman', serif;
	font-style:italic;
	font-size: 2.5em;
	/* 16 * 0.0625 = 1px */
    letter-spacing: 0.0625em;
	padding-top:27px;
	color: #fff;
    text-align: center;
	/*   background-color: rgba(120,120,120,0.8);  */
	filter: alpha(opacity=50); opacity: 1.0;
}
.captionTwo {
	position:absolute; 
	top: 265px; 
	left: 1100px;
    display:block;
	width:500px;
	height:50px;
	padding-top:27px;
	color: #fff;
    font-size: 20px;
    text-align: center;
	background-color: rgba(120,120,120,0.8);
	filter: alpha(opacity=50); opacity: 1.0;
}
a.captionOne, a.captionOne:active, a.captionOne:visited  {
    color: #585858;
    text-decoration: none;
}
a.captionOne:hover  {
    color: #336699;
    /* background-color: rgba(238, 238, 238, 0.7);  */
}

/* Footer styles*/
.footerStyle {
	text-align:left;
	height: 50px;
	background-color: ;
    padding-top: 20px;
	padding-left: 20px;
}
.socialMedia {
	/* */ float:right;  
	margin-top:-60px;
	margin-right:25px;
	width:125px;
}
.socialMedia img {
	float:right;
	height:25px;
	padding-right:13px;
}

/* %%%%%%%%% SLIDE OUT MENU  %%%%%%%%  */
    .slideout-menu {			/*  INITIAL properties of DIV MENU */
		position: relative;		/*  position: fixed;	  */
		top: -14px;
		left: -350px;  		/*   this is INITIAL position of DIV, original -500 px  */
		width: 420px;		/*   the Width was 480 px  */
		height: 0px;			/*  height: 100%; NO BKGRN HEIGHT, NOT VISIBLE   */
		background: ;
		z-index: 100;
	}
	.slideout-menu .slideout-menu-toggle {	/*   THIS CONTROLS THIS POSITION OF THE "X"   */
		position: absolute;			
		top: -24px;				
		right: 12px;					/*   was 46px    */
		display: inline-block;		
		padding: 4px 6px 3px;		
		margin-top: 0px;				/*   THIS IS NEW    */
		font-family: Arial, sans-serif;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		vertical-align: top;
	}
	.slideout-menu .slideout-menu-toggle:hover {
		color: #FFF;
	}
	.slideout-menu ul {				/*   THIS CONTROLS THIS POSITION OF THE MENU LIST ITEMS  */
		position: relative;			/*   THIS IS NEW   */
		top: -40px;					/*   THIS IS NEW   */
		list-style: none;
		font-weight: 400;
	}
	.slideout-menu ul li {
		float:left;					/* THIS IS NEW  */
		padding: 7px 0 0 0;			/* THIS IS NEW  */
	}
	.slideout-menu ul li a {
		position: relative;
		display: block;
		padding: 10px 6px;
		color: #585858;
		text-decoration: none;
	}
	.slideout-menu ul li a:hover {
		color: #336699;
	}
	