/*******************************************************************************
** FILE:	style1.css
** AUTHOR:	mike mccarthy
** PURPOSE:	stylesheet for shoreenv.com
*******************************************************************************/
body {
	background: gainsboro;
}
#bannerlayer {
	background-image: url('../images/bnrGraphics/bnrBg.jpg');
	background-repeat: repeat-x;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
}
.horizdivider {
	height: 2px;
	font-size: 0px;
	background: gainsboro;
	border-bottom: 1px solid dimgray;
}
#menulayer {
	height: 24px;
	background: gray;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
td, th {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
}
#premenuspacer {
	width: 212px;
	background: gray;
}
#menuheadersarray {
}
#sddm
{	
	margin: 0px;		/* of entire menu bar group */
	padding: 0;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 30;
}
#sddm li
{	
	margin: 0;		/* bw menu headers -- keep this val at zero */
	padding: 0;		/* bw menu headers -- keep this val at zero */
	list-style: none;
	float: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid gainsboro;
}
#sddm li a
{	
	display: block;
	margin: 0;
	padding: 4px 6px;		/* top & sides of header items (determines button sz)*/
	width: 62px;
	background: gray;
	color: white;
	text-align: center;
	text-decoration: none;
}
#sddm li a:hover
{	
	background: #4F4F4F;		/* bg col of header item during rollover */
}
#sddm div
{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	/*background: red;*/		/* this has no effect */
	/*border: 1px solid black;*/
	border-left: 1px solid black;	/* single box in dropdown containing all menu items */
	border-top: 0px solid gray;	/* formerly 2, insteaded added 4 px to top margin abv*/
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#sddm div a
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 18px;		/* top & left/right padding bw DROP DOWN menu items */
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	/*background: #F3F3F3;*/		/* bg color of dropdown menu box when visible */
	background: linen;
	color: black;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#sddm div a:hover
{	
	background: #41718A;
	/*background: #497D98;*/
	color: white;
}
#undermenuspacerlayer {
	height: 50px;
	background: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#umsl_1 {
	width: 208px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 60px;
	vertical-align: center;
	color: steelblue;
	/*border: 1px solid red;*/
}
#umsl_2 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: center;
	color: steelblue;
	/*border: 1px solid blue;*/
}
#contentlayer {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
a:link, a:visited {
	color: steelblue;
	text-decoration: underline;
}
a:hover {
	color: darkorange;
	text-decoration: none;
}
a.general:link, a.general:visited {
	color: green;
	text-decoration: underline;
}
a.general:hover {
	color: darkorange;
	text-decoration: none;
}
#leftcontentbox {
	width: 184px;
	padding: 12px;
	text-align: left;
	vertical-align: top;
	/*color: white;*/
	color: navajowhite;
	background: gray;
	border-top: 1px solid black;
	border-right: 1px solid black;
}
#contentbox {
	color: dimgray;
	padding-left: 60px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 60px;
	background: white;
	text-align: left;
}
.verticalspacer {
	background: white; /* change to red for visual debug */
}
.required {	/* used in the contact form */
	color: darkorange;
	font-weight: bold;
}
#featurebox1 {
	width: 300px;
	/*background: gray;*/
	/*background-image: url('../images/businessgray2.jpg');*/
	/*background-repeat: repeat;*/
	background: white;
	/*border-left: 1px solid black;*/
	border-top: 1px solid black;
	vertical-align: top;
}
#featurebox2 {
	width: 300px;
	/*background: gray;*/
	/*background-image: url('../images/businessgray2.jpg');*/
	/*background-repeat: repeat;*/
	background: white;
	/*border-left: 1px solid black;*/
	border-top: 1px solid black;
	vertical-align: top;
}
.ss_image {
}
.ss_text {
	padding: 6px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	background-color: white;
	color: black;
	border-bottom: 1px solid black;
}
#footerlayer {
	padding: 4px;
	background: #396984;
	/*
	color: white;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	*/
	line-height: 2.0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.footertext1 {
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	/*color: sandybrown;*/
	color: navajowhite;
}
.footertext2 {
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
}
.footertext3 {
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	/*font-weight: normal;*/
	font-weight: bold;
	color: navajowhite;
}
a.footer:link, a.footer:visited {
	color: navajowhite;
	text-decoration: underline;
}
a.footer:hover {
	color: powderblue;
	text-decoration: none;
}
p {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}
p.heading {
	letter-spacing: 1.5;
	font-weight: bold;
	/*color: #396984;*/ /* added this line Dec 28, 2009 */
}
p.para {
	line-height: 2.5; /* changed this from 2.0 to 2.5 Dec 28, 2009 */
}
ul.list {
	line-height: 2.0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}
hr.rule {
	color: steelblue;
	height: 2px;
}
.highlight {
	color: darkorange;
}
#credittable {
	background: gainsboro;
}
#creditcell {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: darkgray;
}