*
{
	margin:0;
	padding:0;
	list-style-type:none;
}

body
{
	background:#74624a url('/graphics/page_bg.jpg') top center no-repeat;
	text-align:center;
	
	font-family:"Helvetica","Arial",sans-serif;
}

/*******BIG DIVS********/

div#wrapper
{
	text-align:left;

	width:903px;
	margin-top:141px;
	margin-left:auto;
	margin-right:auto;
}

div#nav
{
	height:29px;
	margin-left:30px;
	margin-right:30px;
	background:url('/graphics/nav_bg.png') repeat-x;
	text-align:center;
}

div#content
{
	padding:20px 30px 30px 30px;
	background:white;
	min-height:300px;
	
	position:relative;
}

div#content.homepage
{
	background:#e8e8e8 url('/graphics/main_bg.png') top left repeat-x;
	height:460px;
}

div#content.procedure
{
	padding-top:280px;
	background:white url('/graphics/procedure_bg.png') top left repeat-y;
}

div#content #procedure_right
{
	float:right;
	width:614px;
	padding-left:30px;
}


div#content #procedure_left
{
	position:absolute;
	top:0px;
	left:15px;
	
	width:199px;
}

div#content #testimonial
{
	color:#555555;
	font-size:11pt;
	
	margin-bottom:0px;
	font-style: italic;
	margin-left: 40px;
	margin-right:40px;
}

div#content #testimonialsource
{
	margin-top:0;
	
}


div#footer
{
	margin:0px 30px 15px 30px;
	background:url('/graphics/nav_bg.png') 0px -20px repeat-x;
	padding: 24px 30px 0px 30px;
}


/**********NAV************/



div#nav ul
{

}

div#nav ul li
{
	display:inline;
}

div#nav ul li a
{
	display:inline-block;
	height:22px;
	padding-top:7px;
	padding-left:6px;
	padding-right:6px;
	
	font-size:13px;
	margin-left:3px;
	margin-right:3px;
	vertical-align: center;
	
	text-decoration:none;
	color:white;
	
	background:inherit;
	
}

div#nav ul li a:hover
{
	background:#4e1913;
}

div#nav ul li a.active, div#nav ul li a.active:hover
{
	background:#d6c8c7;
	color:#4e1913;
	border-top:4px solid white;
	margin-top:-4px;
}

/*******CONTENT TYPE********/

#content h1
{
	font-family:"Palatino", "Palatino Linotype", serif;
	font-weight:normal;
	font-style:italic;
	color:#5c1e17;
	font-size:28px;
}

#content.homepage h1
{
	font-size:36px;
}

a
{
	color:#561c16;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}
#content h2
{
	font-family:"Palatino", "Palatino Linotype", serif;
	font-weight:normal;
	color:#75634b;
	font-size:24px;
	margin-top:19px;
}

#content h2.condense, #content h1.condense, #content h3.condense 
{
	margin-top:0px;
}

#procedure_left h2
{
	font-family:"Helvetica", "Arial", sans-serif;
	font-size:18px;
}

#content #procedure_left ul
{

	line-height:120%;
	font-style:normal;
	margin:0;
	padding:0;
	padding-left:15px;
}

#content #procedure_left li
{
	list-style-type:none;
	list-style-image:none;
	font-style:normal;
	font-size:16px;
}

#content #procedure_left form
{
	background:#e1dfdc;
	padding:15px;
	margin-left:-15px;
	margin-right:-15px;

}

input.fullwidth
{
	width:187px;

}
#content h3
{
	font-family:"Palatino", "Palatino Linotype", serif;
	font-weight:normal;
	color:#444;
	font-size:17px;
	margin-top:19px;
}

#content p, #content ul
{
	font-size:14px;
	line-height:19px;
	color:#444;
	letter-spacing: 0px;
	margin-top:10px;
}


#content p.small
{
	font-size:12px;
	line-height:18px;
	color:#777777;
}

span#phone
{
	font-size:16px;
}

#content li
{
	font-style: italic;
	margin-top:5px;
	list-style-type:circle;
	list-style-image: url('/graphics/bullet.gif');
}

a img
{
	border:none;
}

#content li ul li
{
	list-style-type:disc;
	list-style-image:none;
}

#content ul
{
	
	margin-left:30px;
}

.logodescription
{
	font-size:13px;
	line-height:19px;
	color:#74624a;
	margin-top:15px;
	margin-bottom:15px;
	
	display:block;
}

#content.homepage li
{
	margin-top:0px;
	list-style-type:disc;
	list-style-image:url('/graphics/bullet.gif');
}


#content.homepage ul
{
	list-style-type: none;
	font-size:16px;
	font-family:"Palatino", "Palatino Linotype", serif;
	color:#555;
	line-height:24px;
	margin-top:8px;
	margin-bottom:10px;
	
}

#content img.img_right
{
	margin-left:15px;
	margin-bottom:15px;
	float:right;
	
	z-index:1000;
	display:block;
	
	position:relative;
}

/*******FOOTER********/

#footer p
{
	color:white;
	font-size:12px;
	line-height:14px;
}




/*******SLIDESHOWS********/



#homepageslideshow {  
    		width:  479px;  
    		height:   510px;  
    		padding: 0;  
    		margin:  -20px -30px 0px 0px;
    		
    		float:right;
    		overflow:hidden;
		} 
		
		#homepageslideshow img
		{
			    width:  479px; 
    			height: 510px; 
   				top:  0; 
    			left: 0 
		}


#procedureslideshow {  
			position:absolute;
			top: 0px;
			right:0px;
			
    		height:  262px;  
    		width:   675px;  
    		padding: 0;  
    		
		} 
		
		#procedureslideshow img
		{
			    width:  675px; 
    			height: 262px; 
   				top:  0; 
    			left: 0 
		}


