@charset "utf-8";
/* CSS Document */
body{
	font-family:"Century Gothic";
	margin-top:0px;
}
@font-face {
    font-family: "Arabic Typesetting";
    src: url(../fonts/arabtype.ttf);
}
@font-face{
	font-family:"Century Gothic";
	src: url(../fonts/GOTHIC.TTF);
}
	#main{
		margin-left:auto;
		margin-right:auto;
		width:1034px;
		margin-bottom:120px;
		height:auto;
	}
		#head{
			height:96px;
		}
			#nav{
				margin-left:23px;
				width:710px;
				height:33px;
				float:left;
			}
				#nav a{
					font-size:11px;
					color:#000000;
					text-decoration:none;
				}
			#skype{
				background:url(../images/skype.jpg) no-repeat;
				width:301px;
				height:36px;
				float:left;
				clear:right;
			}
			
			#gova_logo{
				margin-top:7px;
				margin-left:21px;
				width:91px;
				height:37px;
				float:left;
				background:url(../images/govalogo.jpg) no-repeat;	
			}
			#gova_catchphrase{
				font-family:"Arabic Typesetting", Times, serif;
				font-size:52px;
				color:#79756e;
				letter-spacing:2px;
				margin-left:14px;
				width:518px;
				height:44px;
				float:left;
			}
			#phone_number{
				margin-top:14px;
				margin-left:200px;
				float:left;
				color:#515151;
				width:160px;
				height:36px;
				font-size:23px;
				font-family:"Century Gothic";
			}
		#bh_nav{
			background:#9EC4E8;
			height:47px;
		}
			#bh_nav_main{
				font-size:12px;
				padding-top:15px;
				text-align:center;
			}
				#bh_nav_main a{
					font-size:12px;
					color:#000000;
					text-decoration:none;
				}
			
		#footbanner{
			clear:left;
			background:url(../images/banner_bot.jpg);
			width:998px;
			height:105px;
			margin-left:20px;
			margin-bottom:15px;

		}
			#socnet{
				clear:left;
				text-align:right;
			}
				#socnet img{
					margin-left:4px;
				}
/*others*/
.clear{
	clear:left;
}