﻿/* CSS - Main Help Page */


.help_image_div{ /* Container CSS for the the image */
                margin-top:2px;
                text-align: center;
                margin-bottom:15px;
                
            }

.help_image{ /* Container CSS for the the image */
                width:30px;
                height:30px;
                
            }
 

           .help_title{ /* Container CSS for the the title content */
            background-color: #444444;
            color: #dddddd;
            margin-top:0px;
            margin-left:0px;
            font-family: Times New Roman;
			font-weight: bold;
			font-size: 18px;
            text-align: center;
        }

         .help_list{ /* Container CSS for the the section list content */
            background-color: #444444;
            color: #ffffff;
            margin-top:0px;
            margin-left:0px;
            font-family: Arial;
			font-weight: bold;
			font-size: 15px;
			line-height: 125%;
			text-align: left;
			text-decoration:none;
			
         }
         
        
         
         
		.help_center{ /* Container CSS for the the section list content */
            background-color: #444444;
            text-align: center;
            margin-top:25px;
              
   			display:inline-block;
   			position:relative;
         }
         
         
         ul{ /* Container CSS for the the section list content */
            list-style-type:none;
            
         }
         
         li{ /* Container CSS for the the section list content */
            list-style-type:none;
            
         }
         

 	.help_center > ul > a > li:hover {
    		color:#fd5001; 
    	 
		}