@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0; }
html, body {   height: 100%;}
body{padding:0px;margin:0px;background:#ffffff url("../images/page-bg.gif") center top repeat fixed; font-family:Arial, Helvetica, sans-serif;}
#container {background: url("../images/blue-bg.png") center top no-repeat; margin:0;	padding:0;}
#page {position: relative;	width : 1000px;	padding :0;	margin : 0 auto; }

#header{width:1000px; height:70px; padding:30px 0 0 0; margin:0; display:block; overflow:hidden}
#header .logo{display:block; float:left; width:319px; height:55px;background: url("../images/logo.png") left top no-repeat; }

.menu{margin:0; min-width:420px; float:right; text-align:center; font-family:"Trebuchet MS", sans-serif}
.menu a{ padding:10px 12px; min-width:50px; font-weight:bold; background:#fff; text-decoration:none; display:inline-block; font-size:15px; color:#014f74	;-webkit-border-radius:6px;  -moz-border-radius:6px; border-radius:6px;}
.menu a:hover{background:#01587e url("../images/nav-hover.jpg") center top repeat-x; color:#ffffff}
.menu .current{background:#01587e url("../images/nav-hover.jpg") center top repeat-x; color:#ffffff}

.banner{width:994px; border:3px solid #fff; height:300px; display:block;background: url("../images/banner.png") center top no-repeat; -webkit-border-radius:6px;  -moz-border-radius:6px; border-radius:6px; margin-bottom:10px;}
.splprog{ background:#015374; padding:10px 15px; border:3px solid #0da5e2;webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px;font-family:"Trebuchet MS", sans-serif; color:#fff;  font-weight:bold; width:964px; margin:0 auto; text-align:center;margin-bottom:10px;}
.splprog .heading{font-family:"Trebuchet MS", sans-serif; font-size:18px; color:#5de20d; text-decoration:blink; font-weight:bold;}
.content{width:970px; background:#ffffff; display:block; padding:15px;webkit-border-radius:6px;  -moz-border-radius:6px; border-radius:6px;}
.chatbox{width:1000px; background:#ffffff; display:block; webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; margin-bottom:10px;}
.adsarea{width:1000px; display:block; margin-bottom:10px; overflow:hidden;}
.smallbanner{width:500px; height:150px; float:left; display:block;background: url("../images/smallbanner.gif") center top no-repeat; webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; border:3px solid #fff; margin-left:1px;}
.contactid{width:240px; height:150px; background:#015374; border:3px solid #0da5e2; float:left;webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; text-align:center; font-family:"Trebuchet MS", sans-serif; color:#fff; font-weight:bold; font-size:14px;}
h1{padding:10px 0 10px 0; font-size:40px;font-family:"Trebuchet MS", sans-serif; color:#fff; font-weight:bold; }
.contactid a{text-decoration:underline; color:#5de20d;font-size:15px;}
.contactid a:hover{text-decoration:none}
.fm{float:right;}
.fm h1{padding-bottom:0px;margin-bottom:0px}
.fm span{font-size:14px;color:#5de20d;}
#footercontainer{margin:0px; padding:0; background:#029ddb;}
.footer{position: relative;	width : 1000px;	padding :0;	margin : 0 auto; text-align:center}
.footer .links{ padding:15px 0; display:block; color:#015374;font-family:"Trebuchet MS", sans-serif; border-bottom:1px solid #015374}
.footer .links a{ color:#fff; margin:0 15px; font-weight:bold; text-decoration:none}
.footer .links a:hover{ text-decoration:underline}
.footer .copyright{ padding:10px 0; display:block; color:#015374;font-family:"Arial", sans-serif; color:#fff;  font-weight:bold; }