/********** AGENCY(Suplemental) CSS ***********/
/*********** amends MDstandard.css ***********/




h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: 1.7em;
	margin: 0px;
	padding: .5em 10px .5em 10px;
	color: #333366;
	
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px;
	padding: .5em 10px .5em 10px;
	color: #6aad7e;
	
}

/*********** Page Color (= banner color) ***********/
#container {
	background-color: #666666; /**** change this from grey #666666 to your color #E3CE99 *****/
}
/****** boxColor ******/
.boxColor {
	background-color: #98b58b; /** default color D8EEF3 **/
	/** background-image: url(../images/page/CornerBottomRight.gif); **/
	background-repeat:no-repeat;
	background-position: bottom right;
}
.boxColor h2 {
	padding: 5px 5px 5px 10px;
	/** background-image: url(../images/page/CornerTopLeft.gif); **/
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 2px solid #FFFFFF; /** 95CED7 **/
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #98b58b; /** BBD6DF **/
	color: #000000;
}
.boxColor h3 {
	color: #286D88; /** 286D88 **/
}
.boxColor h4 {
	text-transform: uppercase;
	font-style: normal;
	font-size: 90%;
	color: #283F4F;
}
.boxColor ul {
	margin-top: 5px;
	padding: 0px 7px 5px 10px;
	list-style-image: url(../../images/icons/arrowBlack.gif);
	background-repeat: no-repeat;
}
.boxColor ol {
	margin-top: 5px;
	padding: 0px 7px 5px 20px;
}
.boxColor li {
	margin-left: 15px;
}
.boxColor p {
	border-bottom: 2px dotted #FFFFFF;
	padding-bottom: 4px;
}




/*********** For Left Sidebar  ***********/
.boxLside {
	float: left;
	width: 148px;
	margin: 10px 0px 0px 0px;  /**margin: 10px 0px 0px 0px;**/
	padding-bottom: 7px;
	padding-top: 7px;
	background-color:#333333;
	color:#CCCCCC; 
}
.boxLside h2 {
	font-size: 90%;
	margin: 0px;
	font-weight: bolder;
	padding: 4px 5px 3px 5px;  /**padding: 4px 5px 0px 10px;**/
	color: #FFFF99;
}
.boxLside h3 {
	font-size: 85%;
	margin: 0px;
	font-weight: bolder;
	padding: 4px 5px 3px 5px;  /**padding: 4px 5px 0px 10px;**/
	color: #FFFF99;
	text-transform:uppercase;
}
.boxLside a {
	color: #DCDCDC;
}
.boxLside a:visited {
	color: #CCCCCC;
}
.boxLside a:hover {
	color: #98b58b;
	font-weight:bold;
}
.boxLside ul {
	padding-top: 5px;
	list-style-type: none;
}
.boxLside li {
	font-size: 95%;
	margin-left: 0px; /**margin-left: 10px;**/
	padding-left: 7px; /**padding-left: 15px;**/
	padding-bottom: 2px;
	/** background-image: url(../images/icons/arrowGrey2.gif); **/
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


/******* (See AgencyAddLight.css for possible additional modifications) *******/

/*********** Tab colors (requires modified images)  ***********/
#navTab a {
	background: url(tabLeft.gif) no-repeat left top;
}
#navTab a span {
	background:url(tabRight.gif) no-repeat right top;
}

.mail 
{text-transform: capitalize;}
.print
{text-transform: capitalize;}

#footer a:hover
{color: #98b58b;}