/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 90%;
	background: rgb(0,58,88); /* Old browsers */
	}
	
#wrapper  {
	width: 100%;
	max-width: 1140px;
	margin: 10px auto 0 auto;
	overflow: hidden;
	background-color: #003A58;
	background: -moz-linear-gradient(45deg,  rgba(229,229,229,1) 0%, rgba(0,58,88,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(0,58,88,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(229,229,229,1) 0%,rgba(0,58,88,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(229,229,229,1) 0%,rgba(0,58,88,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  rgba(229,229,229,1) 0%,rgba(0,58,88,1) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(229,229,229,1) 0%,rgba(0,58,88,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#003a58',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}

#homeBody #contentrowContainer  {
	background-image: url(http://lemcertification.orghttp://lemcertification.org/i/logo-nowordsbgd.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.contentrow  {
	background-color: transparent;	
}

.contentsub1  {
	background-color: #E5EBEE;
}

.contentmain  {
	background-color: #E5EBEE;	
}

.contentsub2  {
	background-color: #E5EBEE;	
}

.columnContentWrapper {
	margin: 7px;
	border: 1px #808B9D solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
	background-color: rgba(255,255,255,0.8);
	}
	
/* Video Embedded */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden;  }
 
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  }
/* See more at: http://avexdesigns.com/responsive-youtube-embed/#sthash.q4ZExaek.dpuf */
	
/* links */

a:link, a:visited {
	color: #336179;
	text-decoration: none;
	outline: none;
	}

a:hover {
	color: #AE4446;
	text-decoration: underline;
	}
		
a:active  {
	color: #DACE06;
	text-decoration: underline;
	}


/* ubernav 
--------------------------------------------- */
#ubernavrow  {
	padding-bottom: 5px;
	background-color:  #003A58;
	text-align: right;
	font: normal normal 0.8em/1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFFFFF;
}

#ubernavrow a:link, #ubernavrow a:visited  {
	color: #FFFFFF;
	text-decoration: none;	
}

#ubernavrow a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;	
}

#ubernavrow a:active  {
	color: #9A1618;
	text-decoration: underline;
	font-weight: bold;	
}


/* header 
--------------------------------------------- */
#headrow  {
	margin-bottom: 10px;
	border-top: 4px #9A1618 solid;
	background: url(http://lemcertification.orghttp://lemcertification.org/i/headerbgd1.jpg) no-repeat;
	background-position: top right;
	background-size: contain;
	background-color: #FFFFFF;	
	
}

#whatBody #headrow  {
	background: url(http://lemcertification.orghttp://lemcertification.org/i/headerbgd2.jpg) no-repeat;
	background-position: top right;
	background-size: contain;
	background-color: #FFFFFF;	
}

#whyBody #headrow  {
	background: url(http://lemcertification.orghttp://lemcertification.org/i/headerbgd3.jpg) no-repeat;
	background-position: top right;
	background-size: contain;
	background-color: #FFFFFF;	
}

/* logo */
#logocorner  {
	width: 100%;
}

#sitetitle  {
	padding: 0;
}

#sitetitle2  {
	padding: 0;
}

#sitetitle h1, #sitetitle2 h1  {
	padding-top: 1em;
	font: normal bold 1.8em/1.8em "scrivano", "Palatino Linotype", Palatino, serif;
	color: #000;
	text-shadow: 1px 1px 1px #E5E7EB;
}


/* navigation */

	/* primary nav styles */
#navrow  {
	background-color: transparent;	
	margin-bottom: 5px;
}

#mainNav li{
    list-style-type: none;
    text-align: center;
    float: left;
    width: 12.5%; /*50% if 2 <li> elements, 25% if 4...*/
	font: bold normal 0.75em/1em "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-right: 0px;
	-webkit-box-shadow: 1px 1px 1px #000;
	-moz-box-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 1px #000;
	background-color: #9A1618;
	background-image: -moz-linear-gradient(90deg, #2E0607, #9A1618 60%, #D6A1A2);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D6A1A2), to(#2E0607), color-stop(0.6, #9A1618));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D6A1A2', endColorstr='#2E0607')"; /* IE8 */
	}
	
#mainNav li:hover  {
	background-color: #01173B;
	background-image: -moz-linear-gradient(90deg, #4D5C75, #01173B 60%, #000D23);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4D5C75), to(#000D23), color-stop(0.6, #01173B));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000D23', endColorstr='#4D5C75')"; /* IE8 */
	}
	
#mainNav li a  {
	display: block;
	padding: .8em .1em .8em .1em;
	text-decoration: none;
	color: #F3E507;
	font-weight: bold;
	text-shadow: 1px 1px 0px #353535;
	}
	
