/* IE6 PNG HACK
	> Use absolute URLs here & in htc file so don't have to place htc & 1x1trans.gif files in EACH folder with pages using png images.  >>>>>>> NOTE: Ron DePriest worked, but tampabaylawyers.com did not.  Keep testing... <<<<<<<
	
	- Can't do png bullets.
	- Images can't be tiled (a limitation of the IE filter), but they can be stretched.
	  So, use repeat but not x/y, or size img for whole area.
	- It's most reliable on elements with non-'auto' dimensions. So use '%/em/px' width/height values.
	- Padding and borders don't indent the PNG image. An easy fix is wrapping your PNG images in container DIVs or similar.
	- Source: http://bjorkoy.com/past/2007/4/8/the_easiest_way_to_png/ */
img, #main { behavior: url(http://kevinhowellconstruction.com/Scripts/iepngfix.htc) }

/* _____________________________________________ ZERO OUT ______________________________________________ */

html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, hr, form, fieldset {
	margin: 0; 
	padding: 0; 
	border: 0 }

/* ____________________________________________ HTML & BODY ____________________________________________ */

html {
	height: 100%;
	scrollbar-base-color: #D9C2A3;
	scrollbar-arrow-color: #3b6097;
	scrollbar-track-color: #E7D2B6 }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222357;
	background: #FFFFFF }

/* _____________________________________________ NOTES ________________________________________________ */

/* When wanting to change a used style, check where it's currently used by doing a Find (but not Replace).
Search for source code, not tag */

/* __________________________________________ TEMPLATE ITEMS __________________________________________  */

#main { width: 805px; margin: 0 auto 0 auto; text-align: center; background: url(images/_shared/main-bg.png) repeat }
#pgtitle { padding: 13px 0 8px 0 }
#footer { height: 28px; background: url(images/_shared/footer.gif) 3px 0 no-repeat }
#copyright {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #86A2CC;
	text-align: left;
	padding: 10px 0 0 25px }
#content { text-align: left; padding: 0 50px 0 50px }

/* ______________________________________________ LINKS ________________________________________________ */

