/* -------------------------------------------------------- universal selector */
/*removes alldefault margins and padding */
* {
	/* Temporary borders 
	border: dashed 1px #f00;*/
	margin: 0;
	padding: 0;
}

body {
	margin: 0; padding: 0;
	background: url(../images/bodybg.jpg); 25% 0%;
	background-repeat: no-repeat;
	background-color: #000;
	min-width: 800px;
	
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #4ec4d3;
	font-weight: bold;
	
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #4ec4d3;
	font-weight: bold;
	text-align:right;
	padding: .65em 2.75em 0 .5em;
}

p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #fff;
	line-height: 1.3em;
}

.bluehighlite {
	color: #4ec4d3;
}


/* a, a:link, a:visited {
	font-size: .75em;
	color: #00a7e0;
	background-color:#000;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;

a:hover, a:active {
	background-color: #fff;
	text-decoration:none;
} */


/* ---------------------------------------------------------------- wrapper styles */
#wrapper {
	width: 50em;
	background-color: #000;
	/* to center wrapper */
	margin: 2em auto 0 auto;
}


/* ------------------------------------------------------------------- bar above header */


#baraboveheader {
	width: 100%;
	background-color: #023747;
	height: 2.25em;
}	
#baraboveheader img {
	float: right;
	padding: .25em 2em 0 0;
}


/* ------------------------------------------------------------------- branding */

#branding img {
	width: 100%;
	display:block;
}



/* ------------------------------------------------------------------- navbar */
#navbar {
	background: #023747;
	height: 2.25em;
	margin: 0;
}	

#navbar ul {

	list-style-type: none;
	
}

#navbar li {
	float:left;
	/* required for drop down menu */
	position: relative;
	
	
}	

#navbar a, #navbar a:link, #navbar a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 75%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 0 .25em 0 .25em;
	height: 3em;
	text-align:center;
	line-height: 3em;
	border-right: 1px solid #217484;
	outline-style: none;
	
}

#navbar a:hover, #navbar a:active
#navbar li.selected a:link, #navbar li.selected a:visited {
	color: #fff; 
	background-color: #217484;
	font-weight: bold;
}

/* -------------------------------------------------------------- drop down menu styles */

#navbar li ul {
	position: absolute;
	z-index: 100;
	visibility: hidden;
}

/* make drop-down visible on navbar hover */
#navbar li:hover ul, 
#navbar li a:hover ul { /*IE6 hack */
	visibility: visible;
	left: 0;
	top: 2.25em;
}

/* applies to links on the drop-down menu */
#navbar li:hover ul li a, 
#navbar li a:hover ul li a { /*IE6 hack */
	background-color: #fff;
	color: #036f8f;
	text-align: left;
	display: block;
	width: 15em;
	padding: 0 0 0 .5em;
	height: auto;
	border-top: 1px solid #847b76;
}


/* hover on drop-down menu links */
#navbar li:hover ul li a:hover, 
#navbar li a:hover ul li a:hover { /*IE6 hack */
	background-color: #978e87;
	color: #023747;
}

/* IE6 hack applies to its table drop-down */
#navbar table {
  margin:-1px; 
  border-collapse:collapse; 
  position:absolute;
  top:0.5em;
  left:0;
  z-index:100;
}

#navbar li.first {
	border-left: 0;
}

/* ---------------------------------- top content styles */

#homecontenttop {
	background-color:#000;
}

#pic {
	float: left;
	margin: 0 1em 1em 1.75em;
}

#homecontenttop h1 {
	margin: 1.5em 45% 1.25em 0em; 
	padding: .5em 0 .5em 1.25em;
	background-color: #242120;
}

#homecontenttop h2 {
	margin: 1em 50% 1.25em 0; 
	padding: .5em 0 .5em 1.25em;
}

#homecontenttop p {
	padding: 0 2em 1em 1.15em;
}

/* ---------------------------------- bottom three div styles HomePage */

#homecontentbottom {
	float:left;
	width: 100%;
	position:relative;
	background-color:#000;
	padding-bottom: 4em;
}

#homecontentbottom h1 {
	padding: .5em 0 .5em .85em;
	color: #000;
	font-weight: bold;
	font-size: 1.25em;
}

p.bluebox {
	padding:0 1em .25em 1em;
	color: #000;
	line-height:normal;
	font-size:.75em;
}

.quote {
	font-size:1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: .5em .35em .35em .35em;
	text-align:center;
	font-weight:bold;
}	

#homecontenttop a, #homecontenttop a:link, #homecontenttop a:visited {
	font-size: .85em;
	color: #4ec4d3;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 35em;
	
}

#homecontenttop a:hover, #homecontenttop a:active {
	
	text-decoration:none;
	padding-bottom: .25em;
}






#leftbluebox {
float: left;
background: url(../images/bluebox.jpg);
background-repeat:no-repeat;
margin:2em .5em 0 1.5em;
width: 235px;
height: 245px;
display: inline;
}

#middlebluebox {
float: left;
background: url(../images/bluebox_success.jpg);
background-repeat:no-repeat;
margin: 2em .5em 0 1em;
width: 235px;
height: 245px;
}

#rightbluebox {
float:left;
background: url(../images/bluebox.jpg);
background-repeat:no-repeat;
margin: 2em 0 0 1em;
width: 235px;
height: 245px;
}

#rightbluebox ul {
	list-style-type: none;
	padding: 0 0 .5em 1em;
}

#rightbluebox a, #rightbluebox a:link, #rightbluebox a:visited {
	color: #fff;
	text-decoration: underline;
	font-size: 95%;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 2em;
}

#rightbluebox a:hover, #rightbluebox a:active
#rightbluebox li.selected a:link, #rightbluebox li.selected a:visited {
	color: #000; 
	text-decoration: none;
	font-weight: bold;
}

/* ------------------------------------------------ link style for left box on home page */
#leftbluebox a:link, #leftbluebox a:visited {
	font-size: .75em;
	color: #4ec4d3;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:1.25em;
	background-color: #242120;
	
}

#leftbluebox a:hover, #leftbluebox a:active {
	color: #fff;
	text-decoration:none;
	padding-bottom: .25em;
	font-weight:bold;
}





/* ------------------------------------------------------------------- footer sytles */
#barabovefooter {
	width: 100%;
	background-color: #023747;
	height: 1em;
	clear: both;
}	

.belowfooter {
	color: #fff;
	text-align: center;
	padding: 1em 0 1em 0;
	font-size: 75%;
}	

