/* CSS Document */

/*//---------------------------------------------*/
/*// Name: Site - Default Style Sheet			 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

	
/*//---------------------------------------------*/
/*// Static Image Settings					     */
/*//---------------------------------------------*/


/*//---------------------------------------------*/
/*// Navigation Image Settings					 */
/*//---------------------------------------------*/

a.imgRollOver-attorney { background:url(images/attorney-login-up.jpg) no-repeat; height: 23px; width: 141px; }
a.imgRollOver-attorney:hover { background: url(images/attorney-login-over.jpg) no-repeat; }

a.imgRollOver-client { background:url(images/client-login-up.jpg) no-repeat; height: 23px; width: 141px; }
a.imgRollOver-client:hover { background: url(images/client-login-over.jpg) no-repeat; }

a.imgRollOver-online-payments { background:url(images/online-payments-up.jpg) no-repeat; height: 43px; width: 162px; }
a.imgRollOver-online-payments:hover { background: url(images/online-payments-over.jpg) no-repeat; }

a.imgRollOver-make-payment { background:url(images/make-payment.jpg) no-repeat; height: 43px; width: 162px; }
a.imgRollOver-make-payment:hover { background: url(images/make-payment-over.jpg) no-repeat; }

a.imgRollOver-client-audit { background:url(images/client-audit-up.jpg) no-repeat; height: 43px; width: 162px; }
a.imgRollOver-client-audit:hover { background: url(images/client-audit-over.jpg) no-repeat; }

a.imgRollOver-proceed { background:url(images/proceed-up.jpg) no-repeat; height: 43px; width: 162px; }
a.imgRollOver-proceed:hover { background: url(images/proceed-over.jpg) no-repeat; }

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/


/*//---------------------------------------------*/
/*// Page Settings								 */
/*//---------------------------------------------*/

body {
	background-color:#FFFFFF;
}

body, p, ul, .content, table, tr, td, html {
	color: #00457c;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

ul li {
	list-style-image: url(images/bullet.jpg);
}

ul.clientLogin li {
	padding-bottom: 10px;
}

.logoCell {
	background: url(images/logo.jpg) no-repeat;
	width: 508px;
	height: 112px;
	display: block;
}
td.headerCell {
	background: url(images/header.jpg) no-repeat;
	width: 762px;
	height: 305px;
}

td.headerCellAlt {
	background: url(images/header2.jpg) no-repeat;
	width: 762px;
	height: 257px;
}

td.navigationCell {
	background-color: #00457c;
	width: 189px;
	
	padding-top: 5px;
	padding-left: 10px;
}
td.bodyCell {
	padding:10px;
}

tr.altRow td {
	background-color:#00457c;
	color:#ffffff;
}

tr.altRow1 {
	background-color:#e8e8e8;
}

tr.altRow2 {
	background-color:#ffffff;
}

.required {
	color: #369233;
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Link Settings								 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/

a {
	color: #369233;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a:hover {
	color: #369233;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.copyright {
	color: #369233;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a.copyright:hover {
	color: #369233;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

td.navigationCell a {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
td.navigationCell a:hover {
	color: #6bc168;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Table Settings								 */
/*//---------------------------------------------*/

.contactTable tr td input {
	width: 300px;
}

.contactTable tr td input.tel {
	width: 30px;
}

.contactTable tr td input.telF {
	width: 40px;
}

.contactTable tr td textarea {
	width: 300px;
}

/* Newsroom block */

div.newsroomTitle {
	margin: 0 auto;
	color: #ffffff;
	width: 208px;
	background-color: #00457c;
	text-align: center;
	padding: 2px;
}

div.newsroomContent {
	margin: 0 auto;
	border: 1px solid #00457c;
	width: 200px;
	padding: 5px;
	font-size: 10pt;
}

/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Footer Settings							 */
/*//---------------------------------------------*/

div.copyright {
	color: #00457c;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.title {
	color: #00457c;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}	

.redTitle {
	color: #ff0000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.footLinks {
	font-size: 9pt;
}

div.footLinks a {
	color: #369233;
	text-decoration: none;
	font-family: Arial, Helevetica, sans-serif;
	font-size: 9pt;
}

div.footLinks a:hover {
	color: #00457c;
	font-size: 9pt;
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/