﻿body
{
	text-align: center;
	background: url(images/BgCheck.jpg);
}
#page
{
	width:994px;
	text-align:left;
	margin:0px auto 0px auto;
}
h2
{
	font-family:Comic Sans MS;
	font-size:13pt;
	font-weight:Bold;
	color:#3d9376;
}
h3
{
	font-family:Comic Sans MS;
	font-size:11pt;
	font-weight:Bold;
	color:#3d9376;
}
#logo
{
	/*background: url(images/logo-1.gif) left no-repeat;*/
	width:100%;
	height:99px;
	float:left;
}
.topContactUs
{
	float:right;	
	width:42%;
	border:solid 0px red;
	margin-top:20px;
	font-family:Comic Sans MS;
	font-size:18px;
	font-weight: Bold;
	color:#ff0101;
	
}
.hyperContact
{
	font-family:Comic Sans MS;
	font-size:18px;
	font-weight: Bold;
	color:#ff0101;
	text-decoration:none;
}
#menuR
{
	width: 100%;
	background: url(images/Blog-pencil.gif) top right no-repeat;
	height:44px;
	float:left;
	
}
#menuL
{
	width:732px;
	background: url(images/menu-centre.gif) repeat-x;
	height:44px;
	float:left;
	margin-left:0px;
	padding:0px;
	text-align:left;
	
}
#blogMenu
{
	margin-left:8px;
	float:left;	
	height:44px;
	color: white;
    font-family:Comic Sans MS;    
    font-size:13px;
    font-weight:bold;
    margin-top:10px;
}
.blogHyper
{
	color: white;
    font-family:Comic Sans MS;    
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
}
#menu
{	
	width:59px;
	background: url(images/menu-left.gif) left no-repeat;
	height:44px;
	float:left;
	
}
.SimpleEntertainmentMenu ul.AspNet-Menu /* Tier 1 */
{
	/*padding:10px 0px 15px 0px;*/
	/*margin-top:10px ;
    margin-bottom:8px;        
    margin-left:0px;
    padding:0px;*/	
    float:left; 
    margin-left:4px;
    
}
.SimpleEntertainmentMenu ul.AspNet-Menu ul  /* Tier 2 */
{
    /*width: 6em;*/
    width:305px;
    top:100%;
    left: 0;
    float:left;
    padding:0px;
    /*background: url(images/sub-menu.gif) left no-repeat;*/    
}
.SimpleEntertainmentMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    /*top: -0.5em;*/
    top:0px;
    width:305px;
    left: 340px;
    float:left;
    /*background: url(images/sub-menu.gif) left no-repeat;*/
}
.SimpleEntertainmentMenu li /* all list items */
{
	/*width: 6em;*/
	color: white;
    font-family:Comic Sans MS;    
    font-size:13px;
    font-weight:bold;
    text-transform:uppercase;
	padding:10px 13px 12px 13px;
    border-right:solid 1px white;
    float:left;
    width:auto;
    /*background: #eeeeee;*/
}
.SimpleEntertainmentMenu li:hover, /* list items being hovered over */
.SimpleEntertainmentMenu li.AspNet-Menu-Hover
{
    /*background: Black;*/
}
.SimpleEntertainmentMenu a, /* all anchors and spans (nodes with no link) */
.SimpleEntertainmentMenu span
{    
    float:left;
    color: white;
    font-family:Comic Sans MS;
    font-weight:bold;  
    background: transparent url(arrowRight.gif) right center no-repeat;
}
.SimpleEntertainmentMenu li.AspNet-Menu-Leaf a, /* leaves */
.SimpleEntertainmentMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}
.SimpleEntertainmentMenu li:hover a, /* hovered text */
.SimpleEntertainmentMenu li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover span,
.SimpleEntertainmentMenu li:hover li:hover a,
.SimpleEntertainmentMenu li:hover li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.SimpleEntertainmentMenu li:hover li:hover li:hover a,
.SimpleEntertainmentMenu li:hover li:hover li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: white;
    background: transparent url(activeArrowRight.gif) right center no-repeat;
}
.SimpleEntertainmentMenu li:hover li a, /* the tier above this one is hovered */
.SimpleEntertainmentMenu li:hover li span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li span,
.SimpleEntertainmentMenu li:hover li:hover li a,
.SimpleEntertainmentMenu li:hover li:hover li span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: white;
    background: transparent url(arrowRight.gif) right center no-repeat;
}
.SimpleEntertainmentMenu .AspNet-Menu-Selected /* this tier is selected */
{
    border: solid 1px #00ff00 !important;
}
.SimpleEntertainmentMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border: solid 1px #ff0000 !important;
}
.SimpleEntertainmentMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    border: solid 1px #0000ff !important;
}
#EntertainmentMessage
{
    padding-top: 2em;
    clear: both;
}
.AspNet-Menu li.AspNet-Menu-Leaf
{
	font-family:Comic Sans MS;
	color:white;		
    font-size:13px;
    font-weight:bold;
    float:left;     
    padding:10px 13px 12px 13px;
}
.AspNet-Menu-WithChildren li.AspNet-Menu-Leaf, .AspNet-Menu-WithChildren li.AspNet-Menu-Leaf:hover
{
	background: url(images/subMenu.gif) left no-repeat;
	font-family:Comic Sans MS;
	color:white;
	width:340px;
	padding:4px 30px 4px 35px;
    font-size:13px;
    margin-top:0px;    
    font-weight:bold;
    border:none;
	float:left;
	
}
.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren
{
	background: url(images/subMenu.gif) left no-repeat;
	width:280px;
	padding:3px 30px 3px 35px;
	border:none;
}
#header
{
	/*background: url(images/top-banner.gif) no-repeat center;*/
	margin-left:35px;
	width:909px;
	height:205px;
	float:left;
	margin-top:5px;
}
#mainContent
{
	width:100%;	
	margin-top:0px;
	float:left;
	padding-left:0px;
	
	
}
#leftCol
{
	width:72%;
	float:left;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:0px;
	padding-left:0px;	
}
#homeContent
{
	margin-left:20px;	
	width:92%;	
	float:left;
	font-family: Times New Roman;
	font-size:12pt;
	color:Black;
	margin-top:3px;
	margin-bottom:15px;
	text-align:justify;
	padding-left:0px;	
}
.heading
{
	font-family:Comic Sans MS;
	font-size:13pt;
	font-weight:Bold;
	color:#3d9376;
	margin-left:5px;
	margin-top:3px;
}
/*.text
{
	font-family: Times New Roman;
	font-size:12pt;
	color:Black;
	margin-top:3px;
	margin-bottom:15px;
	text-align:justify;
}*/
.text
{
	font-family: Verdana;
	font-size:12px;
	color:Black;
}
#blog
{
	background: url(images/Blog.gif) left no-repeat;
	width:260px;
	height:167px;	
	margin-top:0px;
	color:White;
	padding-top:0px;
	
	
}
.blogText
{
	color:White;
	margin-top:63px;
	margin-right:17px;
	margin-left:12px;
	font-family:Times New Roman;
	font-size:12px;	
}
.blogText a
{
	color:White;
}
#otherPageContent
{
	
	width:100%;
	font-family: Verdana;
	font-size:12px;
	color:Black;
	text-align:justify;
	background:white;
	float:left;
	border-bottom:solid 1px gray;
}
#rightCol
{
	width:27%;
	float:right;
	
	margin-bottom:5px;
}
#footer
{
	width:88%;
	margin-left:60px;
	font-family:Arial;
	font-size:12px;
	color: Black;
	font-weight:bold;
	float:left;
}
#termsCondition
{
	color:Black ;
	float:left;
	font-family:Arial;
	font-size:12px;
	width:100%;
	
}
#termsCondition a
{
	color:Black ;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
}
#leftFooter
{
	width:49%;
	float:left;
	font-family:Arial;
	font-size:12px;
	color: Black;
	text-align:left;
	font-weight:bold;
	
}
#righFooter
{
	width:49%;
	float:right;
	font-family:Arial;
	font-size:12px;
	color: Black;
	text-align:right;
	font-weight:bold;
	
}
.footerTech
{
	font-family:Arial;
	font-size:12px;
	color: Black;
	text-decoration:none;
	font-weight:bold;
}
.trBg
{
	background: #d2f1f8;
}
.trText
{
	font-family: Times New Roman;
	font-size:12px;
	color:Black;
}

.AssiBuddyPopUp
{
    background:url(Images/popup.gif) no-repeat;
    width:250px;
    height:150px;
    }
    
.register_txt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
.Class1 
{ 
	display:none;
	visibility:hidden;
}
.Class2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration:none;
	visibility:hidden;
}
a.more 
{
	display:none;
	visibility:hidden;
}