/*========================================================*/
/*            Designed by DNNCovered.com                  */
/*========================================================*/

/*========================================================*/
/*  Default CSS                                           */
/*========================================================*/

/* HTML BODY css  --*/
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

.left_bg{
	background:url(left_bg.png) repeat-y;
	width:14px;
}

.bottom_left{
	background:url(left_bottom.png) no-repeat left top;
	width:14px;
	height:12px;
}

.bottom_right{
	background:url(right_bottom.png) no-repeat right top;
	width:14px;
	height:12px;
}


.right_bg{
	background:url(right_bg.png) repeat-y;
	width:14px;
}

.bottom_bg{
	background:url(bottom_bg.png) repeat-x left top;
	height:12px;
}

.mainbackground{
	background:url(main_bg.jpg) repeat-x left top #bdad75;
}

.topbg{
	background:url(top_bg.jpg) repeat-x left;
}

.searchbg{
	background:url(search_bg.jpg) no-repeat right top;
	height:22px;
}

.main_image{
	background:url(main_image.jpg) no-repeat  center top ;
	height:422px;
	width:798px;
}

.main_image2{
	background:url(main_image2.jpg) no-repeat  center top #FFFFFF;
	height:160px;
	width:798px;
}

.panebg{
	background:url(line_bg.jpg) repeat-y right top; padding-right:18px;
}


