* { margin: 0; padding: 0; }
html { overflow-y: scroll; }


ul { list-style: none inside; }
a {
	outline: none;
	text-decoration: none;
	display: none;
}
a img { border: none; }
h.article-hd {
	padding: 3px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	text-transform: lowercase;
	text-decoration: none;
}
p{ font-size:12px;
}
p.display-copy{
	text-transform:uppercase;
}
p.display-copy-2{
	font-size: 8px;
	color: #A00;
}

clear {clear:both;}



body {

background-image:url(../images/body_bg.jpg);
background-repeat: repeat;
}

#BANNERSTYLE {
	display: none;
}
#tb_container {
	display: none;
}
iframe {
	display: none;
}



#wrapper{
	width:900px;
}

#header{
	width: 333px;
	float: left;
	margin:39px;
	
}

/*------------------------------------------------------unordered list nav bar-----------------------------------------------------------------------*/

ul#nav
{

width:673px;
height:98px;
margin-left: 228px;


}
ul#nav li{
	display:inline;
	height:98px;
	width:673px;
}
ul#nav li a{
	display:block;
	float: left;
	height:98px;
	background-image:url(../images/nav_bar_allstates.jpg);
	background-repeat:no-repeat;
   
	
}

/*------------------------------------------------------ list widths for tabs-----------------------------------------------------------------------*/
ul#nav li.home a {
			   width: 107px;
			   background-position: 0px -981px;
			   }

ul#nav li.about a {
	width: 79px;
	background-position: -113px -981px;
	
}


ul#nav li.portfolio a {
	width: 144px;
	background-position: -195px -981px;
	
			   }
ul#nav li.services a {
               width: 144px;
			    background-position: -335px -981px;
			   }
ul#nav li.contact a {
               width: 192px;
			    background-position: -479px -981px;
			   }
			   
/*------------------------------------------------------ positioning background hover and active images-----------------------------------------------------------------------*/			   
			   

	
ul#nav li.home a:link, li.home a:visited {	
	background-position: 0px -883px;
	}
ul#nav li.home a:hover, li.home a:focus {	
	background-position: 0px -883px;
	width:143px;
	position:relative;
	z-indez:1;
	margin-right:-35px;
	}
	


ul#nav li.about a:link, li.about a:visited {
	
	background-position: -113px -689px;
	width:137px;
}
ul#nav li.about a:hover, li.about a:focus {
	background-position: -113px -689px;
	width:137px;
	position: relative;
	z-index: 1;
	margin-right:-59px;
	}
	

	
ul#nav li.portfolio  a:link, li.portfolio a:visited {	
	background-position: -193px -491px;
	
	}

		
ul#nav li.portfolio  a:hover, li.portfolio a:focus {	
	background-position: -193px -491px;
	width:160px;
	position: relative;
	z-index: 1;
	
	margin-right:-16px;
	
	}


		
ul#nav li.services  a:link, li.services a:visited {	
	background-position: -339px -291px;
	}	
	

	
ul#nav li.services  a:hover, li.services a:focus {	
	background-position: -339px -299px;
	width:158px;
	position: relative;
	z-index: 1;
	margin-right: -19px;
	
	}	
	

	

		
ul#nav li.contact  a:link, li.contact a:visited {	
	background-position: -479px -99px;
	}
		 
 ul#nav li.contact  a:hover, li.contact a:focus {	
	background-position: -479px -99px;
	width:221px;

	position: relative;
	z-index: 1;
	margin-left:-30px;
	
	}
	

	
#homepage ul#nav  li.home a
{
    background-position: 0px -784px;
	width:143px;
	position:relative;
	z-indez:1;
	margin-right:-35px;
	
}/*--Home Page > Home Link--*/

#about ul#nav li.about a{
	background-position: -113px -588px;
	width:137px;
	position: relative;
	z-index: 1;
	margin-right:-59px;
	
}/*--About Page > About Link--*/



#services ul#nav  li.services a{
	background-position: -339px -195px;
	width:158px;
	position: relative;
	z-index: 1;
	margin-right: -17px;
	
}/*--Services Page > Services Link--*/

#portfolio ul#nav  li.portfolio a{
background-position: -193px -393px;
	width:160px;
	position: relative;
	z-index: 1;
	
	margin-right:-16px;	
}/*--Portfolio Page > Portfolio Link--*/


#contact ul#nav  li.contact a{ 


	background-position: -461px -9px;
	width:221px;

	position: relative;
	z-index: 1;
	margin-left:-40px;
	
}
/*------------------------------------------------------ -----------------------------------------------------------------------*/	






		
#container{
	width:673px;
	background:url(../images/paperback.jpg);
	background-repeat:repeat-y;
	float:right;
	
	
}

#container p {
	padding: 0px 55px 0px 25px;
}
#container h1{
}

#welcome{
	width: 260px;
	float:left;
	margin-left: 140px;
	
}

#article_a{
	width: 230px;
	float:left;
	margin-left: 80px;
}

#article_b{
	width:230px;
	float:right;
	margin-right: 40px;
	
	
}


#footer{
    float:right;
	margin-right:5px;
	width:673px;
	background:url(../images/footer-back.jpg);
	min-height: 160px;
}
#footer p{
	margin: 20px;
}


.clear {
	clear: both;
}
