body {
	background-color: #E6F3FF;
	background-image: url(img/bkg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

#hd {
	margin: 0;
	padding: 0 0;
	background-image: url(img/headbkg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 153px;
}

#logo {
	float: left;
}

#logo img {
	border: none;
}

#hdpik {
	text-align: right;
}

#hdpik img {
	border: none;
}

#bd {
	background-color: #fff;
	padding-top: 20px;
}

.nav {
	margin: 0 10px 0 0;
	padding: 0 0 20px 0px;
	background-image: url(img/navbkg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.nav h1 {
	margin: 0 0px;
	padding: 25px 0 10px 20px;
	font-size: 17px;
	/*height: 30px;*/
	background-image: url(img/navh.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: #4485C1;
}

.nav ul {
	margin: 0 5px 0 10px;
	padding: 0 0;
	list-style: none;
	font-size: 13px;
}

ul.side
{
	list-style-type:square;    
	padding: 0px;
    list-style-position: inside;
}

.nav ul li {
	margin: 0 0;
	padding: 5px 15px;
}

.nav ul li a {
	font-weight: bold;
	color: #396FA2;
}
.nav ul li ul li {
	margin: 0 0;
	padding: 1px 0;
}

.nav ul li ul li a {
	font-weight: normal !important;
}

.goog {		
	padding: 60px 0 10px 0;
}

#content {
	margin: 10px 20px 20px 20px;
	font-size: 90%;
	line-height: 130%;
}

#content h1 {
	color: #72AA00;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}

#content table {
	border: 1px solid #E6F3FF;
}

#content th {
	background-color: #E6F3FF;
	color: #121C1D;
}

#content a {
	color: #396FA2;
}

.button {
	background-color: #FF7F2D;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
	padding: 2px 5px;
}

#featured {
	border: 1px solid #ccc;
	padding: 2px 2px;
	margin: 10px;
}

#featured div {
	padding: 10px 15px;
	background-color: #EEF0E6;
}

#featured h1 {
	/*background-color: #A1C330;*/
	border: none;
	margin: 0;
	padding: 5px 0px;
	text-align: left;
	color: #8A8D7F;
}

#featured h2 {
	font-size: 14px;
	font-weight: bold;
}

#hgallery {
	float: left;
	width: 300px;
	margin-right: 10px;
}

#hgallery ul {
	list-style: none;
	margin: 0;
	padding: 0 0;
}

#hgallery ul li {
	margin: 10px;
	padding: 2px 2px;
	border: 1px solid #990000;
	width: 250px;
}

#hgallery img {
	width: 250px;
}

#hr {
	margin: 20px 20px 0 auto;
	padding: 0px 10px 0px 20px;
	text-align: center;
}

/*#hr {
	margin: 20px 0 0 210px;
	background-color: #F2F2F2;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 0px 10px 0px 20px;
	width: 300px;
}

#hr p {
	margin: 0px 0 0 0px;
	padding: 0 0;
}

#hr ul {
	margin-left: 0px;
}

#hr h1 {
	border: none;
	font-size: 28px;
	text-align: left;
	color: #B70A2D !important;
	line-height: 27px;
	margin: 10px 0 0px 0;
	padding: 0 0;
} */

.check li {
	list-style: none;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-left: 0px;
	line-height: 25px;
}

.clear:after, #hd:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} /* overflow: hidden kills any autocomplete DIVs */

#ft {
	background-color: #4485C1;
	margin: 0;
	padding: 0 0;
	text-align: center;
	font-size: 12px;
}

#ft ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}

#ft ul li {
	display: inline;
	padding: 0 10px;
}

#ft ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#ft ul li a:hover {
	color: #E6F3FF;
}

#ft p {
	margin: 0;
	padding: 0px 0 10px 0;
}

#ft p a {
	color: #E3FF80;
}


label
{
	display:block;
	float:left;
	width:200px;
}

	.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 150%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;			
			width: 880px;
			height: 600px;
			padding: 16px;
			border: 8px solid #8EC011;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
        
        .white_content a
        {
            font-size:16pt;
            font-weight:bold;
        }
        
.homesquare
{
   float:left;padding:3px;width:340px;height:330px;
}

.homesquare img 
{
   border:1px solid black;width:330px;margin:auto;
}

.homesquare h3
{
   display:block;
   width:100%;
   background:#4585C2;
   color:white;
   padding:2px;
   text-align:center;
}

/* landing */
 .wexam {
	width: 270px;
	float: left;
	padding: 10px 0;
	margin: 0 10px 0 0;
 }
 
 .wplus {
	width: 270px;
	float: right;
	border: 1px solid #ccc;
	padding: 10px 10px 5px 10px;
	
	background: #e5f0cc; /* Old browsers */
	background: -moz-linear-gradient(top, #e5f0cc 0%, #ffffff 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5f0cc), color-stop(50%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5f0cc 0%,#ffffff 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5f0cc 0%,#ffffff 50%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e5f0cc 0%,#ffffff 50%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f0cc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e5f0cc 0%,#ffffff 50%,#ffffff 100%); /* W3C */

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #83b70a;
	margin: 0 0 10px 0;
 }
 
.wplus ul li {
	list-style-image: url(img/check.gif);
}

.wplus h2 {
	color: #72aa00;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0;
}


.fexam {
	background-color: #e5f0cc;
	border: 1px solid #b1c179;
	margin: 5px 0 5px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 5px 5px 70px;
	background-image: url(img/fwplus.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #003300;
	list-style: circle;
}


.bftpro
{
    background-image: url(img/bftpro.png) !important;
}


#divDisable
{
    position:fixed; top:0px; left:0px; width:100%; height:100%; text-align:center; vertical-align:middle;
    display:none;    
    z-index:99;
    background: rgba(0, 0, 0, 0.5);
}
