/* $Id: corporate_main.css 194 2005-03-21 22:01:25Z lyoung $ */

/*-----------------------
IPC Client Login Page
-----------------------*/
div.row a.text {
	text-decoration: none;
	color: #333;
}
div.row {
	clear: both;
	padding-top: 10px;
	width: 100%;
}

div.ipcconnect, div.ccms, div.learn {
      margin-left: 0px;
      padding: 5px;
      width: 205px;
      height: 165px;
      float: left;
      background: #EDEEE8;
      color: #333333;
	  border: 1px solid #C9D3C3;
}
div.ccms, div.learn {
      margin-left: 10px;
}

div.ipcconnect p.btn {
clear:both;
padding-top: 10px; 
text-align: center;   
}

div.ccms p.btn {clear:both;
        padding-top: 0px;
        text-align: center;
}

div.learn p.btn {clear:both;
        padding-top: 45px;
        text-align: center;
}

div.ipcconnect h2,
div.ccms h2,
div.learn h2 {
     padding-left: 8px;
     color: #6A5C7E;
}

div.ipcconnect h4,
div.ccms h4,
div.learn h4 {
     	font-size: 1.1em;
     	font-weight: bold;
	text-align: center;
}

div.ipcconnect ul,
       div.ccms ul,
		 div.learn ul {
	margin: 0 0 18px 0 !important;
	padding: 0 !important;
	float: left !important;
	width: 100% !important;
	list-style: square inside;
	
}
*html div.ccms ul {
	margin: 0 !important;
	padding: 0 !important;
	float: left !important;
	width: 100% !important;
	list-style: square inside;
	
}