* {
	margin: 0;
	padding: 0;
}
 
a img {
	border: 0;
}

body {
	background: #e5e5e5 url('images/bg.gif') top left repeat-x;  
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
}      

.boldout {
	font-style: italic;
	font-size: 1.4em;
	padding: 5px 20px;
	margin: 5px;
	color: #000;
}

.centered {
	padding: 10px 45px;
}

.clear {
	clear: both;
}                  

.contact_form {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	color: #404040;
	width: 410px;
	border: 1px solid #CECFD4;
	margin: 0 0 5px 5px;
}

.contact_form_button {
	margin: 0 0 5px 5px;      	
}
         
#content {
	margin: 0 auto;
	width: 760px;
}

#content_outer {
	background: transparent url('images/bg_page_top.gif') top center no-repeat;
	padding: 20px 0 0 0;
}   

#content_outer_outer {
	background: transparent url('images/bg_page_middle.gif') top center repeat-y;
}
   
fieldset {
	border: 0;
}

#footer {
	background: transparent url('images/bg_page_bottom.gif') top center no-repeat;
	font-size: 1.1em; 
	padding: 50px 0 20px 0;
	text-align: center; 
}    

.fsg_number {
	float: left;
	padding: 0 10px 0 0;            
}

h1 {
	font-size: 3.6em;
	margin: 0 0 10px 0;
	color: #ff0099;
}      

h2 {
	font-size: 3.6em;
	margin: 0 0 10px 0;
	color: #ff0099;
}



.highlight_blue_top {
	background: transparent url('images/highlight_blue_top.gif') top left no-repeat;
	padding: 25px 0 0 0;
	margin: 5px 0;
}

.highlight_blue_bottom {
	background: transparent url('images/highlight_blue_bottom.gif') bottom left no-repeat;
	padding: 0 20px 30px 20px;      
	color: #fff;
	font-size: 1.1em;
}  

.highlight_blue_bottom_a {
	background: transparent url('images/highlight_blue_bottom_a.gif') bottom left no-repeat;
	padding: 0 20px 60px 20px;  
	color: #fff;
	font-size: 1.1em;
} 

.highlight_green_top {
	background: transparent url('images/highlight_green_top.gif') top left no-repeat;
	padding: 25px 0 0 0;
	margin: 5px 0;
}

.highlight_green_bottom {
	background: transparent url('images/highlight_green_bottom.gif') bottom left no-repeat;
	padding: 0 20px 30px 20px;      
	color: #fff;
	font-size: 1.1em;
}  

.highlight_green_bottom_a {
	background: transparent url('images/highlight_green_bottom_a.gif') bottom left no-repeat;
	padding: 0 20px 60px 20px;  
	color: #fff;
	font-size: 1.1em;
}
  
.highlight_orange_top {
	background: transparent url('images/highlight_orange_top.gif') top left no-repeat;
	padding: 25px 0 0 0;
	margin: 5px 0;
}

.highlight_orange_bottom {
	background: transparent url('images/highlight_orange_bottom.gif') bottom left no-repeat;
	padding: 0 20px 30px 20px;    
	color: #fff;
	font-size: 1.1em;
}  

.highlight_orange_bottom_a {
	background: transparent url('images/highlight_orange_bottom_a.gif') bottom left no-repeat;
	padding: 0 20px 60px 20px;  
	color: #fff;
	font-size: 1.1em;
}


.highlight_pink_top {
	background: transparent url('images/highlight_pink_top.gif') top left no-repeat;
	padding: 25px 0 0 0;
	margin: 5px 0;
}

.highlight_pink_bottom {
	background: transparent url('images/highlight_pink_bottom.gif') bottom left no-repeat;
	padding: 0 20px 30px 20px;    
	color: #fff;
	font-size: 1.1em;
}              

.highlight_purple_top {
	background: transparent url('images/highlight_purple_top.gif') top left no-repeat;
	padding: 25px 0 0 0;
	margin: 5px 0;
}

.highlight_purple_bottom {
	background: transparent url('images/highlight_purple_bottom.gif') bottom left no-repeat;
	padding: 0 20px 30px 20px;    
	color: #fff;
	font-size: 1.1em;
}  

