/* 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, #container { behavior: url(http://heismyshepherd.com/Scripts/iepngfix.htc) }

/* _____________________________________________ ZERO OUT ______________________________________________ */

* {	margin: 0; padding: 0; border: 0 }

/* ____________________________________________ HTML & BODY ____________________________________________ */

html {
	height: 100%;
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-track-color: #1F3F1F;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000 }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: url(images/_shared/pg-bg.jpg) repeat-x fixed #1F3F1F }

/* _____________________________________________ 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 __________________________________________  */

#container {
	width: 850px;
	margin: 0 auto 0 auto;
	background: url(images/_shared/container_bg.png) repeat;
	padding: 0 31px 0 31px }
#header-logo { width: 482px; background: #000000; float: left; padding: 49px 0 10px 18px }
#navbar { width: 150px; text-align: center; padding: 11px 0 10px 0 }
#main { width: 700px }
#pgtitle {
	margin-top: 13px;
	text-align: center;
	background: url(images/_shared/pgtitle_bg.gif) repeat-x;
	padding: 7px 0 2px 0 }
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	background: #000000  }
#copyright-iam { text-align: center; padding: 8px 0 6px 10px }
#copyright { margin: 0 0 5px 0 }
#lh { text-align: right; padding: 0 10px 6px 0 }
#content { padding: 20px 45px 20px 45px }
#content-iframe { padding: 20px 0 20px 0 }

/* ______________________________________________ LINKS ________________________________________________ */

a:link { color: #8D320D; text-decoration: underline }
a:visited { color: #8D320D; text-decoration: underline }
a:hover { color: #8D320D; text-decoration: none }
a:active { color: #8D320D; text-decoration: none }

#footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #D4D4D4;
	text-align: center;
	letter-spacing: .04em;
	background: #666666;
	padding: 5px 0 3px 0 }
#footerlinks a:link { padding: 4px 4px 4px 4px; color: #D4D4D4; text-decoration: none }
#footerlinks a:visited { padding: 4px 4px 4px 4px; color: #D4D4D4; text-decoration: none }
#footerlinks a:hover { padding: 4px 4px 4px 4px; color: #D4D4D4; text-decoration: none; background: #000000 }
#footerlinks a:active { padding: 4px 4px 4px 4px; color: #D4D4D4; text-decoration: none; background: #000000 }

#footer a:link { color: #777777; text-decoration: none }
#footer a:visited { color: #777777; text-decoration: none }
#footer a:hover { color: #CCCCCC; text-decoration: underline }
#footer a:active { color: #CCCCCC; text-decoration: underline }

/* _____________________________________________ HTML TAGS _____________________________________________ */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 12px 0 }
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: none;
	line-height: 1.5em;
	margin: 2px 5px 5px 20px }
ul li { 
	background-image: url(images/_shared/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 20px }
ol_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 5px }
ol li_unused { margin: 5px 0 5px 0 }
blockquote_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: italic;
	line-height: 1.5em }
h1 {
	width: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8D320D;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	word-spacing: .3em;
	margin: 0 auto 8px auto;
	border-bottom: #B4855F 1px solid }
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-indent: 2em;
	margin: 0 0 12px 0;
	padding: 7px 0 0 0 }
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #888888;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 10px 0 0 0 }
/* 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 ________________________________________________ */

form { background-color: #CCCCCC }
form th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-align: right;
	padding: 1px 4px 1px 0 }
form td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	padding: 1px 0 1px 0 }
input, textarea, select, .form-input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #EEEEEE;
	line-height: 1.5em;
	padding: 2px 6px 2px 6px;
	border-left: #999999 1px solid;
	border-top: #999999 1px solid;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	margin: 2px 5px 2px 5px }
.form-radio, .form-ckbox {
	background: none;
	height: auto;
	padding: 0;
	margin: 0 5px 0 0;
	border: none }
.form-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #8D320D;
	height: auto;
	border-left: #BF653F 2px solid;
	border-top: #BF653F 2px solid;
	border-right: #5A000A 2px solid;
	border-bottom: #5A000A 2px solid }
	
/* ___________________________________________ CUSTOM STYLES ___________________________________________ */

.center-horiz { margin: 0 auto 0 auto }
.p-align-center { text-align: center }
.p-align-right_unused { text-align: right }
.h2-no-indent { text-indent: 0 }
.float-right-col { float: right; width: 214px }
.clear { clear: both } /* Clear is also useful to mimic tables. Forces a new line when there's a floated element above. */
.no-btm-margin { margin-bottom: 0 }
.twelve-btm-margin { margin-bottom: 12px }
.home-img-right { float: right; margin: 1px 0 7px 20px }
.img-right-214 { /* Adds frame/ds (Timbers). Style the img. Padding positions img offset & shows full bg. */
	float: right;
	margin: 3px 0 3px 12px;
	background: url(images/_shared/img-frame_214.gif) no-repeat;
	padding: 9px 14px 15px 10px }
.img-frame-214 { /* Adds frame/ds (Timbers). Style the img. Padding positions img offset & shows full bg. */
	margin: 3px 0 3px 0;
	background: url(images/_shared/img-frame_214.gif) no-repeat;
	padding: 9px 14px 15px 10px }
.border-simple_unused { border: #000000 1px solid }
.border-full_unused { border-top: #999999 1px solid; border-left: #999999 1px solid }
.border-full_unused td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.5em;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	padding: 3px }
.vertical-divider { border-right: #999999 1px solid }