@charset "utf-8";
/* CSS Document */

/*//////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////*/

.menu {width:745px; height:32px; position:relative; z-index:100; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; width:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul { }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited
 {
 display:block;font-size:12px;text-decoration:none; color:#fff;
   height:30px; padding-left:27px; line-height:29px; font-weight:bold;
 }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited { no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{ no-repeat 130px center;}
.menu ul ul :hover > a.drop { no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {}
/* style the third level hover */
.menu ul ul ul a:hover {}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden; position:absolute;height:0;
top:23px;left:0; width:149px;
}
/* another hack for IE5.5 */
* html .menu ul ul {top:23px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
 {
 	background:#EAF8FB; color:#4B86C5;
	text-align:left;
	 height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;
 }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;width:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{ text-decoration:none; }
.menu :hover > a, .menu ul ul :hover > a {text-decoration:underline;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/*//////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////*/
/*img
{ 
 behavior: url(css/iepngfix.htc);
}
*/
.field_label
{
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#990066;	
	text-align:left;
	padding-left:10px;
}
.field_heading
{
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;	
	text-align:left;	
}
.paging_container
{
	text-align:center;
	padding:2px;
}
.paging_links
{
}
.paging_detail
{
}

.success {
	background-color:#CC9900;
	padding: 2px;
	border:#CCCC66 1px solid;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}
.error {
	background-color:#FF0000;
	padding: 2px;
	border:#FFFFFF 1px solid;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}
/*////////////////////////////////////////////////////////*/
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-image: url(../images/body_bg.jpg);
	
	behavior:url(css/csshover.htc); 
}

a
{
	text-decoration:none;
	color:#4E8ABE;
}
a:hover
{
	text-decoration:none;
	color:#0066CC;
}
	
.image
{
	padding:3px;
	border:2px solid #999999;
	-moz-border-radius:5px;
}	

p{
	margin:2px 0 5px 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-align: left;
}
H1{
	font-family: "Times New Roman";
	font-size: 24px;
	color: #ccb378;
	font-weight: bold;
	text-transform: uppercase;
}

H2{
	font-family: Verdana;
	font-size: 15px;
	color: #4e8abe;
	font-weight: bold;
	text-decoration: underline;
}
H3{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.tdBox{
	border: 1px solid #a08b56;
	background-color: #FAF4E4;
}
.textTitle{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.tdBoxMainContent{
	border: 1px solid #a08b56;
	background-color: #FFFFFF;
	background-image: url(../images/maincontentBG.jpg);
	background-repeat:no-repeat;
	padding:10px;
	height:710px;
}
.tdBxHeading{
	background-color: #4e8abe;
	background-image: url(../images/bxheadingBg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 26px;
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
	
}
.textbox{
	border: 1px solid #868787;
	font-family: Verdana;
	font-size: 14px;
	color: #333333;
	height: 18px;	
}
.textBold{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #4e8abe;

}
.textMemberHeading{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #214566;
	text-transform: none;
}
.textUpcoming{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #0e385c;
}
.textDate{
	font-family: Verdana;
	font-size: 10px;
	font-weight: none;
	color: #939598;
	font-style: italic;
}

a.linkmain:link {
	text-decoration: none;
	color: #4e8abe;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}
a.linkmain:visited {
	text-decoration: none;
	color: #4e8abe;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}
a.linkmain:hover {
	text-decoration: underline;
	color: #4e8abe;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}
a.linkmain:active {
	text-decoration: none;
	color: #4e8abe;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

.seprator_linktop{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}
a.linktop:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	text-transform: uppercase;
}
a.linktop:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;	
	text-transform: uppercase;
}
a.linktop:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	text-transform: uppercase;
}
a.linktop:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;	
	text-transform: uppercase;
}


.seprator_linktopsmall{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
a.linktopsmall:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-weight: bold;
	text-transform: uppercase;
}
a.linktopsmall:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-weight: bold;	
	text-transform: uppercase;
}
a.linktopsmall:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-weight: bold;
	text-transform: uppercase;
}
a.linktopsmall:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-weight: bold;	
	text-transform: uppercase;
}


a.linkforgotpassword:link {
	text-decoration: none;
	color: #4B86BA;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
}
a.linkforgotpassword:visited {
	text-decoration: none;
	color: #4B86BA;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
}
a.linkforgotpassword:hover {
	text-decoration: underline;
	color: #000000;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
}
a.linkforgotpassword:active {
	text-decoration: none;
	color: #4B86BA;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
}


a.linkupcoming:link {
	text-decoration: none;
	color: #4b86ba;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-weight: bold;
}
a.linkupcoming:visited {
	text-decoration: none;
	color: #4b86ba;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-weight: bold;
}
a.linkupcoming:hover {
	text-decoration:underline;
	color: #4b86ba;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-weight: bold;
}
a.linkupcoming:active {
	text-decoration: none;
	color: #4b86ba;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-weight: bold;
}

a.linkAdditional:link {
	text-decoration: none;
	color: #4e8abe;
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	font-weight: bold;
}
a.linkAdditional:visited {
	text-decoration: none;
	color: #4e8abe;
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	font-weight: bold;
}
a.linkAdditional:hover {
	text-decoration:underline;
	color: #4e8abe;
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	font-weight: bold;
}
a.linkAdditional:active {
	text-decoration: none;
	color: #4e8abe;
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	font-weight: bold;
}



.coyright_text{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.text{
	font-family: Arial;
	font-size: 12px;
	color: #A3B59F;
}



.headingcontact{
	font-family: Arial;
	font-size: 16px;
	color: #BA5924;
	font-weight: bold;
	text-transform: capitalize;
}

.textTopcalanderH{
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 17px;
	text-transform:uppercase;
}
.textTopcalander{
	font-family: Verdana;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 13px;
}

	
.SepratorlinkFooter{
	text-decoration: none;
	color: #4e8abe;
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
}	
a.linkFooter:link {
	text-decoration: none;
	color: #4e8abe;
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
}
a.linkFooter:visited {
	text-decoration: none;
	color: #4e8abe;
	font-family: Verdana;
	font-size: 11px;

}
a.linkFooter:hover {
	text-decoration: underline;
	color: #4e8abe;
	font-family: Verdana;
	font-size: 11px;

}
a.linkFooter:active {
	text-decoration: none;
	color: #4e8abe;
	font-family: Verdana;
	font-size: 11px;

}

