/*========================================================*/
/*  Default CSS                                           */
/*========================================================*/

/* HTML BODY css  --*/
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(bgmain.gif) left top repeat-x #E6F1F5;
}

/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- Login Register token              --*/ .login-register, a.login-register:link, a.login-register:visited, a.login-register:active { FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #99CC01; FONT-FAMILY: Tahoma; text-decoration: none; }
/*-- Login Register token hover        --*/ a.login-register:hover { FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #99CC01; FONT-FAMILY: Tahoma; text-decoration: underline; }

/*-- Copyright token                   --*/ .copy-right { color: #939393; font-family: Arial; font-size: 12px; font-weight: normal; text-decoration: none; line-height:1.5; }

/*-- Date token                        --*/ .date { color: #999999; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; }

/*-- Links token       		           --*/ .links, a.links:link, a.links:visited, a.links:active { color: #939393; font-family: Arial; font-size: 12px; font-weight: normal; text-decoration: none; line-height:1.5; }
/*-- Links token hover 		           --*/ a.links:hover { color: #939393; font-family: Arial; font-size: 12px; font-weight: normal; text-decoration: underline; }

/*-- Breadcrum token                   --*/ .breadcrum, a.breadcrum:link, a.breadcrum:visited, a.breadcrum:active { color: #000000; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; }
/*-- Breadcrum token hover             --*/ a.breadcrum:hover { color: #000000; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: underline; }

/*-- Terms Privacy token       		   --*/ .terms-privacy, a.terms-privacy:link, a.terms-privacy:visited, a.terms-privacy:active { color: #747474; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; }
/*-- Terms Privacy token hover 		   --*/ a.terms-privacy:hover { color: #747474; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; }

/*-- Search box css		   	    	   --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox {  width: 165px; height: 23px; background-color: transparent; padding: 0px 0px 0px 6px; border: 0px solid #A1A1A1; font-family: Tahoma; FONT-WEIGHT: normal; FONT-SIZE: 11px; color: #7A7879; text-decoration: none; cursor:text; line-height:23px; }

/*========================================================*/
/*  Default Container Headings                            */
/*========================================================*/

/*-- Heading # 1              			--*/ .cnt1_heading  { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; font-family: Arial;  }
/*-- Heading # 2              			--*/ .cnt2_heading  { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; font-family: Arial;  }
/*-- Heading # 3              			--*/ .cnt3_heading  { FONT-WEIGHT: normal; FONT-SIZE: 15px; COLOR: #E10241; font-family: Trebuchet MS;  }
/*-- Heading # 4              			--*/ .cnt4_heading  { FONT-WEIGHT: normal; FONT-SIZE: 15px; COLOR: #FFFFFF; font-family: Trebuchet MS;  }
/*-- Heading # 5              			--*/ .cnt5_heading  { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #046CBC; font-family: Verdana;  }

/*========================================================*/
/*  Default DNN CSS                                       */
/*========================================================*/

/*-- Default Form CSS        		   --*/ select, input { font-family: tahoma; font-size: 11px; color: #333333; }
/*-- Default textbox       		       --*/ .NormalTextBox { color: #333333; padding-left: 2px; line-height: 12px; font-family: tahoma; font-weight: normal; font-size: 11px; }
/*-- Textbox cell / td            	   --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; border: 0; }

/*-- Default SubHead CSS --*/

.Normal {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial;
}

.SubHead {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Tahoma;
}

.SubSubHead {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Tahoma;
}

.CommandButton {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; FONT-FAMILY: Tahoma;
}

A.CommandButton:link {
	COLOR: #747474; TEXT-DECORATION: underline;
}

A.CommandButton:visited {
	COLOR: #747474; TEXT-DECORATION: underline;
}

A.CommandButton:ative {
	COLOR: #747474; TEXT-DECORATION: underline;
}

A.CommandButton:hover {
	COLOR: #E10241; TEXT-DECORATION: underline;
}


/*-- Default --*/

.Head
{
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
	color: #747474;
}

.Head2 {
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
	color: #747474;
}


/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */


/*========================================================*/
/*                  HouseMenu CSS                         */
/*========================================================*/

/*------------------------- Start ------------------------*/ 

.nav{
/*background-color: transparent;*/
background:#9ACA02;
height:21px!important;
padding:0px;
margin:0px;
font-family:Arial;
}

#test{
text-align:left!important;
}

#HouseMenuNav {
width:100%!important;
height:20px;
font-size:11px;

margin-top:0px;
margin-left:0px;
text-align:left;
padding-left: 0px;

}
/* remove all the bullets, borders and padding from the default list styling */
#HouseMenuNav ul {
padding:0;
margin:0;
list-style:none!important;
}

ul, li, ul li{
list-style:none!important;
}

#HouseMenuNav ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#HouseMenuNav li {
float:left;
width:100% auto;   /*====== WIDTH TOP MENUS ======*/
position:relative;
padding:0px;
/*border-right:#FFFFFF 1px solid;*/
background:url(seperator.gif) right center no-repeat;
}

/* style the links for the top level */
#HouseMenuNav a, #HouseMenuNav a:visited {
display:block;
font-size:12px;   /*====== FONT SIZE TOP MENS ======*/
text-decoration:none; 
color:#FFFFFF;   /*====== FONT COLOR TOP MENUS ======*/
font-weight:normal; /*====== FONT BOLD / NORMAL TOP MENUS ======*/
font-style:normal;  /*====== FONT ITALIC / NORMAL TOP MENUS ======*/
width:100% auto;    /*====== WIDTH TOP MENUS ======*/
height:21px;
border-top:0px solid #000;
border-bottom:0px solid #000;
border-left:0px solid #000; 
border-width:0px 0px 0 0; 
/*background:#FF0000;
background-color:transparent;*/
padding-left:12px;
padding-right:12px; 
line-height:20px;
cursor:hand;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #HouseMenuNav a, * html #HouseMenuNav a:visited {
width:90px;
w\idth:80px;
padding:0px!important;
margin:0px!important;
text-align:center;
padding-right:8px;
padding-left:8px;

}

/* style the second level background */
#HouseMenuNav ul ul a.drop, #HouseMenuNav ul ul a.drop:visited {
background:#FF0000;
/*background-color:transparent;*/
}
/* style the second level hover */
#HouseMenuNav ul ul a.drop:hover {
background:#000000;
}
#HouseMenuNav ul ul :hover > a.drop {
background:#000000;
}
/* style the third level background */
#HouseMenuNav ul ul ul a, #HouseMenuNav ul ul ul a:visited {
/*background:#FF0000;*/
background-color:transparent;
}
/* style the third level hover */
#HouseMenuNav ul ul ul a:hover{
background:#000000;
}
#HouseMenuNav ul ul ul :hover > a {
background:#000000;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#HouseMenuNav table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#HouseMenuNav ul ul {
visibility:hidden;
position:absolute;
top:26px;
left:0; 
width:150px;
}
* html #HouseMenuNav ul ul {
top:26px;
}
/* position the third level flyout menu */
#HouseMenuNav ul ul ul{
left:150px; 


top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
#HouseMenuNav ul ul ul.left {
left:-150px;
}


/*==== style the second level links ====*/
#HouseMenuNav ul ul a, #HouseMenuNav ul ul a:visited {
/*background-color:transparent; */
background:#99CC01;     /*====== SUB MENUS BACKGROUND ======*/
/*border-top: #FFFFFF 1px solid;
border-left: #FFFFFF 1px solid;
border-right: #FFFFFF 1px solid;*/
color:#FFFFFF; /*====== FONT COLOR SUB MENUS ======*/
font-weight:normal; /*====== FONT BOLD / NORMAL SUB MENUS ======*/
font-style:notmal;  /*====== FONT ITALIC / NORMAL TOP MENUS ======*/
height:15px; 
line-height:15px;
padding:5px 10px;
margin-top:-5px;
cursor:hand;
width:200px   /*====== WIDTH SUB MENUS ======*/
/* yet another hack for IE5.5 */
}
* html #HouseMenuNav ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
#HouseMenuNav a:hover, #HouseMenuNav ul ul a:hover{
color:#FFFFFF;  /*====== MOUSE OVER FONT COLOR ======*/
background:transparent;     /*====== MOUSE OVER BACKGROUND ======*/
}
#HouseMenuNav :hover > a, #HouseMenuNav ul ul :hover > a {

