@charset "utf-8";
/* CSS Document */

body {
	font: 95%/1.4 Arial, Helvetica, sans-serif;
	background-color: #e7e7e7;
	background-image:url(graphics/stripe-bg.PNG);
	background-repeat:repeat-x;
	background-position: center top;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 0px;
	padding-left: 0px; 
	padding-bottom: 0px;
	margin-bottom: 0;
}

h2 {
	color:#2A388F;
	font-family: 'Open Sans', sans-serif;
	font-size: 80%;
	font-weight:400;
}

h3 {
	color:#2A388F;
	font-family: 'Open Sans', sans-serif;
	font-size: 125%;
}
h4 {
	color:#2A388F;
	font-family: 'Open Sans', sans-serif;
	font-size: 250%;
	font-weight:100;
}


h5 {
	font-family: 'Playfair Display', serif;
	font-size: 100%;
	font-weight:100;
}

h6 {
	font-family: 'Playfair Display', serif;
	font-size: 180%;
	color:#2A388F;
}

.headerinfo {
	font-size: 70%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	margin-top:-15px;
	margin-bottom:20px;
	
}
/*NAVIGATION*/
.menu {
	color:#ffffff;
	padding:8px;
	background-color:#3F4462;
	font-family: 'Open Sans', sans-serif;
	word-spacing:25px;
	text-align:right;
	background: linear-gradient(0deg, #1C2654 , #11183A); 
	padding-top:11px;
	height:25px;
}

nav {
	font-weight:600px;
	text-shadow: 2px 2px 2px #11183A; 
}

/*UL LISTS*/
.arrowimg {
	list-style-image:url(graphics/yellow-arrow.PNG);
	margin:-20px;
	padding:0;
	font-size:90%; 
	line-height:20px;
}


ul {
margin: 0;
padding: 0;
}


/*LINKS*/
a img { 
	border: none;
}

a:link {
	color:#2A388F;
	text-decoration: none; 
}
a:visited {
	color: #2A388F;
	text-decoration: none; 
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color:#F7A139;
}
/*BODY*/
.container {
	width: 80%;
	max-width: 1000px;
	min-width: 950px;
	margin: 0 auto; ;
}
.content {
	padding: 10px 0;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.logo {
	width:110%;
	height: 27%;
}
/*CELLS*/
.table-mainopt {
	padding:5px 10px 10px 40px; 
	background-color:#ffffff;
	border-radius:6px; 
	border:2px solid #f8f8f8;
	box-shadow: -3px 4px 15px -6px rgba(0,0,0,0.20);
}
.table-mainopt2 {
	padding:5px 35px 10px 40px; 
	background-color:#ffffff;
	border-radius:6px; 
	border:2px solid #f8f8f8;
	box-shadow: -3px 4px 15px -6px rgba(0,0,0,0.20);
}
.table-foot {
	width:100%;
	padding:20px 15px 15px 25px; 
	background-color:#ffffff;
	background-image:url(graphics/bg1.png);
	background-position: center right;
	background-repeat:no-repeat;
	border-radius:6px; 
	border:2px solid #f8f8f8;
	box-shadow: -3px 4px 15px -6px rgba(0,0,0,0.20);
}

.table-ad {
	width:100%;
	padding:20px 15px 15px 25px; 
	background-color:#ffffff;
	border-radius:6px; 
	border:2px solid #f8f8f8;
	box-shadow: -1px 5px 25px -6px rgba(0,0,0,0.80);
	background: linear-gradient(180deg, #EAECF4 , #ffffff); 
}
/*SHADOW EFFECT*/
.imgborder {
	box-shadow: -1px 4px 20px -6px rgba(0,0,0,0.85); 
	border:5px solid #ffffff;
}

.boxshadow {
	-webkit-box-shadow: -1px 4px 32px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 4px 32px -6px rgba(0,0,0,0.75);
	box-shadow: -1px 4px 32px -6px rgba(0,0,0,0.75);
	border: 7px solid #ffffff;
	
	width:auto; 
	height:350px; 
	background-color:white;
	margin-bottom:20px;
}

.boxshadow2 {
	-webkit-box-shadow: -1px 4px 32px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 4px 32px -6px rgba(0,0,0,0.75);
	box-shadow: -1px 4px 32px -6px rgba(0,0,0,0.75);
	border: 7px solid #ffffff;
	
	width:auto; 
	height:350px; 
	background-image:url(pictures/lmgbuilding-banner.png);
	background-size:cover; 
	background-position:center center; 
	text-align:center; margin-bottom:20px;
}

.button {
	background-color:#F7A139;
	border:none;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	color:#ffffff;
	padding:5px 10px 5px 10px;
	font-size: 130%;
	float: center;
} 

/*HOVER EFFECT*/
.opacity {
	transition:all 1s ease-in-out;
}

.opacity:hover {
	opacity:0.7;
	filter:alpha(opacity=20);
	-webkit-transition: opacity .3s linear;
	transition:all .2s ease-in-out;
}

.footer {
	font-size: 11px;
	text-align: center;
	color:#5B5B5B;
}

.caption {
	font-size: 70%;
}

/*HR Line*/
hr.style-solid {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/*BUBBLE SPEECH*/
p.bubble
{
	position: relative;
	width: 360px;
	height: auto;
	text-align: left;
	color:#141414;
	padding:25px;
	background-color: #fff;
	border-radius:0px;
	border-bottom: 1px solid #2A388F;
}



p.bubble:before, p.bubble:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}

p.speech:before
{
	left: 60px;
	top: 155px;
	border: 9px solid;
	border-color: #2A388F transparent transparent #2A388F;
}

