@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, img { 
	margin:0; 
	padding:0; 
	border: 0;
} 

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.4em;
	background-color: #515151;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #003366;
}

body a {
color: #993366;
}

  #wrapper {
	width: 934px;
	margin: 24px auto;
/*	background-image: url(images/bg_wrapper.gif);
	background-repeat: repeat-y;
*/
   }
 
 /*************** left tabs ************************/  
   #tabs {
   width: 60px;
   float: left;
   }   
   
   #tabs p {
   margin-top: 150px;
   }
      
   #tabs img {
   margin-bottom: 10px;  
   }
   
 /*************** main content ************************/  
   #main {
   width: 874px;
   float: right;
   
   }


   #masthead {
   width: 874px;
   height: 122px;
   background-image:url(images/masthead.gif);
   
   }
   
    /*****masthead*****/  
	#masthead #name {
	padding: 35px 0px 5px 30px;
	}
	
	#masthead #contact {
	margin: 0px 0px 16px 410px;
		}
	
  /***************main content ********************/  
   
   #main_content {
	width: 874px;
	background-image:url(images/main_bg.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;   
   
   }
   
   #main_content #container {
   margin: 0px 20px 0px 25px;  
   }
   
    /***************side nav under accordion ********************/  
   #main_content #nav {
   width: 172px;
   float: left;
   padding-right: 50px;
   }
   
  #main_content #nav ul {
  padding: 2px 0px 5px 22px;
  list-style: none;
   }
   
   #main_content #nav ul li {
	line-height: 18px;
	font-size: 1.1em;
}
   
    #main_content #nav ul li a {
	color: #003366;
	text-decoration: none;
}

    #main_content #nav ul li a:hover {
	color: #003366;
	text-decoration: underline;
}
   
   #main_content #copy{
  width: 600px;
  float: right;
   }
   
   #main_content #copy p {
	font-size: 1.1em;
	background-color: #EAF9FF;
	padding: 8px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px dotted #D6D6D6;
	width: 500px;
   
   }
   
     #main_content #copy p a{
   color: #993366;
 
   }
   
   h1 {
   line-height: 18px;
	font-size: 1.5em;
	padding-bottom: 10px;   
   }
   
   h2 {
   font-size: 1.3em;
   color: #993366;
   padding: 8px 0px 0px 0px;
   }
   
   .desc {
	width: 500px;
	float: right;
	padding-right: 90px;
	padding-top: 10px;
	font-size: 1.1em;
   }
   
   .next {
   padding: 15px 0px 15px 380px;
   align: right;
   }
   
   #footer {
	background-image: url(images/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	clear: both;
   }
   
   #footer p{
   color: #EEEEEE;
   padding: 50px 0px 50px 250px;
   }
   
   #footer p a{
   color: #EEEEEE;
   }


#sections img {
margin-right: 60px;
} 
 /*************** empty footer under tabs and main_content inside wrapper ************************/
 
 #empty_footer {
 clear: both;
 }
