/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/
/*== controls overall site width: everything is relative to this master width ==*/

html {
	height: 100%;
}

body {
	background: #FFFFFF;
	margin: 0;
	height: 100%;
}

.MasterTable {
	height: 100%;
	width: 100%;
}

.SiteWidth {
	width: 830px;
	height: 100%;
}
.TopRow {
	width: 830px;
	height: 101px;
	background: url(/Portals/201/Skins/TEAMskin/Image4_1x1.jpg) no-repeat;
}
.T1 {
	width: 830px;
	height: 101px;
	background: url(/Portals/201/Skins/TEAMskin/t1.jpg) no-repeat;
}
.T2 {
	width: 830px;
	height: 101px;
	background: url(/Portals/201/Skins/TEAMskin/t2.jpg) no-repeat;
}
.T3 {
	width: 830px;
	height: 101px;
	background: url(/Portals/201/Skins/TEAMskin/t3.jpg) no-repeat;
}
.MenuRow2 {
	width: 830px;
	height: 26px;
	background: url(/Portals/201/Skins/TEAMskin/t2m.jpg) no-repeat;
}
.MenuRow3{
	width: 830px;
	height: 26px;
	background: url(/Portals/201/Skins/TEAMskin/t3m.jpg) no-repeat;
}
.MenuRow {
	width: 830px;
	height: 26px;
	background: url(/Portals/201/Skins/TEAMskin/Image4_2x1.jpg) no-repeat;
}
.Row1 {
	width: 830px;
	height: 45px;
	background: url(/Portals/201/Skins/TEAMskin/Image4_3x1.jpg) no-repeat;
}
.ContentRow {
	width: 830px;
	background: url(/Portals/201/Skins/TEAMskin/Image4_4x1.jpg) repeat-y;
}
.BottomRow {
	width: 830px;
	height: 51px;
	background: url(/Portals/201/Skins/TEAMskin/Image4_6x1.jpg) no-repeat #FFFFFF;
}


.LeftContentPane {
	background: transparent;
	width: 270px;
	padding: 0 0px 0 0px;
}
.RightContentPane {
	background: transparent;
	width: 525px;
	padding: 10px 0px 0px 0px;
}
.MainContentPane {
	background: transparent;
	width: 773px;
	padding: 0 0px 0 0px;
}

.OneContentPane {
	background: transparent;
	width: 795px;
	padding: 10px 0px 0px 0px;
}




table, tr, td, p {
	FONT-FAMILY: Arial,Helvetica;
	font-size: 12px;
	line-height: 1.6em;
}

select, input {
	font-family: Arial;
	font-size: 12px;
	color: #333;
}


/* skinny styles */
.BreadcrumbCell {

}
.MenuCell {
	height: 1px;
	padding: 0 0px 0px 0;
	vertical-align: top;
}
.LoginCell {
	padding-top: 19px;
	padding-right: 10px;
	text-align: right;
	color: #bbb;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-size: 12px;
    color: #000;
    font-family: tahoma;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link, A.OtherTabs:visited, A.OtherTabs:active {
    text-decoration:    none;
    color: #FFFFFF;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}


A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #1F1F3E;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}


/*== main menu styles ======================================*/
/*==========================================================*/

/*-- box that holds the menu --*/
.MainMenu_MenuContainer {
	background-color: transparent;
	height: 26px;
	width: 60%;
	padding: 0px 0px 0px 4px;
	border: 0px solid #F8CF11;
}


/*-- bar that holds the menu? --*/
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	background: #fff;
	width: 100%;
}


/*-- applies to items in submenus only --*/
.MainMenu_MenuItem {
	font-family: tahoma;
	color: #FFF;
	font-size: 12px;
	background: transparent;
	font-weight: bold;
	font-style: normal;
	border: #F8CF11 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 16px;
}


/*-- hover state in submenus only --*/
.MainMenu_MenuItemSel {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	background: #071597;
	border-left: #071597 1px solid;
	border-right: #071597 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 16px;
}


/*-- submenu container --*/
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin: 2px 0 0 0px;
	background: #F8CF11;
	padding: 1px;
	border: 2px solid #2F3438;
	font-weight: normal;
	filter: none;
}


