/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Jobs to complete outside of, as well as throughout the entirety of, this document.
	* DEF: 'asset' = An asset can best be described as any item used in the creation of the site other than
	the HTML.  For example: images, flash, css files, etc.)

** NOTE: The current path for all assets associated with this site is: http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/

INSTRUCTIONS:
Make changes to the following:
1. all asset URL paths in the following external documents should be changed to the appropriate client URL:
	* style_192.tpl, home.tpl, non-ie.css, ie.css
	** NOTE: if no URL path exists in one of the aforementioned external documents, obviously
		no change is necessary
2. all asset URL paths in this document should be changed to the appropriate client URL
3. all color values in non-ie.css & ie.css as well as throughout this document should be altered
	** NOTE: follow PSD instructions on what color each element will be
-------------------------------------------------------------------------------------------- */

/* -------------------------------------------------
content styling / GLOBAL
-- NOTE: pre-vA
------------------------------------------------- */

body
{
color: #818181;
}

a:active,
a:link
{
color: #1E2A5B;
}

a:visited
{
color: #717171;
}

a:focus,
a:hover
{
color: #AD0101;
}

.contentEdit h1
{
padding: 0.5em 0 0.75em 2.75em;
margin: 0.2em 0;
font-size: 136%;
color: #040507;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/h1_bkgd.jpg) no-repeat bottom left;
}

.contentEdit h2
{
padding: 0.5em 0 0.75em 2.75em;
margin: 0.2em 0;
font-size: 136%;
color: #FF2B2B;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/h2_bkgd.jpg) no-repeat bottom left;
}

.contentEdit h3
{
padding: 0.5em 0 0 0;
margin: 0.2em 0;
font-size: 107%;
font-weight: bold;
color: #040507;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/h3_top_border.jpg) no-repeat 0 0;
}

.contentEdit h4
{
padding: 0.5em 0 0 0;
margin: 0.2em 0;
font-size: 107%;
font-weight: bold;
color: #FF2B2B;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/h4_top_border.jpg) no-repeat 0 0;
}

.contentEdit h5
{
padding: 0.8em 0 0 0;
margin: 0.2em 0;
font-size: 107%;
font-weight: bold;
color: #040507;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/h5_top_border.jpg) no-repeat 0 0;
}

.contentEdit h6
{
padding: 0.8em 0 0 0;
margin: 0.2em 0;
font-size: 107%;
font-weight: bold;
color: #FF2B2B;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/h6_top_border.jpg) no-repeat 0 0;
}

a[href^="http:"]:active,
a[href^="http:"]:link,
a[href^="http:"]:visited
{
padding: 0 14px 0 0;
text-decoration: underline;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/content_externalLink.gif) no-repeat top right;
}

/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Special link properties within the editable region of the website.

INSTRUCTIONS:
Make changes to the following:
1. replace default URL (192.style.jamspiritsties.com) with client URL
-------------------------------------------------------------------------------------------- */
a[href^="http://www.192.style.jamspiritsites.com"]:active,
a[href^="http://www.192.style.jamspiritsites.com"]:link,
a[href^="http://www.192.style.jamspiritsites.com"]:visited,
a[href^="http://192.style.jamspiritsites.com"]:active,
a[href^="http://192.style.jamspiritsites.com"]:link,
a[href^="http://192.style.jamspiritsites.com"]:visited,
a[href^="http://n1media1.images1.jamspiritsites.com"]:active,
a[href^="http://n1media1.images1.jamspiritsites.com"]:link,
a[href^="http://n1media1.images1.jamspiritsites.com"]:visited
{
padding: 0;
background-image: none;
}
/* END ALTER - Special link */

a[href^="mailto:"]:active,
a[href^="mailto:"]:link,
a[href^="mailto:"]:visited,
a[href^="javascript:location.href='mailto:'"]:active,
a[href^="javascript:location.href='mailto:'"]:link,
a[href^="javascript:location.href='mailto:'"]:visited
{
padding: 0 16px 0 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/content_emailLink.gif) no-repeat top right;
}

a[href$=".pdf"]:active,
a[href$=".pdf"]:link,
a[href$=".pdf"]:visited
{
padding: 0 18px 0 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/content_pdfLink.gif) no-repeat top right;
}

