/* --------------------
   General styles
-------------------- */
* {
	border: 0;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #003664;
}

a:active, a:hover {
	color: #AC9047;
}

body {
	background-color: #DFCAAE;
	color: #333;
	font: 13px Arial, sans-serif;
	margin: 5px 0;
}

#main {
	background-color: #FFF;
	margin: 0 auto;
	padding-bottom: 5px;
	width: 744px;
}

.sm {
	font: normal 10px Arial, sans-serif;
	position: relative;
	text-transform: uppercase;
	top: -4px;
}

.reg {
	font-size: 11px;
	position: relative;
	top: -4px;
}

.color-emphasis {
	color: #D00;
}

.redtext {
	color: #ED323D;
}

.rule {
	display: block;
}

/* --------------------
   Top (logo + name)
-------------------- */
#top {
	background-image: url(../images2/gradient.jpg);
	height: 108px;
	position: relative;
	top: 0;
	width: 744px;
}

#top-text {
	color: #FFF;
	font: 22px "Palatino Linotype", "Times New Roman", Times, serif;
	left: 265px;
	padding-top: 12px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	top: 0;
}

#top-text em {
	font-size: 20px;
	letter-spacing: 2px;
}

#logo {
	left: 0;
	padding-top: 14px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 265px;
}


/* --------------------
   Top nav bar
-------------------- */
#navbar {
	background-image: url(../images2/navbar_bkgd.gif);
	clear: both;
	height: 26px;
	margin-bottom: 10px;
	text-align: center;
	width: 744px;
}

#navbar ul {
	display: inline;
	list-style: none;
	margin: 0 auto;
}

#navbar li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px 12px;
	position: relative;
	text-transform: uppercase;
	top: 5px;
}

#navbar a:link, #navbar a:visited {
	color: #373535;
	text-decoration: none;
}

#navbar a:active, #navbar a:hover {
	color: #125083;
	text-decoration: none;
}


/* --------------------
   Interior styles
-------------------- */
#col1 {
	float: left;
	margin: 0 0 10px 10px;
	width: 278px;
}

#col2 {
	margin: 0 0 10px 298px;
	width: 436px;
}

h2 {
	color: #AC9047;
	font: 20px/20px "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	letter-spacing: -0.1mm;
	margin: 4px 0;
}

#generalcontent {
	margin: 0 10px 15px 0;
}

#generalcontent p {
	line-height: 19px;
	margin: 10px 0px;
}

#left-img {
	float: left;
	padding: 0 10px 10px 5px;
}

#right-1 {
	margin-left: 240px;
}

#right-2 {
	margin-left: 208px;
}

#rightimg {
	padding: 5px 10px 10px 5px;
	float: right;
}

/* --------------------
   Bottom
-------------------- */
#bottom {
	clear: both;
	font-size: 12px;
	padding: 10px 10px 6px;
	text-align: center;
}

#bottom ul {
	display: inline;
	list-style: none;
	margin: 0 auto;
}

#bottom li {
	display: inline;
	margin: 0 8px;
}

#bottom p {
	text-align: center;
}


/* --------------------
   Home page
-------------------- */
#attorneys-caption {
	margin-top: 5px;
}

h2.toph2 {
	margin-top: -2px;
}

#home #col2 p {
	font: 13px/18px Arial, sans-serif;
}

#pi-list {
	font: bold 13px/18px Arial, sans-serif;
	height: 40px;
	list-style: none;
	margin: 4px 0 4px 16px;
	width: 100%;
}

#pi-list li {
	float: left;
	text-align: center;
	width: 35%;
}

#pi-list .li2 {
	width: 65%;
}

#pi-list .li3 {
	margin-bottom: 4px;
	width: 90%;
}

#col2 p.phone {
	font-weight: bold;
	margin: 10px 0 20px;
	text-align: center;
}

#address div {
	float: left;
	font-size: 13px;
	margin-bottom: 18px;
	text-align: center;
	width: 50%;
}

#movie {
	margin: 20px auto 10px;
	position: relative;
	width: 240px;
	top: 0;
}

#movie-img {
	border: 1px solid #AC9047;
	display: block;
}

#play {
	background: url(../images2/opacity_50_bckgd.png);
	color: #FFF;
	cursor: pointer;
	font: bold 13px Arial, sans-serif;
	height: 20px;
	left: 82px;
	position: absolute;
	text-align: center;
	top: 72px;
	width: 78px;
}

#play img {
	position: relative;
	top: 2px;
}

#play span {
	position: relative;
	top: -2px;
}

#swf-movie {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 240px;
	z-index: -1;
}

#swf-movie p {
	padding-top: 70px;
	visibility: hidden;
}

#play-again {
	display: none;
	font-weight: bold;
	padding-top: 162px;
	text-align: center;
}

#as-seen-on-tv {
	position: absolute;
	top: 116px;
	left: 195px;
}

#se-habla {
	float: right;
	font: bold 13px Arial, sans-serif;
	margin-right: 8px;
	text-align: center;
}

#se-habla img {
	display: block;
}

#trademarks {
	color: #145082;
	color: #808080;
	font-size: 15px;
	font-weight: bold;
	list-style: none;
}

#ask-us {
	background-color: #E5D00F;
	clear: both;
	font-size: 12px;
	margin: 5px 5px 0;
	padding: 5px;
}


/* --------------------
   The rest
-------------------- */
#mapcontent p {
	padding: 5px 5px 0px 5px;
}

#mapcontent ul {
	margin-left: 18px;
	padding-bottom: 5px;
}

#attorneys {
	margin: 20px 0 0 50px;
}

#attorneys li {
	margin-bottom: 10px;
}

#attysBottom {
	line-height: 19px;
	margin-left: 20px;
}

#personal-injury-attorneys #col2 p {
	margin-top: 10px;
}

p.meetanother{
	clear: both;
	margin-bottom: 0;
}

