@charset "utf-8";
/* CSS Document */

/* Generic Selectors */ 
    body { 
    font-family: Arial, "Times New Roman", Times, serif;
    font-size: 12px; 
    color: #333333;
    background-color: #ffffff; 
	background-image:url(images/bg.jpg); 
	background-repeat:repeat-x; margin-top:0px;	
    } 
	
    h1 { 
    font-family: Arial, "Times New Roman", Times, serif; 
    font-size: 16px;     
    color: #ff6600;
	text-align:left;
	padding-left:5px;
    } 
	
    h2 { 
    font-family: Arial, "Times New Roman", Times, serif; 
    font-size: 14px;    
    color: #000000; 
    border-bottom: 1px solid #C6EC8C; padding-top:0px;
	
    } 

.menulist a{   
	color: #ffffff;
	display: block;
	width: 221px;
	height: 25px;
	padding-left: 6px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
	font-weight: bold;
	text-align:left;
	padding-top:5px;	
}

.menulist a:hover{
	background-image: url(images/menuover.gif);
}


.labelstyle {
	color: #fff;
	font-weight: bold;
	padding:8px;
	padding-bottom:5px
}

#headercontainer{
	width:980px;
	height:80px; 
	background-image:url(images/header.jpg); 
	background-repeat:no-repeat;
}

.headerlinks{
	padding-right:18px;
	height:75px;
	padding-top:5px;
}

.headerlinks a{
	color:#FB5200;
	text-decoration:none;	
}

.menucontainer{
	width:980px;
	height:32px;
	background-color:#707070;
}

.homebanner{
    height:240px;
	width:750px;
	float:left;
}
.verticals{
	background-color:#61A4ED
	height:240px;
	width:230px;
	float:right;
}

.boxcontainer{
	clear:both;
	width:960px;
	height:240px;
	padding:5px;
	padding-top:10px;
	padding-left:0px;
}

.boxstyles{
	float:left;
	width:180px;
	height:215px;
	padding:7px;
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
	background-position: -5px 0px;
}

.leftbox{
	float:left;
	width:180px;
	height:215px;
	padding-top:10px;	
	padding-left:0px;
	 
}

.elearn{
	float:right;
	width:180px;
	height:215px;
	padding:5px	;
	padding-top:7px;
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
	background-position: -5px 0px;
}

.imagepad{
padding-top:5px;
padding-left:8px;
}
.contentpad1{
	padding:2px;
	padding-top:10px; 
	padding-left:10px;
	 
}

.links a{
	color:#FB5200;
	text-decoration:none;	
}

.more a{
	padding:2px;	
	padding-bottom:10px;
	text-align:right;
	padding-left:10px;
	font-size:12px;
	color:#1897ff;
	text-decoration:underline;
}

.leftlabels {
	color: #0070CA;
	font-weight: bold;
	padding-bottom:5px;
}

.innermenucontainer{
	width:240px;
	min-height:450px;
	float:left;
	background-image:url(images/inner_menubg.jpg);
	background-position:top left;
	background-repeat:no-repeat
}

.innercontentcontainer{
	width:719px;
	float:left;
	min-height:478px;
	padding:5px;
}
.pad5{
padding:5px;
}

/* Tabel CSS*/

#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;	
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #009;
}


#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;	font-size: 12px;
	background: #fff;

	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}
