body {
	margin: 10px 10px 10px 10px;
	font-family: verdana, geneva, arial, sans-serif;
	/* background: #CCCCCC; */
	/* color: #520001; */
	color: #FFFFFF;
	font-size: 10px;
}
b {
	color: #FFFFFF;
}

div, p, td, li, dd, dl, dt, ul   {
    /* redundant selectors for NS4 */
    font-family:  verdana, geneva, arial, sans-serif;
    font-size: 10px;
	/* color: #520001; */
	color: #FFFFFF;
}
th {
	/* redundant selectors for NS4 */
    font-family:  verdana, geneva, arial, sans-serif;
	/* color: #000066; */
	/* color: #520001; */
	color: #333333;
    font-size: 10px;
	background-color: #DFD6BB;
}
h1{
	/* color: #000066; */
	/* color: #520001; */
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	/* border-bottom: 1px solid red; */
}

A:link	{
	/* color:	#CC0000; */
	color:	#FFFFFF;
}
A:visited	{
	/* color:	#000066; */
	/* color:	#CC9900; */
	color:	#FFFFFF;
}
A:active	{
	color:	#933400;
}




/*
.menuHeader {
	background-color: #CCCCCC;
	font-weight: bold;
}
*/

/*
.menuItem {
	background-color: #EAEAEA;
}
*/




/* THIS IS THE HEADING TEXT FOR EACH PAGE */
.pageHeading{
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bold;
	font-family: times, serif;
}

/* THIS IS THE HEADING TEXT FOR EACH ADMIN PAGE */
.adminPageHeading{
	/* color: #000066; */
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	text-decoration: underline;
	/* border-bottom: 1px solid red; */
}

/* THIS IS FOR ANY MESSAGE DISPLAYED */
.messageText {
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
}

/* THIS IS FOR FORMATTING THE HTML EDITOR TABLE ON PAGES THAT USE IT */
.htmlEditorTable {
	padding: 0px 0px 0px 0px;
	border-style: none;
	background-color: #669966;
	/* background-color: #E3B733; */
	/* background-color: #520001; */
}

/* THIS IS FOR ALL THE HTML BUTTONS */
.buttonStyle{
	font-family: Verdana, Geneva, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-style:     groove;
	border-width:     1;
	border-color:     #FFFFFF;
	background-color: #13469C; 
	padding-top: 2px;
	padding-bottom: 2px;
}

/* IS USED FOR THE LEFT NAVIGATION MENU */
.menu {
	background-color: #1C74C6;
	color: #FFFFFF;
}



/* ********************** */
/* IS USED FOR THE HEADER */
.adminHeader {
	color: #FFFFFF;
	background-color: #1C74C6;
	font-size: 30px;
	text-align: left;
	/* border-bottom: 1px solid #CC0000; */
	/* padding-bottom: 20px; */
}
.adminHeaderLeft {
	background-color: #1C74C6;
}
.adminHeaderRight {
	background-color: #1C74C6;
}

/* IS USED FOR THE ADMIN HEADER */
.headerLoggedInAs {
	color: #FFFFFF;
	background-color: #1C74C6;
	font-size: 10px;
	text-align: right;
	/* border-bottom: 1px solid #CC0000; */
	/* padding-bottom: 20px; */
}

.headerBackground {
	background-image: url(images/WTG_Logo_pixel.jpg);
	background-repeat: repeat;
}
/* ********************** */