.highlight_purple_bottom_a {
	background: transparent url('images/highlight_purple_bottom_a.gif') bottom left no-repeat;
	padding: 0 20px 60px 20px;  
	color: #fff;
	font-size: 1.1em;
}
  
.highlight_red_top {
	background: transparent url('images/highlight_red_top.gif') top left no-repeat;
	padding: 25px 0 0 0;
	margin: 5px 0;
}

.highlight_red_bottom {
	background: transparent url('images/highlight_red_bottom.gif') bottom left no-repeat;
	padding: 0 20px 30px 20px;  
	color: #fff;
	font-size: 1.1em;
}  

.highlight_red_bottom_a {
	background: transparent url('images/highlight_red_bottom_a.gif') bottom left no-repeat;
	padding: 0 20px 60px 20px;  
	color: #fff;
	font-size: 1.1em;
} 

.highlight_pink_bottom a,
.highlight_purple_bottom a,
.highlight_blue_bottom a,
.highlight_green_bottom a,
.highlight_orange_bottom a,
.highlight_red_bottom a {
	color: #fff;
	font-size: 1.1em;
}                

.highlight_pink_bottom_a a,
.highlight_purple_bottom_a a,
.highlight_blue_bottom_a a,
.highlight_green_bottom_a a,
.highlight_orange_bottom_a a,
.highlight_red_bottom_a a {
	color: #fff;
	font-size: 1.1em;
}    

hr {
	margin: 10px 0;
	color: #fff;
	border: 0;
}
         
.imgleft {
	margin: 0 20px 0 0;
	float: left;
}      

.imgright {
	margin: 0 0 0 20px;
	float: right;
} 

label {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	background-color: #FFF;
	color: #404040;
	width: 100px;
	float: left;
}

#main {      
	background: transparent url('images/bg_main_middle.gif') top left repeat-y;
	float: left;
	width: 460px;
}

#main_inner_top {
	background: transparent url('images/bg_main_top.gif') top left no-repeat; 
}
   
#main_inner_bottom {
	background: transparent url('images/bg_main_bottom.gif') bottom left no-repeat;
	padding: 20px 20px; 
}
                   
#main_inner_bottom ul li {  
	list-style-image: url('images/bullet.gif');
	padding: 5px 10px; 
	margin: 0 0 0 20px;
	font-size: 1.4em;
}


#masthead {
	width: 760px;
	margin: 10px auto 8px auto;
}

#napa {
	margin: 0 auto 20px auto;
	width: 350px;
}

#napa-left {
	float: left;
	text-align: left;
	margin-bottom: 20px;
	width: 90px;
}

#napa-right {
	float: right;
	padding-top: 30px;
	width: 260px;
}

#nav {
	display: block;
	height: 40px;	
	margin: 0 auto;
	width: 760px;
}

#nav ul li {
	display: block;
	float: left;
	text-indent: -6218px;	
}   

#nav ul li a {
	background: transparent url('images/nav.jpg') top left no-repeat;
	border: 0;
	display: block;
	height: 40px; 
	text-decoration: none;
}
     
#nav ul li#home a { width: 100px; background-position: 0 0;}
#nav ul li#home a:hover, #nav ul li#home a:focus { background-position: 0 -40px; }

#nav ul li#about_us a { width: 122px; background-position: -100px 0; }
#nav ul li#about_us a:hover, #nav ul li#about_us a:focus { background-position: -100px -40px; }

#nav ul li#your_story a { width: 135px; background-position: -222px 0; }
#nav ul li#your_story a:hover, #nav ul li#your_story a:focus { background-position: -222px -40px; }

#nav ul li#the_next_step a { width: 162px; background-position: -357px 0; }
#nav ul li#the_next_step a:hover, #nav ul li#the_next_step a:focus { background-position: -357px -40px; }

#nav ul li#money a { width: 102px; background-position: -519px 0; }
#nav ul li#money a:hover, #nav ul li#money a:focus { background-position: -519px -40px; }

#nav ul li#contact_us a { width: 139px; background-position: -621px 0; }
#nav ul li#contact_us a:hover, #nav ul li#contact_us a:focus { background-position: -621px -40px; }

