body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#outerCont {
	height: auto;
	width: 750px;
}
#top {
}
#bot {
}
#topLeft {
}
#topRight {
}
#botRight {
}
#botLeft {
}
#innerCont {
	height: auto;
	width: 750px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#header {
	margin: 0px 0px 10px;
	padding: 0px;
	height: 70px;
	width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#header span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #305b62;
}
#header .phone {
	position: relative;
	height: auto;
	width: auto;
	left: 12px;
	top: 30px;
}
#header .alt {
	position: relative;
	height: auto;
	width: auto;
	left: 120px;
	top: 30px;
	visibility: visible;
}
#header .email {
	position: relative;
	height: auto;
	width: auto;
	left: 255px;
	top: 30px;
	display: none;
}
#header .email a:link, #header .email a:visited {
	color: #305b62;
	text-decoration: none;
}
#header .email a:hover, #header .email a:active {
	color: #000000;
	text-decoration: none;
}
#attorneys {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7f7f7f;
	border-bottom-color: #7f7f7f;
	overflow: hidden;
	display: none;
}
#contentCont {
	font-family: "Times New Roman", Times, serif;
}
#content {
	margin: 0px;
	padding: 0px 23px;
	width: 600px;
	font-size: 12pt;
}
#content h1 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #305b62;
	font-size: 20px;
}
/* sIFR al rescante! http://www.mikeindustries.com/sifr/ */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
/* that's all folks! */
#content h2 {
	font-size: 10px;
	color: #7f7f7f;
	margin: 0px;
	padding: 0px;
	display: none;
}
#content strong {
	color: #305b62;
}
#content ul {
	list-style-image: url(../images/bullet.gif);
}
#content ul li {
	margin-bottom: 5px;
}
#content a:link, #content a:visited {
	color: #7F7F7F;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ce0000;
}
#content a:hover, #content a:active {
	color: #7F7F7F;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F7F7F;
}
#content form {
	width: 300px;
	position: relative;
	left: 80px;
	top: 0px;
	background-color: #F6F6F6;
	padding: 10px;
	border: 1px solid #7F7F7F;
}
#content form input {
	width: 300px;
	border: 1px solid #305B62;
}
#content form label {
	display: block;
	margin-bottom: 10px;
	margin-left: 50px;
}
#content form label input {
	width: 200px;
	display: block;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#content form label textarea {
	width: 200px;
	display: block;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #305B62;
	height: 100px;
}
#textSize {
	background-image: url(../images/textSize_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 29px;
	width: 212px;
	position: relative;
	left: 282px;
	top: 0px;
	display: none;
}
#textSize a {
	display: block;
}
#textSize a span {
	text-align: center;
	display: block;
}
#textSize a:link, #textSize a:visited {
	color: #7F7F7F;
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7f7f7f;
	border-bottom-color: #7f7f7f;
	border-left-color: #7f7f7f;
}
#textSize a:hover, #textSize a:active {
	color: #305b62;
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7f7f7f;
	border-bottom-color: #7f7f7f;
	border-left-color: #7f7f7f;
}
#textSize a.thirteen {
	height: 18px;
	width: 20px;
	position: absolute;
	left: 129px;
	top: 0px;
	font-size: 13px;
	padding-top: 1px;
}
#textSize a.sixteen {
	height: 22px;
	width: 25px;
	position: absolute;
	left: 153px;
	top: 0px;
	font-size: 16px;
	padding-top: 2px;
}
#textSize a.nineteen {
	height: 25px;
	width: 29px;
	position: relative;
	left: 183px;
	top: 0px;
	font-size: 19px;
	padding-top: 3px;
}
.subContent {
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 23px;
}
.subContent .info {
	text-align: center;
	background-image: url(../images/subContent_logo.gif);
	background-repeat: no-repeat;
	height: 85px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #305b62;
	background-position: center bottom;
}
#content .subContent .info a:link, #content .subContent .info a:visited {
	color: #305b62;
	text-decoration: none;
	border: none;
}
#content .subContent .info a:hover, #content .subContent .info a:active {
	color: #000000;
	text-decoration: none;
	border: none;
}
.subContent .textLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7f7f7f;
	text-align: center;
	display: none;
}
#content .subContent .textLinks a:link, #content .subContent .textLinks a:visited {
	color: #305b62;
	text-decoration: none;
	border: none;
	display: none;
}
#content .subContent .textLinks a:hover, #content .subContent .textLinks a:active {
	color: #000000;
	text-decoration: none;
	border: none;
}
.subContent .disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A8A8A8;
	display: none;
}
#content .subContent .disclaimer a:link, #content .subContent .disclaimer a:visited {
	color: #305b62;
	text-decoration: none;
	border: none;
}
#content .subContent .disclaimer a:hover, #content .subContent .disclaimer a:active {
	color: #000000;
	text-decoration: none;
	border: none;
}
#leftCol {
	display: none;
}
#leftCol ol {
	list-style-type: lower-alpha;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #b8b8b8;
	margin-top: 70px;
}
#leftCol ol li {
}
#leftCol ol li a:link, #leftCol ol li a:visited {
	color: #000000;
	text-decoration: none;
}
#leftCol ol li a:hover, #leftCol ol li a:active {
	color: #305b62;
	text-decoration: none;
}
#leftCol .menuPic {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7F7F7F;
	border-bottom-color: #7F7F7F;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	height: auto;
	width: 197px;
	margin-left: 7px;
}
#contactForm {
	display: none;
}