/*-- idle state for root menu items --*/
.MainMenu_Idle {
	color: #FFFFFF;
	background: transparent;
	padding: 1px 3px 3px 1px;
	height: 26px;
	font-weight: bold;
	font-size: 12px;
}


/*-- hover state for root menu items --*/
.MainMenu_Selected {
	color: #F8CF11;
	background: transparent;
	padding: 1px 3px 3px 1px;
	height: 26px;
	font-weight: bold;
	font-size: 12px;
}


/*-- applies to the active root menu item --*/
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #F8CF11;
	background: transparent;
	padding: 1px 3px 3px 1px;
	height: 26px;
	font-weight: bold;
	font-size: 12px;
}


/*-- stuff we don't need to see --*/
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak, .MainMenu_MenuIcon  {
	display: none;
}



/*== module menu styles ====================================*/
/*==========================================================*/


/*-- container for module menus --*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/*-- bar for module menus --*/
.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
}


/*-- menu items --*/
.ModuleTitle_MenuItem {
	font-family: tahoma;
	color: #888;
	font-size: 12px;
	background: url(/Portals/201/Skins/TEAMskin/sub_item_bg.gif) no-repeat;
	font-weight: bold;
	font-style: normal;
	border: #eee 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 16px;
}


/*-- submenu container --*/
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin: 8px 0 0 -4px;
	background: #eee;
	padding: 1px;
	border: 1px solid #aaa;
	font-weight: normal;
}


/*-- hover state --*/
.ModuleTitle_MenuItemSel {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	background: #2F3A64;
	border-left: #2F3A64 1px solid;
	border-right: #2F3A64 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 16px;
}


/*-- don't need this stuff --*/
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon    {
	display: none;
}


/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: #fff;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}


/* Item titles on edit and admin pages
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #555;
	padding: 0;
}


/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #1F1F3E;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #2c2c2c;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited {
	color: #080F5D;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #3A3A3A;
	border-left: 1px solid #969696;
	border-right: 1px solid #3A3A3A;
	padding: 1px 3px 2px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #FACF11;
}

a.CommandButton:hover {
	color: #FACF11;
	padding: 1px 3px 2px 4px;
	border-top: 1px solid #7b7b7b;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #7b7b7b;
	border-right: 1px solid #222222;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #080F5D;
}

a.Normal:link, a.Normal:visited {
	color: #5D5E58;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a.Normal:hover {
	color: #555;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


a:link, a:visited, a:active {
	color: #5D5E58;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #555;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	color: #FFF;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.LoginLink:hover {
	color: #ccc;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.footer {
	color: #bbb;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.Footer:link, a.Footer:visited, a.Footer:active {
	color: #bbb;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.Footer:hover {
	color: #fff;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
	color: #bbb;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.FooterLink:hover {
	color: #fff;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active {
	color: #777;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.BreadcrumbLink:hover {
	color: #555;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


.Head {
	font-size: 12px;
	font-family: tahoma;
	color: #555555;
	background: transparent;
	font-weight: bold;
	padding: 0;
}


.NormalRed {
	color: #BD8339;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}

.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #555;
}

.NormalTextBox {
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	background: #eee;
	scrollbar-face-color: #bbb;
	scrollbar-track-color: #eee;
	scrollbar-arrow-color: #bbb;
	scrollbar-3dlight-color: #eee;
	scrollbar-shadow-color: #eee;
	scrollbar-highlight-color: #eee;
	scrollbar-darkshadow-color: #eee;
}

td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
	color: #555;
}

.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;

}


h1 {
	font-family: Arial,tahoma;
	font-size: 180%;
	font-weight: bold;
	color: #F8CF11;
	padding: 0px 0 0px 0px;
	background: transparent;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
	letter-spacing: 2px;
}

h2 {
	font-family: Arial,tahoma;
	font-size: 160%;
	font-weight: bold;
	color: #F8CF11;
	padding: 0px 0 0px 0px;
	background: transparent;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial,tahoma;
	font-size: 140%;
	font-weight: bold;
	color: #F8CF11;
	padding: 0px 0 0px 0px;
	background: transparent;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
}
h4 {
	font-family: Arial,tahoma;
	font-size: 120%;
	font-weight: bold;
	color: #051A73;
	padding: 0px 0 0px 0px;
	background: transparent;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 0;
	margin-bottom: 0px;
}
h5{
	font-family: Arial,tahoma;
	font-size: 110%;
	font-weight: bold;
	color: #F8CF11;
	padding: 0px 0 0px 0px;
	background: transparent;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
}
h6 {
	font-family: Arial,tahoma;
	font-size: 180%;
	font-weight: bold;
	color: #000080;
	padding: 0px 0 0px 0px;
	background: transparent;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
	letter-spacing: 2px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

.li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
.ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}


/*============================================*/
/* custom classes                             */
/*============================================*/

