body {
	margin: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #b8d3ec;
	background-position: left top;

}
#container, #content, #header, #footer, #footernav, #nav {
	border:0px dotted blue;
	margin:0 auto;
	position:relative;
	width:780px;
}

#header {
	padding: 0px;
	margin: 0px;
	height: 120px;
	width:780px;
}
#top-header {
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
	height: 95px;
}
#nav-bar-btm {
	background-image: url(images/nav_bar_btm.jpg);
	height: 4px;
	width:780px;
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
}

/**********************  nav **********************/
#nav {
	position:absolute;
	text-align:left;
	top: 95px;
	height: 25px;
	margin: 0px;
	list-style-type: none;
	width: 780px;
	z-index: 1000;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav a {
	display: block;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li { /* all list items */
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/***************** nav rollovers ******************/
#nav-bar-left {height: 25px; width: 31px; background: url(images/nav_left.gif) no-repeat;}
#nav-bar-right {height: 25px; width: 40px; background: url(images/nav_right.gif) no-repeat;}

#navTop1 {height: 25px; width: 68px; background: url(images/nav_home.gif) no-repeat; text-indent:-9999px;}
#navTop2 {height: 25px; width: 157px; background: url(images/nav_attorneys.gif) no-repeat; text-indent:-9999px;}
#navTop3 {height: 25px; width: 115px; background: url(images/nav_services.gif) no-repeat; text-indent:-9999px;}
#navTop4 {height: 25px; width: 103px; background: url(images/nav_why.gif) no-repeat; text-indent:-9999px;}
/*#navTop5 {height: 25px; width: 75px; background: url(images/nav_news.gif) no-repeat; text-indent:-9999px;}*/
#navTop6 {height: 25px; width: 176px; background: url(images/nav_resources.gif) no-repeat; text-indent:-9999px;}
#navTop7 {height: 25px; width: 90px; background: url(images/nav_contact.gif) no-repeat; text-indent:-9999px;}

#navTop1 a {height: 25px; width: 68px; background: url(images/nav_home.gif) no-repeat; text-indent:-9999px;}
#navTop2 a {height: 25px; width: 157px; background: url(images/nav_attorneys.gif) no-repeat; text-indent:-9999px;}
#navTop3 a {height: 25px; width: 115px; background: url(images/nav_services.gif) no-repeat; text-indent:-9999px;}
#navTop4 a {height: 25px; width: 103px; background: url(images/nav_why.gif) no-repeat; text-indent:-9999px;}
/*#navTop5 a {height: 25px; width: 75px; background: url(images/nav_news.gif) no-repeat; text-indent:-9999px;}*/
#navTop6 a {height: 25px; width: 176px; background: url(images/nav_resources.gif) no-repeat; text-indent:-9999px;}
#navTop7 a {height: 25px; width: 90px; background: url(images/nav_contact.gif) no-repeat; text-indent:-9999px;}

#navTop1 a:link, #navTop1 a:visited {height: 25px; width: 68px; background: url(images/nav_home.gif) no-repeat; text-indent:-9999px;}
#navTop2 a:link, #navTop2 a:visited {height: 25px; width: 157px; background: url(images/nav_attorneys.gif) no-repeat; text-indent:-9999px;}
#navTop3 a:link, #navTop3 a:visited {height: 25px; width: 115px; background: url(images/nav_services.gif) no-repeat; text-indent:-9999px;}
#navTop4 a:link, #navTop4 a:visited {height: 25px; width: 103px; background: url(images/nav_why.gif) no-repeat; text-indent:-9999px;}
/*#navTop5 a:link, #navTop5 a:visited {height: 25px; width: 75px; background: url(images/nav_news.gif) no-repeat; text-indent:-9999px;}*/
#navTop6 a:link, #navTop6 a:visited {height: 25px; width: 176px; background: url(images/nav_resources.gif) no-repeat; text-indent:-9999px;}
#navTop7 a:link, #navTop7 a:visited {height: 25px; width: 90px; background: url(images/nav_contact.gif) no-repeat; text-indent:-9999px;}

#navTop1 a:hover {height: 25px; width: 68px; background: url(images/nav_home_off.gif) no-repeat; text-indent:-9999px;}
#navTop2 a:hover {height: 25px; width: 157px; background: url(images/nav_attorneys_off.gif) no-repeat; text-indent:-9999px;}
#navTop3 a:hover {height: 25px; width: 115px; background: url(images/nav_services_off.gif) no-repeat; text-indent:-9999px;}
#navTop4 a:hover {height: 25px; width: 103px; background: url(images/nav_why_off.gif) no-repeat; text-indent:-9999px;}
/*#navTop5 a:hover {height: 25px; width: 75px; background: url(images/nav_news_off.gif) no-repeat; text-indent:-9999px;}*/
#navTop6 a:hover {height: 25px; width: 176px; background: url(images/nav_resources_off.gif) no-repeat; text-indent:-9999px;}
#navTop7 a:hover {height: 25px; width: 90px; background: url(images/nav_contact_off.gif) no-repeat; text-indent:-9999px;}

/**********************  content **********************/
#content {
	background-image: url(images/mid.gif);
	background-color:#fff;
	background-repeat: repeat-y;
	width: 780px;
	padding: 0px;
	margin: 0px;
}
#content a:link, #content a:visited { 
	color: #0000FF;
	text-decoration: underline;
}
#content a:hover {
	color: #0000FF;
	text-decoration: none;
}
#table-left {
	width: 556px;
	padding: 0px;
	margin: 0px;
}
#table-left h1 {
	color: #013fab;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 7px;
	padding-top: 12px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 20px;
	font-weight: bold;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #013fab;
	display: block;
	width: 89%;
	text-transform: uppercase;
}
#table-left h3 {
	color: #013fab;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 7px;
	padding-top: 12px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 20px;
	font-weight: bold;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #013fab;
	display: block;
	width: 89%;
}
#table-left-rows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	margin-left: 16px;
}
#table-left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 0px;
	line-height: 18px;
}
#table-left ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 14px;
	margin-top: -5px;
	line-height: 18px;
	margin-left: 15px;
	margin-right: 10px;
	padding-left: 30px;
	padding-right: 20px
}
#table-left h2 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #013fab;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px 10px 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
}


