/* BEACON SCIENCE WEBSITE CSS STYLES */

/* Colors for website:
Logo Colors
	YELLOW:		255/210/0	#ffd200
	BLUE:		28/63/148	#1c3f94
	
Other Colors
	DK BLUE 1:	0/53/88		#003558
	MED BLUE 1:	50/139/192	#328bc0
	DK BLUE 2:	36/70/121	#244679
	MED BLUE 2:	92/117/155	#5c759b
	LT BLUE:	197/222/237	#c5deed
	
*/

/* HTML TAG STYLES */
	
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-color:#c5deed;
	background-image: url(images/bkgd-gradient.jpg);
	background-position: top center;
	background-repeat: repeat;
}

h1 {
	font-size: 24px;
	line-height: 30px;
	color: #003558;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
h2 {
	font-size: 20px;
	line-height: 24px;
	color: #244679;
	font-weight: normal;
	margin: 5px 0;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	color: #244679;
	font-weight: normal;
	margin: 10px 0 5px 0;
	border-bottom: 1px solid #ffd200;
}
h6 {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	font-weight: normal;
	margin: 2px 0;
	text-align: right;
}

p {
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0;
	padding: 0;}

ul {
	margin: 5px 25px 10px 25px;
	list-style-type: square;
	list-style-position: outside;
	padding: 0;}
li {
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0;;
	padding: 0;}
	
a {
	color: #1c3f94;
	text-decoration: underline;}
a:hover {
	color: #66605b;}



/* DIV STYLES */
#wrapper {
	margin: 0 auto 15px auto;
	padding: 0;
	width: 780px;}
		
#header {
	background-color: #fff;
	background-image:url(images/header-gradient2.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	border-left: 2px solid #003558;
	border-right: 2px solid #003558;
	border-bottom: 1px solid #328bc0;
	clear: both;}
	
#menu {
	background-color: #003558;
	background-image: url(images/menu-bkgd.gif);
	background-repeat: repeat-x;
	border-left: 2px solid #003558;
	border-right: 2px solid #003558;
	border-bottom: 1px solid #fff;
	clear: both;
	text-align: center;}
#menu ul {
	margin: 0;
	padding: 4px 0 4px 0;
	list-style-type: none;}
#menu li {
	display: inline;
	padding: 0 15px;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
#menu li a{
	color: #fff;
	text-decoration: none;
}
#menu li a:hover{
	color: #ffd200;
	text-decoration: none;
}

#subhead {
	border-left: 2px solid #003558;
	border-right: 2px solid #003558;
	background-color: #fff;
	margin:0;}
	
#container {
	border-left: 2px solid #003558;
	border-right: 2px solid #003558;
	background-color: #fff;
	padding: 10px 24px 5px 25px;}
	
#animation {
	clear: both;
	margin-bottom: 15px;}
	
#hmpg {
	width: 500px;
	padding: 0 25px 0 0;
	border-right: 1px solid #ffd200;
}
#hmpg h1 {
	font-size: 30px;
	line-height: 36px;
	color: #003558;
	font-weight: normal;
	margin: 10px 0;
}
#hmpg p{
	font-size: 17px;
	line-height: 26px;
	margin: 10px 0;
	padding: 0 5px 0 0;}
	
#hmpg p a {
	display: block;
	margin: 15px 0;
	padding: 0 15px 0 0;
	text-align: right;
	font-size: 12px;
	line-height: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	background-image:url(images/link.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	color: #66605b;}
#hmpg p a:hover {
	text-decoration: underline;
	background-image:url(images/link-hover.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	color: #003558;}	
		
	
#highlight {
	padding: 10px 10px 15px 10px;
	float: right;
	width: 170px;}
#highlight h2 {
	font-size: 16px;
	line-height: 20px;
	color: #244679;
	font-weight: normal;
	margin: 2px 0;
}
#highlight p {
	font-size: 11px;
	line-height: 16px;
	margin: 3px 0;
	padding: 0;}

#newshd {
	background-image:url(images/HmpgNewsHeader_01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff;
	color: #fff;
	text-align:center;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;}

#news {
	margin: 0 0 10px 0;
	padding: 0;}
#news h4{
	font-size: 10px;
	line-height: 12px;
	margin: 2px 0 1px 0;
	padding: 2px 3px;;
	text-align:center;
	text-transform: uppercase;
	font-weight: bold;}		
#news p{
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0;
	padding: 0;}
#news p a {
	display: inline;
	text-decoration: none;
	color: #000;
	text-align: left;
	text-transform: none;
	font-weight: normal;
	background-image:none;
}
#news p a:hover {
	text-decoration: underline;
	color: #003558;
	background-image:none;}
	
	
