@charset "utf-8";
/* CSS Document */
html{
height:100%;
width:100%;
}
body{
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
padding:0;
background-image:url(../images/body_bg.gif);
background-repeat: repeat-x;
background-color:#FFF;
}
form, table{
margin:0;
padding:0;
}
h1, h2, h3, h4, h5, h6{
margin:0;
padding:6px 0px;
}
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}
p{
margin:0;
padding:5px 0px;
}
a{
	color:#12b8de;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
#container{
	width:960px;
	margin:auto;
	margin-bottom: 15px;
	border-bottom-color: #999999;
	padding-bottom: 20px;
	}
	
.header_area{
	float: left;
	height: 130px;
	width: 960px;
	margin-bottom: 30px;
	border-bottom: 5px solid;
	border-bottom-color: #999999;
	}	
	
.logo_area{
	float: left;
	width: 610px;
	height: 50px;
	margin-top: 20px;
	font-family: Arial;
	font-weight: bolder;
	font-size: 50px;
	color: #12B8DE;
	}	
	
.menu_area{
	height: 35px;
	padding-top: 5px;
	background-color: #333333;
	margin: auto;
	}	
	
	
.menu{
	
	font-size:16px;
	color:#027893;
	width: 960px;
	height: 25px;
	padding-top: 10px;
	margin:auto;
	}	
		
.mid_area{
	float: left;
	height: 50px;
	font-family: Arial;
	font-weight: bolder;
	font-size: 50px;
	color: #990000;
	width: 610px;
	background-image: url(../images/directory.png);
	
	}	
	
	
.content_area {
	width: 960px;
	height: 400px;
    
}	
	
.content_innerpage {
	width: 960px;
	height: 300px;    
}

.header {
	height: 60px;
	font-size: 18px;
    
}	
.leftarea{
	width:455px;
	}
.rightarea{
	width:500px;
	}
.laptop-image{
	padding:0px 0px 0px 50px;
	}
	
.footer2_area {
	background-color: #333333;
	margin-top: 10px;

	}
.footer2{
width:960px;
margin:auto;
min-height:39px;
height:auto !important;
height:39px;
}
.copyright{
font-size:11px;
color:#027893;
padding:15px 10px 10px 10px;
}

.copyright_left {
	font-size:11px;
	color:#027893;
	width: 960px;
	float: left;
	height: 25px;
	padding-top: 10px;
}

/*float*/
.right{
float:right;
}
.left{
float:left;
}
.clearB{
clear:both;
}