a[href$=".doc"]:active,
a[href$=".doc"]:link,
a[href$=".doc"]:visited
{
padding: 0 18px 0 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/content_wordLink.gif) no-repeat top right;
}

/* Fix for the color of non-link titles. */
.title_9,
.title_9Bold,
.title_10,
.title_10Bold,
.title_12,
.title_12Bold,
.title_14,
.title_14Bold,
.title_16,
.title_16Bold
{
color: #000;
}

/* Fix for calendar days of the week color. */
.white_9Bold
{
color: #FFF;
}

/* Fix for external link image on company box. */
div#companyBox a[href^="http:"]:active,
div#companyBox a[href^="http:"]:link,
div#companyBox a[href^="http:"]:visited
{
background: none;
padding: 0;
}

/* Fix for external link image on company logo. */
div#companyLogo a:active,
div#companyLogo a:link,
div#companyLogo a:visited,
div#companyLogo a:focus,
div#companyLogo a:hover
{
padding: 0;
}

/* Fix for external link image on linked images in content. */
a[href^="http:"]:active.noIcon,
a[href^="http:"]:link.noIcon,
a[href^="http:"]:visited.noIcon,
a[href^="http:"]:focus.noIcon,
a[href^="http:"]:hover.noIcon
{
padding: 0;
background: none;
}

/* -------------------------------------------------
main structure
------------------------------------------------- */

body
{
background: #AD0101;
}

div#wrapper
{
text-align: center;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/wrapper_bkgd.jpg) repeat-x 0 0;
}

div#container
{
width: 978px;
margin: 0 auto;
text-align: left;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/container_bkgd.jpg) repeat-y 0 0;
}

/* -------------------------------------------------
div.universal-clear
------------------------------------------------- */

div.universal-clear
{
height: 0px;
line-height: 0px;
}

* html div.universal-clear
{
margin: 0 0 -3px 0;
}

div#header-rowTwo div.universal-clear
{
clear: left;
}

* html div#header-rowTwo div.universal-clear
{
margin: 0 0 -5px 0;
}

form#form1 div.universal-clear
{
clear: left;
}

* html form#form1 div.universal-clear
{
margin: 0 0 -5px 0;
}

div#home-rowOne div.universal-clear
{
clear: left;
}

* html div#home-rowOne div.universal-clear
{
margin: 0 0 -5px 0;
}

div#home-rowTwo div.universal-clear
{
clear: left;
}

* html div#home-rowTwo div.universal-clear
{
margin: 0 0 -5px 0;
}

/* -------------------------------------------------
div#header
------------------------------------------------- */

div#header
{
height: 424px;
padding: 0 0 14px 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/header_bkgd.jpg) no-repeat 0 0;
}

/* -------------------------
div#header-rowOne
------------------------- */

div#header-rowOne
{
width: 282px;
height: 45px;
padding: 31px 101px 37px 595px;
}

/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Marquee

INSTRUCTIONS:
Make changes to the following:
1. if client does not have component activated, change visible to hidden, & vice versa
2. color value
3. PSD changes - if, by deactivating the marquee, image changes result, it will be
   necessary to re-export the proper background image
-------------------------------------------------------------------------------------------- */
div#marquee
{
position: relative; /* for marquee tag */
visibility: visible;
height: 45px;
}

div#marquee span.body_10
{
color: #FFF;
font-size: 107%;
font-weight: bold;
line-height: 45px;
}
/* END ALTER - Marquee */

/* -------------------------
div#header-rowTwo
------------------------- */

div#header-rowTwo
{
height: 311px;
}

/* -------------------------
div#header-rowTwo-colOne
------------------------- */

div#header-rowTwo-colOne
{
float: left;
display: inline;
width: 79px;
height: 72px;
padding: 154px 0 85px 59px;
}

ul#icons
{
width: 79px;
height: 72px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/icons.jpg) no-repeat 0 0;
}

ul#icons li a
{
display: block;
width: 79px;
height: 24px;
text-indent: -9999px;
text-decoration: none;
overflow: hidden;
}