.ControlPanel {
	BORDER-RIGHT: #000 1px solid;
	BORDER-TOP: #000 1px solid;
	BORDER-LEFT: #000 1px solid;
	BORDER-BOTTOM: #000 1px solid;
	WIDTH: 100%;
	HEIGHT: 64px;
	BACKGROUND-COLOR: #0C364E;

	background-image: url(controlpanel.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.Skinobject, A.Skinobject, A.Skinobject:link, A.Skinobject:visited, A.Skinobject:active  {
    font-weight: bold;
    font-size: 11px;
    color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none
}
A.Skinobject:hover {
    text-decoration: underline;
	font-weight: bold;
    font-size: 11px;
    color:#ffffff;
    font-family: Arial, Helvetica, sans-serif
}

/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- Login Register token              --*/ .login-register, a.login-register:link, a.login-register:visited, a.login-register:active { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #6d213f; FONT-FAMILY: Arial; text-decoration: none;}
/*-- Login Register token hover        --*/ a.login-register:hover { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #6d213f; FONT-FAMILY: Arial; text-decoration:underline; }

/*-- Copyright token                   --*/ .copy-right { color: #6d213f; font-family: Tahoma, Arial; font-size: 11px; font-weight: normal; text-decoration: none; }

/*-- 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: #ffffff; font-family:Tahoma, Arial; font-size: 11px; font-weight: normal; text-decoration: none; }
/*-- Links token hover 		           --*/ a.links:hover { color: #ffffff; font-family:Tahoma, Arial; 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: #6d213f; font-family: Tahoma, Arial; font-size: 11px; font-weight: normal; text-decoration: none; }
/*-- Terms Privacy token hover 		   --*/ a.terms-privacy:hover { color: #6d213f; font-family: Tahoma, Arial; font-size: 11px; font-weight: normal; text-decoration:underline; }

/*-- Search box css		   	    	   --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox {  width: 170px; height: 20px; background-color:transparent;  padding: -5px 0px 12px 0px; *padding: 7px 0px 12px 0px; border: 0px solid #A1A1A1; font-family: Tahoma, Arial; FONT-WEIGHT: normal; FONT-SIZE: 11px; color: #631738; text-decoration: none; cursor:text; line-height:6px; }

/*========================================================*/
/*  Default Container Headings                            */
/*========================================================*/

/*-- Heading # 1              			--*/ .cnt1_heading  {  FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #6f2648; font-family: Arial;  }
/*-- Heading # 2              			--*/ .cnt2_heading  {  FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #a0a230; font-family: Arial;  }
/*-- Heading # 3              			--*/ .cnt3_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #000000; font-family: Arial;  }
/*-- Heading # 4              			--*/ .cnt4_heading  {  FONT-WEIGHT: normal; FONT-SIZE: 22px; COLOR: #000000; font-family: Arial;  }
/*-- Heading # 5              			--*/ .cnt5_heading  {  FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #94855a; font-family: Arial;  }
/*-- Heading # 6              			--*/ .cnt6_heading  { FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #FFFFFF; font-family: Arial;  }
/*-- Heading # 7              			--*/ .cnt7_heading  { FONT-WEIGHT: bold; FONT-SIZE: 23px; COLOR: #000000; font-family: Times;  }


/*========================================================*/
/*  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: #000000; FONT-FAMILY: Tahoma;
}

.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: #9EB7C6; TEXT-DECORATION: underline;
}

A.CommandButton:visited {
	COLOR: #9EB7C6; TEXT-DECORATION: underline;
}

A.CommandButton:ative {
	COLOR: #9EB7C6; TEXT-DECORATION: underline;
}

A.CommandButton:hover {
	COLOR: #FFFFFF; TEXT-DECORATION: underline;
}


/*-- Default --*/

.Head
{
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
	color: #FFFFFF;
}

.Head2 {
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
	color: #FFFFFF;
}


/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */


/*========================================================*/
/*            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: #000000; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: Tahoma;
	width:200px;
}
.MainMenu_MenuItemSel {
	border-left: #EFEEEE 0px solid; 
	border-top: #EFEEEE 0px solid;  
	border-right: #EFEEEE 0px solid;
	border-bottom:dashed 0px #ffffff;    /* Sub Menu line hover */
	cursor: pointer;
	cursor: hand; 
	color: #ffffff; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: Calibri, Tahoma, Arial;
}
.MainMenu_MenuItem {
	border-left: #EFEEEE 0px solid; 
	border-top: #EFEEEE 0px solid;  
	border-right: #EFEEEE 0px solid;
	border-bottom:dashed 1px #631738;  /* Sub Menu line normaL */
	cursor: pointer;
	cursor: hand; 
	color: #631738; /* !important */
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: Tahoma;
	height:25px;
}
.MainMenu_MenuItemAct {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; /* !important */
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-image: url(submenu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
	font-family: Tahoma;
}
.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: normal;
	padding-left: 1px;
	Margin:0px;
	background:transparent;
}
.MainMenu_SubMenu {
	margin: 0;
	background-color: #eae5d4;
	/*background-image: url(menu-mid.gif);*/
	border-top: #631738 1px dashed;
	border-right: #631738 1px dashed;
	border-left: #631738 1px dashed;
	border-bottom: #631738 1px dashed;
/*
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=2,startColorStr=#ffffff,endColorStr=#FF0000);
	filter: Alpha(Opacity=50, 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(normal_left.jpg);
	background-position:left top;
	background-repeat: no-repeat;

	padding:0 12 0 35;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuItem TD DIV DIV DIV{
	background-image:url(normal_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:25px;
	color:#3e3000;
	
	height:25px;
	padding: 0 0 0 0;
}

.MainMenu_MenuItem TD DIV
{
	background-image:url(normal_right.jpg);
	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(hover_left.jpg);
	background-position:left top;
	background-repeat: no-repeat;

	padding:0 12 0 35;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;

}
.MainMenu_MenuSelected TD DIV DIV DIV{
	background-image:url(hover_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:25px;
	color:#ffffff;
	
	height:25px;
	padding: 0 0 0 0;
}

.MainMenu_MenuSelected TD DIV
{
	background-image:url(hover_right.jpg);
	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(hover_left.jpg);
	background-position:left top;
	background-repeat: no-repeat;

	padding:0 12 0 35;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuSelectedRoot TD DIV DIV DIV{
	background-image:url(hover_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:25px;
	color:#ffffff;
	
	height:25px;
	padding: 0 0 0 0;
}

.MainMenu_MenuSelectedRoot TD DIV
{
	background-image:url(hover_right.jpg);
	background-position:right top;
	background-repeat: no-repeat;

	margin:13 0 -13 0;
	_margin:-13 0 -13 0;
}


/*------------------------- End -------------------------*/


/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */



/*========================================================*/
/* Backgrounds                                            */
/*========================================================*/

/*-- Search BG --*/
.search_bg {
	background:url(search_bg.jpg) no-repeat right top;
	text-align:right;
	height:30px

}


/*-- Header --*/
.header_bg {
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	width:942px;
	height:205px;
}


/*    Menu     */
.menu_left{
	background-image:url(menu_left.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:17px;
	height:49px;
}
.menu_right{
	background-image:url(menu_right.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	width:17px;
	height:49px;
}
.menu_bg{
	background-image:url(menu_bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	height:49px;
}

/*  Footer   */
.footer_left{
	background:url(footer_left.jpg) no-repeat left top;
	width:15px;
	height:61px;
}
.footer_right{
	background:url(footer_right.jpg) no-repeat right top;
	width:15px;
	height:61px;
}
.footer_bg{
	background-color:#009ab0;
}


/*------------------------  End  -------------------------*/

/*========================================================*/
/* Hover Image                                          */
/*========================================================*/

.normal_image a{ background:url(image_normal.jpg) no-repeat left top;
			   width:247px;
			   height:34px;
			   display:block;
			   padding: 8px 0px 0px 20px;
			   font-family:tahoma;
			   font-size:11px;
			   font-weight:bold;
			   text-decoration:none;
			   color:#868686;
			   
}
.normal_image a:hover { background:url(image_hover.jpg) no-repeat left top; 
						color:#868686;
						text-decoration:none;
}


/*------------------------  End  -------------------------*/


/*========================================================*/
/*  Text For Contents                                     */
/*========================================================*/

/* BLACK*/
.blackcolor, A.blackcolor, A.blackcolor:link, A.blackcolor:visited, A.blackcolor:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: black;
	FONT-FAMILY: tahoma;
	text-decoration: none;
	line-height:1.5;
	
}
a.blackcolor:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: black;
	FONT-FAMILY: tahoma;
	text-decoration: none;
	line-height:1.5;
}

/* GRAY*/
.gray, a.gray, A.gray:link, A.gray:visited, A.gray:active{
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #5b5b5b;
	FONT-FAMILY: tahoma;
	text-decoration: none;
	line-height:1.5;

}
.A.gray:hover{
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #5b5b5b;
	FONT-FAMILY: tahoma;
	text-decoration: none;
	line-height:1.5;

}



/* Maroon*/
.maroon, A.maroon, A.maroon:link, A.maroon:visited, A.maroon:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #6f2648;
	FONT-FAMILY: tahoma;
	text-decoration: none;
	line-height:1.3;
	
}
a.maroon:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #6f2648;
	FONT-FAMILY: tahoma;
	text-decoration: underline;
	line-height:1.3;
}
/*/
UL LI {
	list-style-image:url(icon01.png);
	list-style-position: inherit;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #ff7e00;
	line-height:22px;
	font-family: tahoma;
	text-decoration:none;
}

UL LI a {
	COLOR: #ff7e00;
	text-decoration:none;
}

UL LI a:hover {
	COLOR: #768faf;
	text-decoration:none;
}

*/


/* text1--*/
.text1, A.text1, A.text1:link, A.text1:visited, A.text1:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	text-decoration: none;
	line-height:1.2;
}
a.text1:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	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: #D7E3EA;
	FONT-FAMILY: Arial;
	text-decoration: none;
	line-height:1.2;
}
a.text2:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #D7E3EA;
	FONT-FAMILY: Arial;
	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: #9EB7C6;
	FONT-FAMILY: Arial;
	text-decoration: none;
	line-height:1.2;
}
a.text3:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #9EB7C6;
	FONT-FAMILY: Arial;
	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: #00F0FF;
	FONT-FAMILY: Arial;
	text-decoration: none;
	line-height:1.2;
}
a.text4:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #00F0FF;
	FONT-FAMILY: Arial;
	text-decoration: underline;
	line-height:1.2;
}

.heading, A.heading, A.heading:link, A.heading:visited, A.heading:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Calibri, Tahoma, Arial;
	text-decoration: none;
	line-height:1.2;
}
a.heading:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Calibri, Tahoma, Arial;
	text-decoration: underline;
	line-height:1.2;
}

/*------------------------  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                                           */
/*========================================================*/

.paddingleft1 {
	padding-left: 30px;
}

.paddingleft2 {
	padding-left: 15px;
}

/*------------------------  End  -------------------------*/
















