@charset "utf-8";
/* CSS Document */
/*Style sheet in two sections  1) full size  2) mobile */

/*------------------1. Full Size ---------------*/
body, maincont, banner, nav-wrap, page-cont, h1, h2, h3, h4, h5, h6, footer
{margin: 0;
padding: 0;
}

body {margin: 0 auto;
background-color: #aeaba0;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #fff;
}

#maincont {margin: 5px auto 0 auto;
background-color: #5e5e5d;
width: 950px;
}
#banner {padding: 0 0 0 0;
background-image:url(../siteimages/LR-banner.jpg);
background-repeat: no-repeat;
background-position: top center;
width: 950px;
height: 242px;
text-align: right;
font-family: 'Open Sans Condensed', sans-serif;
color: #fff;
line-height: 1.1em;
}
#banner a {color: #fff;
text-decoration: none;
}
#banner a:hover {color: #444;
}

/*----------------------------MENU STYLES------------------------------*/
#nav-wrap {
}
nav {    
  display: block;
  text-align: center;
}
nav ul {
  margin: 0;
  padding: 0.5em 0 0 50%;
  list-style: none;
  float: right;
}
.nav a {
  display:block; 
  background: #5e5e5d; 
  color: #fff; 
  text-decoration: none;
  padding: 0.8em 1.8em;
  text-transform:lowercase;
  font-size: 1.15em;

  letter-spacing: 2px;
  text-shadow: 0 0 0 #fff;
  position: relative;
}
.nav{  
  vertical-align: top; 
  display: inline-block;
  box-shadow: 
    0px 0px 0px 0px #fff, 
    0px 0px 0px 0px #fff, 
    0 0 0px 0px #fff;
}
.nav li {
  position: relative;
}

.nav > li { 
  float: left; 
  border-bottom: 0px solid #fff; 
  margin-right: 1px; 
} 


.nav > li > a { padding: 8px 20px 8px 20px;
  margin-bottom: 1px;
}
.nav > li:hover, 
.nav > li:hover > a { 
  border-bottom: 0px dotted #fff;

}
.nav li:hover > a { 
  color: #aeaba0; 
  text-decoration: underline;
}


.nav li li a { 
  margin-top: 0px;
}

.nav li a:first-child:nth-last-child(2):before { 
  content: ""; 
  position: absolute; 
  height: 0; 
  width: 0; 
  border: 5px dotted transparent; 
  top: 50% ;
  right:5px;  
 }

#menu-icon {display: none;}

/*---------------------------------PAGE STYLES------------------*/
#page-cont {margin: 60px 5% 35px 5%;
}
#clear {clear: both;}

#home-image-wrap {margin: 35px 0 0 0;
padding: 0;
}
#home-image {margin: 0 28px 0 0;
padding: 0;
width: 250px;
height: auto;
float: left;
text-align: center;
}
#home-image img {padding: 0 0 15px 0;
}
#home-image a {font-family: 'Open Sans', sans-serif;
color: #69aac9;
font-weight: 300;
font-size: 20px;
text-decoration: none;
}
#home-image a:hover {color: #777;
}

#page-text {margin: 3% 0 0 0;
}
/*-------------------------------FOOTER------------------------*/
#footer {margin: 30px 0 0 0;
padding: 8px 0 8px 0;
border-top: 5px solid #aeaba0;
clear: both;
font-family: 'Open Sans', sans-serif;

}
#footer ul {margin: 0;
padding: 0;
list-style: outside none;
dislay: inline;
text-align: center;
}
#footer li {display: inline;
padding: 0 ;
color: #fff;
font-size: 10pt;
}
#footer li:after {padding: 8px;
color: #aeaba0;
content: "|";
}

#footer li:last-child:after {padding: 0;
content: "";
 }

#footer li a {color: #fff;
text-decoration: none;

 }

#footer li a:hover {color: #aeaba0;
text-decoration: underline;
}
/*-------------------HEADINGS--------------------------*/
h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-weight: 400;}

h1 {font-size: 24px;
}
h2 {font-size: 20px;
text-align: left;
padding-top: 18px;
}
/*-------------------------- LINKS--------------------------------------*/
a {color: #fff;
text-decoration: none;
}