li#homeIcon a:focus,
li#homeIcon a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/icons.jpg) no-repeat -79px 0;
}

li#aboutIcon a:focus,
li#aboutIcon a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/icons.jpg) no-repeat -79px -24px;
}

li#contactIcon a:focus,
li#contactIcon a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/icons.jpg) no-repeat -79px -48px;
}

/* -------------------------
div#header-rowTwo-colTwo
------------------------- */

div#header-rowTwo-colTwo
{
float: left;
width: 669px;
height: 311px;
}

div#mainPic
{
width: 388px;
height: 259px;
padding: 34px 155px 18px 126px;
}

div#mainPic img,
div#mainPic object
{
display: block;
}

/* -------------------------
div#header-rowTwo-colThree
------------------------- */

div#header-rowTwo-colThree
{
float: left;
display: inline;
width: 129px;
height: 240px;
padding: 34px 42px 0 0;
}

/* ------- ul#verticalNav --------- */

ul#verticalNav
{
float: left;
width: 129px;
height: 240px;
text-align: left;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/verticalNav.jpg) no-repeat 0 0;
}

ul#verticalNav li#navOne,
ul#verticalNav li#navTwo,
ul#verticalNav li#navThree,
ul#verticalNav li#navFour,
ul#verticalNav li#navFive,
ul#verticalNav li#navSix,
ul#verticalNav li#navSeven,
ul#verticalNav li#navEight,
ul#verticalNav li#navNine,
ul#verticalNav li#navTen
{
float: left;
position: relative;
width: 129px;
height: 24px;
}

ul#verticalNav li span
{
display: none;
}

/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Navigation - right side - non-dropdown buttons

INSTRUCTIONS:
Make changes to the following:
1. all buttons are listed - comment out only those items that WILL be dropdowns - no other
   changes will be necessary
-------------------------------------------------------------------------------------------- */
/*ul#verticalNav li#navOne a:active,
ul#verticalNav li#navOne a:link,
ul#verticalNav li#navOne a:visited,*/
ul#verticalNav li#navTwo a:active,
ul#verticalNav li#navTwo a:link,
ul#verticalNav li#navTwo a:visited,
ul#verticalNav li#navThree a:active,
ul#verticalNav li#navThree a:link,
ul#verticalNav li#navThree a:visited,
ul#verticalNav li#navFour a:active,
ul#verticalNav li#navFour a:link,
ul#verticalNav li#navFour a:visited,
ul#verticalNav li#navFive a:active,
ul#verticalNav li#navFive a:link,
ul#verticalNav li#navFive a:visited,
ul#verticalNav li#navSix a:active,
ul#verticalNav li#navSix a:link,
ul#verticalNav li#navSix a:visited,
ul#verticalNav li#navSeven a:active,
ul#verticalNav li#navSeven a:link,
ul#verticalNav li#navSeven a:visited,
ul#verticalNav li#navEight a:active,
ul#verticalNav li#navEight a:link,
ul#verticalNav li#navEight a:visited,
ul#verticalNav li#navNine a:active,
ul#verticalNav li#navNine a:link,
ul#verticalNav li#navNine a:visited,
ul#verticalNav li#navTen a:active,
ul#verticalNav li#navTen a:link,
ul#verticalNav li#navTen a:visited
{
display: block;
width: 129px;
height: 24px;
text-decoration: none;
overflow: hidden;
}
/*
ul#verticalNav li#navOne a:focus,
ul#verticalNav li#navOne a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/verticalNav.jpg) no-repeat -129px 0;
}
*/
ul#verticalNav li#navTwo a:focus,
ul#verticalNav li#navTwo a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/verticalNav.jpg) no-repeat -129px -24px;
}

ul#verticalNav li#navThree a:focus,
ul#verticalNav li#navThree a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/verticalNav.jpg) no-repeat -129px -48px;
}

ul#verticalNav li#navFour a:focus,
ul#verticalNav li#navFour a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/verticalNav.jpg) no-repeat -129px -72px;
}

ul#verticalNav li#navFive a:focus,
ul#verticalNav li#navFive a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/verticalNav.jpg) no-repeat -129px -96px;
}