color:#506900;  /*====== MOUSE OVER FONT COLOR ======*/
background:url(seperator.gif) right center no-repeat #99CC01; /*====== MOUSE OVER BACKGROUND ======*/
}

/* make the second level visible when hover on first level list OR link */
#HouseMenuNav ul li:hover ul,
#HouseMenuNav ul a:hover ul{
visibility:visible;
height:auto;
}
/* keep the third level hidden when you hover on first level list OR link */
#HouseMenuNav ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#HouseMenuNav ul :hover ul :hover ul ul{
display:none;
}
/* make the third level visible when you hover over second level list OR link */
#HouseMenuNav ul :hover ul :hover ul{ 
display:block;
bottom:0;
}
/* make the fourth level visible when you hover over third level list OR link */
#HouseMenuNav ul :hover ul :hover ul :hover ul { 
display:block;
bottom:0;
}


hr{
height:3px;
color:#386996;
background-color:#386996;
border:none;

}


/*------------------------- End -------------------------*/


/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */



/*========================================================*/
/* Backgrounds                                            */
/*========================================================*/

.bgleft		{ background: url(bg1.jpg) left top no-repeat; height:455px; *height:455px; }
.bgright	{ background: url(bg2.jpg) right top no-repeat; height:455px; *height:455px; }

