/*=========================================================================================
 File Name            :style.css
 File Type            :Css Syyle Sheet
 Project              :www.leadcallservice.com
 Created by		      :Abhinav Kumar Thakur
 Created on		      :19th June 2009.
 Description		  :
 /*=========================================================================================
 Modification Log
 Name            Date                  Line No.

==========================================================================================*/

body{
margin:0 0 0 80px;
padding:0px;
background:#ffffff;
}

#header{
	height:115px;
	width:808px;
	background: url(../images/bg-header.jpg) repeat-x top;
	border:1px solid #c0c0c0;
	border-top:none;
	}
	
	#header .logo{
	float:left;
	width:111px;
	height:115px;
	margin-left:88px;
	}
	#header .heading{
	float:left;
	width:420px;
	margin-left:36px;
	margin-top:30px;
	font:bold 21pt Times New Roman;
	color:#3333cc;
	text-align:left;
	}
	#header .subheading{
	float:left;
	width:420px;
	margin-left:36px;
	margin-top:6px;
	font: normal 13pt Times New Roman;
	color:#3333cc;
	font-style:italic;
	text-align:center;
	}

#navigation{
	width:758px;
	height:35px;
	padding-left:50px;
	line-height:35px;
	border:1px solid #3333cc;
	border-top:none;
	}

	#navigation a{
	font:bold 9pt Times New Roman;
	color:#3333cc;
	text-decoration:none;
	padding-left:14px;
	padding-right:14px;
	line-height:25px;
	height:25px;
	border-right:1px solid #808080;
	}
	#navigation a:hover{
	color:#ff0000;
	}
	#navigation a.select{
	color:#ff0000;
	}
	
#content{
	width:808px;
	min-height:450px !important;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	}
	
.leadbluetxt{
font-size:9pt;
font-family:"Times New Roman";
font-weight:700;
color:#3333CC;
}
.leadredtxt{
font-size:9pt;
font-family:"Times New Roman";
font-weight: bold;
color:#FF0000;
}
.leadboldtxt{
font-size:13pt;
font-family:"Trebuchet MS";
font-weight: bold;
color:#3333CC;
}
.leadboldtxt-red{
font-size:13pt;
font-family:"Trebuchet MS";
color:#ff0000;
}

.leadboldtxt-red a{
font-size:13pt;
font-family:"Trebuchet MS";
font-weight: bold;
color:#3333CC;
text-decoration:underline;
}

#nav-dots4 ul{
margin:0px;
padding:0px;
padding-left:80px;
}

#nav-dots4 li{
font-size:9pt;
font-family:"Trebuchet MS";
color:#000000;
padding-bottom:2px;
}
.bg{background:url(../images/top-bg.jpg) top repeat-x;
	height:36px;
	border:1px solid #808080;
	color:#3333cc;
	font:bold 13pt Trebuchet MS;
	text-align:center;
	line-height:36px;
	}
.bg-img{background:url(../images/csa_callcenter_agent2a.jpg) no-repeat center top}


#footer{
	height:115px;
	width:808px;
	background: url(../images/bg-header.jpg) repeat-x top;
	border:1px solid #c0c0c0;
	text-align:center;
	}
	
#footer .tolearn{
	font:normal 13pt "arial black";
	color:#3333cc;
	text-decoration:underline;
	margin-top:20px;
	}
#footer .flink01{
	font:normal 16pt Times New Roman;
	color:#333399;
	text-align:center;
	}
#footer .flink01 a{
	font:normal 16pt Times New Roman;
	color:#333399;
	text-align:center;
	text-decoration:none;
	}
#footer .flink01 a span{
	font:bold 17pt Times New Roman;
	color:#ff0000;
	text-decoration:none;
	}

#footer .email a{
	font:normal 11pt Times New Roman;
	color:#0000ff;
	text-align:center;
	text-decoration:none;
	}
#footer .email-in a{
	font:normal 15pt Times New Roman;
	color:#0000ff;
	text-align:center;
	text-decoration:none;
	}
		
#footer .url a{
	font:bold 13pt Times New Roman;
	color:#333399;
	text-align:center;
	text-decoration:none;
	}
	
#copyright{
	height:50px;
	width:808px;
	text-align:center;
	font:normal 9pt Times New Roman;
	margin-top:50px;
	}
em{	font:bold 13pt Times New Roman;
	font-style:italic;
	}