a:hover {color: #aeaba0;
text-decoration: underline;
}
/*--------------------------CLASSES-------------------------------------*/
.imageright {float: right;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
}
.imageleft {float: left:
}
.handwriting {font-family: 'Shadows Into Light', cursive;
font-size: 2.25em;
font-weight: bold;
margin-left: 45%;
}
.certified   {width: 200px;
margin-left: 38%;
}
#col50 {width: 47%;
padding-right: 3%;
margin-bottom: 30px;
float: left;
}
/*------------------2. MOBILE STYLES ---------------*/
/*TABLET PORTRAIT*/
@media screen and (max-width: 770px) {
	
	
/*-----------------MOBILE MENU-----------------------*/
#menu-icon {width: 50px;
height: 30px;
background-image:url(../siteimages/menu-icon.png);
background-repeat: no-repeat;
background-position: left center;
padding: 8px 10px 0 32px;
cursor: pointer;
border: solid 1PX #55e5d;
display: block;
font-family: 'Open sans', Arial, sans serif;
color: #fff; 
}
#nav-wrap {margin: 0 0 0 4%;
}
.nav {clear: both;
position: absolute;
top: 123px;
left: 20%;
width: 140px;
z-index: 1000;
padding: 5px;
background: #5e5e5d;
border: solid 1px #fff;
display: none; 

}
.nav li {display: in-line block;
padding: 0 ;
text-transform: uppercase;
float: left;
}
.nav li:after {display: none;
}

.nav li a {color: #fff;
text-decoration: none;
font-size: 1.1em;
padding: 0.5em 10px 0.5em 10px;
display: block;
text-align: left;
 }

.nav li a:hover {color: #aeaba0;
text-decoration: underline;
}	
}

/*SMALL TABLET PORTRAIT*/
@media screen and (max-width: 600px) {
	#maincont {margin: 0 auto 0 auto;
padding: 0;
background-color: #5e5e5d;
width: 600px;
}
#banner {margin: 0 auto;
padding: 0 0 0 0;
background-image:url(../siteimages/LR-banner-mobile-lrg.jpg);
background-repeat: no-repeat;
background-position: top center;
width: 600px;
height: 153px;
text-align: center;
color: #fff;
}	
#col50 {width: 100%;
padding-right: 3%;
margin-bottom: 30px;
float: left;
}

/*PHONE LANDSCAPE*/
@media screen and (max-width: 480px) {
}



@media screen and (max-width: 400px) {
#wrapper {
}

#maincont {margin: 0 auto 0 auto;
padding: 0;
background-color: #5e5e5d;
width: 300px;
}
#banner {margin: 0 auto;
padding: 0 0 0 0;
background-image:url(../siteimages/LR-banner-mobile.jpg);
background-repeat: no-repeat;
background-position: top center;
width: 300px;
height: 110px;
text-align: center;
color: #fff;
}	
#banner-text {display: none;
}


/*-----------PAGE STYLES-------------*/
#page-cont {margin: 30px 4% 0 4%;
padding: 0 ;
}
#page-cont p {margin: 16px 2% 10px 2%;
}
#page-wrapper {margin: 0;
padding: 0 2% 0 2%;
}
#page-head {margin: o auto;
float: right;
padding: 0;
width: 100%;
height: auto;
}
#page-image {margin: 25px 3% 0 3%;
padding: 0;
width: 100%;
height: auto;
float: center;

}
#page-text {margin: o auto 20px auto;
float: left;
padding: 0;
width: 100%;
height: auto;
}

#clear {clear:both;}
#image {display: none;
}
h1, h2, h3, h5, h5, h6 {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
}
h1 {color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;}
h2 {font-size: 16px;
font-weight: bold;
padding-left: 2%;}
/*---------FOOTER STYLES------*/
#footer li {display: block;
padding: 0 ;
color: #fff;
font-size: 8pt;
}
#footer li:after {display: none;
}
/*--------------------------CLASSES-------------------------------------*/
.imageright {float: left;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 5%
}
.handwriting {font-family: 'Shadows Into Light', cursive;
font-size: 1.5em;
margin-left: 50%;
}
.certified   {width: 180px;
margin-left: 2%;
}
}