/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
background: #898888;
width: 145px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
border-top: 1px solid #CCC;

}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFFFFF;
text-decoration: none;
background: #898888;
padding: 5px 5px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: #FFFFFF; 
}

.suckerdiv ul li a:hover{
background-color: #c1020a;
}

.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
body{
	background-color:#e8e8e8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #262424;
	text-decoration: none;
	margin:0px;
	padding:0px;
	}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #252525;
	text-decoration: none;
}
a:active  {
	color: #666666;
	text-decoration: none;
}
.top-link{
	color:#1d4382;
	text-decoration: none;
	}
.top-link:hover{
	color:#ffffff;
	text-decoration: underline;
	}
.color{
	color:#1d4382;
	}
.top-background{
	background-image:url(images/top-bg1.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#FFFFFF;
	}
.search1{
	width:200px;
	height:15px;
	font-size:10px;
	}
.white-text{
	color:#ffffff;
	font-size:13px;
	text-decoration: none;
	}
.read-more{
color:#d81921;
	font-size:13px;
	text-decoration: none;
	}

.read-more:link{
color:#d81921;
	font-size:13px;
	text-decoration: none;
	}

.read-more:visited{
color:#d81921;
	font-size:13px;
	text-decoration: none;
	}

.read-more:active{
color:#d81921;
	font-size:13px;
	text-decoration: none;
	}

.read-more:hover{
	color:#ffffff;
	font-size:13px;
	text-decoration: none;
	}
.view-all{
	color:#ffffff;
	font-size:13px;
	text-decoration: none;
	}
.view-all:hover{
	color:#ffffff;
	font-size:13px;
	text-decoration: underline;
	}


.menu { width: auto;
 } 

.menu ul {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	color:#FFFFFF;
} 
.menu ul li { display: block; margin: 0px; list-style: none;
} 

.menu a {
	display: block;
	color: darkblue;
	text-decoration: none;
	padding: 5px;
	color:#FFFFFF;
	} 
.menu a:hover {
	background-color: #d81921;
	color: black;
	background-image:url(images/bullet-red_01.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:8px;
	color:#FFFFFF;
	} 
	. ul li { background-color: #d81921;
	color: black;
	background-image:url(images/bullet-red_01.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:8px;
	color:#FFFFFF;
} 

.activeparent{
	background-color: #d81921;
	color: black;
	background-image:url(images/bullet-red_01.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:8px;
	color:#FFFFFF;}

.activeparent:link{
	background-color: #d81921;
	color: black;
	background-image:url(images/bullet-red_01.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:8px;
	color:#FFFFFF;}

.activeparent:hover{
	background-color: #d81921;
	color: black;
	background-image:url(images/bullet-red_01.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:8px;
	color:#FFFFFF;}			
.white-text1{
	color:#ffffff;
	font-size:13px;
	text-decoration: none;
	text-transform:uppercase;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position:right;
	padding-right:15px;
	}
.blact-text{
	color:#595959;
	font-size:12px;
	text-decoration: none;

	}
.red-text{
	color:#d81921;
	font-size:12px;
	text-decoration: none;

	}
.top{
	color:#595959;
	font-size:12px;
	text-decoration: none;
	}
.top:hover{
	color:#595959;
	font-size:12px;
	text-decoration: underline;
	}
.top-heading{
	color:#1b3f79;
	font-size:14px;
	text-transform:uppercase;
	text-decoration: none;
	font-weight: bolder;
	padding-left:8px;
	}
.top-heading2{
	color:#1b3f79;
	font-size:14px; 
	text-decoration: none;
	font-weight: bolder;
	padding-left:8px;
	}	
.border{
	border: 1px solid #1d4382;
	}
	
		