/* sea-flora.com style sheet */
/* Darker green = #557D38 */
/* Lighter green = #AAC577 */
/* Background green = #DAE6BF */

/* ----------- */
/* FONT SYTLES */
/* ----------- */

/* Main content font */
P {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

/* Page title font */
H1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	FONT-STYLE: normal;
	font-weight: normal;
	color: #557D38;
	margin-top: 0;
	margin-bottom: 0;
}

/* CSS work-around for non-IE browsers who don't like div tags */
H4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	FONT-STYLE: normal;
	font-weight: normal;
	color: #557D38;
	margin-top: 0;
	margin-bottom: 0;
}

/* CSS work-around for non-IE browsers who don't like div tags */
H5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	FONT-STYLE: normal;
	font-weight: normal;
	color: #557D38;
	margin-top: 0;
	margin-bottom: 0;
}

/* CSS work-around for non-IE browsers who don't like div tags */
H6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	FONT-STYLE: normal;
	font-weight: normal;
	color: #557D38;
	margin-top: 0;
	margin-bottom: 0;
}

.9green {
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	FONT-STYLE: normal;
	font-weight: normal;
	color: #557D38;
}

.10green {
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 10x;
  FONT-STYLE: normal;
	font-weight: normal;
	color: #557D38;
}

.11green {
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 11px;
  FONT-STYLE: normal;
	font-weight: normal;
	color: #557D38;
}

.12green {
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
		FONT-STYLE: normal;
		font-weight: normal;
		COLOR: #557D38;
}

.12grey {
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
		FONT-STYLE: normal;
		font-weight: normal;
		COLOR: #666666;
}

.14green {
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    FONT-STYLE: normal;
		font-weight: normal;
		COLOR: #557D38;
}

.18green {
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 18px;
    FONT-STYLE: normal;
		font-weight: normal;
		COLOR: #557D38;
}

.11grey {
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-STYLE: normal;
		font-weight: normal;
		COLOR: #666666;
}

.11greyLight {  
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
		FONT-SIZE: 11px;
    FONT-STYLE: normal;
		font-weight: normal;
		COLOR: #CCCCCC;
}

.11white {
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-STYLE: normal;
		font-weight: normal;
		COLOR: #FFFFFF;
}

/* ----------- */
/* LINK SYTLES */
/* ----------- */
A:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	FONT-STYLE: normal;
	color: #557D38;
	text-decoration: none;
}

A:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	FONT-STYLE: normal;
	color: #557D38;
	text-decoration: none;;
}

A:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	FONT-STYLE: normal;
	color: #AAC577;
	text-decoration: none;
}

A.subNav:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #AAC577;
}

A.subNav:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAC577;
	text-decoration: none;
}

A.subNav:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #557D38;
	text-decoration: none;
}

A.navSm:link {
	color: #AAAAAA;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

A.navSm:visited {
	color: #AAAAAA;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

A.navSm:hover {
	color: #B3DC1F;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

A.admin:link {
	color: #444444;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

A.admin:visited {
	color: #444444;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

A.admin:hover {
	color: #B9B997;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

A.blue:link {
	color: #3366FF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

A.blue:visited {
	color: #3366FF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

A.blue:hover {
	color: #003399;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

/* ------------------------ */
/* BROWSER SCROLLBAR SYTLES */
/* ------------------------ */
body, html {
  scrollbar-face-color: #AAC577;
	scrollbar-track-color: #DAE6BF;
  scrollbar-highlight-color: #AAC577;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-shadow-color: #AAC577;
  scrollbar-darkshadow-color: #AAC577;
  scrollbar-arrow-color: #FFFFFF;
}

/* ------------- */
/* BUTTON SYTLES */
/* ------------- */
.btnAdmin {
	font: 11px Helvetica, Arial, Verdana, sans-serif; 
	padding: 2px; 
	color: #666666; 
	border: 1px #333333 solid; 
	background-color: #FFFFFF;
}

.btnAdminBlue {
	font: 11px Helvetica, Arial, Verdana, sans-serif; 
	padding: 4px; 
	color: #0066CC; 
	border: 1px #6699FF solid; 
	background-color: #FFFFFF;
}

/* ------------- */
/* BACKGROUNDS  */
/* ------------- */

/* Seaflora image on left side of site */
.bgLeft {
  background-image: url(../images/bg_left_expanded.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

/* Seaflora image on left side of site ALTERNATE FOR PRESS PAGE*/
.bgLeft2 {
  background-image: url(../images/bg_left2.gif);
  background-repeat: no-repeat;
}

/* Image on top header of site */
.bgTop {
  background-image: url(../images/bg_top.gif);
  background-repeat: no-repeat;
}

/* Image on bottom footer of site */
.bgBottom {
  background-image: url(../images/bg_bottom.gif);
  background-repeat: no-repeat;
}

/* Image on bottom footer of site - part below Outercoast Seaweed logo */
.bgBottom2 {
  background-image: url(../images/bg_bottom2.gif);
  background-repeat: no-repeat;
}

/* Image on bottom footer of site ALTERNATE FOR PRESS PAGE */
.bgBottom3 {
  background-image: url(../images/bg_bottom3.gif);
  background-repeat: no-repeat;
}

/* Appears in Site Admin for title background */
.bgAdminBar {
  background-image: url(../images/bg_adminBar.gif);
  background-repeat: repeat-x;
}