/********** AGENCY(Suplemental) CSS ***********/
/*********** amends MDstandard.css ***********/




/*********** Page Color (= banner color) ***********/
#container {
	background-color: #856AA6; /**** change this from grey to your color *****/
}

#banner {
	height: 132px;
	width:1000px;
	background-image: url(../images/page/banner.jpg);
	background-repeat: no-repeat;
}
/* for IE6 and below */
* html #banner {
	height: 107px;
}

/****** amberAlert *******/
.amberAlert {
	margin-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/page/CornerBottomRight.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
}
.amberAlertTable {
	background-color: #CCC0DA;
	border-color: #856AA6;
	border-style: solid;
}
.amberAlert h2 {
  text-align: center;
	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;
	font-family: Georgia, "Times New Roman", Times, serif;
}
}

.center {
text-align: center;
}

.left {
text-align: left;
}

.left h2 {
	padding: 5px 5px 5px 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 2px solid #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/****** boxWhatsNew ******/
#boxWhatsNew {
	background-color: #F8F9DB;
	background-image: url(../images/page/Hbottom.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	padding-bottom: 5px;
}
#boxWhatsNew h3 {
	text-transform: uppercase;
	font-size: 90%;
	padding-bottom: 0px;
	color: #000000;
	height:20px;
}
#boxWhatsNew ul {
	margin-top: 5px;
	padding: 0px 7px 0px 10px;
	list-style-image: url(../images/icons/arrowOchre.gif);
	background-repeat: no-repeat;
}
#boxWhatsNew ol {
	margin-top: 5px;
	padding: 0px 7px 5px 20px;
}
#boxWhatsNew li {
	margin-left: 15px;
}
#boxWhatsNew p {
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-top: 2px dotted #FFFFFF;
}

#boxWhatsNew h2 {
	padding: 5px 5px 5px 10px;
	background-color:#660000;
	background-image: url(../images/page/TLredfade.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}

#onlineServices {}

/******* (See AgencyAddLight.css for possible additional modifications) *******/

	
# ul.indent {
	list-style-type: none;
}

.boxBlank ul {
		list-style: square;
		list-style-position:outside; 
		margin: 0 0 0 5px;
		padding: 0;
	}
.boxBlank ul ul {
		list-style: disc;
		list-style-position: outside;
		margin: 0 0 0 10px;
		padding: 0;
	}
.boxBlank ul ul ul {
		list-style: circle;
		list-style-position: inside; 
		margin: 0 0 0 10px;
		padding: 0;
	}

.boxBlank table {
	border-collapse: collapse;
	margin: 1em;
}
.boxBlank td {
text-align:left;
padding: 0.1em 1em;
border: 1px solid #ccc;
}
.boxBlank th {
text-align:left;
padding: 0.1em 1em;
border: 1px solid #ccc;
background-color:#999999;
}

#ColumnLeftHalf {
	position: relative;
	width: 360px;
	display: inline;
	float:left;
	margin: 0px;
}

#ColumnRightHalf {
	position: relative;
	width: 360px;
	display: inline;
	float:left;
	margin: 0px;
	padding: 0 0 0 8px;
}