/********************** table-right **********************/
#table-right {
	width: 224px;
	padding: 0px;
	margin: 0px;
}
#table-right ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	font-weight: bold;
	border: 0px solid red;
	margin-right: 8px;
	margin-left: 27px;
	padding: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
}
#table-right a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}
#table-right a:link, #table-right a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
#table-right a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}
#recent-news-img {
	background-image:url(images/recent_immg_news.jpg);
	background-repeat: no-repeat;
	height: 25px;
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
	text-indent: -9999px;
}
#rs-newsletter-img {
	background-image:url(images/rs_newsletter.jpg);
	background-repeat: no-repeat;
	height: 25px;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	text-indent: -9999px;
}
#speaking-engagements-img {
	background-image:url(images/speaking_engagements.jpg);
	background-repeat: no-repeat;
	height: 39px;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	text-indent: -9999px;
}
#speaking-engagements-right li{
	margin-bottom: 10px;
}
/********************** more-recent-news-img **********************/
#more-recent-news-img {
	background-image:url(images/more_news.jpg);
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#more-recent-news-img a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#more-recent-news-img a:link, #more-recent-news-img a:visited {
	background-image:url(images/more_news.jpg);
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#more-recent-news-img a:hover {
	background-image:url(images/more_news_off.jpg);
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px;
	padding: 0px;
}

/********************** more-rsl-newsletter-img *********************
#more-rsl-newsletter-img {
	background-image:url(images/more_newsletters.jpg);
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#more-rsl-newsletter-img a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#more-rsl-newsletter-img a:link, #more-rsl-newsletter-img a:visited {
	background-image:url(images/more_newsletters.jpg);
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#more-rsl-newsletter-img a:hover {
	background-image:url(images/more_newsletters_off.jpg);
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px;
	padding: 0px;
}
*/
/********************** more-speaking-engagements-img **********************/
#more-speaking-engagements-img {
	background-image:url(images/more_speaking_engage.jpg);
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	margin-bottom: 15px;
}
#more-speaking-engagements-img a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-indent: -9999px;
}
#more-speaking-engagements-img a:link, #more-speaking-engagements-img a:visited {
	background-image:url(images/more_speaking_engage.jpg);
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#more-speaking-engagements-img a:hover {
	background-image:url(images/more_speaking_eng_off.jpg);
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px;
	padding: 0px;
}

#clearMe {
	clear: both;
	height: 1px;
}
/********************** footer **********************/
#footer {
	background-image: url(images/footer.jpg);
	background-color:#b8d3ec;
	height: 109px;
	background-repeat: no-repeat;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center; 
	
}
#footer-text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding-bottom: 0px;
	padding-top: 6px;
	margin: 0px;
	margin-top: 1px;
	border: 0px solid red;
}
#footer-text a:link, #footer-text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center; 
	border: 0px solid red;
	text-decoration: none;
}
#footer-text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center; 
	border: 0px solid red;
	text-decoration: underline;
}
.footer-text-link a {
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
	border: 0px solid red;
}


