﻿/**

 * Main CSS Stylesheet

 *

 */

h1,h2,h3,h4,h5,h6{

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}


		
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
 a        

 {  padding: 2px } 

.tabWidth
{
width: 100%;
	
}

/* HEADER */


.header_logo{

	Width:150px;
	position: absolute;
	margin-left:2%;
	margin-top:0%;
    background:url(images/logo.bmp) 
}

.header_welcome
{
	
	left:20%;
	right:0%;
	width: 78%; 
	position: absolute; 
	top: 3%; 
	height: 10px;
	background-color: #c3d9ff;
    font-size: 11pt;
    font-family: Arial;
	
}

.header_info
{
	right:1%;width: 500px; position: absolute; top: 58px; height: 15px;	
	
}


.info
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size:13px;

	color:#006699;
	text-decoration:none;
}

a.info:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size:13px;

	color:#006699;
	text-decoration:underline;
    Cursor:default;       
}

/* HEADER Menu */

.header_menu_tab
{
color: #0070c0; height: 155px; background-color: #000000; width: 100%;
	
}


.header_menu_spacer
{
width: 20%; border-right: dimgray thin solid;
}

.header_menu 
{
	font-family:Tahoma;
	font-size:14px;
	color:#e6e6fa;
	text-decoration:none;
}

a.header_menu:hover
{
	
             color:#219ae6;	
             text-decoration: none;
           
}
 
/* HEADER board */

.header_board_side
{
	width: 1.5%;
	}

.header_board_mid
{
	height: 8px;width: 97%; background-image: url(images/2.JPG);
	border-right: #888888 thin solid; border-top: #888888 thin solid; border-left: #888888 thin solid; border-bottom: #888888 thin solid;
}

.board_h2
{
	font-size: 16pt; color: #e6e6fa; font-family: Tahoma;
	
	}
	
	
.board_descr
{
font-size: 10pt;color: #e6e6fa;
font-family:"Verdana", Arial, Helvetica, sans-serif;
}



/* LEFT */

.left_side
{
	width: 1.5%;
	}

.left_main
{
	font-size: 10pt; font-family: Verdana;color: #0070c0;height: 239px;width: 20%; position: static;
	}
	
.left_border
{
	width:100%;border-right: #87cefa thin solid; border-left: #87cefa thin solid;
	background-color: #c3d9ff;
	border-top: #87cefa thin solid;
	
	}	

.left_menu_top
{
padding-left: 13px; width: 100%; height: 25px;background-color: #1e90ff;
                                   color: #dcdcdc; font-family: Tahoma; font-size: 11pt;


}

.left_menu_sub
{
	padding-left: 13px; width: 100%; height: 25px;background-color:#87cefa;

}



.left_menu_sub1 {
	font-family:Tahoma;
	font-size:12px;
	color:black;
	text-decoration:none;
}

a.left_menu_sub1:hover
{
	
	color:maroon;
	
        
}

.left_menu_sub2 {
	font-family:Tahoma;
	font-size:12px;
	color:black;
	text-decoration:underline;
}

a.left_menu_sub2:hover
{
	text-decoration:overline;
	color:maroon;
	
        
}


.left_menu_sub_service
{
	padding-left: 13px; width: 100%; height: 25px;background-color: #f5f5f5;

}


.left_menu_sub_service1 {
	font-family:Tahoma;
	font-size:12px;
	color:black;
	text-decoration:none;
}

a.left_menu_sub_service1:hover
{
	
	color:green;
	text-decoration:none;
        
}


.emptyraw
{
	height: 25px; width: 100%;
}

/* LEFT Testimonials */

.left_testimonials
{
width: 100%;
color:#696969;	
}	

/* LEFT Company Benefits */

.left_company_benefits
{
	height: 26px; background-image: url(images/best4.JPG); width: 100%; text-align: left;
}

.left_company_benefits_h3
{
	text-align: center;color: #f5f5f5;font-family: Trebuchet MS;
}

.left_company_benefits_content
{
	font-size: 10pt; color: navy;
}

.left_company_benefits_readmore
{
text-align: left; 

	font-family:Tahoma;
	font-size:10pt;
	color:black;
	text-decoration:none;
}

a.left_company_benefits_readmore:hover
{
	
	color:black;
	text-decoration:underline;
        
}



/* PlaceHolder */

.maintab
{
	width:78%; background-color: #ffffff;
}

/* SEO ARTICLES */


.articles_border
{
background-color: white; border-right: gray thin groove; border-top: gray thin groove; border-left: gray thin groove; border-bottom: gray thin groove; width: 100%;	
}

.articles_side
{
	width: 1%;
	}
	
.articles_side2
{
	width: 48%; background-color:#f5f5f5;
	}
.articles_header
{
	
	width:98%; background-color: #000000;
    color: #ffffff; font-size: 13pt;font-family:Times New Roman;
    height:28px;
	
	}

.articles_list
{
	font-family:Tahoma;
	font-size:12px;
	color:#696969;
	text-decoration:none;
}