ul#verticalNav li#navSix a:focus,
ul#verticalNav li#navSix a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/verticalNav.jpg) no-repeat -129px -120px;
}

ul#verticalNav li#navSeven a:focus,
ul#verticalNav li#navSeven a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/verticalNav.jpg) no-repeat -129px -144px;
}

ul#verticalNav li#navEight a:focus,
ul#verticalNav li#navEight a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/verticalNav.jpg) no-repeat -129px -168px;
}

ul#verticalNav li#navNine a:focus,
ul#verticalNav li#navNine a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/verticalNav.jpg) no-repeat -129px -192px;
}

ul#verticalNav li#navTen a:focus,
ul#verticalNav li#navTen a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/verticalNav.jpg) no-repeat -129px -216px;
}
/* END ALTER - Navigation Non-DropDown Buttons */

/* ----- div#verticalNav DD ----- */

ul#verticalNav li ul
{
display: none;
position: absolute; 
left: 129px;
top: 0;
text-indent: 0px;
}

* html ul#verticalNav li ul
{
height: 1px;
}

ul#verticalNav li > ul
{
top: auto;
left: auto;
}

ul#verticalNav li:hover ul,
ul#verticalNav li.over ul
{ 
display: block; 
}

ul#verticalNav li ul li
{
float: none;
position: relative;
left: -115px;
top: 0;
}

* html ul#verticalNav li ul li
{ 
left: -244px;
top: 0;
}

/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Navigation - right side - dropdown buttons

INSTRUCTIONS:
Make changes to the following:
1. all buttons are listed - comment out only those items that WILL NOT be dropdowns
2. all color values
-------------------------------------------------------------------------------------------- */
ul#verticalNav li#navOne ul li a:active,
ul#verticalNav li#navOne ul li a:link,
ul#verticalNav li#navOne ul li a:visited/*,
ul#verticalNav li#navTwo ul li a:active,
ul#verticalNav li#navTwo ul li a:link,
ul#verticalNav li#navTwo ul li a:visited,
ul#verticalNav li#navThree ul li a:active,
ul#verticalNav li#navThree ul li a:link,
ul#verticalNav li#navThree ul li a:visited,
ul#verticalNav li#navFour ul li a:active,
ul#verticalNav li#navFour ul li a:link,
ul#verticalNav li#navFour ul li a:visited,
ul#verticalNav li#navFive ul li a:active,
ul#verticalNav li#navFive ul li a:link,
ul#verticalNav li#navFive ul li a:visited,
ul#verticalNav li#navSix ul li a:active,
ul#verticalNav li#navSix ul li a:link,
ul#verticalNav li#navSix ul li a:visited,
ul#verticalNav li#navSeven ul li a:active,
ul#verticalNav li#navSeven ul li a:link,
ul#verticalNav li#navSeven ul li a:visited,
ul#verticalNav li#navEight ul li a:active,
ul#verticalNav li#navEight ul li a:link,
ul#verticalNav li#navEight ul li a:visited,
ul#verticalNav li#navNine ul li a:active,
ul#verticalNav li#navNine ul li a:link,
ul#verticalNav li#navNine ul li a:visited,
ul#verticalNav li#navTen ul li a:active,
ul#verticalNav li#navTen ul li a:link,
ul#verticalNav li#navTen ul li a:visited*/
{
display: block;
width: 103px;
padding: 3px 5px;
border: 1px solid #FFF;
border-bottom: none;
text-decoration: none;
text-align: center;
color: #FFF;
background: #A10000;
}

ul#verticalNav li#navOne ul li a:focus,
ul#verticalNav li#navOne ul li a:hover/*,
ul#verticalNav li#navTwo ul li a:focus,
ul#verticalNav li#navTwo ul li a:hover,
ul#verticalNav li#navThree ul li a:focus,
ul#verticalNav li#navThree ul li a:hover,
ul#verticalNav li#navFour ul li a:focus,
ul#verticalNav li#navFour ul li a:hover,
ul#verticalNav li#navFive ul li a:focus,
ul#verticalNav li#navFive ul li a:hover,
ul#verticalNav li#navSix ul li a:focus,
ul#verticalNav li#navSix ul li a:hover,
ul#verticalNav li#navSeven ul li a:focus,
ul#verticalNav li#navSeven ul li a:hover,
ul#verticalNav li#navEight ul li a:focus,
ul#verticalNav li#navEight ul li a:hover,
ul#verticalNav li#navNine ul li a:focus,
ul#verticalNav li#navNine ul li a:hover,
ul#verticalNav li#navTen ul li a:focus,
ul#verticalNav li#navTen ul li a:hover*/
{
color: #FFF;
background: #0A1535;
}

