﻿@import url("layout.css");
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	
}
#container {
 
	border-right: 5px solid #CCCCCC;
	border-left: 5px solid #CCCCCC;
	
	background-image: url("../images/BeaconWebsite2.jpg");
	background-repeat: no-repeat;
	width: 940px;
}
#masthead {
	text-align: left;
	background-color: #fff;
	background-image: url("../images/BeaconWebsite14.jpg");
	background-repeat: no-repeat;
	width: 940px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080; 
	background-color: black;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 470px;
	padding: 15px;
	background:transparent;
}
html>body #column_l {
	width: 470px;
	padding: 0 15px;

}
#column_r {
	width: 400px;
	padding: 15px 10px;
	background-color: #fff;

}
html>body #column_r {
	width: 400px;
	padding: 15px 10px;
	background:transparent;
 	float: right;

}
#content {
	background-color: #fff;
}
/* Masthead */
/* Navigation */
#navigation, #navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	width: 10em; 
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	display: block;
  padding: 14px;
}

#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #00CED1;
}

#navigation li ul { /* second-level lists */
	position: absolute;
	background: #00CED1;
	width: 10em;
	height: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navigation li ul ul { /* third-and-above-level lists */
  	margin: -3em 0 0 10em;
}

#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -999em;
}
 

#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
 
contentclr {
	clear: left;
	color: #00CED1; 
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #a27;
	text-decoration: underline;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style1 {
	margin-left: 14px;
}
.style2 {
	margin-top: 50px;
	margin-left: 90px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  large;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  large;
	font-weight:bold;
}
.style5 {
	margin-left: 0px;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  x-large;
	font-weight:bold;
	color: Red;
}