.c2Text {
	color: #FFFFFF;
	font-weight: bold;
}
.DateText {
	color: #bbb;
	font-weight: normal;
}


.ContentTDTop {padding: 10px 0 0 0;}
.ContentTDLeft {padding: 0 5px 0 0; width: 33%;}
.ContentTDMiddle {padding: 0 0 0 0;}
.ContentTDRight {padding: 0 0 0 5px; width: 33%;}
.ContentTDBottom {width: 100%;}
.ContentTDAnchor {width: 100%;}

.BreadcrumbLeft {
	width: 102px;
	height: 25px;
	background: url(/Portals/201/Skins/TEAMskin/breadcrumb_cap_l_blank.gif) no-repeat;
	font-weight: bold;
	color: #bbb;
	padding: 0 0 6px 26px;
	vertical-align: bottom;
}

.BreadcrumbCenter {
	height: 25px;
	background: url(/Portals/201/Skins/TEAMskin/breadcrumb_bg.gif) repeat-x;
	color: #999;
	font-weight: bold;
	vertical-align: bottom;
	padding: 0 0 6px 0;
}


.BreadcrumbRight {
	width: 18px;
	height: 25px;
	background: url(/Portals/201/Skins/TEAMskin/breadcrumb_cap_r.gif) no-repeat;
}





.smallprompt {
	FONT-SIZE: 8.5pt;
	FONT-FAMILY: Tahoma, Arial, Helvetica;
	color: #5C5C50;
	text-transform: capitalize;
	text-decoration: none;



}
.heading1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 15pt;
	COLOR: #333333;
	font-family: Arial, Helvetica, sans-serif;

}
.smallest {
	FONT-SIZE: 7.5pt; COLOR: black
}
TH {
	FONT-WEIGHT: bold; FONT-SIZE: 8.5pt; BACKGROUND: #3d3d8d; COLOR: white
}
.navleft1 {
	FONT-SIZE: 8pt;
	COLOR: #333333;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: bold;

}
.navleft3 {
	FONT-SIZE: 8.5pt;
	COLOR: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.navleft1:hover {
	COLOR: #6E6E6E
}
PRE {
	FONT-SIZE: 90%; FONT-FAMILY: Lucida Console,Courier New,Courier
}
.normaltext {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height:

normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000}
.blueline { FONT-WEIGHT: bold; FONT-SIZE: 8.5pt; COLOR: white; FONT-FAMILY: Tahoma,Arial,Helvetica;

TEXT-DECORATION: none }
.normaltext { FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}

.testimonials {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	TEXT-DECORATION: none;
}
.HOMEBUTTON {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
.CONTACT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.CONTACTBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;

}
.INNERBUTTON {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;

}
.HOME {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.testimonialsBOLD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.ProductMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
}
.ProductSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #666666;
}
.propSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
}
.propSmallBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.input {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;

}
.propstatus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #FF6633;
	text-decoration: none;
	text-transform: uppercase;
}

