/* © New Mexico First. All rights reserved. Created by Joe Wellborn http://www.joewellborn.com. Version: 1.0, February 3, 2007 */
/* COMMENT CONVENTIONS */
/* ALL CAPS = containers, i.e. HEADER */
/* ALL CAPS: Upper Lower = container: container contents, i.e. RIGHT COLUMN: Get Involved */
/* Upper Lower = frequently used tags, i.e. a, p, etc. */
/* lowercase = comment about specific tage, i.e. change feature image here */




#contentback{
background-image: url(../media/th35_feature.jpg); 
background-repeat: no-repeat; 
background-position: right top; }


/**************** Content Styles ****************/

#content{
width:560px;
}



#content h2{
display:block;
margin:10px 0 16px 0;
font-size:1.6em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}



/**************** TAB SUNAVIGATION  ****************/

#tab{
padding-bottom:1px;height:1.9em;
line-height:1.9em;
width:100%;
color:#336699;
border-bottom:1px solid #a0a0a0; 
}

#tab li{
float:left; 
list-style-type:none;
background-color:#ffffff;
border-left:1px solid #a0a0a0;  
border-right:1px solid #a0a0a0; 
border-top: 1px solid #a0a0a0;
margin-left:5px;
padding:0 10px;
}

*html #tab li{ /*-- IE6 --*/
float:left; 
list-style-type:none;
background-color:#ffffff;
border-left:1px solid #a0a0a0;  
border-right:1px solid #a0a0a0; 
border-top: 1px solid #a0a0a0;
margin-left:5px;
margin-bottom:-2px;
padding:0 10px;
}

#tab li a{
display:block;
font-weight:normal;
text-decoration:none;
background-color:inherit;
color: #336699;
}

#tab a:hover{
color:#993300; text-decoration:underline;}

#tab a.current{ 
padding-bottom:1px;
color: #996600; 
font-weight: bold;
text-decoration: none;
background-color: #ffffff;  
 }

*html #tab a.current{  /*-- IE6 --*/
color: #996600; 
font-weight: bold;
text-decoration: none;
background-color: #ffffff; 
 }


#tabcontent{
padding-top:15px;
width:100%;
background:#ffffff;
border-bottom:1px solid #a0a0a0; 
margin-bottom:20px;
}



#tabcontent .pullquote{
float:right;
width:22%;
margin:0 10px 3px 10px;
padding:10px;
line-height:2em;
font-size:1.1em;
color:#cc9900;
font-weight:bold;
text-align:left;
}
#tabcontent .pullquotesource{
line-height:1.1em;
font-size:1em;
color:#666666;
font-style:italic;
font-weight:normal;
text-align:left;
}