/* ********************** */
/* IS USED FOR THE FOOTER */
.footer {
	color: #FFFFFF;
	background-color: #1C74C6;
	font-size: 10px;
	/* border-top: 1px solid #CC0000; */
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.footerYellow {
	color: #FFFFFF;
	font-weight: bold;
}
.footerLink:link{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
.footerLink:visited{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
.footerLink:active{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
/* ********************** */





/* ********************** */
/* USED IN LEFT COLUMN WHEN THERE AREN'T DYNAMIC ELEMENTS TO LIST OUT */
/* THIS DISPLAYS A GRAPHIC OF A COLUMN  */
.leftNavColumn{
/*	background-image: url(images/SubColumn.jpg);
	background-repeat: no-repeat;*/
	background: #1C74C6 url(images/left_bg.jpg);
}
/* ********************** */





/* ******************************** */
/* USED ON THE ATTORNEY DETAIL PAGE */
/*
.attorneyHeading{
	color: #660000;
	font-size: 25px;
	font-weight: bold;
}
*/
.attorneySubHeading{
	color: #FFFFFF;
	font-size: 18px;
}
.attorneyDivYellow {
	font-size: 12px;
	color: #E0AC53;
	font-weight: bold;
	text-decoration: none;
}
.attorneyDivYellow:link{
	font-size: 12px;
	color: #E0AC53;
	font-weight: bold;
	text-decoration: none;
}
.attorneyDivYellow:visited{
	font-size: 12px;
	color: #E0AC53;
	font-weight: bold;
	text-decoration: none;
}
.attorneyDivYellow:active{
	font-size: 12px;
	color: #E0AC53;
	font-weight: bold;
	text-decoration: none;
}
/* ******************************** */





/* ******************************** */
/* USED ON PRACTICE PAGES           */
/*
.practiceHeading{
	color: #660000;
	font-size: 25px;
	font-weight: bold;
}
*/
.practiceSubHeading{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

/* DEFAULT PRACTICE ROW */
.practiceRow{
	color: #FFFFFF;
	background-color: #1C74C6;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
/* CURRENT SELECTED ROW */
.practiceRowCurrent{
	color: #FFFFFF;
	background-color: #13469C;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.practiceRowLink:link{
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
.practiceRowLink:visited{
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
.practiceRowLink:active{
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
/* ******************************** */



/* ******************************** */
/* FOR USE ON TESTIMONIALS PAGE     */
.testimonialsTitle{
	color: #660000;
	font-size: 18px;
}
/* ******************************** */



/* ******************************** */
/* FOR USE ON RESULTS PAGE          */
.resultsTitle {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.resultsSubHead {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	/* text-decoration: underline; */
}
.resultsResultType {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	font-family: times, serif;
}
/* ******************************** */



/* ******************************** */
/* FOR USE ON NEWS PAGE             */
.newsTitle{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
/* ******************************** */


/* ******************************** */
/* FOR USE ON CLIENTS PAGE          */
.clientsTitle{
	color: #660000;
	font-size: 14px;
	font-weight: bold;
}
/* ******************************** */


/* ******************************** */
/* USED ON THE PUBLIC HOME PAGE     */
.homepageProviding{
	color: #FFFFFF;
	font-size: 11px;
}
.homepageNews{
	color: #FFFFFF;
	font-size: 11px;
}
.homepageAttorney{
	background-color: #13469C;	
	color: #FFFFFF;
	font-size: 10px;
}
.homepageAttorneyName{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.homepageAttorneyTitle{
	color: #FFFFFF;
	font-size: 10px;
}
/* ******************************** */


.mktgMaterialTitle{
	color: #660000;
	font-size: 18px;
	/* font-weight: bold; */
}


/* ******************************** */
/* IS USED TO PRODUCE A PAGE BREAK FOR THE MKTG MATERIALS VIEW */
P.breakhere {
	page-break-before: always
} 
/* ******************************** */

.subhead	{
	color: #FFFFFF;
	font-weight: bold;
}
.header		{
	color: #FFFFFF;
	font-family: times, serif;
	font-size: 26px;
}

.bioA:link	{
	/* color:	#CC0000; */
	color:	#FFFFFF;
	text-decoration: none;
}
.bioA:visited	{
	/* color:	#000066; */
	/* color:	#CC9900; */
	color:	#FFFFFF;
	text-decoration: none;
}
.bioA:active	{
	color:	#FFFFFF;
	text-decoration: none;
}
.space	{
	padding-left: 8px;
	padding-right: 8px;
}
.blue	{
	color: #2A2B87;
}



.adminHTMLTextArea 
{
	border-style: solid; 
	border-width: 1px; 
	border-color: #000000; 
	background-color: #55A2EA; 
	padding-left: 3px; 
	padding-right: 3px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	width: 500px; 
	height: 200px; 
	overflow:scroll;
}