#mainNav li:hover a  {
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #353535;
	}
	
#homeBody #homeLink a, #whatBody #whatLink a, #whyBody #whyLink a, #whoBody #whoLink a, #howBody #howLink a,  #standardsBody #standardsLink a,  #indicatorsBody #indicatorsLink a,  #processBody #processLink a {
	color: #FFFFFF;
}

/* header 
--------------------------------------------- */
#pagetitleContainer, #sectitleContainer  {
	margin-bottom: 10px;
}

#sectitleContainer  {
	margin-top: 20px;	
}

#pagetitleContainer h1, #sectitleContainer h1  {
	font: normal bold 1.2em/1.2em "Palatino Linotype", Palatino, serif;
	color: #01173B;
	text-align: center;
}


/* footer 
--------------------------------------------- */

#footrow  {
	margin-top: 10px;
	background-color: #FFFFFF;	
	border-bottom: 4px #9A1618 solid;
}

#footrow p  {
	font: normal normal 0.75em/1.1em "Palatino Linotype", Palatino, serif;
	margin: 0.5em;
	color: #1C1A1B;
	text-align: center;
}

/* common styles 
--------------------------------------------- */

h1  {
	font: normal bold 1.6em/1.6em "scrivano", "Palatino Linotype", Palatino, serif;
	color: #00504A;
}

p {
	font: normal normal 0.8em/1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #1C1A1B;
	text-align: left;
	margin-bottom: 1.5em;
}

.columnContentWrapper ul {
	font: normal normal 0.8em/1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0.5em 1.5em 1em 1.5em;
	list-style-position: outside;
	list-style-type: disc;
	color: #1C1A1B;
	}
	
.columnContentWrapper ol  {
	font: normal normal 0.8em/1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0.5em 1.5em 1em 2em;
	list-style-position: outside;
	list-style-type: decimal;
	color: #1C1A1B;
	}
	
.columnContentWrapper ol ol  {
	font-size: 100%;
	list-style-type: lower-alpha;
}

.columnContentWrapper li  {
	margin-top: 0.5em;
	font-size: 1em;	
}
.columnContentWrapper li li  {
	font-size: 1.2em;	
}


/* common style classes */
.pctr  {
	text-align: center;
	}

.prt  {
	text-align: right;
	}

.pjust  {
	text-align: justify;
	}

.pclear  {
	clear: both;
	}
	
.subtext {
	font: normal normal 0.9em/1.1em "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #222222;
	margin-top: -0.75em;
	margin-bottom: 1.5em;
	}

.smalltext  {
	font-size: 80%;
	}

.unbold	{
	font-weight: normal;
	}
		
.emabove {
	margin-top: 1em;
	}
	
.embelow  {
	margin-bottom: 1em;
	}
	
.zeroabove  {
	margin-top: 0;
	}
	
.zerobelow  {
	margin-bottom: 0;
	}
	
.in20px  {
	margin-left: 20px;
	}
	
.strong  {
	font-weight: bold;	
}

.largetext  {
	font-size: 120%;	
}

/* images */

a img {
	border: none;
	}
	
.imgright  {
	float: right;
	margin-left: 10px;
	margin-bottom: 8px;
	}
		
.imgleft  {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	}

	


/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }


/* Title and Header Image Replacements ---------------------------------------------------- */
	

#sitetitle h1#sitetitleHeading  {
		margin: 0;
		text-alight: left;
		width: 100%;
		height: 100%;
		position: relative;
		top: 0;
		left: 0;
}

#sitetitle h1#sitetitleHeading span  {
		background: url(http://lemcertification.orghttp://lemcertification.org/i/siteTitle-img.jpg) no-repeat;
		position: absolute;
		width: 100%;
		height: 100%;
}

	

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 768px) {

	body {
		
	}

#logocorner  {
		width: 100px;
		margin: 0 auto;	
	}
	
#headrow, #whatBody #headrow, #whyBody #headrow  {
	background: none;
	background-color: #FFF;	
}
	
#sitetitle  {
	padding: 0;	
}
	
#sitetitle h1  {
	font: normal bold 1.2em/1.2em Georgia, Times, "Times New Roman", serif;
	padding-bottom: 1em;
	text-align: center;
}

#mainNav li{
    list-style-type: none;
    text-align: center;
    float: left;
    width: 100%;
	padding-top: .5em;
	padding-bottom: .5em;
}

.contentsub1, .contentmain, .contentsub2  {
	background-color: transparent;
}


.columnContentWrapper {
	margin: 3px;
	border: 1px #808B9D solid;
	padding: 3px;
	background-color: #FFFFFF;
	}
	

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(http://lemcertification.orghttp://lemcertification.org/css/logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}