ul#verticalNav li#navOne ul li.ddLast/*,
ul#verticalNav li#navTwo ul li.ddLast,
ul#verticalNav li#navThree ul li.ddLast,
ul#verticalNav li#navFour ul li.ddLast,
ul#verticalNav li#navFive ul li.ddLast,
ul#verticalNav li#navSix ul li.ddLast,
ul#verticalNav li#navSeven ul li.ddLast,
ul#verticalNav li#navEight ul li.ddLast,
ul#verticalNav li#navNine ul li.ddLast,
ul#verticalNav li#navTen ul li.ddLast*/
{
border-bottom: 1px solid #FFF;
}
/* END ALTER - Navigation DropDown Buttons */

/* -------------------------------------------------
div#middle
------------------------------------------------- */

div#middle
{
width: 901px;
padding: 0 37px 0 40px;
}

/* -------------------------
div#internal-wrapper
------------------------- */

div#internal-wrapper
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/internal_wrapper_bkgd.gif) repeat-y 0 0;
}

div#internal-container
{
min-height: 202px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/internal_container_bkgd.gif) no-repeat 0 0;
}

* html div#internal-container
{
height: 202px;
}

div#internal
{
padding: 0 0 70px 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/internal_bkgd.gif) no-repeat bottom left;
}

h1#internal-pageTitle
{
width: 600px;
height: 53px;
padding: 105px 0 30px 60px;
font-size: 26px;
color: #202D61;
}

/*
h1#internal-pageTitle img
{
display: block;
width: 600px;
height: 53px;
}
*/

div#internal-middle
{
padding: 0 89px;
min-height: 200px;
}

* html div#internal-middle
{
height: 200px;
}

.contentEdit img
{
border-color: #0A1535;
}

/* -------------------------
div#home
------------------------- */

div#home
{
padding: 0 0 70px 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/home_bkgd.gif) no-repeat bottom left;
}

/* -------------------------
div#home-rowOne
------------------------- */

div#home-rowOne
{
height: 277px;
}

/* ------- div#memberBox --------- */

div#memberBox
{
float: left;
width: 260px;
height: 277px;
color: #0A1535;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/memberBox_bkgd.jpg) no-repeat bottom left;
}

div#memberBox h1
{
height: 70px;
text-indent: -9999px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/memberBox_title.jpg) no-repeat 0 0;
}

/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Members box ALTER

INSTRUCTIONS:
Make changes to the following:
1. if site has member area, default visibility to visible - othewise, change visible to hidden
-------------------------------------------------------------------------------------------- */
div#memberBox form
{
visibility: visible;
padding: 0 0 0 30px;
}
/* END ALTER - Member Box */

p.memberBox-label
{
float: left;
width: 85px;
font-weight: bold;
text-align: right;
}

input.memberBox-textBox
{
width: 110px;
margin: 0 0 15px 5px;
color: #888;
}

p#memberBox-forgot
{
margin: -5px 36px 10px 0;
text-align: right;
font-size: 77%;
}

p#memberBox-forgot a:active,
p#memberBox-forgot a:link,
p#memberBox-forgot a:visited
{
color: #0A1535;
}

p#memberBox-forgot a:focus,
p#memberBox-forgot a:hover
{
color: #FF2B2B;
text-decoration: none;
}

ul#memberBox-buttons
{
margin: 0 0 0 32px;
}

ul#memberBox-buttons li
{
float: left;
display: block;
height: 23px;
}

ul#memberBox-buttons a
{
display: block;
height: 23px;
text-decoration: none; /* Netscape 8.1 */
text-indent: -9999px;
overflow: hidden;
}

li#memberBox-buttons-enter
{
width: 34px;
padding: 0 6px 0 0;
}

