html * { margin: 0px; padding: 0px; }





	body {
	
	background: url(../images/interior_gradient3.gif); 
	background-repeat: repeat-x;
	
	background-color: #ffffff;
	color:#000000;
	font-family: Verdana, Times New Roman, san-serif;
	font-size: 12px;
	
	}


body p

	{
	padding: 20px;
	
	}



/* top background image
----------------------------------

#topBkg {
	background: url(../images/interior_texture.jpg) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1044px;
	height: 307px;
	margin-left: -522px;
	z-index: 1;
}
*/ 


/*  LOGO IMAGE SWAP */

div#header h1 a


	{
	width: 743px;
	height: 94px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	
	
	background: transparent url('../images/h_banner.jpg') no-repeat; 
	
	text-indent: -9000px;
	
	z-index: 3;
	}





	
	
/* menu styles */



#jsddm
{	margin-left: 5px;
	padding: 0;
	
	}

	#jsddm li 
	{	float: left;
		list-style: none;
		padding: 0;
		}
		
		

		
		

	#jsddm li a
	{	display: block;
		background: url(../images/menu_back.gif) 0 0 repeat-x;
	
		/*background: #333333;*/
		
		padding: 5px 11px;
		text-decoration: none;
		border-top: 0px none #000000;
		border-bottom: 0px none #000000;
		border-left: 1px none #000000;
		
		color: #EAFFED;
		
		text-align: center;
		
		white-space: nowrap;
		font-size: 12px;
		font-family: Arial;
		}

	#jsddm li a:hover
	{	background: #686666}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{	width: auto;
				background: #333333;
				color: #ee970e}
				
			
			#jsddm li ul li a:hover
			{	background: #686666}
			
			
			 #jsddm span {width: 200px;}



	
/*LINKS
	
	
a:link { color: #ffffff; }
a:visited { color: #ffcc33; }
a: hover { color: #ffffff; }*/
	



	

div#container

{
position: relative; 
width: 743px;
margin: 0 auto;
z-index: 2;
border-style: none;
background: url(../images/content_background.gif) 0 0 repeat-x;
}
	
div#content

	{
	
	width: 743px;
	
	margin-top: 0px;
	z-index: 2;
	border-style: none;
	background: url(../images/content_background2.gif) 0 0 repeat-x;
	
	background-color: #efeff0;
	
	}
	
	


	
	
	
	
	
	
div#copyright
	{
	width: 729px;
	position: absolute;
	margin:-15px 0px 0px 0px;
	z-index:3;
	text-align: center;
	
	}


 div#copyright a
 
 	{
 	color: #ffffff;
 	}
 
 	



	

div#footer

	{
	width: 730px;
	margin: -1px;
	z-index:0;
	
	}