a:link { color: #B7A48B; text-decoration: underline }
a:visited { color: #B7A48B; text-decoration: underline }
a:hover { color: #6F94CB; text-decoration: none }
a:active { color: #6F94CB; text-decoration: none }

#footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #89A4DE;
	text-align: center;
	letter-spacing: .04em;
	padding: 5px 0 10px 0;
	clear: both }
#footerlinks a:link { color: #89A4DE; text-decoration: none }
#footerlinks a:visited { color: #89A4DE; text-decoration: none }
#footerlinks a:hover { color: #B9AB90; text-decoration: underline }
#footerlinks a:active { color: #B9AB90; text-decoration: underline }

#lh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: .04em;
	text-align: right;
	padding: 3px 25px 0 0 }
#lh a:link { color: #86A2CC; text-decoration: none }
#lh a:visited { color: #86A2CC; text-decoration: none }
#lh a:hover { color: #FFFFFF; text-decoration: none }
#lh a:active { color: #FFFFFF; text-decoration: none }

/* If needed, place CSS Nav here - copy from desired example */

/* Match style to .form-btn. Use for other places a single btn is wanted. */
.btn_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCD2FB;
	text-align: center;
	background-color: #071352;
	border: #071352 1px solid }
.btn a {
	color: #CCD2FB;
	text-decoration: none;
	height: 2.5em;
	padding: 3px;
	background: transparent;
	display: block }
.btn a:hover {
	color: #071352;
	text-decoration: none;
	background-color: #CCD2FB }
/* Below is another method, but doesn't change bkgrd color. If above works, delete below...
To do this, place text in div in td. Link text, manually move the div inside the link tags, class the td.
(td.btn - a - div - text)
Hover will only change text color, NOT bkgrd of cell. To get full bkgrd to change must use another method,
however that requires specifying the width or using a list, which I wouldn't want to do here. */
.btn2_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D4C061;
	background-color: #897724;
	border-left: #FFF8DE 2px solid;
	border-top: #FFF8DE 2px solid;
	border-right: #815B02 2px solid;
	border-bottom: #815B02 2px solid }
.btn2 div { padding: 6px 20px 6px 20px }
.btn2 a:link { color: #D4C061; text-decoration: none }
.btn2 a:visited { color: #D4C061; text-decoration: none }
.btn2 a:hover { color: #F7F394; text-decoration: none }
.btn2 a:active { color: #F7F394; text-decoration: none }

/* _____________________________________________ HTML TAGS _____________________________________________ */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222357;
	text-align: justify;
	line-height: 140%;
	margin: 0 0 12px 0 }
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222357;
	list-style-type: none;
	line-height: 150%;
	margin: 0 5px 0 5px }
ul li { 
	background-image: url(images/_shared/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 18px }
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222357;
	line-height: 150%;
	margin-left: 50px }
blockquote_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222357;
	font-style: italic;
	line-height: 135% }
h1_unused {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #222357;
	text-align: center;
	text-transform: capitalize;
	word-spacing: .3em;
	margin-bottom: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFCCCC;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid }
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6178B4;
	text-transform: uppercase;
	margin: 25px 0 12px 0 }
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A6937A;
	text-align: center;
	text-transform: capitalize;
	margin: 25px 0 25px 0;
	padding: 2px 0 2px 0;
	background-color: #F8E3C7;
	border: #B7A48B 1px solid }
/* apparently hr is different now with xhtml -
style the preceeding para with "no-btm-margin" to avoid browser inconsistancy */
hr_solid-or-dashed {
	border: none;
	border-top: #FF00FF 1px solid;
	height: 1px;
	width: 50%;
	text-align: center;
	margin: 18px auto 18px auto }
hr_double {
	border: none;
	border-top: #FF00FF 3px double;
	height: 3px;
	width: 50%;
	text-align: center;
	margin: 18px auto 18px auto }

/* ______________________________________________ FORMS ________________________________________________ */
/* remember can do width, height, rounded rect pill shape */

form { background-color: #CCCCCC }
form th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222357;
	font-weight: normal;
	text-align: right;
	padding: 2px 4px 2px 0 }
form td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222357;
	font-weight: normal;
	padding: 2px 0 2px 0 }
input, textarea, select, .form-input { /* remember can do transparent background too (used on Perez Firm) */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #4E0000;
	padding-left: 3px;
	padding-right: 3px;
	border-left: #CC0000 1px solid;
	border-top: #CC0000 1px solid;
	border-right: #CC0000 1px solid;
	border-bottom: #CC0000 1px solid;
	margin: 2px 0 2px 0 }
.form-radio, .form-ckbox {
	background: none;
	padding-left: 0;
	padding-right: 0;
	border: none }
.form-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #CC0000;
	border-left: #4E0000 2px solid;
	border-top: #4E0000 2px solid;
	border-right: #4E0000 2px solid;
	border-bottom: #4E0000 2px solid }
	
/* ___________________________________________ CUSTOM STYLES ___________________________________________ */

.clear { clear: both }
.no-btm-margin { margin-bottom: 0 }
.p-no-justify { text-align: left }
.p-align-right_unused { text-align: right }
.p-align-center { text-align: center }
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222357;
	line-height: 120% }
.smalltext2_unused {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222357;
	letter-spacing: .08em;
	word-spacing: .1em;
	line-height: 120% }
.img-right-caption {
	float: right;
	margin: 5px 0 7px 15px;
	background: #D9C2A3;
	border: #B7A48B 1px solid;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #847158;
	padding-bottom: 2px }
.img-right-caption img { margin-bottom: 2px}
.img-left { float: left; margin: 5px 15px 7px 0; border: #B7A48B 1px solid }
.img-right { float: right; margin: 5px 0 7px 15px; border: #B7A48B 1px solid }
.border-simple { border: #B7A48B 1px solid }
.staff { width: 342px; border-top: #C5D3F0 1px solid; border-left: #C5D3F0 1px solid; margin-bottom: 12px }
.staff th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222357;
	line-height: 140%;
	text-align: center;
	background: #C5D3F0;
	border-right: #C5D3F0 1px solid;
	border-bottom: #C5D3F0 1px solid;
	padding: 3px }
.staff td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222357;
	line-height: 140%;
	border-right: #C5D3F0 1px solid;
	border-bottom: #C5D3F0 1px solid;
	padding: 3px 5px 3px 5px }