﻿body
{
	background-color:#e6e6e6;
}
table.main
{
	width:620px;
	height:600px;
	border-collapse:collapse;
}
div.main
{
	width:620px;
	background-color:white;
	background-image:url('../images/bg.png');
	border:solid 0px black;
}
div.menu
{
	width:620px;
	height:63px;
	background-image:url('../images/header.png');
	background-repeat:no-repeat;
	font-family:verdana;
	font-size:16px;
	color:#4e4e4e;
	text-align:right;
}
.CallNow
{
	margin-top:84px;
	float:right;
	border-collapse:collapse;
	width:290px;
	height:15px;
	font-family:verdana;
	font-size:11pt;
	font-weight:bold;
	text-align:center;
/*	color:#ef3404;*/
	color:black;
}
.bio
{
	line-height:1.2;
}
.content
{
	padding-left:13px;	
	width:580px;
	border:solid 0px red;
	border-collapse:collapse;
}
.contentLeft
{
	width:275px;
	height:100%;
	font-family:'tahoma';
	font-size:11px;
	color:#4e4e4e;
}
.contentRight
{
	width:290px;
	height:100%;
	/*background-color:white;*/
	font-family:'lucida sans';
	font-size:12px;
	color:#4e4e4e;
	padding:10px 10px 0px 0px;
}
.contentHeader
{
	font-family:verdana;
	font-size:13pt;
	font-weight:bold;
}
/*Hyper links*/
A.menu:visited
{
	color:#646464;
	font-size:14px;
	font-weight:bold;
    text-decoration:none;
}
A.Menu:link
{
	color:#646464;
	font-size:14px;
	font-weight:bold;
    text-decoration:none;
}
A.menu:active
{
	color:#000;
	font-size:14px;
	font-weight:bold;
    text-decoration:none; 
}
A.menu:hover
{
	color:#000;
	font-size:14px;
	font-weight:bold;
    text-decoration:none;	
}

A.rdMore:visited
{
	color:#4c8c4b;
	font-size:8pt;
	font-weight:bold;
    text-decoration:underline;	
}
A.rdMore:link
{
	color:#4c8c4b;
	font-size:8pt;
	font-weight:bold;
    text-decoration:underline;	
}
A.rdMore:active
{
	color:#4c8c4b;
	font-size:8pt;
   	font-weight:bold;
    text-decoration:underline;	
}
A.rdMore:hover
{
	color:green;
	font-size:8pt;
	font-weight:bold;
    text-decoration:none;	
}
A.pgLinks:visited
{
	color:#4c8c4b;
	font-size:9pt;
	font-weight:bold;
    text-decoration:underline;	
}
A.pgLinks:link
{
	color:#4c8c4b;
	font-size:9pt;
	font-weight:bold;
    text-decoration:underline;	
}
A.pgLinks:active
{
	color:#4c8c4b;
	font-size:9pt;
   	font-weight:bold;
    text-decoration:underline;	
}
A.pgLinks:hover
{
	color:#ef3404;
	font-size:9pt;
	font-weight:bold;
    text-decoration:none;
}
A.resLinks:visited
{
	color:#4c8c4b;
	font-size:7pt;
	font-weight:bold;
    text-decoration:underline;	
}
A.resLinks:link
{
	color:#4c8c4b;
	font-size:7pt;
	font-weight:bold;
    text-decoration:underline;	
}
A.resLinks:active
{
	color:#4c8c4b;
	font-size:7pt;
   	font-weight:bold;
    text-decoration:underline;	
}
A.resLinks:hover
{
	color:#ef3404;
	font-size:7pt;
	font-weight:bold;
    text-decoration:none;
}




/* The Footer */
.footer
{
	border:solid 0px yellow;
	height:63px;
	width:620px;
	background-image:url('../images/footer.png');
}
.footerLeft
{
	float:left;
	border:solid 0px red;
	margin-top:35px;
	margin-left:30px;
	height:10px;
	width:200px;
	font-size:7pt;
	font-family:'lucida sans';
	font-weight:bold;
	text-align:left;
}
.footerRight
{
	float:right;
	border:solid 0px red;
	margin-top:35px;
	margin-right:30px;
	height:10px;
	width:339px;
	color:gray;
	font-size:7pt;
	font-family:'lucida sans';
	font-style:italic;
	text-align:right;
}


/* The Tool Tip */
a.disclaimer 
{
    position:relative; /*this is the key*/
    z-index:24;
    color:#4e4e4e;
    text-decoration:underline;
}

a.disclaimer:hover
{
	z-index:25;
	background-color:#ff0;
}

a.disclaimer span
{
	display: none;
}

a.disclaimer:hover span
{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-38em;
    left:2em;
    width:45em;
    border:8px solid #4e4e4e;
    background-color:#000;
    filter:alpha(opacity=85);
    -moz-opacity:.85;
    opacity:.85;
    padding:10px;
    color:#e9e9e9;
    font-family:'verdana';
    font-size:9pt;
    font-weight:normal;
    line-height:1.3;
	text-decoration:none;
    text-align: left;
}
li.redCorners
{
	list-style-image: url(../images/bull.gif);
	font-family:'tahoma';	
	font-size:11px;
	line-height:1.43;
}