#content {
	width: 515px;
	padding-bottom: 25px;
}

.photo {
	width: 200px;
	float: right;
	margin: 10px 0 0 0;}	
	
#subtopic {
	background-image:url(images/subsection-bkgd.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	border-top: 2px solid #ffd200;
	border-bottom: 2px solid #ffd200;
	margin: 15px 0;
	padding: 5px }
	
#footer {
	background-image:url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	clear: both;
	padding: 3px 10px;}

#emergent {
	width: 200px;}
#copyright {
	float: right;
	margin: 12px 0 10px 0;
}

#date {
	background-image:url(images/datebkgd_02.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	background-color: #328bc0;
	color:#fff;
	padding: 0;
	margin: 0 0 7px 0;}
#date p {
	margin: 0;
	padding: 5px 0;	
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	background-image:url(images/datebkgd_01.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	color:#fff;}
/* CLASS STYLES */

/* MANAGEMENT PAGE STYLES */
.mgmt {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	padding-bottom: 10px;
}
.mgmt H5 {
	font-size: 11px;
	line-height: 13px;
	color: #3A58A0;
	margin: 5px 0 1px 0;
	padding: 0;}	
.mgmt H6 {
	font-size: 10px;
	line-height: 12px;
	font-weight:normal;
	color: #000;
	margin: 2px 0 1px 0;
	padding: 0;
	text-align:left;}
.mgmt a {
	color: #5888bd;
	text-decoration: none;}
.mgmt a:hover {
	background-color: #fff;
	text-decoration:none;}
.mgmt img {
	border: 1px solid #000;}
.mgmtphoto {
	float:left;
	width: 120px;
	margin: 5px 10px 0 10px	}
.mgmtphoto h4.mgmtclass {
	font-size: 12px;
	border-bottom: 1px solid #ffd200;
	margin: 5px 0 8px 0;
	color: #244679;
	font-weight: normal;
	text-align: center;
}

.sidebar {
	background-image:url(images/sidebar_02.jpg);
	background-position: bottom center;
	background-repeat:no-repeat;
	width: 200px;
	float: right;
	margin: 10px 0 0 0;}
.sidebar h2 {
	background-image:url(images/sidebar_01.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	margin: 0 0 5px 0;
	text-align: left;
	padding: 5px 12px 0 12px;}
.sidebar p {
	margin: 2px 0 5px 0;
	padding: 0 15px 7px 12px;
	font-size: 14px;
	line-height: 22px;
	color: #244679;}
	
.newprod {
	background-image:url(images/sidebar_02.jpg);
	background-position: bottom center;
	background-repeat:no-repeat;
	width: 200px;
	float: right;
	margin: 10px 0 0 0;}
.newprod h2 {
	background-image:url(images/sidebar_01.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	margin: 0 0 5px 0;
	text-align: center;
	font-size: 20px;
	padding: 5px 10px 0 10px;
	border-bottom: 1px solid #244679;
	font-weight: bold;
}
.newprod h3 {
	margin: 2px 0 5px 0;
	padding: 0 15px 0px 12px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	border: none;
}
.newprod p {
	margin: 2px 0 5px 0;
	padding: 0 15px 7px 12px;
	font-size: 12px;
	line-height: 17px;
	color: #000;
}
.newprod td {
	text-align:center;
	font-size: 10px;
	line-height: 14px;}
.newprod td a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 1px 1px;
	margin: 0;
	font-size: 10px;
}
.newprod p.contact {
	margin: 2px 0 5px 0;
	padding: 0 15px 7px 12px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 17px;
	color: #000;
}
.newprod p.contact a {
	color: #000;
	text-decoration: none;}
.newprod p.contact a:hover {
	color: #244679;}

.newprod td a:hover {
	background-color: #244679;
	color: #fff;
	text-decoration: none;}
.newprod td a>img {
	display:inline;}
.newprod td a:hover>img {
	background-color: none;
	display:inline;}

.newprod td img {
 border:1px solid white;}

.photo {
	width: 200px;
	float: right;
	margin: 10px 0 0 0;}
	
.products {
	margin: 10px 0 25px 20px;
	border: 1px solid #003558;
	border-collapse:collapse;}
	
.products th {
	background-color: #003558;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	padding: 5px;}

.products td {
	text-align: left;
	padding: 5px;
	background-image:url(images/subsection-bkgd.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	border-right: 1px solid #003558;}
	
.products p {
	color: #003558;
	font-size: 12px;
	line-height: 16px;
	margin: 2px 0;}
		
	

