@charset "iso-8859-1";
/* CSS Document */


body {
	margin:0;
	padding:0;
	background: #FFF;
	font: 80% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #37505F;
}

/**************************************
	Global               
***************************************/

/*	Headers  */

/*	Elements  */

a {
	color: #004D95;
/*	text-decoration: none; */
}
a:hover {
	color: #F9A033;
/*	text-decoration: underline;*/
}
td {
	vertical-align: top;
	font-size: 75%;
}
html>body td {
	vertical-align: top;
	font-size: 100%;
}

img, fieldset, form { 
	border: 0 solid;
	margin: 0;
	padding: 0;
}
input, select, textarea {
	color: #2E516A;
	font: normal 11px Verdana;
}


/**************************************
	Containers
***************************************/

.bone {
	height: 100%;
	width: 100%;
	border: 0 solid;
/*
	background: url(../images/bg-right.gif) top right repeat-y;
*/
}


/**************************************
	Top Pane
***************************************/


#TopPane {
	background: url(../images/bg-top.jpg) top left repeat-x;
}

#TopPane .left {
	padding: 10px 0 0 30px;
	height: 53px;
	float: none;
}
html>body #TopPane .left {
	height: 43px;
}

#TopPane h1 {
	font: bold 16px Verdana;
	margin: 0;
	padding: 0;
	color: #004D95;
}
/*#TopPane h1 a {
	border: 0px solid;
	padding: 0;
	text-decoration: none;
	color: #004D95;
}*/

#TopPane .left span {
	display: block;
	clear: both;
	float: none;
	padding: 3px 0 0 0px;
	font: bold 11px Verdana;
	color: #A0A4A5;
}

#TopPane .bg-l {
	background: url(../images/bg-top-left.jpg) top left no-repeat;
	height: 211px;
}
#TopPane .bg-r {
	background: url(../images/bg-top-right.jpg) top right no-repeat;
}

/*	Top Navigation  */


.td-left, .td-left-current {
	padding: 0;
	width: 14px;
}
.td-left .spacer, .td-left-current .spacer {
	width: 14px;
}

#TopPane table {
	width: 70%;
	text-align: center;
	border: 0;
	background: #fff;
	margin-right: 10px;
	border-right: 1px solid #E8EAE9;
}
#TopPane td {
	width: 10%;
	text-align: right;
	font: bold 11px Arial;
	white-space: nowrap;
	height: 36px;
	overflow: hidden;
	padding: 0;
	border: 1px solid #E8EAE9;
	border-width: 0 0 1px 1px;
}

#TopPane table td * {
	text-align: right;
}
#TopPane table a {
	padding: 2px;
	display: block;
	color: #8F8F8F;
	text-decoration: none;
	height: 36px;
	border-top: 4px solid #696969;

}
html>body #TopPane table a {
	height: 18px;
}
#TopPane table a:hover {
	border-top: 4px solid #F9A033 !important;
	color: #F9A033;
}

#TopPane table .td-left {
}
#TopPane table .td-left-current {
}
#TopPane table .current a {
}
#TopPane table .pre-current a {
}
#TopPane table .td-right a {
}
#TopPane table .td-right-current a {
}



/**************************************
	Middle Pane
***************************************/

#MiddlePane {
}


/**************************************
	Content Pane
***************************************/

.table-main {
	width: 100%;
}
.contentPane {
	width: 100%;
	padding: 0px 20px 20px 10px;
/*	background: url(../images/bg-content.jpg) top left no-repeat;*/
}
.contentPane .bg {
}
.contentPane h1 {
	margin: 0;
	margin-right: -19px;
	font: bold 21px Tahoma;
	color: #A0A4A5;
	padding: 0 20px 0 0;
	border-bottom: 4px solid #E8EAE9;
	overflow: hidden;
	height: 61px;
	text-align: right;
	margin-bottom: 15px;
}
html>body .contentPane h1 {
	height: 57px;
}
.contentPane h1 span {
	font: normal 55px Tahoma;
	line-height: 64px;
}
.table-images td {
	text-align: center;
	font-size: 11px;
}

/**************************************
	Left Pane
***************************************/

.leftPane {
	padding: 0;
	background: url(../images/bg-left.gif) 10px right no-repeat;
	padding-right: 23px;
	font: bold 10px Verdana;
	text-align: right;
}
.leftPane .bg {
	border-right: 4px solid #004D95;
	width: 160px;
	margin-bottom: 20px;
}

.leftPane ul, .rightPane ul, .email ul {
	margin: 0;
	padding: 0;
	padding-right: 5px;
	list-style: none;
}
.leftPane a {
	text-decoration: none;
}
.leftPane div.left-banner {
 padding-top:20px;
}

/* Block Email */
.email {
	padding: 10px 5px 5px 16px;
	border-right: 4px solid #A0A4A5;
}
.email li {
	padding: 0px 0 2px 0;
}
.email a {
	color: #999;
}