#nav_outer {
	background: transparent url('images/bg_nav.gif') bottom center no-repeat;
	display: block;
}
                                                                    
p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 5px;
}

#side {
	float: right;
	width: 280px;
}  

#side h2 {
	font-size: 2.0em;
	color: #fff;
	text-align: center;
}

.side_money {
	background: transparent url('images/side_money.gif') top left no-repeat;
	height: 95px;
}     

.side_money p {
	color: #fff;            
	padding: 30px 0 0 25px;
}  

.side_faqs {
	background: transparent url('images/bg_side.gif') top left no-repeat;   
	padding: 20px 20px 0 20px;
}

.side_ex {
	background: transparent url('images/bg_side_ex.gif') top left no-repeat;   
	padding: 5px 20px 0 20px;
}
     
.side_publicity {
	background: transparent url('images/publicity_animation.gif') top left no-repeat;
	height: 180px;
}                   

.side_publicity p {
	color: #fff;            
	padding: 130px 0 0 25px;
}

.side_recent_work {
	background: transparent url('images/recent_work.gif') top left no-repeat;
	height: 200px;
}
                 
.side_recent_work p {
	color: #fff;            
	padding: 130px 0 0 25px;
}   

#side a { 
	color: #fff;
}

.side_blue_top {
	background: transparent url('images/side_blue_top.gif') top left no-repeat;
	padding: 25px 0 0 0;
	margin: 10px 0;
}

.side_blue_bottom {
	background: transparent url('images/side_blue_bottom.gif') bottom left no-repeat;
	padding: 0 20px 20px 20px;  
	color: #fff;
}
   
.side_green_top {
	background: transparent url('images/side_green_top.gif') top left no-repeat;
	padding: 25px 0 0 0;
	margin: 10px 0;
}

.side_green_bottom {
	background: transparent url('images/side_green_bottom.gif') bottom left no-repeat;
	padding: 0 20px 20px 20px;  
	color: #fff;
}  

.side_orange_top {
	background: transparent url('images/side_orange_top.gif') top left no-repeat;
	padding: 25px 0 0 0;
	margin: 10px 0;
}

.side_orange_bottom {
	background: transparent url('images/side_orange_bottom.gif') bottom left no-repeat;
	padding: 0 20px 20px 20px;  
	color: #fff;
}   

.side_pink_top {
	background: transparent url('images/side_pink_top.gif') top left no-repeat;
	padding: 25px 0 0 0;
	margin: 10px 0;
}

.side_pink_bottom {
	background: transparent url('images/side_pink_bottom.gif') bottom left no-repeat;
	padding: 0 20px 20px 20px;  
	color: #fff;
}         

.side_purple_top {
	background: transparent url('images/side_purple_top.gif') top left no-repeat;
	padding: 25px 0 0 0;
	margin: 10px 0;
}

.side_purple_bottom {
	background: transparent url('images/side_purple_bottom.gif') bottom left no-repeat;
	padding: 0 20px 20px 20px;  
	color: #fff;
}     

.side_red_top {
	background: transparent url('images/side_red_top.gif') top left no-repeat;
	padding: 25px 0 0 0;
	margin: 10px 0;
}

.side_red_bottom {
	background: transparent url('images/side_red_bottom.gif') bottom left no-repeat;
	padding: 0 20px 20px 20px;  
	color: #fff;
}

.side_blue_bottom a, 
.side_green_bottom a,
.side_orange_bottom a,
.side_pink_bottom a,
.side_purple_bottom a,
.side_red_bottom a {
	color: #fff;   
	
}                    
      
.spacer {
	height: 30px;
}     

.side_quote {
	padding: 0 10px 5px 10px;
}  

.side_quote_ex {
	padding: 0 110px 5px 10px;
}                 

.side_quote p {
	color: #333;
}
  
.pssst a {
	color: #000 !important;
	font-weight: bold;
}
   
.testimonial_thumb {
	float: right;
	padding: 0 0 10px 5px;
}

#top {

	height: 25px;
	width: 780px;
	margin: 0 auto;
	font-size: 0.9em;
	line-height: 25px; 
	text-align: center;
}                   

.tquote {
	font-size: 1.2em;
	font-style: italic;
}                              
.faqtext {
	font-size: 1.2em;
}