
/* for column one on the home page  begin*/

#ContentDiv  #columnOne
{
	margin-top:15px;
	margin-bottom:15px;
	border-right:solid 1px #E2E3E4;
	float:left;
	min-height:300px;
	width:70%;
	min-width:500px;	
	_width: expression((document.getElementById('ContentDiv').clientWidth > 760) ? "65%" : 500+"px");
	 
}

#ContentDiv  #columnOne p, #ContentDiv  #columnOne h2, #ContentDiv  #columnOne h1
{
	padding-left:25px;
	padding-right:20px;	
}
#ContentDiv  #columnOne h1
{
	margin-top:6px;
}
 
#ContentDiv  #columnTwo
{	
	margin:15px 10px 0px 10px;
	width:27%;
	min-width:200px;
	float:right;
	_width: expression((document.getElementById('ContentDiv').clientWidth > 760) ? "27%" : 220+"px");		
}


/*  For Lower boxes in the home page begin */

div.homeBox
{
	position:relative;	
	width:160px;	
	min-height:80px;
	_height:80px;
	float:left;
	margin-left:2.5%;
	_margin-left:1px;
	padding-bottom:17px;
	background: url(../images/bottom3.jpg) bottom left no-repeat;
	
	
}
#columnOne  div.middleBox
{
	
}

#columnOne  div.lastBox
{
	
}
#columnOne div.first_child
{
	_margin-left:8px;
}


div.homeBox h3 
{
	width:138px;
	color:#0076C0;
	padding:12px 10px 11px 10px;
	background: url(../images/top3.jpg) no-repeat;
	margin-bottom:0px;
	
}
div.homeBox a
{
	color:#0076C0;
}
div.homeBox img
{
	position:absolute;
	top:22px;
	border:0px;
	*top:12px;
	left:125px;
}

	
/* For Column Two Region of the home page */
#columnTwo
{	
	_margin:0px;
}
#columnTwo	h2
{
	color:#0076C0;
	position:relative;	
	padding:0px 0px 10px 0px;
	_margin-left:0px;
	border-bottom: solid 1px #E2E3E4;
}

#columnTwo div
{
	float:left;
	border-bottom: solid 1px #E2E3E4;
	width:100%;
}
#columnTwo a
{
	display:-moz-inline-box;
	display:inline-block;
	float:left;
	padding-top:10px;
	font-size:11px;
	color:#0076C0;	
	position:relative;	
	padding-right:10px;
		
}
#columnTwo a.classDate
{	
	margin:0px;	
	font-size:11px;
	color:#0076C0;
	width:160px;	
	padding-bottom:10px;	
}

/* Css For the test rounded edge resizable box */

#TestResizable
{
	float:left;
	margin-left:100px;
	position:relative;
	margin-top:60px;
	height:150px;
	width:200px;
	/*background-color:#AAAAAA;*/
	/*background-image: url(../images/boxMiddle11.png);*/
	margin-bottom:60px;
}

#forLeft
{
	background-image: url(../images/boxLeft111.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:150px;
	width:14px;
	position:absolute;
	top:0px;
	left:0px;
}
#forRight
{
	background-image: url(../images/boxLeft11.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:150px;
	width:18px;
	position:absolute;
	top:0px;
	right:0px;
}
#forMiddle
{
	position:absolute;
}

#TestResizable h3 
{
	width:138px;
	color:#0076C0;
	padding:12px 10px 11px 20px;
	margin-left:20px;
	margin-bottom:0px;
	
}



#ContentDiv #columnOne .TestResizable1 p
{
	/*float:left;*/
	margin-top:0px;
	padding:6px 18px 0px 13px ;
	
	/*width:125px;*/
	margin-left:-1px;
	text-align:left;
}
#ContentDiv #columnOne .TestResizable1 h3 
{
	width:auto;
	color:#0076C0;
	padding:12px 10px 11px 13px;
	margin-left:0px;
	margin-bottom:0px;
	z-index:2001;
	
}
.TestResizable1
{
	width:170px;
	height:170px;
	float:left;
}
.UpperPortion
{
	background: #FFFFFF url(../images/TopMiddle.png) repeat-x 0px 0px;
	position:relative;
	height:37px;
	/*width:auto;*/
	/*width:170px;*/
}

.lowePortion
{
	
	position:relative;
	height:133px;
	
	_margin-top:-1px;
	/*width:170px;*/
	/*width:auto;s*/
}
.LowerPortionM
{
	background: #FFFFFF url(../images/bottomMiddle11.png) repeat-x 0px 0px;	
	margin-right:2px;
	height:133px;
}
.TestResizable1 a
{
	color:#0076C0;
}
.TestResizable1 img
{
	position:absolute;
	display:-moz-inline-block;
	*display:inline-block;
	top:11px;
	border:0px;
	
	right:10px;
	z-index:2000;
}

.upperLeft
{
	background: #FFFFFF url(../images/TopLeft11.png) no-repeat 0px 0px;
	position:absolute;
	height:37px;
	width:13px;
	top:0px;
	left:0px;
	
}

.upperRight
{
	background: #FFFFFF url(../images/TopRight11.png) no-repeat 0px 0px;
	position:absolute;
	height:37px;
	width:18px;
	top:0px;
	right:0px;
	
}

.lowerLeft

{
	background: #FFFFFF url(../images/BottomRight11.png) no-repeat 0px 0px;
	position:absolute;
	height:150px;
	
	width:12px;
	top:0px;
	left:0px;	
}
.lowerRight
{
	background: #FFFFFF url(../images/Bottomleft11.png) no-repeat 0px 0px;
	position:absolute;
	height:150px;
	
	width:17px;
	top:0px;
	right:0px;	
}