/* Block Locations */

.location 
{
	padding-top:10px;
	border-right: 4px solid #A0A4A5;
	/*border: 4px solid #A0A4A5;*/
}
.location div {
	color: #A0A4A5;
	font-weight: normal;
	padding: 0px 13px 1px 5px;
}
.location h2 {
	font-size: 13px;
	margin: 0;
}
.location p {
	margin: 0;
	display: inline;
}

/* Block Left Navigation */
.left-nav {
}
.left-nav a {
	color: #004D95;
}
.left-nav a.decoration {
 text-decoration:underline;
}
.left-nav div {
	padding: 10px 3px 0px 10px;
}
.left-nav div.glossary {
	padding: 10px 3px 0px 0px;
}
.left-nav li {
	padding: 2px 0;
}
.left-nav a, .email a {
}
.left-nav .current a {
	font-weight: bold;
	color: #F9A033;
}

.refer  {
}
.refer div {
	height: auto;
	background: none;
}
.refer a {
	color: #999;
}



/**************************************
	Right Pane
***************************************/


.rightPane {
	padding: 0;
	font-size: 10px;
	background: url(../images/bg-right.gif) repeat-y;
	color: #A0A4A5;
}

/* Learning Center */

.rightPane h2 {
	margin: 0;
	padding: 0 0 2px 0;
	font: bold 10px Verdana;
	width: 150px;
	color: #37505F;
}
/*
.rightPane .bg h2 {
	padding: 0px 5px 5px 60px;
}
*/
.rightColumn {
	padding: 0 0px 10px 80px;
	background: url(../images/bg-right-top.gif) top left no-repeat;
}
.rightColumn .block {
	padding: 10px 0px 4px 0;
	margin-bottom: 5px;
	border-bottom: 4px solid #E8EAE9;
	width: 150px;
}

.rightColumn input, .rightColumn select {
/*	margin-top: 2px;*/
	color: #A0A4A5;
	font-size: 10px;
	vertical-align: top;
}
.rightColumn .button-right {
	margin-top: -1px;
}
.rightColumn .form-field {
	width: 120px;
}

/* Articles */

.articles a {
	font-weight: bold;
	font-size: 13px;
}
.articles p {
	margin: 2px 0 5px 0;
}

.rightPane .hr {
	display: none;
	border-top: 1px dashed #B4C3CB;
	margin: 5px 0;
}
div.right-banner 
{
	padding-right:30px;
	padding-top:20px;
	
}

/* Newsletters */

.newsletters {
	background: url(../images/bg-right-bottom.gif) bottom left no-repeat;
	padding-bottom: 120px;
	
}


/**************************************
	Bottom Pane
***************************************/

#BottomPane {
	border-top: 4px solid #F9A033;
	margin-left: 40%;
	font-size: 11px;
}

#BottomPane .bg-l {
}
#BottomPane .bg-r {
	height: 50px;
}


#BottomPane p {
	padding: 6px 0 0 0;
}
#BottomPane a {
	text-decoration: underline;
}





/**************************************
	Forms, buttons
***************************************/

#ContentPane form {
	padding-left: 50%;
}
#ContentPane fieldset {
	width: 500px;
	margin-left: -250px;
}
.form {
}
.form-half {
	float: left;
	width: 50%;
}
.input {
	width: 100%;
	border: 1px solid #7F9DB9;
}
.label {
	font-weight: bold;
}
.field {
	padding-right: 8px;
	margin-bottom: 10px;
}
.mandatory {
	color: #D63333;
	margin-bottom: -2px;;
}

/**************************************
	Stuff Things
***************************************/

.spacer {
	display: block;
	clear: both;
	overflow: hidden;
	height: 1px;
	font-size:1px;
	width: 1px;
}
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.bottom {vertical-align: bottom; }
.clear { clear: both; }
.hide { display: none; }
.smaller { font-size: 85%; }
.wide {width: 40%}
.widest {width: 100%}

.title
{
  font-weight: bold;
  font-size: 110%;
}
.attorneyname
{
  font-size: 130%;
}
.CrName, .service-budget-header
{
  font-weight: bold;
  color: #4d4d4d;
}
.testimonial_div
{
  padding: 10px 5px 5px 65px;
}
.strong-h
{
  font-weight: bold;
  color: #4d4d4d;
  font-size: 110%;
  padding-bottom: 4px;
}
.testimonial_content
{ 
  font-size: 11px;
  font-style: italic; 
  padding-bottom: 5px;
}
.testimonial_author
{
  font-size: 14px;
  color: #57657d;
  padding-bottom: 5px;
  border-bottom: 1px dotted #57657D;
}
.BetweenRow, .service-budget-celldiv
{
  height: 2px;
  padding-top: 5px;
  background-color: #e8eae9;
}
