/* Robert C. Strong - strong-law.com */
/* authored by GilbertStudios */
/* all main styles - wrapper, masthead, mainPage, content, mainNav, sidebar, footers */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #e0e9ee;
	background: #004c80;
}
a {
	color: #004c80;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #004c80;
}
a:hover {
	color: #b2c0c9;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* :KLUDGE: all "_" chars are to fix IE 6 wierdness */
#wrapper {
	position: relative;
	left: 50%;
	margin-left: -300px;
	width: 599px;
}
#masthead {
	width: 599px;
	height: 251px;
	_overflow: hidden;
	background: url(../images/header.jpg) no-repeat;
}
h1 {
	font-size: 10px;
	width: 599px;
	text-indent: -9000px;
}
h1 a {
	display: block;
	height: 100px;
}
/*
      ************************************  mainPage  ***
*/
#mainPage {
	width: 599px;
	background: #e0e9ee url(../images/bkgdMainSection.gif) repeat-y top left;
	color: #004c80;
}
#content {
	position: relative;
	display: inline;
	float: left;
	width: 360px;
	margin: 0 0 5px 239px;
}
h2 {
	margin: 5px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	height: 1px;
	text-indent: -9000px;
}
h2 abbr {
	text-decoration: none;
	border: none;
}
p {
	margin: 7px 15px;
	line-height: 19px;
}
h3 {
	margin: 7px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
/*
      ************************************  index  ***
*/
#index h2 {
}
.officePic {
	float: left;
	width: 178px;
	height: 150px;
	text-indent: -9000px;
}
#offPic1 {
	background: url(../images/officeRobertsOffice.jpg) no-repeat;
}
#offPic2 {
	float: right;
	margin-right: 1px;
	background: url(../images/officeHallway.jpg) no-repeat;
}
/*
      ************************************  pgAbout  ***
*/
#aboutPic {
	float: right;
	margin: 7px 1px 7px 6px;
	border: 1px solid #b2c0c9;
}
/*
      ************************************  pgMap  ***
*/
#googleMap {
	margin-left: 5px;
}
#officeBldg {
	margin-left: 5px;
	width: 350px;
	height: 248px;
	text-indent: -9000px;
	background: url(../images/mapBldgPic.jpg) no-repeat;
}
p#bigMapLink {
	margin: 7px 0;
	width: 360px;
	text-align: center;
}
p#bigMapLink a {
	color: #004c80;
}
/*
      ************************************  sideBar  ***
*/
#sideBar {
	display: inline;
	float: left;
	width: 233px;
	margin: 0 0 11px -599px;
}

ul#mainNav {
	margin: 0 0 11px 0;
	float: left;
	width: 233px;
	list-style: none;
}
ul#mainNav li {
	float: left;
}
ul#mainNav li a {
	display: block;
	width: 77px;
	line-height: 21px;
	text-align: center;
	color: #b2c0c9;	
	background: #000;
	border-left: 1px solid #e0e9ee;
}
ul#mainNav li#navHome a {
	border-left: none;
}
ul#mainNav li a:hover {
	color: #000;	
	background: #e0e9ee;
	text-decoration: none;
}
ul {
	margin: 7px 0 7px 21px;	
	list-style: none;
}
ul#contactInfo li a:hover {
	color: #004c80;	
}
img#gotLawyer {
	margin: 7px 15px;
}
.clear {
	clear: both;
}
/*
      ************************************  You are Here Code  ***
*/
#index ul#mainNav li#navHome a, #pgAbout ul#mainNav li#navAbout a, #pgMap ul#mainNav li#navMap a {
	color: #000;	
	background: #e0e9ee;
	cursor: default;
}
/*
      ************************************  profGroups  ***
*/
ul#profGroups {
	display: inline;
	margin: 10px 0;
	padding: 10px 0;
	float: left;
	width: 599px;
	clear: both;
	list-style: none;
	background: #FFF;
}
ul#profGroups li {
	margin: 0 0 0 29px;
	display: inline;
	float: left;
	width: 125px;
	height: 125px;
}
ul#profGroups li#wasabi {
	margin: 0 0 0 15px;
}
ul#profGroups li img {
	border: none;
}
ul#profGroups li#amerBar {
	margin: 19px 0 0 33px;
	height: 95px;
}
ul#profGroups li#bbb {
	margin: 0 0 0 13px;
}
/*
      ************************************  footer  ***
*/
#footer {
	width: 599px;
	clear: both;
}
#footer p {
	clear: both;
	text-align: center;
	line-height: 17px;
	font-size: 13px;
}
#footer p#design {
	font-size: 11px;
}
#footer abbr {
	text-decoration: none;
	border: none;
}
#footer a:link {
	color: #e0e9ee;
}
#footer a:visited {
	color: #e0e9ee;
}
#footer a:hover {
	color: #e0e9ee;
}
#subFoot p {
	margin: 0;
	padding: 0;
	clear: both;
	width: 599px;
	font-size: 10px;
	line-height: 13px;
	color: #b2c0c9;
	text-align: justify;
}
