@charset "utf-8";
body {
	background-color: #032D46;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 18px;
}
#wrapper {
	background-image:url(../images/Main-Bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #DEDEDE;
	padding: 0px;
}
/*Content Section Starts*/
#container #Content {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #DEDEDE;
}
#header {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 130px;
	background-image: url(../images/topbg.jpg);
	background-repeat: repeat-x;
}
#header #title {
	float:left;
	width:900px;
	height:130px;
	background:url(../images/logo.jpg) left bottom no-repeat;
}
#header #title h1 {
	font-size:22px;
	margin:0px;
	font-weight: bold;
	text-align:right;
	padding:80px 100px 0 0;
}
#header #title h1 a {
	text-decoration:none;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	text-transform: uppercase;
}
#header #title h1 a:hover {
	text-decoration:none;
	color: #0099FF;
	margin:0px;
	padding:0px;
}
* HTML #logo img {/* PNG Alpha IE Win ONLY */
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/logo.png', sizingMethod='scale');
}
#t1 {
	float:right;
	width:468px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topmenu {
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 900px;
	background-color: #DEDEDE;
	background-image: url(../images/alink.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#topmenu ul li {
	display: inline;
}
#topmenu ul li a {
	float: left;
	color: #333333; /*text color*/
	padding: 5px 6px;
	text-decoration: none;
}
#topmenu ul li a:visited {
	color: #000000;
	padding: 5px 6px;
}
#topmenu ul li a:hover {
	color: #000000 !important; /*text color of selected and active item*/
	padding-top: 3px; /*shift text down 1px for selected and active item*/
	padding-bottom: 3px; /*shift text down 1px for selected and active item*/
	background: url(../images/ahover.jpg) center center repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
}
#topmenu ul li .current {
	color: #000000 !important; /*text color of selected and active item*/
	padding-top: 3px; /*shift text down 1px for selected and active item*/
	padding-bottom: 3px;
	background-image: url(../images/ahover.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	padding-right: 5px;
	padding-left: 5px;
}
#topmenu ul li .last {
	border-right:none;
}
#container #Content #contentwrapper {
	background-image:url(../images/content-bg.jpg);
	background-repeat:repeat-y;
}
/*Content AreaEnds*/

