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

/* Universal style rule */
*{
  margin: 0;
  padding: 0;
  /* Temporary borders */
  /*  border:dashed 1px #f00; */
}

body  { /*blue background for page */
	margin: 0;
	padding: 0;
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #96E0f0;
	color: #333333;	
	}

  
#wrapper  { /*central part of page*/
	width: 60em;
	background-color: #333333;
	margin: 0 auto;
	position: relative;
	border: thick solid #333333;  
}

#header {
  width: 100%;
}


/* Navigation bar division */
#navbar {
  background:#96E0f0 ;
  height:2em;
  position: relative;
  width: 100%;
  text-align: center;
 /* -- width: 58em; --*/
  
}

#navbar ul { /*navigation bar items*/
  list-style-type: none;

}

/* List items in the navbar */
#navbar li{
  float:left;
  /* Required for drop-down menus */
  position:relative;
}

#navbar a, #navbar a:link, #navbar a:visited {
  text-decoration: none;
  font-size:100%;
  color:#000;
  background:#96E0f0 ;
  display:block;
  height:2em;
  width:10em;
  text-align:center;
  line-height:2em;
  outline-style:none;

}

/* Navbar hover and active links */
#navbar a:hover,
#navbar a:active,
#navbar li.selected a:link,
#navbar li.selected a:visited{
  background:#000 ;
  color:#96E0f0;
}

#content { /*content below navigation bar*/
  background-color: #666666;
  margin: 0;
  padding: 1.5em;
}

#logo {
	padding: 0;
	width: 360px;
	float: left;
	
}

#logo img {
	align: left;
	padding: 0 .75em .75em 0;

}

.mission {
    font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;    
}

#testimonials {
	font-size: 100%;
	float: right;
	width: 33em;
	
}

.clearfloat {
	clear: both;
}
p { /*styling for all paragraphs*/
	color: #FFFFFF;
	padding-bottom: 1em;
	line-height: 1.25em;

}

p a { /*styling for all paragraphs that have a href */
   text-decoration: none;
   color: #ffffff;
   padding-top: 1em;
   padding-bottom: 1em;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: .5em;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 1em;
}

h3 {
	font-size: large;
	font-weight: bold;
	color: #96E0f0;
	padding-top: .5em;
	padding-bottom: .5em;
}

.title {
	font-size: large;
	font-weight: bold;
	color: #ffff33;
	padding-top: .5em;
	padding-bottom: .5em;
}

hr { /*horizontal rule*/
  background-color: #96E0f0;
  color: #000000; 
  height: .3em;
  width: 80%;
  margin-bottom: .5em;
}

ul { /*bullet list*/
   color: #ffffff;
   padding-left: 1em;
}

ul li { /*bullet list items*/
   padding-left: 1em;
}

.lscsthperlinks {
	color: #0FF;
}
.lscsthperlinks a {
	color: #0FF;
}

#footer  { /*copyright footer*/
    background: #666666;
	height: 1em;
	color: #ffffff;
	font-size: 11px;
	text-align: left;
	padding-bottom: 1em;
	padding-top: 2em;
}
#header #navbar {
	color: #FF0;
}
#content #logo p a {
	color: #FF0;
}

.lscsthperlinks {
	color: #0FF;
}
.lscsthperlinks a {
	color: #0FF;
}
#content text h2 {
	color: #F0F;
}
.pageheader {
	color: #F0F;
	text-align: right;
}
.heading {
	color: #F0F;
}
/*--#content u h3 {
	color: #F0F;
} --*/
.contactus {
	color: #F0F;
}
/*--#content h3 .contactus u {
	color: #F0F;
}
#content h3 {
	color: #F0F;
}--*/
#content p u {
	color: #F0F;
}
#content u {
	color: #F0F;
}

#header #navbar {
	color: #FF0;
}
#content #logo p a {
	color: #FF0;
}
/* --#wrapper #header #navbar ul li a {
	color: #0FF;
} */
.lscsthperlinks {
	color: #0FF;
}
.lscsthperlinks a {
	color: #0FF;
}
.titles {
	color: #F0F;
}
.style3 .style7 strong .style8 .style10 a {
	color: #FFF;
}
.style3 .style7 a {
	color: #0FF;
}
