﻿/************** DPS Content Section ****************/

/*

/*clear: both;*/
	/* float: left; */
	/* font-family: Arial, sans-serif; */
	/*line-height: normal;*/
    /*margin: 0px 0px 10px 5px;*/
    /*background-color: #ffffff;/*white */ 

/*
#dpsContent {
    
    background-color: #ffffff;
    
    font-size: 1.3em;
    
    margin-left: 5px; padding: 0;
    
}

*/



#dpsContent hr {
	/*height: 1px;*/
	/*line-height: 0;*/
/* 	width: 760px; */
	margin-left:5px; /* edited by surya pulipati 15px
	/*margin: 0; padding: 0;*/
}
/************** Title ****************/
.dpsTitle {
	float: left;
	/*width: 757px;*/
	text-align: left;
	margin: 3px 0; padding-left: 3px;
	line-height: 40px;
	font-size: 2em;
	font-weight: bold;
	color: #153e7e;/*#0000a0;/*#153e7e;*/
	background: url('../DPS/image/home/DPSHeader.jpg');
	

}

/*************** Map ******************/
iframe {
   width: 500px;
   height: 500px; 
}

/************** Heading ****************/
#dpsContent h1, #dpsContent h2, #dpsContent h3 {
   color: #000000;/*black*/
   font-weight: bold;
   text-align: left;
}
#dpsContent h1 {
   font-size: 1.35em;
   text-align: center;
   /*background-color: #deebef;/*light blue*/
   background-color: #deebef;/*light blue*/
   margin: 0; padding: 0;
   /* width: 760px; modified by surya */ 
   margin-left: -5px; /* 15px modified by surya */ 
   line-height: 1.7em;
   margin-top:5px;
	 /*clear: both;*/
}

#dpsContent h2 {
    font-size: 1.25em;
}
#dpsContent h3 {
  font-size: 1.1em;
}
#dpsContent h4 {
  font-size: 1.35em;
   text-align: center;
   /*background-color: #deebef;/*light blue*/
   background-color: #ff6a00;/*light blue*/
   margin: 0; padding: 0;
   /* width: 760px; modified by surya */ 
   margin-left: -5px; /* 15px modified by surya */ 
   line-height: 1.7em;
   margin-top:5px;
   width:1000px;
}
/*********** Paragraph **********/
#dpsContent p, #dpsContent li {
  color: #000000;
  text-align: left;  
}
/********* Table **********/
#dpsContent table {
    width: 100%;
	color: #000000;
}
#dpsContent tr, td {
    border: 0px solid #cccccc;
	margin-left: 40px;
}
#dpsContent thead {
	background-color: #deebef;
}
#dpsContent tbody {
	background-color: #ffffff;
}


/********** dpsPrint.css: CSS for master print layout					**********/
/********** Rough Draft: 02/21/12 - AC									**********/
/********** Notes: None													**********/

@media print {
    /************** DPS Content Section ****************/
    #dpsContent {
	    /* float: left; */
        background-color: #ffffff;/*white*/
        font-size: 11pt;
        line-height: 1.15;
        /*margin: 0px 0px 10px 5px;*/
        margin: 0; padding: 0;
    }
    #dpsContent a:after {
        content: " ("  attr(href) ")";
        font-size: 90%;
    }

    #dpsContent a:[href^="#"]:after {
        content: none;
    }

    /************** Title ****************/
    .dpsTitle {
	    float: left;
	    width: 100%;
	    margin: 0; padding: 0;
        font-family: Arial, sans-serif;
	    font-size: 1.8em;
    }

    /************** Heading ****************/
    #dpsContent h1, #dpsContent h2, #dpsContent h3 {
        margin: 1em 0 0 0; padding: 0;
    }
    #dpsContent h1 {
        font-size: 1.35em;
        line-height: 1.7em;
        margin-top: 0.3em;
    }

    #dpsContent h2 {
        font-size: 1.18em;
        line-height: 1.25em;
    }

    #dpsContent h3 {
        font-size: 1.1em;
        line-height: 1.2em;
    }

    /*********** Paragraph, List **********/
    #dpsContent p, #dpsContent li {
        padding-bottom: 0;
    }
    #dpsContent p {
        margin-bottom: 0.75em;
    }
    #dpsContent li {
        margin-bottom: 0.5em;
    }

/*    #dpsContent li a:after {
        content: none;
    } */
    /********* Table **********/
    #dpsContent table {
        border: 0.5pt solid #cccccc;
	    border-collapse: collapse;
    }
    #dpsContent td {
        padding: 1pt 0.15em;
    }
    #dpsContent thead {
	    padding: 2pt 0 1pt 0;
    }

    #dpsContent table a:after {
        content: none;
    }
}