.pagemaster{
background-image:url(images/backdrop.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
width: 100%;
}

.skinmaster{
background-color: transparent;
background-repeat:repeat-y;
width: 1026px;

}

.header{
background-image:url(images/header.jpg);
background-repeat: no-repeat;
width: 1026px;
height: 96px;
}
.menu{
background-image:url(images/menu.jpg);
background-repeat:no-repeat;
width: 1026px;
height: 24px;
padding-left: 500px;
}
.headerpane{
width: 140px;
height: 95px;
float: right;
}
.picpane{

}

.rightpane{

}

.contentpane{

}

.bottompane{

}
.footer {
	background-color: transparent;
	height:30px;
	border: #ffffff 1px solid;
	}
.footertext {
	margin:22px 18px 0px 18px;
	text-align:center;
	color:#ED1459;
}
/* This section sets up the default look and feel for any skin objects [tag].
	 i.e. copyright, terms, privacy, hostname, currentdate, login, breadcrumb. */

.SkinObject {font-family:tahoma; font-size:11px; color:#dbcfbb; text-decoration:none; font-weight:normal}
a.SkinObject:link { color:#ED1459; text-decoration:none; }
a.SkinObject:visited { color:#ED1459;  text-decoration:none;}
a.SkinObject:hover { color:#ED1459;  text-decoration:underline;}
A.SkinObject:active { color:#ED1459;  text-decoration:none;}

/* This code below was created by Joe a custom tags as an addition to the skinobjects */

.LinksObject {font-family:tahoma; font-size:11px; color:#dbcfbb; text-decoration:none; font-weight:normal }
a.LinksObject:link { color:#ED1459; text-decoration:none; }
a.LinksObject:visited { color:#ED1459; text-decoration:none;}
a.LinksObject:hover { color:#ED1459;  text-decoration:underline;}
a.LinksObject:active { color:#ED1459;  text-decoration:none;}

.breadcrumb {font-family:tahoma; font-size:11px; color:#420812; text-decoration:none; font-weight:normal }
a.breadcrumb:link { color:#ED1459; text-decoration:none; }
a.breadcrumb:visited { color:#ED1459; text-decoration:none;}
a.breadcrumb:hover { color:#ED1459;  text-decoration:underline;}
a.breadcrumb:active { color:#ED1459;  text-decoration:none;}



/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/

.MainMenu_SubMenu TD

{

	height: 24px;                        /* height of submenu--notice all of height 24px*/
}

.MainMenu_SubMenuItemSelHover TD          
{
	color: #000000;                       /* color of sub menu text and height on mouseover*/
	height: 24px;
}

.MainMenu_TabRootMenuItem TD                 
{
	color: #ffffff;                                 /* color of menu text and height--no mouseover*/
	height: 24px;
	padding: 5px;
}

.MainMenu_TabRootMenuItemSel TD                  /* color of menu text if you select subpage to show that it is selected*/
{
	height: 24px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
 	font-style: normal;
	color: #000000;
	padding: 5px;
}

.MainMenu_TabMenuItemHover TD                      /* color of menu text on mouseover*/
{
	color: #000000;
	height: 24px;
	padding: 5px;
}

.MainMenu_TabMenuItemSelHover TD                    /***** color of main menu to show that it is the current page*/
{	
	color: #000000;
	height: 24px;
	padding: 5px;
}

.MainMenu_MenuContainer {

	border-bottom: #FFFFFF 0px solid;
	border-left: #ffffff 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #ffffff 0px solid;
	background-color: Transparent;
	padding: 0px;
}

.MainMenu_MenuBar {
	border-bottom: #FFFFFF 0px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #ffffff 0px solid;  
	cursor: pointer; 
	cursor: hand; 
	height: 24px; 
	padding: 0px;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #000000;                                  /*color of sub menu text---no mouseover*/
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #ED1459;             /* this is the color of the drop down submenu for the left side if you want to use icon*/
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #ffffff 0px solid; 
	text-align: center; 
	width: 3; 
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	margin: 0px 0px 0px 0px;
	color: #000000;                           
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold; 
	font-style: normal; 
	background-color: #ED1459;                 /*this is the color of the submenu behind text*/
	border-bottom: #ffffff 1px solid;          /*these are the colors of the submenu box border*/
	border-left: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#ED1459, Direction=90, Strength=0);

}

.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}

.MainMenu_MenuItemSel {
	background-color: #ED1459;          /*********this is the color of the submenu highlight*/
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
}

