/* CSS Document */


/*--------Global Settings---------*/

*
	{
		margin:0;
		padding:0;
	}
	
#wrapper
	{
		margin:0 auto;
		width:928px;
	}
	
body
	{
		background:url(../images/bg.jpg);
		font-family:Arial, Helvetica,Verdana, sans-serif;
		font-size:11px;
		color:#999;
		
	}
	
#top
	{
		background:url(../images/top.jpg) no-repeat;
		width:928px;
		margin-top:47px;
		height:41px;
	}

#logo
	{
		float:left;
		width:400px;
		padding: 0px 0px 0px 25px;
	}
	
.search
	{
		float:right;
		font-size:12px;
		color:#FFFFFF;
		width:467px;
		height:57px;
		padding: 5px 20px 0px 0px;
		
	}
	

.banner
	{
		float:left;
		width:340px;
		font-size:11px;
		padding: 3px 0 0 14px;

	}
	


	

	
#bglogo
	{
		background:url(../images/white.jpg) repeat-y;
		width:928px;
		height:68px;
	}
#nav
	{
		float:left;
		background:url(../images/nav.jpg) no-repeat;
		height:39px;
		width:928px;
	}
	
	
	/*--------This function is for navigation--------*/
.nav a
	{
		text-decoration:none;
		color:#FFFFFF;
		font-size:14px;
		line-height:40px;	
	}
	
.nav a:hover
	{
		text-decoration:none;
		color:#f3bc00;
		line-height:40px;	
	
	}
	

.nav ul
	{
		list-style-type:none;
		
	}


.nav li
	{
		display:inline;
		padding:0px 85px 0px 85px;
	
		
	}
		

#banner
	{
		float:left;
		background:url(../images/banner.jpg) no-repeat;
		width:928px;
		height:274px;
	}
	
#content
	{
		float:left;
		background:url(../images/white.jpg) repeat-y;
		width:928px;
	}	

.content-left
	{
		float:left;
		padding-left:28px;
		width:258px;
	}
	
.relatedlinks
	{
		float:left;
		background:url(../images/related-links.jpg) no-repeat;
		width:210px;
		height:22px;
		color:white;
		font-size:14px;
		padding: 10px 0px 5px 25px;
	}
	
.relatedbg
	{
		float:left;
	/*<!--	background:url(../images/relatedbg.jpg) no-repeat;-->*/
		height:300px;
		padding-top:0px;
		width:240px;
	}



.extend ul
	{
		list-style-type:none;

	}


.extend li
	{
	
	list-style-type:none;
	padding-left:25px;
	padding-bottom:10px;
		
	}
	
.extend a
	{
		text-decoration:none;
		color:#616161;
		font-size:12px;	
	}
	
.extend a:hover
	{
		text-decoration:none;
		color:#f3bc00;
	}
	
	
.content-right
	{
		float:left;
		padding-right:28px;
		width:612px;
	
	}

	
.sites
	{
	
		background:url(../images/sites.jpg) no-repeat;
		width:590px;
		height:38px;
		color:#464444;
		font-size:14px;
		padding: 10px 0px 15px 20px;
	}
	
.sitesbox

	{
		float:left;
		padding-left:18px;
		padding-bottom:15px;
		width:185px;
	}
#bottom
	{
		float:left;
		padding-left:2px;
	}
#copyright
	{
		float:left;
		height:48px;
		width:900px;
		padding: 14px 14px 14px 14px;
	}
.copyrightlogo
	{
		float:left;
		width:670px;
		color:#FFF;
		
	}

.copyrightlinks
	{
		float:right;
		width:230px;
	}

.copy a
	{
		text-decoration:none;
		color:#FFFFFF;
		font-size:11px;	
	}
	
.copy a:hover
	{
		text-decoration:none;
		color:#FFFFFF;
		font-weight:bold;
		font-size:11px;
	
	}
	

.copy ul
	{
		list-style-type:none;
		
	}


.copy li
	{
		display:inline;
		
	
		
	}
	
.telemarketing
{
	float:left;
	
}
.telemarketing a
{
	float:left;
	margin:0 5px 0 0;
	padding:0 6px;
	background-color:#f0f0f0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}		