.bgtopbar	{ background: url(bgtopbar.jpg) left top repeat-x; height:14px; }
.bglogo		{ background: url(bglogo.jpg) left top no-repeat; width:750px; height:106px; vertical-align:middle; padding:0; }
.header		{ background: url(header.jpg) left top no-repeat; width:818px; height:110px; }
.bgbottombar{ background:#99CC01; height:21px; }


/*-- bgnav --*/
.bgnav {
	background-color:#FFA500;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
}

/*-- textfield --*/
.textfield {
	background-color: #FFFFFF;
	border-top: 2px solid #646464;
	border-right: 2px solid #D9D9D9;
	border-bottom: 2px solid #D9D9D9;
	border-left: 2px solid #646464;
	width: 442px;
	height: 22px;
	padding-left: 4px;
	padding-top: 3px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #171717;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
}

/*------------------------  End  -------------------------*/


/*========================================================*/
/* Search Button                                          */
/*========================================================*/

/*-- SearchButton --*/
.SearchButton {
	background-color: #E9E9E9;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 55px;
	height: 19px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #666666;
	FONT-FAMILY: Tahoma;
	text-align: center;
	text-decoration: none;
}

/*------------------------  End  -------------------------*/


/*========================================================*/
/*  Text For Contents                                     */
/*========================================================*/

/* text1--*/
.text1, A.text1, A.text1:link, A.text1:visited, A.text1:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #494949;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	line-height:1.2;
}
a.text1:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #494949;
	FONT-FAMILY: Verdana;
	text-decoration: underline;
	line-height:1.2;
}

/* text2 --*/
.text2, A.text2, A.text2:link, A.text2:visited, A.text2:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #E10241;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.2;
}
a.text2:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #E10241;
	FONT-FAMILY: Tahoma;
	text-decoration: underline;
	line-height:1.2;
}

/* text3 --*/
.text3, A.text3, A.text3:link, A.text3:visited, A.text3:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #22659C;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.2;
}
a.text3:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #22659C;
	FONT-FAMILY: Tahoma;
	text-decoration: underline;
	line-height:1.2;
}

/* text4--*/
.text4, A.text4, A.text4:link, A.text4:visited, A.text4:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.2;
}
a.text4:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma;
	text-decoration: underline;
	line-height:1.2;
}

/* FAQ--*/
.faqs  { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #046CBC; font-family: Verdana;  }

/* ANS--*/
.ans  { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #494949; font-family: Verdana;  }

/*------------------------  End  -------------------------*/


/*========================================================*/
/*  Headings CSS                                          */
/*========================================================*/

/* H1 --*/
.H1, A.H1, A.H1:link, A.H1:visited, A.H1:active  {
	FONT-WEIGHT:normal;
	FONT-SIZE:16px;
	COLOR:#747474;
	font-family:Trebuchet MS;
	text-decoration:none;
}
a.H1:hover {
	FONT-WEIGHT:normal;
	FONT-SIZE:16px;
	COLOR:#747474;
	font-family:Trebuchet MS;
	text-decoration:underline;
}

/* H2 --*/
.H2, A.H2, A.H2:link, A.H2:visited, A.H2:active  {
	FONT-WEIGHT:normal;
	FONT-SIZE:16px;
	COLOR:#747474;
	font-family:Arial;
	text-decoration:none;
}
a.H2:hover {
	FONT-WEIGHT:normal;
	FONT-SIZE:16px;
	COLOR:#747474;
	font-family:Arial;
	text-decoration: underline;
}

/* H3 --*/
.H3, A.H3, A.H3:link, A.H3:visited, A.H3:active  {
	FONT-WEIGHT:normal;
	FONT-SIZE:16px;
	COLOR:#22659C;
	font-family:Arial;
	text-decoration:none;
}
a.H3:hover {
	FONT-WEIGHT:normal;
	FONT-SIZE:16px;
	COLOR:#22659C;
	font-family:Arial;
	text-decoration:underline;
}

/* H4 --*/
.H4, A.H4, A.H4:link, A.H4:visited, A.H4:active  {
	FONT-WEIGHT:normal;
	FONT-SIZE:16px;
	COLOR:#FFFFFF;
	font-family:Arial;
	text-decoration:none;
}
a.H4:hover {
	FONT-WEIGHT:normal;
	FONT-SIZE:16px;
	COLOR:#FFFFFF;
	font-family:Arial;
	text-decoration:underline;
}

/* H5 --*/
.H5, A.H5, A.H5:link, A.H5:visited, A.H5:active  {
	FONT-WEIGHT:normal;
	FONT-SIZE:16px;
	COLOR:#22659C;
	font-family:Trebuchet MS;
	text-decoration:none;
}
a.H5:hover {
	FONT-WEIGHT:normal;
	FONT-SIZE:16px;
	COLOR:#22659C;
	font-family:Trebuchet MS;
	text-decoration:underline;
}

/*------------------------  End  -------------------------*/



/*========================================================*/
/*  Padding CSS                                           */
/*========================================================*/

.paddingleft {
	padding-left: 9px;
}

.ContentPane	{ padding:0 0 0 30px; }
.GalleryPane	{ width:268px; padding:0 0 0 25px; }

.copypadding	{ padding:8px 0 8px 15px; }


/*------------------------  End  -------------------------*/



