/********** AGENCY(Suplemental) CSS ***********/
/*********** amends MDstandard.css ***********/


#banner 
{
	background-image: url("../images/page/DOITbanner.jpg");
	width:1000px;
}



/*********** PAGE COLOR (= banner color) ***********/
#container {
	background-color: #000000;
}
#container1100 {
	background-color: #000000; /**** change this from grey to your color *****/
	width: 1150px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top:0px;
	margin-bottom:0px;
}
#page1100 
{
	float: left;
	width: 1150px;
	margin:0px;
}

#contentWide {
	float: left;
	display: inline;
	position: relative;
	width: 940px;
	background-color: #CCCCCC;
	background-image: url(../images/page/ContentTopRight.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 15px 0px 10px 0px;
}

.sideLinks h2 {
	color: #FFFF99;
	border-bottom: solid 1px #FFFF99;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sideLinks a {
	color: #FFFFFF;
}
.sideLinks a:visited {
	color: #FFFFFF;
}
.sideLinks a:hover {
	color: #FFFFFF;
}
.sideLinks p {
	color: #FFFFFF;
}
.sideLinks li {
	margin: 0px;
	padding: 2px 0px 2px 2px;
}


/*********** YOUR TAB SUBJECTS ***********/
/*** Customize, and name <body> id for active state  ***/

body#home #t-home a{
	background-position: 0% -48px;
}
body#home #t-home a span {
	background-position: 100% -48px;
	color: #000000;
}

body#subject1 #t-subject1 a{
	background-position: 0% -48px;
}
body#subject1 #t-subject1 a span {
	background-position: 100% -48px;
	color: #000000;
}

body#subject2 #t-subject2 a{
	background-position: 0% -48px;
}
body#subject2 #t-subject2 a span {
	background-position: 100% -48px;
	color: #000000;
}

body#subject3 #t-subject3 a{
	background-position: 0% -48px;
}
body#subject3 #t-subject3 a span {
	background-position: 100% -48px;
	color: #000000;
}

body#subject4 #t-subject4 a{
	background-position: 0% -48px;
}
body#subject4 #t-subject4 a span {
	background-position: 100% -48px;
	color: #000000;
}

/* **************************************** */

a
{
	color:#000000;
	text-decoration: none;
	
}
a:hover
{
	color:#000000;
	text-decoration: underline;
	
}

.headerStyle a:hover{
   
    
    text-decoration:underline;
    font-weight: bold;
    text-align:left;
           
} 
.subheader
{
	color:#000000;
	font-weight: bold;
	font-size: medium;
	
}
.btn
{
	background-color:#C8C8C8;
	border-color: #606060;	
	font-size: small;
	color: #000;
	font-family: Arial, Verdana, Times New Roman;
}
.subtext
{
	font-size:x-small;
}
.err
{
	font-weight:bold;
	color:Red;
}
.smallTxt
{
	font-size:.9em;
}
.blankRow tr td{
	font-size: .8em;
	
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 300px;
}

.curlycontainer .innerdiv{
background: transparent url(brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}


/******** TABLE STYLES ********/
.gv table {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	width: 800px;
	width: 100%;
	text-align: left;
}
.gv td,th{
	vertical-align:top;
	font-weight:normal;
	border-collapse:collapse;
	margin:0;
	padding:.1em 1em .1em 1em;
}

.gv thead th.date{
	background: #999999 url(../images/backgrounds/TLwhite-greyCurve.gif) no-repeat top left;
	width: 15%;
}
.gv thead th.item{
	background: #999999 url(../images/backgrounds/TRwhite-greyCurve.gif) no-repeat top right;
}
.gv tbody td{
	background: #DDE9F7;
}
.gv tbody th{
	background:#999;
}

.gv tbody tr.odd th{
	background:#ccc;
}
.gv tbody tr:hover td, tbody tr:hover th {
	background-color: #CEE9FF;
}
.gv tbody tr.odd td{
	background:#eee;
}
.gv caption{
	display: none;
}
.right {
	text-align: right;
}
.gv tr.dvHeader{
	text-transform:uppercase;
	font-weight: bold;
	background-color: #999999;
	color:#fff;
	padding:.1em .3em .1em .3em;
	text-align: center;
}

#tools {
	float: right;
	clear: right;
	margin: 5px 15px 0px 0px;
	font-size: 85%;
}
#tools a {
/*	color: #DCDCDC;  */
}
#tools ul {
	margin:0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#tools li {
	display: inline;
	margin: 0px 0px 0px 5px;
	padding-left: 20px;
} 
.mail {
	background-image: url(../images/icons/mail.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.print {
	background-image: url(../images/icons/print.gif);
	background-position: left;
	background-repeat: no-repeat;
}


/******* (See AgencyAddLight.css for possible additional modifications) *******/
