body, h1, h2, p, ul, li {
	margin: 0;
	padding: 0;
}
html, body {
	font-size: 14px;			/* */
	line-height: 18px; 			/* line spacing */
	color: #000;				/* txt color without any css */
	height: 100%;
}
body { 
	background: url('images/gb.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #f2f2f2;	/* bgcolor of the body */
	font: 0.8em  Arial, Helvetica, sans-serif;
	text-align: center;			
	overflow: auto;		
}
#logo{
	display: inline-block;
	margin: 0;
}
ol,ul {
	list-style:none;
}
#container {
	background: #fff;
	width: 800px;
	padding: 0;
	margin: auto;
	height: auto;
}
.wrapper {
	width: 800px;				/* width of central content */
	margin: 0 auto;				
	text-align: left;			
	background-color: #fff;		/* bgcolor of central wrapper */
	height: 100%;
}

.menu {
	height: 23px;				/* height of the menu bar */			
	line-height: 23px;			
	border-bottom: 1px solid #ccc;
}
.menu li {
	float: left;
	height: 23px;
	line-height: 23px;
	padding-right: 3px;
}
.menu li a{
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	overflow: hidden;
	color: #52697E;
	background-color: #eee;
	position: relative;
	text-decoration: none;
	font-weight: bold;
}
.menu li a:hover {
	background-color: #ccf;		/* bgcolor of hover tab */
}
.menu li.active a { 
	background: #fff;			/* bgcolor of active tab */
	color: #666;	       		/* text color of active tab */	
	border: 1px solid #ccc;
	border-bottom: 0px solid;
}
/* border around content left bottom right */
.boxContent {
	border: 0px solid #ccc;		/* left bottom right line */
	border-top: 0px solid;
	width: 798px;
	overflow: hidden;
}
/* border */
.box {
	line-height: 15px;
	padding: 10px 20px 20px; 
	width: 760px;
	float: left; 
	clear: both; 
	background: #fff; 
	border: 1px solid #ccc;
	border-top: 0px solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
	color: #666;
	overflow: hidden;
}
h2 {
	font-size: 21px;
	height: 47px;
	line-height: 47px;
	text-transform: uppercase;
}
.home_txt {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	padding: 1em;
}
.fnote {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	padding: 1em;
}
hr.style-one {
    border: 0;
    height: 2px;
	width: 700px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	margin: 0 0 0 50px;
}
#social {
	padding: 0;
	margin: 0;
	height: 36px;
	width: 300px;
	float: right;
	background: #fff;
}
.pages {	
font-size: 12px;	
clear: both;		
margin: 20px 0px 15px 0px;		
padding: 5px 5px;		
height: 80px;          
background-color: #fff;          
border: 1px solid #cccccc;		
-moz-border-radius: 5px;		
-webkit-border-radius: 5px;		
-khtml-border-radius: 5px;		
border-radius: 5px;	
}	
.box1 {		
clear: both;		
margin: 0px 0px 0px 0px;		
padding: 165px 5px;		
background-color: #0000ff;          
border: 1px solid #cccccc;	
text-align: left;	
}	
.boxes {
	clear: both;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	margin: 0px 10px 5px 0px;
}
.maintable {
	font-family: verdana,arial,sans-serif;
	font-size:12px;
	background-color: #fff;
	color:#333;
}

.maintable th {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
.maintable td {
	padding: 0px 0px 15px 0px;
	text-align: center;
}