a.articles_list:hover
{
	
	color:maroon;
	text-decoration:none;
         
}



/* Bottom Navigation */
.bottom
{
	height: 30px; background-color: gray; width: 100%; text-align: center;
}

.bottom_side
{
	width: 10%;
	}

.bottom_side2
{
	width: 80%;
	}
	
	
.bottom_menu 
{
	font-family:Tahoma;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

a.bottom_menu:hover
{
	background-color: #dcdcdc;
             color:green;	
             text-decoration: none;
           
}



/* LAST */

.last
{
	height: 21px; background-color: #d3d3d3;
}

.last_table
{
	width: 100%;font-size: 10pt;font-family:tahoma;
}

.last_side1
{
	width: 75%;
	}
	
.last_side2
{
	width: 1%;
	}
	
.last_side3
{
	width: 20%;
	}		

.last_side4
{
	width: 4%;
	}
	
	
	
/* DIRECTORY SUBMISSION */




.Default

{
	background-color:#ebebeb;
	width:100%;
	height:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	   
}

.heading_h1

{
	text-align: center;
font-size: 14pt; 
color: #9acd32; 
font-family: Trebuchet MS;


}
/* Horizantal Menu */
.right_menu
{
	
	text-align: center;
	font-size: 10pt; 
	font-family: Verdana;
	text-decoration: none;	
	color: #696969;
	background-color: #c3d9ff;
	
	
	 } 

a.right_menu:hover
{
	
	font-size: 10pt; 
	font-family: Verdana;
	text-decoration: none;
	color: white;
	background-color: #219ae6;
	
}

/* Best Service Menu */

.best_menu_border
{
	width:100%;border-right: silver thin solid; border-left: silver thin solid;border-top: silver thin solid;
	
	}	

.best_menu_head
{
padding-left: 13px; width: 100%; height: 25px;background-color: #00b0f0;
                                   color: #dcdcdc; font-family: Tahoma; font-size: 11pt;

}


.best_menu_sub

{  
	width: 100%;
	text-align: center;
	font-size: 10pt; 
	font-family: Tahoma;
	text-decoration: none;
	padding: 3px;
	color: black;
	background-color: #dcdcdc;
	
	
	 } 
	 
a.best_menu_sub:hover
{
	
	font-size: 10pt; 
	font-family: Tahoma;
	text-decoration: none;
	color: maroon;
	background-color: #9acd32;
	
}


/* Benefit */

.benefit
{
	
	width:86%;
	height:auto;
	
	background:url(images/c4.png) no-repeat ;
	
    overflow:hidden;
    color: black;
	   
}




.benefit_leftside
{
	width: 5%;
}

.benefit_rightside
{
	width: 95%;
	border-bottom: gainsboro thin dotted;
	color: black;
	
}


/* SUBMISSION PACKAGES */

.package_h1{

	font-size:18px;
    font-family: Trebuchet MS;
	color:#9acd32;

	font-weight:normal;
    text-decoration: underline;
	margin-left:3px;

}
.package
{
	
	width:86%;
	height:auto;
	
	background:url(images/c4.png) no-repeat ;
	
overflow:hidden;
    color: #333333;
	   
}

.package_title_border
{
height: 25px; 
background-color: #dcdcdc; 
border-right: darkgray thin solid; border-top: darkgray thin solid; border-left: darkgray thin solid;
                                        
}


.package_leftside
{
	width: 5%;
	height:auto;
}

.package_rightside
{
	width: 95%;
	text-align: right;
	height:auto;
	
}



.package_order

{  
	
	border-right: darkgray thin solid;border-left: darkgray thin solid; 
	
	
	
	font-size: 10pt; 
	font-family: verdana;
	text-decoration: none;
	color: #696969;
	background-color: #dcdcdc;
	height:20px;
	
	
	
	 } 

a.package_order:hover
{
	
	font-size: 10pt; 
	font-family: verdana;
	text-decoration: none;
  color: green;
	background-color: #f5f5f5;
	
	
}


/* Important Notice */




.notice_border
{
border-right: #b0b0b0 thin dotted; 
border-top: #b0b0b0 thin dotted; 
border-left: #b0b0b0 thin dotted; 
border-bottom: #b0b0b0 thin dotted; 
background-color: #efefef;
}



.notice_other_service
{
	font-size: 10pt; 
	font-family: verdana;
	text-decoration: underline;
	color: navy;
	
}

a.notice_other_service:hover
{
	font-size: 10pt; 
	font-family: verdana;
	text-decoration: none;
	color: rgb(0,176,240);
}

.notice_other_service_left
{
	width: 3%;
	height: 25px;
}

.notice_other_service_right
{
	width: 97%;
	height: 25px;
	color: #696969;
	border-bottom: white thin dotted;
}


.notice_contact
{
	font-size: 10pt; 
	font-family: verdana;
	text-decoration: underline;
	color: rgb(0,176,240);
	
}

a.notice_contact:hover
{
	font-size: 10pt; 
	font-family: verdana;
	text-decoration: none;
	color: green;
}