/*========================================================*/
/*            Designed by DNNCovered.com                  */
/*========================================================*/

/*========================================================*/
/*  Default CSS                                           */
/*========================================================*/

/* HTML BODY css  --*/
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#f5f4f4;
	background-image: url(bg.jpg);
	background-repeat:repeat-x;
	
}


/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- Login Register token              --*/ .login-register, a.login-register:link, a.login-register:visited, a.login-register:active { FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ff7e00; FONT-FAMILY: "Trebuchet MS"; text-decoration: none; }
/*-- Login Register token hover        --*/ a.login-register:hover { FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ff7e00; FONT-FAMILY: "Trebuchet MS"; text-decoration: underline; }

/*-- Copyright token                   --*/ .copy-right { color: #FFFFFF; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; }

/*-- Date token                        --*/ .date { color: #81ADCA; 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: #FFFFFF; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; }
/*-- Links token hover 		           --*/ a.links:hover { color: #FFFFFF; font-family: Tahoma; font-size: 11px; 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: #FFFFFF; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; }
/*-- Terms Privacy token hover 		   --*/ a.terms-privacy:hover { color: #FFFFFF; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: underline; }

/*-- Search box css		   	    	   --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox {  width: 158px; height: 21px; background-color: transparent; padding: 2px 0px 0px 4px; border: 0px solid #646464; font-family: Tahoma; FONT-WEIGHT: normal; FONT-SIZE: 11px; color: #797979; text-decoration: none; cursor:text;}

/*========================================================*/
/*  Default Container Headings                            */
/*========================================================*/

/*-- Heading # 1              			--*/ .cnt1_heading  { FONT-WEIGHT: normal; FONT-SIZE: 17px; COLOR: #809c23; font-family: "Trebuchet MS";}
/*-- Heading # 2              			--*/ .cnt2_heading  { FONT-WEIGHT: normal; FONT-SIZE: 17px; COLOR: #ff7e00; FONT-FAMILY: "Trebuchet MS";}
/*-- Heading # 3              			--*/ .cnt3_heading  { FONT-WEIGHT: normal; FONT-SIZE: 17px; COLOR: #013043; FONT-FAMILY: "Trebuchet MS";}
/*-- Heading # 4              			--*/ .cnt4_heading  { FONT-WEIGHT: normal; FONT-SIZE: 17px; COLOR: #013043; FONT-FAMILY: "Trebuchet MS";}

/*========================================================*/
/*  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: 11px; COLOR: #545454; FONT-FAMILY: Tahoma;
}

.SubHead {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #545454; FONT-FAMILY: Tahoma;
}

.SubSubHead {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #545454; FONT-FAMILY: Tahoma;
}

.CommandButton {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; FONT-FAMILY: Tahoma;
}

A.CommandButton:link {
	COLOR: #454545; TEXT-DECORATION: underline;
}

A.CommandButton:visited {
	COLOR: #454545; TEXT-DECORATION: underline;
}

A.CommandButton:ative {
	COLOR: #454545; TEXT-DECORATION: underline;
}

A.CommandButton:hover {
	COLOR: #FBA51C; TEXT-DECORATION: underline;
}


/*-- Default --*/

.Head
{
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
	color: #FBA51C;
}

.Head2 {
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
	color: #FBA51C;
}


/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */


/*========================================================*/
/*            Solepartmenu CSS                            */
/*========================================================*/

/*------------------------- Start ------------------------*/ 


@charset "utf-8";
/* CSS Document */

/* Main Menu */
.MainMenu_MenuContainer {
	border-left: #EFEEEE 0px solid; 
	border-bottom: #EFEEEE 0px solid;
	border-top: #EFEEEE 0px solid;  
	border-right: #EFEEEE 0px solid;
	cursor: pointer;
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 12px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: Arial;
	width:200px;
}
.MainMenu_MenuItemSel {
	border-left: #EFEEEE 0px solid; 
	border-top: #EFEEEE 0px solid;  
	border-right: #EFEEEE 0px solid;
	border-bottom:dashed 1px #FBA51C;
	cursor: pointer;
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 12px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: Arial;
}
.MainMenu_MenuItem {
	border-left: #EFEEEE 0px solid; 
	border-top: #EFEEEE 0px solid;  
	border-right: #EFEEEE 0px solid;
	border-bottom:dashed 1px #FBA51C;
	cursor: pointer;
	cursor: hand; 
	color: #809c23; /* !important */
	font-size: 12px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: Arial;
}
.MainMenu_MenuItemAct {
	cursor: pointer; 
	cursor: hand; 
	color: #ff7e00; /* !important */
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url(bgsubover.gif);
	background-repeat: no-repeat;
	background-position: right middle;
	font-family: Arial;
}
.MainMenu_MenuIcon {
	text-align: center; 
	width: 3px;
	height: 20px;
	border-top: #6F845D 0px solid;
	border-right: #6F845D 0px solid;
	border-left: #6F845D 0px solid;
	border-bottom: #6F845D 0px solid;
	background-color: Transparent;
}
.submenuitemselected{
	color:#FFFFFF;
	font-size:11px;
	font-weight: bold;
	padding-left: 1px;
	Margin:0px;
	background:transparent;
}
.MainMenu_SubMenu {
	margin: 0;
	/*background-color: #000000;*/
	background-image: url(menu-mid.gif);
	border-top: #FBA51C 1px dashed;
	border-right: #FBA51C 1px dashed;
	border-left: #FBA51C 1px dashed;
	border-bottom: #FBA51C 1px dashed;

/*
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#EFEFEF);
	filter: Alpha(Opacity=100, FinishOpacity=100, Style=2);
*/
}
.MainMenu_MenuBreak {
	border-bottom: #00ff00 0px solid; 
	border-left: #00ff00 0px solid; 
	border-top: #00ff00 0px solid;  
	border-right: #00ff00 0px solid; 
	background-color: transparent;
	height: 0px;
}
.MainMenu_MenuArrow {
	border-right: #EFEFEF 0px solid; 
	border-bottom: #EFEFEF 0px solid; 
	border-top: #EFEFEF 0px solid;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}
.MainMenu_MenuBar { 
	cursor: hand; 
	height: 18px; 
	background-color: Transparent; 
}

/* ------- up status ------ */

.MainMenu_MenuItem TD { padding:0; margin:0; }

.MainMenu_MenuItem TD DIV DIV 
{
	background-image:url(up-left.gif);
	background-position:left top;
	background-repeat: no-repeat;

	padding:0 12 0 12;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuItem TD DIV DIV DIV{
	background-image:url(up-mid.gif);
	background-position:top left;
	background-repeat:repeat-x;
	font-size:17px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	line-height:49px;
	color:#ff7e00;
	height:49px;
	padding: 0 5 0 0;
	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}

.MainMenu_MenuItem TD DIV
{
	background-image:url(up-right.gif);
	background-position:right top;
	background-repeat: no-repeat;

	margin:13 0 -13 0;
	_margin:-13 0 -13 0;
}


/* ------- over status ------ */

.MainMenu_MenuSelected TD { padding:0; margin:0; }

.MainMenu_MenuSelected TD DIV DIV 
{
	background-image:url(over-left.gif);
	background-position:left top;
	background-repeat: no-repeat;
	padding:0 12 0 12;
	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuSelected TD DIV DIV DIV{
	background-image:url(over-mid.gif);
	background-position:top left;
	background-repeat:repeat-x;
	font-size:17px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	line-height:49px;
	color:#809c23;
	
	height:49px;
	padding: 0 5 0 0;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}

.MainMenu_MenuSelected TD DIV
{
	background-image:url(over-right.gif);
	background-position:right top;
	background-repeat: no-repeat;

	margin:13 0 -13 0;
	_margin:-13 0 -13 0;
}

/* ------- active status ------ */

.MainMenu_MenuSelectedRoot TD { padding:0; margin:0; }

.MainMenu_MenuSelectedRoot TD DIV DIV 
{
	background-image:url(active-left.gif);
	background-position:left top;
	background-repeat: no-repeat;

	padding:0 12 0 12;

	margin:-13 0 -13 0;
	_margin:-14 0 -14 0;
}
.MainMenu_MenuSelectedRoot TD DIV DIV DIV{
	background-image:url(active-mid.gif);
	background-position:top left;
	background-repeat:repeat-x;
	font-size:17px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	line-height:49px;
	color:#809c23;
	height:49px;
	padding: 0 5 0 0;
	margin:-13 0 -13 0;
	_margin:-14 0 -14 0;
}

.MainMenu_MenuSelectedRoot TD DIV
{
	background-image:url(active-right.gif);
	background-position:right top;
	background-repeat: no-repeat;

	margin:13 0 -13 0;
	_margin:-14 0 -14 0;
}



/*------------------------- End -------------------------*/


/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */


/*========================================================*/
/* Backgrounds                                            */
/*========================================================*/

/*-- main background --*/
.mainbg {background:url(main-bg.jpg) repeat-x #f3f2f0;}
.wel{font-family:"Trebuchet MS"; color:#fdd1a6; font-size:39px}
.wel span{font-family:"Trebuchet MS"; color:#163f51; font-size:17px;}

.footer {background:url(footer-bg.jpg) repeat-x #2783be;}

/*-- menuleft --*/
.menuleft {
	background-image: url(menu-left.gif);
	background-repeat: no-repeat;
	width: 16px;
	height:31px;
}

/*-- menumid --*/
.menumid {
	background-image: url(menu-mid.gif);
	background-repeat: repeat-x;
	height:31px;
	vertical-align: middle;
}

/*-- menuright --*/
.menuright {
	background-image: url(menu-right.gif);
	background-repeat: no-repeat;
	width: 16px;
	height:31px;
}

/*-- welcomeLR --*/
.welcomeLR {
	background-image: url(welcomeLR.gif);
	background-repeat: no-repeat;
	width: 19px;
	height:62px;
}

/*-- welcomebg --*/
.welcomebg {
	background-image: url(welcomebg.gif);
	background-repeat: repeat-x;
	height:62px;
	padding-left:19px;
}

/*-- searchbg --*/
.searchbg {
	background-image: url(searchbg.gif);
	background-repeat: no-repeat;
	background-position: right;
	height:24px;
	width:175px;
}

/*-- search --*/
.search {
	background-image: url(search.gif);
	background-repeat: no-repeat;
	height:24px;
	width:48px;
}


/*-- 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                                     */
/*========================================================*/

/* dateheading --*/
.dateheading, A.dateheading, A.dateheading:link, A.dateheading:visited, A.dateheading:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #797979;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
}
a.dateheading:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #797979;
	FONT-FAMILY: Tahoma;
	text-decoration: underline;
}

/* textwhite --*/

.textwhite{
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height: normal;
}

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #ff7e00; FONT-WEIGHT: bold; FONT-SIZE: 11px; FONT-FAMILY: Tahoma; }
/*-- default links hover               --*/ a:hover { COLOR: #ff7e00;  FONT-WEIGHT:bold; FONT-SIZE: 11px; FONT-FAMILY: Tahoma; }

/* textgrey --*/

.textgrey{
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #797979;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
}



/* textorange --*/

.textorange {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #FBA51C;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
}



/*------------------------  End  -------------------------*/


/*========================================================*/
/*  Headings CSS                                          */
/*========================================================*/

/* H1 --*/

.H1, A.H1, A.H1:link, A.H1:visited, A.H1:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 18px;
	COLOR: #FFFFFF;
	font-family: Tahoma;
	text-decoration: none;
}

a.H1:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 18px;
	COLOR: #FFFFFF;
	font-family: Tahoma;
	text-decoration: underline;
}

/* H2 --*/

.H2, A.H2, A.H2:link, A.H2:visited, A.H2:active  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #FF9700;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
}

a.H2:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #FF9700;
	FONT-FAMILY: Tahoma;
	text-decoration: underline;
}

/* H3 --*/

.H3, A.H3, A.H3:link, A.H3:visited, A.H3:active  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #CD0000;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
}

a.H3:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #CD0000;
	FONT-FAMILY: Tahoma;
	text-decoration: underline;
}

/* H4 --*/

.H4, A.H4, A.H4:link, A.H4:visited, A.H4:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 18px;
	COLOR: #0090FF;
	font-family: Tahoma;
	text-decoration: none;
}

a.H4:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 18px;
	COLOR: #0090FF;
	font-family: Tahoma;
	text-decoration: underline;
}

/* H5 --*/

.H5, A.H5, A.H5:link, A.H5:visited, A.H5:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 18px;
	COLOR: #00C901;
	font-family: Tahoma;
	text-decoration: none;
}

a.H5:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 18px;
	COLOR: #00C901;
	font-family: Tahoma;
	text-decoration: underline;
}

/* H6 --*/

.H6, A.H6, A.H6:link, A.H6:visited, A.H6:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 18px;
	COLOR: #B5A600;
	font-family: Tahoma;
	text-decoration: none;
}

a.H6:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 18px;
	COLOR: #B5A600;
	font-family: Tahoma;
	text-decoration: underline;
}

/*------------------------  End  -------------------------*/

.padding-left {
	padding-left: 8px;

}

.padding-top {
	padding-top: 8px;

}




















