/*-----------------------------------------
 layout styles for temporaryholdings.com
 copyright: temporary holdings llc
 author: Kris Hull
 updated: july 2009
		
		
#6d6e70 grey
#8edb01 green
-----------------------------------------*/

/*-----------------------------------------
general crud
-----------------------------------------*/
body{
margin:0;
padding:0;
color:#ddd;
font: 18px Helvetica,Arial,sans-serif;
font-weight:normal; 
line-height: 36px;
background: #000 url(/img/th_bkg.gif) center 357px no-repeat;
text-shadow:#000 1px 1px 1px;
}

a:link, a:visited{color:#8edb01;}
a:hover, a:active{color:#6d6e70;}

h1, h2, h3, h4, h5, h6 {}
h1{font-size: 36px; line-height: 36px; text-transform:uppercase;}
h2{font-size: 24px; line-height: 36px;}
h3{font-size: 18px; line-height: 22px; font-weight:900;}
h4{font-size: 12px; line-height: 18px; font-weight:900;}
h5{font-size: 10px; line-height: 18px; font-weight:900;}
h6{font-size: 8px; line-height: 18px; font-weight:900;}

img, a img { border:0;}
a { outline: none; }

ul{
margin:0 0 0 15px;
padding:0;
}
ul li{
margin:0;
padding:0;
}

/* PNG fix: target the objects to which you want the script applied: */
img, div { behavior: url(/js/iepngfix.htc) }

/*-----------------------------------------
structural divs
-----------------------------------------*/
#pagewrapper{
width: 960px;
margin: 0 auto;
position:relative;
}
#masthead{
width:960px;
height:34px;
background: transparent url(/img/th_mast.gif) no-repeat;
}
#jt{
width: 960px;
height:323px;
margin:0 0 10px 0;
padding:0;
}
#nav{
width:960px;
height:25px;
margin:0 0 0 0;
padding:0;
}
#main{
width:960px;
margin:10px 0 10px 0;
padding: 0 0 0 0;
clear:both;
}
#footer{
width:960px;
height:22px;
background: transparent url(/img/th_copyright.gif) no-repeat;
position:fixed;
bottom:0;
}
/*-----------------------------------------
nav
-----------------------------------------*/
#nav ul{
height:25px;
margin:0;
padding:0;
}
#nav ul li{
height:25px;
line-height:25px;
display:block;
float: left;
margin:0;
padding:0;
}
#nav ul li a{
height:25px;
line-height:25px;
display: block;
float: left;
text-decoration: none;
text-indent:-9999px;
}
#nav_01 a{width:151px; background: transparent url(/img/nav.jpg) no-repeat 0 0;}
#nav_02 a{width:151px; background: transparent url(/img/nav.jpg) no-repeat -151px 0;}
#nav_03 a{width:151px; background: transparent url(/img/nav.jpg) no-repeat -302px 0;}
#nav_04 a{width:151px; background: transparent url(/img/nav.jpg) no-repeat -453px 0;}
#nav_05 a{width:151px; background: transparent url(/img/nav.jpg) no-repeat -604px 0;}
#nav_06 a{width:151px; background: transparent url(/img/nav.jpg) no-repeat -755px 0;}
#nav_01 a:hover{background: transparent url(/img/nav.jpg) no-repeat 0 -25px;}
#nav_02 a:hover{background: transparent url(/img/nav.jpg) no-repeat -151px -25px;}
#nav_03 a:hover{background: transparent url(/img/nav.jpg) no-repeat -302px -25px;}
#nav_04 a:hover{background: transparent url(/img/nav.jpg) no-repeat -453px -25px;}
#nav_05 a:hover{background: transparent url(/img/nav.jpg) no-repeat -604px -25px;}
#nav_06 a:hover{background: transparent url(/img/nav.jpg) no-repeat -755px -25px;}

#nav_01.on a{background: transparent url(/img/nav.jpg) no-repeat 0 -25px;}
#nav_02.on a{background: transparent url(/img/nav.jpg) no-repeat -151px -25px;}
#nav_03.on a{background: transparent url(/img/nav.jpg) no-repeat -302px -25px;}
#nav_04.on a{background: transparent url(/img/nav.jpg) no-repeat -453px -25px;}
#nav_05.on a{background: transparent url(/img/nav.jpg) no-repeat -604px -25px;}
#nav_06.on a{background: transparent url(/img/nav.jpg) no-repeat -755px -25px;}


/*-----------------------------------------
sub pages
-----------------------------------------*/


/*-----------------------------------------
misc
-----------------------------------------*/
.note{
font-size:8pt;
color:#999;
}
.hide{
display:none;
}
.left{
float:left;
}
.right{
float:right;
}
