/* CSS Document */
/*----
	Created on: 17th July, 2010
	Developed By : UNIweb
		
	font colors used: 
	grey - #9c9c9c 
	sky blue - #029dd3

----*/

body{ background: url(../images/top-bg.png) repeat-x #bbe9fd;
		border:0px; 
		margin:0px;
		padding:0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:justify;	
		color:#666666;
		line-height:16px;	
}

ul,li,img,a, div{ border:0px; 
			margin:0px;
			padding:0px;
			}
			
h1{ font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#FFFFFF;
	line-height:18px;
	border-bottom:#FFCC66 1px dotted;
	border-bottom-width:thin;
}
h2{ font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#025a78;
	line-height:18px;
	border-bottom:#999999 1px dotted;
	border-bottom-width:thin;
}			
h3{ font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	margin:10px 0 0 20px;

}			

#wrapper{ width:100%; display:block; overflow:hidden; background: url(../images/top-bg.png) repeat-x #bbe9fd; margin:0 auto;}
#main-wrapper{ width:1004px; display:block; overflow:hidden; margin:0 auto;}


/*-----left part ----------*/
#left-part{ width:256px; float:left; display:block; overflow:hidden;}
	#logo{ width:220px; height:138px; margin:15px auto 45px auto;}
	
	/*-------menu starts here ---*/
	#menu-wrapper{ width:228px; height:202px; background:url(../images/menu-bg.png) no-repeat; padding:18px 0 0 25px;}
	#menu{ font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bold;
			color:#FFFFFF;
			line-height:28px;
			}
	#menu a{ color:#FFFFFF;
			text-decoration:none;
			list-style-type:none;
			}
	#menu ul{ display:block; list-style-type:none;}
	#menu li a{ 
			text-decoration:none;
			list-style-type:none;}
			
	#menu li a:link{
			text-decoration:none;
			}		
			
	#menu li a:hover{ color:#025a78;
			text-decoration:none;
			cursor:pointer;			
			}
			
	/*---BBB logo and facebook -----*/
	#bbb-wrapper{ 
		width:188px; 
		height:199px;
		background:url(../images/left-bg.png) no-repeat;
		display:block;
		padding:10px 45px 10px 20px;
		line-height:14px;
		font-weight:bold;
		color:#FFFFFF;
		}	
		
	#bbb-logo{
		width:170px; height:64px;
		text-align:center;
		margin:10px 0 10px 10px;
		}
		
	.floatl{ float:left; margin-right: 10px;}
	.floatr{ float:right;}	
	
	#contact-bg{
		width:188px;
		height:118px;
		padding:15px 45px 20px 20px;
		background:url(../images/contact-bg.png) no-repeat;
		line-height:14px;
		color:#FFFF66;
	}	

/*------right part--------*/
#right-part{ width:748px; float:right; display:block; overflow:hidden;}
	#banner{ width:748px; height:371px; clear:both}

	/*----body---*/
	#body-wrapper{ width:748px; display:block; overflow:hidden;}
	#body-left{ width:473px; display:block; overflow:hidden; float:left;}
	
	#body-right{ width:250px; display:block; overflow:hidden; float:right;}
	.spacer{ line-height:10px; height:10px; clear:both;}
	
	#header{ width:250px; height:35px; text-align:left; background-color:#76a909; padding-top:2px;}
	#bg{ width:210px; padding:15px 20px; background-color:#f5f5f5;  }

/*------link-------*/
	.link-red{ 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:10px; 
		background:#ef2020;
		font-weight:bold;
		color:#FFFFFF;	
		display:block;
		text-align:center;
		line-height:20px;
		float:left;	
		width:80px;
		text-transform:uppercase;
		}
	.link-red a{ 
		color:#FFFFFF;	
		display:block;	
		text-decoration:none;
		
		}
	.link-red a:link{
		color:#FFFFFF;	
		display:block;	
		text-decoration:none;
		
		}	
	.link-red a:hover{
		color:#FFFFFF;	
		text-decoration:none;
		background:#0066FF;	
		line-height:20px;
		display:block;
		}

/*---footer-------*/		
	#footer-wrapper{
		width:100%;
		display:block;
		overflow:hidden;
		background:url(../images/footer-bg.png) repeat-x;	
		}
	#white-footer{ background:#bbe9fd; width:1040px; height:20px; margin:0 auto;}
	#footer{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		padding:40px;
		width:1004px;
		color:#FFFFFF;
		margin:0 auto;	
	}
	#footer a{
		text-decoration:underline;
		color:#FF3333;
	}	
	#footer a:link{
		text-decoration:underline;
		color:#FF3333;
	}
	#footer a:hover{
		text-decoration:none;
		color:#FFFFFF;
	
	}

/*--------flash------*/
#flash{
	text-align:center;
	margin-top:25px;
	border:10px #FFFFFF solid;
	width:320px;
	margin-left:55px;
}