﻿.iconspan{
float: right;
margin: 3px;
cursor:pointer;
font-weight: bold;
}
.frameerror {
	background-image: url('images/404frame.png');
}
.blackBG {
	background-color: #000000;
}
.eg-bar{
	background-color: #8CC63F;
	font-weight: bold;
	border: 2px groove black;
	padding: 3px;
	height: auto;
}

div.eg-bar{
width: 600px;
}

.icongroup1{
	width: auto;
	height: auto;
}
.HelpOrangeBG {
	background-color: #FFC5A8;
}
.ListUpperAlpha {
	list-style-type: upper-alpha;
}
.xsmallFontRight {
	text-align: left;
}
.LargeFont {
	font-size: large;
}
.MedFontWhiteBG {
	background-color: #FFFFFF;
	font-size: medium;
}
.xsmallFont {
	font-size: x-small;
}
.PalmWaterBG {
	text-align: center;
	background-image: url('../images/palm water.png');
	background-repeat: repeat;
}
.LinkGreyout {
	color: #C0C0C0;
	font-size: large;
}
.YellowBG {
	background-color: #FFFF99;
	margin-right: 10%;
	margin-left: 10%;
	text-align: center;
}
.GreenBG {
	text-align: left;
	font-weight: bold;
	font-size: large;
	background-color: #8CC63F;
	cursor: auto;
}
.BodyTable {
	margin: 5px 13% 0px 13%;
	background-color: #8CC63F;
	float: none;
	width: 74%;
}
.CommTittle {
	background-color: #FFFF99;
}
.TextCenter {
	text-align: center;
}
.PageSubTitle {
	font-family: "Times New Roman";
	background-color: #CEE7AD;
	font-size: large;
}
.TextLeft {
	text-align: left;
}
.YellowColorFont {
	color: #FFFF00;
}
.FontBoldMed {
	font-size: medium;
	font-weight: bold;
}
.FontCenterBold {
	text-align: center;
	font-weight: bold;
}
.NormTitle {
	font-size: large;
	font-weight: bold;
	color: #000000;
	position: static;
	text-align: center;
	background-color: #FFFF99;
}
body {
	background-position: right;
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	background-image: none;
	background-repeat: repeat-y;
}
#container {
	width: 100%;
	height: 100%;
	background-image: none;
}
#masthead {
	width: 100%;
	overflow: hidden;
	text-align: center;
	background-color: #8CC63F;
	height: auto;
	background-image: none;
}
#page_content {
	background-position: 200px;
	position: relative;
	background-image: none;
	background-color: #388669;
}
#sidebar {
	background-position: 0px 0px;
	position: relative;
	float: left;
	width: 140px;
	background-color: #388669;
	background-image: none;
	background-repeat: repeat;
	height: auto;
}
#content {
	background-position: right;
	margin-left: 200px;
	padding: 15px;
	background-color: #388669;
	background-image: none;
	background-repeat: no-repeat;
}
#content a {
	color:blue;
}
#content a:hover {
	color:red;
}
r {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #8CC63F;
	background-image: url('../images/palm water.png');
	
}
#masthead img {
	float: left;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
}
h2 {
	font-family: Arial Black;
}
h1 {
	font-family: Arial Black;
}
/* Styles for Navigation */

/* Styles for Footer */
#footer p {
	font-size: small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.fontmediumsize {
	font-size: medium;
}
.xsmallFontRight {
	font-size: x-small;
	text-align: right;
}
.xsmallFont {
	font-size: x-small;
	}
.style14 {
	font-size: medium;
	background-color: #FFFF99;
}

.PageSubTitle {
	background-color: #FFFF99;
}
.TextLeft {
	text-align: left;
}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url("../images/shade.gif") top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url("../images/shadeactive.gif");
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
height: auto;

}
.iconspan{
float: right;
margin: 3px;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
	background-color: #8CC63F;
	font-weight: bold;
	border: 2px groove black;
	padding: 3px;
	height: auto;
}

div.eg-bar{
width: 600px;
}

.icongroup1{
	width: auto;
	height: auto;
}


@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
	padding: 0;
	width: auto;
	border-top: 5px solid #D25A0B;
/*Brown color theme*/	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-image: none;
	height: auto;
}
.modernbricksmenu2 ul{
	margin: 0;
	margin-left: 10px; /*margin between first menu item and left browser edge*/;
	padding: 0;
	list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 16px Arial;
color: black;
text-decoration:none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #8cc63f;
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #817c00; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #817c00; /*Brown color theme*/ 
color: black;
font: bold 17px Arial;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
display:none;
height: auto;

}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url("../images/indentbg.gif") center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url("../images/indentbg2.gif") center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
.cse-branding-right {
margin:0;
padding:0;
}
.cse-branding-bottom {
margin:0;
padding:0;
}
.cse-branding-right:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.cse-branding-bottom:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.cse-branding-text { 
font: 10px Arial;
}
.cse-branding-form form {
margin-bottom: 0;
padding-bottom: 0;
}
/* Bottom-specific selectors */
.cse-branding-bottom .cse-branding-text {
display: block; 
float: left;
}
.cse-branding-bottom .cse-branding-logo {
display: block; 
float: left;
}
.cse-branding-bottom .cse-branding-form {
margin-bottom: 3px;
}
.cse-branding-bottom .cse-branding-logo {
padding: 0;
}
.cse-branding-bottom .cse-branding-text {
padding-top: 4px;
}
.cse-branding-right .cse-branding-form {
float: left;
}
/* Right-specific selectors */
.cse-branding-right .cse-branding-text {
margin-left: 4px;
}
.cse-branding-right .cse-branding-logo {
margin-left: 4px;
}
.cse-branding-right .cse-branding-form {
	float: none;
	margin-right: 4px;
}
.cse-branding-right .cse-branding-logo {
padding: 0;
}
.cse-branding-right .cse-branding-text {
margin-top: -4px;
}
div.sdmenu {
	width: 200px;
	height:auto;
	font-family: Georgia, Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 30px;
	background: url("images/bottom.gif") no-repeat  right bottom;
	color:black; 
}
div.sdmenu div {
    
	background: url("images/title.gif") repeat-x;
	font-family: Georgia, Arial, sans-serif;
	font-size: 14px;
    font-weight: bold;
    color:black;
    overflow: hidden;
   
}
div.sdmenu div:first-child {
	background: url("images/toptitle.gif") repeat-x;
}
div.sdmenu div.collapsed {
	height: 45px;
}

div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: black;
	background: url("images/expanded.gif") no-repeat 10px center;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url("images/collapsed.gif");
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #8CC63F;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #817C00;
	font-weight:bold;
}
div.sdmenu div a.current {
	background:#FFFF99;  
	font-weight:bold;
	color:black;

}
div.sdmenu div a:hover {
	background : #817C00 url("images/linkarrow.gif") no-repeat right center;
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
	font-size: medium;
}
