@charset "UTF-8";
/* CSS Document */

/* CSS Document */ 
/*----- TITLE: Dover MPG */
/*----- CREATED: 010912 */
/*----- DESIGNER: Dover Solutions India*/

/* -----------------------------------*/
/* ---- CSS RESET <<<-----------*/
/* -----------------------------------*/
html, body {
	margin: 0;
	padding: 10px 0px 0px 0px;
	border: 0;
}

table, table tr {
	vertical-align:top;
}

img {
	border: 0;
}
.imagealignleft, .ImageAlignLeft{    /* if image is left side of text */
    float: left;
    padding-right: 28px;
}

.imagealignright, .ImageAlignRight{    /* if image is right side of text */
    float: right;
    
    padding-left: 28px;
}
.TabbedPanelsContentVisible .imagealignleft, .TabbedPanelsContentVisible .ImageAlignLeft
{
	padding-left:10px;
}
.TabbedPanelsContentVisible .imagealignright, .TabbedPanelsContentVisible .ImageAlignRight{
padding-right:10px;
}
.SubTabbedPanelsContent .imagealignleft, .SubTabbedPanelsContent .ImageAlignLeft
{
	padding-left:0px;
}
.SubTabbedPanelsContent .imagealignright, .SubTabbedPanelsContent .ImageAlignRight{
padding-right:0px;
} 

.link_small
{
	font-family: Arial;
	font-size: 9pt;
	line-height: 15pt;
	color: #006699;
}
.link_big
{
	font-family: Arial;
	font-size: 11pt;
	line-height: 15pt;
	color: #006699;
}
.link_small_bold
{
	font-family: Arial;
	font-size: 9pt;
	line-height: 15pt;
	color: #006699;
	font-weight:bold;
}
.link_big_bold
{
	font-family: Arial;
	font-size: 11pt;
	line-height: 15pt;
	color: #006699;
	font-weight:bold;
}
.body_text
{
	color: #162A41;
	font-family: Arial;
	font-size: 12px;
	line-height: 19px;
}
.body_text li
{
	padding:0px 0px 5px 5px;
}
.header_style1
{
	color:#162A41;
    font-family: Arial;
    font-weight:bold;
    font-size:14px;
}
.header_style2
{
	color:#162A41;
    font-family: Arial;
    font-weight:bold;
    font-size:16px;
}
.header_style3
{
	color:#162A41;
    font-family: Arial;
    font-weight:bold;
    font-size:18px;
}
.header_style4
{
	color:#162A41;
    font-family: Arial;
    font-weight:bold;
    font-size:20px;
}
.dummy
{
	color:Red;
    font-family: Arial;
    font-weight:normal;
    font-size:11px;
}
/* -----------------------------------*/
/* ---- GLOBAL <<<-----------*/
/* -----------------------------------*/
 body
{
    margin: auto;
    text-align: left;
    width: 960px;
	text-align:justify;
    font-family: Arial;
    font-size: 13px;
    background: url(/images/topbg.jpg) repeat-x top, url(/images/footerbg.jpg) repeat-x bottom;
    background: url(/images/topbg.jpg) repeat-x top\9;
}
h1 {
	color: #003366;	
	font-size: 15pt;
	line-height: 21pt;
	margin: 5pt 0 10pt 0;
}

h2.center {
	text-align: center;
	color: #006699;	
	font-size: 14pt;
	padding-top: 15px;
}

h3, h2 {
	color: #000;
	margin: 5px 0;	
}

h5 {
	color:#000;
	font-size: 8pt;
	letter-spacing:1px;
	line-height:10px;
	margin:0px;
	font-weight:normal;
	margin-bottom: -2px;
	margin-top:-1px;
}

p {
	margin: 8pt 0;	
}

a:link, a:active, a:visited {
	color: #006699;
	font-weight: bold;
	text-decoration: none; 	
}

a:hover {
	text-decoration: underline;	
	color: #006699;

}

/* -----------------------------------*/
/* ---- FLOATS <<<-----------*/
/* -----------------------------------*/
.left {
	float: left;	
}

.right {
	float: right;
	padding: 0 0 15px 15px;	
}

/* -----------------------------------*/
/* ---- BREADCRUMB <<<-----------*/
/* -----------------------------------*/
.Breadcrumb
{
	font-family:Arial;
	font-size:10px;
	color:#808285;
	line-height:12px;
	text-align:left;
	vertical-align:top;
	padding:4px 10px;
}
.Breadcrumb a
{
	color:#808285;
}
.Breadcrumb a:hover
{
	color:#414042;
}

/* -----------------------------------*/
/* ---- Other <<<-----------*/
/* -----------------------------------*/
.Banner
{
}
.Banner *
{
	padding:0;
	margin:0;
}
.RegularTemplateContainer
{
	padding:0 10px 10px 10px;
}
/* -----------------------------------*/
/* --Gradient Border styles<<<--------*/
/* -----------------------------------*/


.GradientBorderUpperDiv
{
	position:relative;
	margin:8px 8px 0px 8px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#e3e3e3));
	background-image: -moz-linear-gradient(top, #e3e3e3, #ffffff );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#ffffff');
	padding: 2px;
}
.GradientBorderLowerDiv
{
	background:#fff;
	padding-top:10px;
}


/* -----------------------------------*/
/* --World Map styles<<<--------*/
/* -----------------------------------*/

.ContactMapDiv
{
    background-image: url(/images/map-bg.jpg);
    height: 320px;
    width: 913px;
    padding: 5px 10px;
}
.ContactDisplay
{
	float: left; height: 277px; width:280px; text-align:left;
    padding:20px 0px 0px 20px;
}
.ContactTitle
{
	color:#006699;
	font-size:14px;
	font-weight:bold;
}
.ContactAddress
{
}
.MapBottomNote
{
	margin:0px; padding:0px; text-align:left;
	font-size:12px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * *  Table styles for adding vertical lines * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.AddHorizontalLines{ }
.AddHorizontalLines tr:first-child{ border-top-style:hidden; }
.AddHorizontalLines tr:last-child{ border-bottom-style:hidden; }
.AddTableVerticalLines { }
.AddTableVerticalLines td{
    border:1px solid #e2e2e2;
    border-width:0 1px;
}
.AddTableVerticalLines td:first-child,
.AddTableVerticalLines td + td{ border-left:0; }
.AddTableVerticalLines td:last-child{ padding-right:0; border-right:0; }


#cse-search-results
{ 
	height:1250px;
}
#cse-search-results iframe
{ height:100%;
}

.sitemap
{
	padding-left:80px;
}
.paginationLinks
{
	text-align:left;
}

.paginationLinks *
{
	padding:0px 5px;
}
.paginationLinks .current
{
 text-decoration:underline;
}