/* 	Silkorsky
	Last updated on June 22, 2009
	Created & Updated by Jayanthi
	Updated by Moogambigai on June 23 2009
*/

/* 	===================================================================================================
												HOME - BOXES
===================================================================================================  */
.boxesHome
{
	margin: 0px;
	width: 952px;
	float: left;
	background-attachment: scroll;
	background-image: url(/images/bgboxesHome.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
.boxesHome h2
{
	padding: 12px 0px 0px 30px;
	margin:0px;
	font-size: 15px;
	color: #ffffff;
}
.boxesHome p
{
	padding: 0px;
	margin:0px;
	font-size: 11px;
	color: #a4d0fc;
	font-weight:bold;
}
.boxesHome img
{
	padding: 0px 0px 8px 0px;
	margin:0px;
}
.boxesHome a
{
	text-decoration: none;
	color: #ffffff;
}
.boxesHome a:hover
{
	text-decoration: none;
	color: #a4d0fc;
}
.box1
{
	padding: 0px;
	margin: 0px;
	width: 230px;
	float: left;
	background-attachment: scroll;
	background-image: url(/images/bgBox.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
	
}
.box1 h2 {
	padding: 12px 0px 0px 30px;
	margin:0px;
	font-size: 15px;
	font-weight:bold;
	color: #ffffff;
	margin:0px;
 	width:200px;
	float:left;
	height:35px;
	background-attachment: scroll;
	background-image: url(/images/boxTitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#31608a;
}
 
a.morelink  
{
	text-decoration:none;
	color: #ffffff;
	background-attachment: scroll;
	background-image: url(/images/bgClickHere.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width:195px;
	display: block;
	padding: 7px 0px 0px 7px;
 	font-size:11px;
	font-weight:bold;
	position:absolute;
	bottom:0px;
	left:17px;
}
a.morelink :hover
{
	text-decoration:none;
	color: #ffffff;
	background-attachment: scroll;
	background-image: url(/images/bgClickHereOver.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxMiddle, .boxMiddle1
{
	margin:0px;
	float: left;
	width: 202px;
	background-attachment: scroll;
	background-image: url(/images/boxMiddle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 198px;
	color:#A4D0FC;
	font-size:11px;
	font-weight:bold;
	position:relative;
}


.boxMiddle ul
{
	padding: 0px;
	margin:0px;
	width: 202px;
	font-size:13px;
	color: #a4d0fc;
	font-weight:bold;
}

.boxMiddle ul li
{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(/images/box1Arrow.gif);
	line-height: 17px;
}

.boxMiddle1 ul
{
	padding: 0px;
	margin:0px;
	width: 202px;
	font-size:11px;
	color: #a4d0fc;
	font-weight:bold;
}

.boxMiddle1 ul li
{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 23px;
	list-style-type: none;
	line-height: 17px;
	background-attachment: scroll;
	background-image: url(/images/box2Arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* 	===================================================================================================
												HOME - BOX BOTTOM
===================================================================================================  */
.boxBottom
{
	padding: 0px;
	margin: 0px;
	width: 230px;
	float: left;
	height: 11px;
	background-attachment: scroll;
	background-image: url(/images/boxBottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}