/*Content Area LeftPanel Starts*/
#container #Content #left_panel {
	padding:0;
	width:600px;
	float: left;
	margin:10px 0 0 0;
}
#container #Content #left_panel #blog {
	padding:10px;
	width:580px;
	margin:0 auto;
	background-color: #FFFFFF;
}
.top {
	background-image:url(../images/topcurve.jpg);
	width:100%;
	height:8px;
}
.bottom {
	background-image:url(../images/bottom-curve.jpg);
	width:600px;
	height:8px;
}
.subtitle {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #156797;
}
#promotion {
	width:600px;
	padding: 0px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#promotion .top {
	background-image:url(../images/promo-top.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:5px;
}
#promotion .mid {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #133457;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #133457;
}
#promotion .bottom {
	background-image:url(../images/promo-bottom.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:5px;
}
.p1 {
	width:161px;
	float: left;
}
#container #Content #left_panel #blog #promotion .mid .promotitle {
	background-image:url(../images/header_orange.jpg);
	background-repeat:no-repeat;
	width: 435px;
	float: right;
	height: 24px;
}
#container #Content #left_panel #blog #promotion .mid .promotitlegreen {
	background-image:url(../images/header_green.jpg);
	background-repeat:no-repeat;
	width: 435px;
	float: right;
	height: 24px;
}
#container #Content #left_panel #blog #promotion .mid .promotitle h2 {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#container #Content #left_panel #blog #promotion .mid .promotitlegreen h2 {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#container #Content #left_panel h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #156797;
	padding: 0px;
	margin: 0px;
}
#container #Content #left_panel #blog #promotion .mid .promotext {
	float: right;
	width: 435px;
}
#container #Content #left_panel h1 a {
	color: #156797;
	text-decoration:none;
}
#container #Content #left_panel h1 a:hover {
	color: #156797;
	text-decoration:none;
}
#container #Content #left_panel h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#container #Content #left_panel a {
	color:#FF0000;
	text-decoration:underline;
}
#container #Content #left_panel a:hover {
	color: #FF0000;
	text-decoration:none;
}
#homeimage {
	width:520px;
	padding:5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.c1 {
	width:468px;
	text-align:center;
	height:60px;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
/*Content Area LeftPanel Ends*/


/*Content Area RightPanel Starts*/
* html #container #Content #right_panel {
	margin-right: 5px;
}
#container #Content #right_panel {
	width: 150px;
	float: right;
	padding: 0px;
	margin: 0px;
}
#container #Content #sidebar {
	width: 150px;
	float:left;
	padding:0;
	margin:0;
}
.l1 {
	width:120px;
	padding:0px;
	margin:10px auto;
	height:240px;
}
.r1 {
	width:125px;
	padding:0px;
	margin:10px auto;
	height:125px;
}
#r2 {
	width:300px;
	padding:0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#r3 {
	width:300px;
	margin:10px auto 10px auto;
	padding:0px;
}
#s1 {
	width:320px;
	margin:0px auto 10px auto;
	padding:0px;
}
.menu-caption {
	text-align: center;
	height: 25px;
	background-color: #FFFFFF;
	background-image: url(../images/h2bg.jpg);
	margin-top: 0px;
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu-captiongreen {
	text-align: center;
	height: 25px;
	background-color: #FFFFFF;
	background-image: url(../images/h2bggreen.jpg);
	margin-top: 0px;
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
* html .menu-caption h2 {
	padding-top: 4px;
	padding-bottom: 3px;
}
* html .menu-captiongreen h2 {
	padding-top: 4px;
	padding-bottom: 3px;
}
.menu-caption h2 {
	font-size: 12px;
	color: #922A07;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	font-weight: bold;
}
.menu-captiongreen h2 {
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	font-weight: bold;
}
.rightimage {
	background-color:#F4F4F4;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align:center;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
/*.rightimage:hover{
	border:1px solid #FFFFFF;
	background-color:#013274;
}*/
.rightimage img {
	text-align:center;
	margin-top: 7px;
}
.rightimage p {
	color: #000000;
	font-weight: bold;
	line-height: 10px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
	text-align: center;
}
.rightimage a {
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
}
.rightimage a:hover {
	color:#631F04;
	font-weight: bold;
	text-decoration: none;
}
#rightadsense {
	text-align:center;
	width:322px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#FreePlay {
	background-color: #000000;
	padding: 0px;
	width: 420px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
/*Content Area RightPanel Ends*/

/*General Styles Starts*/
p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: justify;
}
strong {
	color:#000000;
}
.h1_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	font-size:1px;
	margin:0px;
	padding:0px;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}
.text1 a {
	color: #000000;
	text-decoration:underline;
}
.text1 a:hover {
	color: #000000;
	text-decoration:none;
}
.right_image {
	float:right;
	padding:3px;
	margin:5px;
	border: 1px solid #CCCCCC;
}
.left_image {
	float: left;
	padding:3px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/*General Styles Ends*/

/*Footer Starts*/
#footer {
	width: 900px;
	margin-top: 2px;
	margin-left: 2px;
}
#footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003300;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006600;
	padding: 0px;
	margin: 0px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer #imagebase {
	width:890px;
	margin:0px auto 0px auto;
	padding:0px;
}
#footer #imagebase #f1 {
	width:295px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer #imagebase #f1 img {
	padding:0px;
	margin:5px;
}
#footer #imagebase #f1 p {
	padding:0px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#footer #imagebase #f2 {
	width:290px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer #imagebase #f2 img {
	padding:0px;
	margin:5px;
}
#footer #imagebase #f2 p {
	padding:0px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#footer #imagebase #f3 {
	width:295px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer #imagebase #f3 img {
	padding:0px;
	margin:5px;
}
#footer #imagebase #f3 p {
	padding:0px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#scrollcount {
	color:#FF9900;
}
#container #Content #footer a {
	color: #003300;
}
#container #Content #footer a:hover {
	color: #003300;
	text-decoration:none;
}
/*Footer Ends*/

/* Copyright Starts*/
#copyright {
	width: 900px;
	background-color: #013658;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin:0 auto;
}
#copyright a {
	margin:0px;
	color:#FFFFFF;
	text-decoration:underline;
}
#copyright a:hover {
	margin:0px;
	color: #FFFFFF;
	text-decoration: none;
}
#copyright img {
	margin-left:50px;
}