li#memberBox-buttons-enter a
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/memberBox_buttons.jpg) no-repeat 0 0;
}

li#memberBox-buttons-enter a:hover,
li#memberBox-buttons-enter a:focus
{
background-position: 0 -23px;
}

li#memberBox-buttons-register
{
width: 134px;
}

li#memberBox-buttons-register a
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/memberBox_buttons.jpg) no-repeat -34px 0;
}

li#memberBox-buttons-register a:focus,
li#memberBox-buttons-register a:hover
{
background-position: -34px -23px;
}

/* ------- div#picBoxOne --------- */

div#picBoxOne
{
float: left;
width: 380px;
height: 277px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/picBoxOne.jpg) no-repeat 0 0;
}

/* ------- div#toolBoxOne --------- */

div#toolBoxOne
{
float: left;
width: 261px;
height: 277px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/toolBoxOne_bkgd.jpg) no-repeat bottom left;
}

h1#toolBoxOne-title a
{
display: block;
width: 261px;
height: 68px;
text-indent: -9999px;
text-decoration: none;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/toolBoxOne_title.jpg) no-repeat 0 0;
overflow: hidden;
}

div#toolBoxOne-middle
{
height: 106px;
padding: 7px 0 0 41px;
}

div#toolBoxOne-middle img
{
display: block;
width: 160px;
height: 106px;
background: #000;
}

div#toolBoxOne-bottom
{
padding: 10px 15px 0 0;
text-align: center;
}

div#toolBoxOne-bottom a
{
color: #000;
font-size: 77%;
}

div#toolBoxOne-bottom a:focus,
div#toolBoxOne-bottom a:hover
{
color: #FF2B2B;
text-decoration: none;
}

/* -------------------------
div#home-rowTwo
------------------------- */

div#home-rowTwo
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/home_rowTwo_bkgd.gif) repeat-y 0 0;
}

* html div#home-rowTwo
{
height: 1px;
}

/* -------------------------
div#home-rowTwo-colOne
------------------------- */

div#home-rowTwo-colOne
{
float: left;
width: 630px;
}

/* ------- div#toolBoxTwo --------- */

h1#toolBoxTwo-title
{
width: 630px;
height: 64px;
text-indent: -9999px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/toolBoxTwo_title.jpg) no-repeat 0 0;
}

div#toolBoxTwo-middle
{
padding: 0 30px 0 59px;
}

/* -------------------------
div#home-rowTwo-colTwo
------------------------- */

div#home-rowTwo-colTwo
{
float: left;
width: 271px;
}

/* ------- div#toolBoxThree --------- */

h1#toolBoxThree-title a
{
display: block;
width: 271px;
height: 64px;
text-indent: -9999px;
text-decoration: none;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/toolBoxThree_title.gif) no-repeat 0 0;
overflow: hidden;
}

div#toolBoxThree-middle
{
padding: 0 59px 20px 30px;
}

div#toolBoxThree-middle img
{
display: block;
}

/* ------- div#companyBox --------- */

div#companyBox
{
width: 230px;
height: 114px;
padding: 12px 0 0 41px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/companyBox_bkgd.jpg) no-repeat 0 0;
}

/* -------------------------------------------------
div#footer
------------------------------------------------- */

div#footer
{
width: 727px;
height: 46px;
padding: 34px 87px 0 87px;
margin: 0 37px 0 40px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/footer_bkgd.gif) no-repeat 0 0;
}

div#companyLogo
{
float: left;
display: inline;
width: 110px;
text-align: center;
margin: 13px 124px 0 8px;
}

div#companyLogo img
{
display: block;
}

div#companyLogo a:active,
div#companyLogo a:link,
div#companyLogo a:visited
{
display: block;
width: 110px;
height: 20px;
text-decoration: none; /* Netscape 8.1 */
text-indent: -9999px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/192/theprideoftx.com/images/company_logo.gif) no-repeat 0 0;
overflow: hidden;
}

div#companyLogo a:focus,
div#companyLogo a:hover
{
background-position: -110px 0;
}

div#footer p
{
float: right;
width: 475px;
line-height: 46px;
text-align: center;
}