body
{
	/* set default font size for skin (Titles etc. will then use a percentage to specify their sizes) */
	margin: 0;
	padding: 0;
	background-color: #FFF;
	line-height: 34px;
	font: small, Arial, sans-serif; /* font: 400 0.7em arial, sans-serif;*/
	font-weight: normal;
}

.GCSearchButton
{
margin:0px;
padding:0px;
border:none;
width:14px; /*Same as Background Image's Width */
height:12px; /*Same as Background Image's Height */
background-image:url(buttonsearch.gif);
background-repeat: no-repeat;
background-position: center center;
background-color: transparent;
}

.GCSearchBox
{

	border: 1px solid #FFFFFF;
	width: 190px;
	height: 17px;
	margin-right: 5px;
	margin-left: 5px;
 

	font-size: 12px;
}


/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/
.main_dnnmenu_container
{
	background-color: transparent;
}
.main_dnnmenu_bar
{
	cursor: pointer;
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.main_dnnmenu_item td
{
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	padding: 1px 3px 3px 1px;
}

.main_dnnmenu_rootitem
{
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Tahoma,Arial, Helvetica;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	padding: 0px 12px 0px 5px; /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover
{
	background-color: #aaaaaa;
}

.main_dnnmenu_itemhover td
{
	background-color: #aaaaaa;
}


.main_dnnmenu_icon
{
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 100%;
}
.main_dnnmenu_submenu
{
	background-color: #cccccc;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=3);*/
	padding: 1px 1px 1px 1px; /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break
{
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow
{
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.main_dnnmenu_rootmenuarrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.StandardButton
{
	background: #7994cb none;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.TreeViewMenu
{
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid;
	border-top: #7994cb 1px solid;
	border-left: #7994cb 1px solid;
	border-bottom: #7994cb 1px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header
{
	background-image: url(gradient_LtBlue.jpg);
}

/* pane layouts */
#content
{
	width: 100%;
	vertical-align: middle;
	text-align: center;
	float: left;
}

.contentpanestyle
{
	width: 625px;
	overflow: hidden;
	float: left;
	vertical-align: top;
}

.contentpanestyleFull
{
	
	overflow: hidden;
	vertical-align: top;
}

.contentpanestyleFullNotHidden
{
	width: 937px;
	overflow: visible;
	float: left;
	vertical-align: top;
}

.rightpanestyle
{
	width: 309px;
	overflow: hidden;
	float: left;
	vertical-align: top;
}

#contentleftmargin
{
	width: auto;
	min-width: 20px;
	float: left;
	display: inline;
}

#contentrightmargin
{
	width: auto;
	min-width: 20px;
	float: left;
	display: inline;
}

/* Header Area */
div#header
{
	width: 100%;
	height: 188px;
	margin: 0;
	background: #fff;
	color: #666666;
}
/* line-height:14px */
div#topLayer
{
	float: left;
	width: 100%;
	height: auto; /*81px;*/ /* background-image: url(Images/roundedGreenBar.gif); 	background-position: right bottom; 	background-repeat: no-repeat; */
	border-bottom: 2px solid #8CC63F;
}

div#feedLinks
{
	padding-left: 2px;
}
div#upperRight
{
	float: right;
	display: inline;
	padding-right: 25px;
}
div#orderPhoneNum
{
	float: left;
	font-size: 11px;
	padding-top: 6px;
	border-right: dotted 1px #000000;
	padding-right: 5px;
}

div#mainHeading
{
	float: left;
	width: auto;
}

div#subHeading
{
	float: left;
	width: auto;
}

.headingLabel
{
	margin-left: 10px;
	padding-top: 0px;
	overflow: hidden;
}

div#searchBox
{
	float: right;
	padding-top: 5px;
	padding-right: 30px;
	width: 316px;
	color: #FFFFFF;
	font-size: 9px;
}

.searchBoxTable
{
	background-image: url(Images/searchBox.gif);
	background-position: center bottom;
	background-repeat: no-repeat; /*border-bottom: 2px solid #8CC63F; */
	height: 28px;
}

.searchFooterRow
{
	background-image: url(Images/Header-GreenBar-Bottm.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 13px;
}

.searchTextbox
{
	border: 1px solid #FFFFFF;
	width: 190px;
	height: 17px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
}
.searchLabel
{
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: text-bottom;
}
div#navLayer
{
	clear: left;
	margin-top: 2px;
      min-width: 980px;
	width: expression( document.body.clientWidth < 981 ? "980px" : "auto" ); /* set min-width for IE */
	background-color: #FAA61A;
	height: 32px;
	overflow: hidden;
}

div#navhome
{
	background-image: url(images/headerMenu-Orange-left.gif);
	background-repeat: no-repeat;
	width: 135px;
	line-height: 32px;
	float: left;
}

div#navhome .home
{
	font-size: 12px;
	font-weight: normal;
	background-position: left;
	font-size: 11px;
	line-height: 32px;
	display: inline;
	padding-left: 40px;
	color: #FFFFFF;
	font-weight: bold;
}
div#navhome a
{
	color: #FFFFFF;
	text-decoration: none;
}
div#navhome a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.MenuGrow
{
	background-color: #FAA61A;
	min-width: 2px;
	line-height: 32px;
	float: right;
	width: 50%;
	display: inline;
}

.navrest
{
	/*background-position: left top; 	background-image: url(images/headerMenu-Orange-right.gif); 	background-repeat: no-repeat;*/
	background-color: #FAA61A;
	font-size: 11px;
	line-height: 32px;
	height: 32px;
	display: inline;
	color: #FFFFFF;
	font-weight: bold;
	width: 255px;
	float: right;
}

.navcart
{
	background-color: #FAA61A;
	font-size: 11px;
	line-height: 32px;
	height: 32px;
	display: inline;
	color: #FFFFFF;
	font-weight: bold;
	width: 128px;
	float: right;
}

.navlistAbout
{
	font-size: 11px;
	line-height: 32px;
	height: 32px;
	display: inline;
	color: #666666;
	background-color: #EEEEEE;
	font-weight: normal;
	float: right;
	width: 280px;
	border-left: solid 2px #FFFFFF;
}

div#navlistAbleNetWorldwide
{
	font-size: 11px;
	line-height: 32px;
	display: inline;
	width: 173px;
	font-weight: bold;
	float: right;
	background-image: url(images/headerMenu-gray.gif);
	border-left: solid 2px #FFFFFF;
}

div#navlistAbleNetWorldwide a
{
	color: #666666;
	text-decoration: none;
}

div#navlistAbleNetWorldwide a:hover
{
	color: #666666;
	text-decoration: underline;
}

div#navlistAbleNetWorldwide span
{
	margin-left: 30px;
}

div#breadcrumbLayer
{
	line-height: 32px;
	margin-top: 5px;
	height: 32px;
	min-width: 980px;
	width: expression( document.body.clientWidth < 981 ? "980px" : "auto" ); /* set min-width for IE */
	background-image: url(images/breadcrumb-tile.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	float: left;
}
div#breadcrumbLayer .trail
{
	font-size: 10px;
	color: #EF3E42;
	font-weight: bold;
}
div#breadcrumbLayer .active
{
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

div#breadcrumbLayer .active a
{
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

div#breadcrumbLayer .emphasize
{
	font-weight: bold;
	color: #000000;
}
div#breadcrumbLayer span img
{
	padding-left: 3px;
	padding-right: 3px;
}
.breadcrumbList
{
	padding-left: 25px;
	float: left;
	display: inline;
}
div#breadcrumbGrow
{
	float: right;
	display: inline;
	width: 100%;
	line-height: 32px;
}

div#shoppingcart
{
	float: right;
	display: inline;
	line-height: 32px;
	height: 32px;
	width: 455px;
	background-image: url(IMAGES/breadcrumb-right.GIF);
	background-repeat: no-repeat;
	background-position: left top; /* left top (works in IE but NOT in Firefox) */
	text-align: right;
	vertical-align: bottom;
}

div#shoppingcart a
{
	color: #FAA61A;
	text-decoration: none;
}
div#shoppingcart a:hover
{
	color: #FAA61A;
	text-decoration: underline;
}

.crumblinkAcct
{
	margin-right: 35px;
        padding-right: 2px;
	color: #FAA61A;
	font-family: Arial;
	font-size: 10px;
	vertical-align: middle;
	line-height: 32px;
}

.crumblinkSupport
{
	padding-right: 52px;
	color: #FAA61A;
	font-family: Arial;
	font-size: 10px;
	line-height: 32px;
	vertical-align: middle;
}

.welcomestatement
{
	font-size: 10px;
	color: #666666;
	font-family: Arial;
	font-weight: normal;
	margin-left: 25px;
	line-height: 32px;
	vertical-align: middle;
}
.welcomeName
{
	font-size: 10px;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	width: 100px;
	overflow: hidden;
	margin-right: 20px;
	line-height: 32px;
	vertical-align: middle;
}

/* Settings Area */
div#settingsLayer
{
	width: 100%;
	height: 20px;
	float: left;
	text-align: right;
	vertical-align: top;
	margin-top: 0px;
}

#TextLabel
{
	width: auto;
	float: right;
}

.TextSizerClass
{
	width: auto;
	float: right;
}

/* End Header Area */



div#footerAddress
{
	font-size: 11px;
	color: #FAA61A;
	font-weight: normal;
	padding-left: 20px;
	margin-top: 10px;
	line-height: 12px;
	float: left;
}

div#footerAddress a
{
	color: #FAA61A;
	text-decoration: none;
}
div#footerAddress a:hover
{
	color: #FAA61A;
	text-decoration: underline;
}


div#copyright
{
	color: #666666;
	font-size: 10px;
	font-family: Arial;
	font-weight: normal;
	padding-left: 20px;
	line-height: 12px;
	margin-top: 5px;
	float: left;
}

#footerLogin
{
	float: right;
	width: 20%;
	color: #FAA61A;
	font-weight: normal;
	padding-right: 10px;
	padding-top: 5px;
}


.ContactContentNormal
{
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	color: #DDDDDD;
}

.ContactContentOrgBack
{
	background-color: #FAA61A;
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
}

.AbleNetLinks
{
	font-family: Arial;
	font-size: 13px;
	color: #00ADEF;
}

/* DNN Search box styles */
.SearchSkinObject
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
	padding: 1px 3px 1px 1px;
}

.SearchSkinObject input
{
	width: 200px;
	border: 1px solid #FFFFFF;
}


/*Content Text Font */
.bodytext-gray-small-normal
{
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #666666;
	text-transform: none;
	text-decoration: none;
}
.bodytext-gray-small-normal a
{
	color: #00ADEF;
}
.bodytext-gray-small-normal a:link
{
	color: #00ADEF;
}
.bodytext-gray-small-normal a:active
{
	color: #00ADEF;
}
.bodytext-gray-small-normal a:visited
{
	color: #00ADEF;
}
.bodytext-gray-small-normal a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.bodytext-gray-small-bold
{
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #666666;
	text-transform: none;
	text-decoration: none;
}
.bodytext-gray-small-bold a
{
	color: #00ADEF;
}
.bodytext-gray-small-bold a:link
{
	color: #00ADEF;
}
.bodytext-gray-small-bold a:active
{
	color: #00ADEF;
}
.bodytext-gray-small-bold a:visited
{
	color: #00ADEF;
}
.bodytext-gray-small-bold a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}


.bodytext-black-small-normal
{
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	text-transform: none;
	text-decoration: none;
}
.bodytext-black-small-normal a
{
	color: #00ADEF;
}
.bodytext-black-small-normal a:link
{
	color: #00ADEF;
}
.bodytext-black-small-normal a:active
{
	color: #00ADEF;
}
.bodytext-black-small-normal a:visited
{
	color: #00ADEF;
}
.bodytext-black-small-normal a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.bodytext-black-small-bold
{
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #000000;
	text-transform: none;
	text-decoration: none;
}
.bodytext-black-small-bold a
{
	color: #00ADEF;
}
.bodytext-black-small-bold a:link
{
	color: #00ADEF;
}
.bodytext-black-small-bold a:active
{
	color: #00ADEF;
}
.bodytext-black-small-bold a:visited
{
	color: #00ADEF;
}
.bodytext-black-small-bold a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}


.bodytext-pink-small-normal
{
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #EC008C;
	text-transform: none;
	text-decoration: none;
}
.bodytext-pink-small-normal a
{
	color: #EC008C;
}
.bodytext-pink-small-normal a:link
{
	color: #EC008C;
}
.bodytext-pink-small-normal a:active
{
	color: #EC008C;
}
.bodytext-pink-small-normal a:visited
{
	color: #EC008C;
}
.bodytext-pink-small-normal a:hover
{
	color: #EC008C;
	text-decoration: underline;
}

.bodytext-pink-small-bold
{
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #EC008C;
	text-transform: none;
	text-decoration: none;
}
.bodytext-pink-small-bold a
{
	color: #EC008C;
}
.bodytext-pink-small-bold a:link
{
	color: #EC008C;
}
.bodytext-pink-small-bold a:active
{
	color: #EC008C;
}
.bodytext-pink-small-bold a:visited
{
	color: #EC008C;
}
.bodytext-pink-small-bold a:hover
{
	color: #EC008C;
	text-decoration: underline;
}

.bodytext-white-small-normal
{
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}
.bodytext-white-small-normal a
{
	color: #FFFFFF;
}
.bodytext-white-small-normal a:link
{
	color: #FFFFFF;
}
.bodytext-white-small-normal a:active
{
	color: #FFFFFF;
}
.bodytext-white-small-normal a:visited
{
	color: #FFFFFF;
}
.bodytext-white-small-normal a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.bodytext-white-small-bold
{
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}
.bodytext-white-small-bold a
{
	color: #FFFFFF;
}
.bodytext-white-small-bold a:link
{
	color: #FFFFFF;
}
.bodytext-white-small-bold a:active
{
	color: #FFFFFF;
}
.bodytext-white-small-bold a:visited
{
	color: #FFFFFF;
}
.bodytext-white-small-bold a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/********************************************/
/* Body Medium Fonts                        */
/********************************************/
.bodytext-gray-medium-normal
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #666666;
	text-transform: none;
	text-decoration: none;
}
.bodytext-gray-medium-normal a
{
	color: #00ADEF;
}
.bodytext-gray-medium-normal a:link
{
	color: #00ADEF;
}
.bodytext-gray-medium-normal a:active
{
	color: #00ADEF;
}
.bodytext-gray-medium-normal a:visited
{
	color: #00ADEF;
}
.bodytext-gray-medium-normal a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.bodytext-gray-medium-bold
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #666666;
	text-transform: none;
	text-decoration: none;
}
.bodytext-gray-medium-bold a
{
	color: #00ADEF;
}
.bodytext-gray-medium-bold a:link
{
	color: #00ADEF;
}
.bodytext-gray-medium-bold a:active
{
	color: #00ADEF;
}
.bodytext-gray-medium-bold a:visited
{
	color: #00ADEF;
}
.bodytext-gray-medium-bold a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}


.bodytext-black-medium-normal
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	text-transform: none;
	text-decoration: none;
}
.bodytext-black-medium-normal a
{
	color: #00ADEF;
}
.bodytext-black-medium-normal a:link
{
	color: #00ADEF;
}
.bodytext-black-medium-normal a:active
{
	color: #00ADEF;
}
.bodytext-black-medium-normal a:visited
{
	color: #00ADEF;
}
.bodytext-black-medium-normal a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.bodytext-black-medium-bold
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #000000;
	text-transform: none;
	text-decoration: none;
}
.bodytext-black-medium-bold a
{
	color: #00ADEF;
}
.bodytext-black-medium-bold a:link
{
	color: #00ADEF;
}
.bodytext-black-medium-bold a:active
{
	color: #00ADEF;
}
.bodytext-black-medium-bold a:visited
{
	color: #00ADEF;
}
.bodytext-black-medium-bold a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}


.bodytext-pink-medium-normal
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #EC008C;
	text-transform: none;
	text-decoration: none;
}
.bodytext-pink-medium-normal a
{
	color: #EC008C;
}
.bodytext-pink-medium-normal a:link
{
	color: #EC008C;
}
.bodytext-pink-medium-normal a:active
{
	color: #EC008C;
}
.bodytext-pink-medium-normal a:visited
{
	color: #EC008C;
}
.bodytext-pink-medium-normal a:hover
{
	color: #EC008C;
	text-decoration: underline;
}

.bodytext-pink-medium-bold
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #EC008C;
	text-transform: none;
	text-decoration: none;
}
.bodytext-pink-medium-bold a
{
	color: #EC008C;
}
.bodytext-pink-medium-bold a:link
{
	color: #EC008C;
}
.bodytext-pink-medium-bold a:active
{
	color: #EC008C;
}
.bodytext-pink-medium-bold a:visited
{
	color: #EC008C;
}
.bodytext-pink-medium-bold a:hover
{
	color: #EC008C;
	text-decoration: underline;
}

.bodytext-white-medium-normal
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}
.bodytext-white-medium-normal a
{
	color: #FFFFFF;
}
.bodytext-white-medium-normal a:link
{
	color: #FFFFFF;
}
.bodytext-white-medium-normal a:active
{
	color: #FFFFFF;
}
.bodytext-white-medium-normal a:visited
{
	color: #FFFFFF;
}
.bodytext-white-medium-normal a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.bodytext-white-medium-bold
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}
.bodytext-white-medium-bold a
{
	color: #FFFFFF;
}
.bodytext-white-medium-bold a:link
{
	color: #FFFFFF;
}
.bodytext-white-medium-bold a:active
{
	color: #FFFFFF;
}
.bodytext-white-medium-bold a:visited
{
	color: #FFFFFF;
}
.bodytext-white-medium-bold a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/************************************/
/* body Text Large                  */
/************************************/
.bodytext-gray-large-normal
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #666666;
	text-transform: none;
	text-decoration: none;
}
.bodytext-gray-large-normal a
{
	color: #00ADEF;
}
.bodytext-gray-large-normal a:link
{
	color: #00ADEF;
}
.bodytext-gray-large-normal a:active
{
	color: #00ADEF;
}
.bodytext-gray-large-normal a:visited
{
	color: #00ADEF;
}
.bodytext-gray-large-normal a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.bodytext-gray-large-bold
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #666666;
	text-transform: none;
	text-decoration: none;
}
.bodytext-gray-large-bold a
{
	color: #00ADEF;
}
.bodytext-gray-large-bold a:link
{
	color: #00ADEF;
}
.bodytext-gray-large-bold a:active
{
	color: #00ADEF;
}
.bodytext-gray-large-bold a:visited
{
	color: #00ADEF;
}
.bodytext-gray-large-bold a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}


.bodytext-black-large-normal
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	text-transform: none;
	text-decoration: none;
}
.bodytext-black-large-normal a
{
	color: #00ADEF;
}
.bodytext-black-large-normal a:link
{
	color: #00ADEF;
}
.bodytext-black-large-normal a:active
{
	color: #00ADEF;
}
.bodytext-black-large-normal a:visited
{
	color: #00ADEF;
}
.bodytext-black-large-normal a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.bodytext-black-large-bold
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #000000;
	text-transform: none;
	text-decoration: none;
}
.bodytext-black-large-bold a
{
	color: #00ADEF;
}
.bodytext-black-large-bold a:link
{
	color: #00ADEF;
}
.bodytext-black-large-bold a:active
{
	color: #00ADEF;
}
.bodytext-black-large-bold a:visited
{
	color: #00ADEF;
}
.bodytext-black-large-bold a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}


.bodytext-pink-large-normal
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #EC008C;
	text-transform: none;
	text-decoration: none;
}
.bodytext-pink-large-normal a
{
	color: #EC008C;
}
.bodytext-pink-large-normal a:link
{
	color: #EC008C;
}
.bodytext-pink-large-normal a:active
{
	color: #EC008C;
}
.bodytext-pink-large-normal a:visited
{
	color: #EC008C;
}
.bodytext-pink-large-normal a:hover
{
	color: #EC008C;
	text-decoration: underline;
}

.bodytext-pink-large-bold
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #EC008C;
	text-transform: none;
	text-decoration: none;
}
.bodytext-pink-large-bold a
{
	color: #EC008C;
}
.bodytext-pink-large-bold a:link
{
	color: #EC008C;
}
.bodytext-pink-large-bold a:active
{
	color: #EC008C;
}
.bodytext-pink-large-bold a:visited
{
	color: #EC008C;
}
.bodytext-pink-large-bold a:hover
{
	color: #EC008C;
	text-decoration: underline;
}

.bodytext-white-large-normal
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}
.bodytext-white-large-normal a
{
	color: #FFFFFF;
}
.bodytext-white-large-normal a:link
{
	color: #FFFFFF;
}
.bodytext-white-large-normal a:active
{
	color: #FFFFFF;
}
.bodytext-white-large-normal a:visited
{
	color: #FFFFFF;
}
.bodytext-white-large-normal a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.bodytext-white-large-bold
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}
.bodytext-white-large-bold a
{
	color: #FFFFFF;
}
.bodytext-white-large-bold a:link
{
	color: #FFFFFF;
}
.bodytext-white-large-bold a:active
{
	color: #FFFFFF;
}
.bodytext-white-large-bold a:visited
{
	color: #FFFFFF;
}
.bodytext-white-large-bold a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/***********************************/
/* Heading */
.header-orange-xsmall-normal
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #FAA61A;
	text-transform: none;
	text-decoration: none;
}
.header-orange-xsmall-normal a
{
	color: #00ADEF;
}
.header-orange-xsmall-normal a:link
{
	color: #00ADEF;
}
.header-orange-xsmall-normal a:active
{
	color: #00ADEF;
}
.header-orange-xsmall-normal a:visited
{
	color: #00ADEF;
}
.header-orange-xsmall-normal a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.header-orange-xsmall-bold
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FAA61A;
	text-transform: none;
	text-decoration: none;
}
.header-orange-xsmall-bold a
{
	color: #00ADEF;
}
.header-orange-xsmall-bold a:link
{
	color: #00ADEF;
}
.header-orange-xsmall-bold a:active
{
	color: #00ADEF;
}
.header-orange-xsmall-bold a:visited
{
	color: #00ADEF;
}
.header-orange-xsmall-bold a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.header-orange-small-normal
{
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #FAA61A;
	text-transform: none;
	text-decoration: none;
}
.header-orange-small-normal a
{
	color: #00ADEF;
}
.header-orange-small-normal a:link
{
	color: #00ADEF;
}
.header-orange-small-normal a:active
{
	color: #00ADEF;
}
.header-orange-small-normal a:visited
{
	color: #00ADEF;
}
.header-orange-small-normal a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.header-orange-small-bold
{
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FAA61A;
	text-transform: none;
	text-decoration: none;
}
.header-orange-small-bold a
{
	color: #00ADEF;
}
.header-orange-small-bold a:link
{
	color: #00ADEF;
}
.header-orange-small-bold a:active
{
	color: #00ADEF;
}
.header-orange-small-bold a:visited
{
	color: #00ADEF;
}
.header-orange-small-bold a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.header-gray-small-normal
{
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #666666;
	text-transform: none;
	text-decoration: none;
}
.header-gray-small-normal a
{
	color: #00ADEF;
}
.header-gray-small-normal a:link
{
	color: #00ADEF;
}
.header-gray-small-normal a:active
{
	color: #00ADEF;
}
.header-gray-small-normal a:visited
{
	color: #00ADEF;
}
.header-gray-small-normal a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.header-gray-small-bold
{
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #666666;
	text-transform: none;
	text-decoration: none;
}
.header-gray-small-bold a
{
	color: #00ADEF;
}
.header-gray-small-bold a:link
{
	color: #00ADEF;
}
.header-gray-small-bold a:active
{
	color: #00ADEF;
}
.header-gray-small-bold a:visited
{
	color: #00ADEF;
}
.header-gray-small-bold a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.header-red-small-normal
{
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #EF3E42;
	text-transform: none;
	text-decoration: none;
}
.header-red-small-normal a
{
	color: #00ADEF;
}
.header-red-small-normal a:link
{
	color: #00ADEF;
}
.header-red-small-normal a:active
{
	color: #00ADEF;
}
.header-red-small-normal a:visited
{
	color: #00ADEF;
}
.header-red-small-normal a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.header-red-small-bold
{
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #EF3E42;
	text-transform: none;
	text-decoration: none;
}
.header-red-small-bold a
{
	color: #00ADEF;
}
.header-red-small-bold a:link
{
	color: #00ADEF;
}
.header-red-small-bold a:active
{
	color: #00ADEF;
}
.header-red-small-bold a:visited
{
	color: #00ADEF;
}
.header-red-small-bold a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.header-orange-medium-normal
{
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #FAA61A;
	text-transform: none;
	text-decoration: none;
}
.header-orange-medium-normal a
{
	color: #00ADEF;
}
.header-orange-medium-normal a:link
{
	color: #00ADEF;
}
.header-orange-medium-normal a:active
{
	color: #00ADEF;
}
.header-orange-medium-normal a:visited
{
	color: #00ADEF;
}
.header-orange-medium-normal a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.header-orange-medium-bold
{
	font-family: Arial, sans-serif;
	font-size: 140%;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FAA61A;
	text-transform: none;
	text-decoration: none;
}
.header-orange-medium-bold a
{
	color: #00ADEF;
}
.header-orange-medium-bold a:link
{
	color: #00ADEF;
}
.header-orange-medium-bold a:active
{
	color: #00ADEF;
}
.header-orange-medium-bold a:visited
{
	color: #00ADEF;
}
.header-orange-medium-bold a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.header-black-medium-normal
{
	font-family: Arial, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	text-transform: none;
	text-decoration: none;
}
.header-black-medium-normal a
{
	color: #00ADEF;
}
.header-black-medium-normal a:link
{
	color: #00ADEF;
}
.header-black-medium-normal a:active
{
	color: #00ADEF;
}
.header-black-medium-normal a:visited
{
	color: #00ADEF;
}
.header-black-medium-normal a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}


.header-orange-large-normal
{
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #FAA61A;
	text-transform: none;
	text-decoration: none;
}
.header-orange-large-normal a
{
	color: #00ADEF;
}
.header-orange-large-normal a:link
{
	color: #00ADEF;
}
.header-orange-large-normal a:active
{
	color: #00ADEF;
}
.header-orange-large-normal a:visited
{
	color: #00ADEF;
}
.header-orange-large-normal a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.header-orange-large-bold
{
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FAA61A;
	text-transform: none;
	text-decoration: none;
}
.header-orange-large-bold a
{
	color: #00ADEF;
}
.header-orange-large-bold a:link
{
	color: #00ADEF;
}
.header-orange-large-bold a:active
{
	color: #00ADEF;
}
.header-orange-large-bold a:visited
{
	color: #00ADEF;
}
.header-orange-large-bold a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.header-green-large-normal
{
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #8CC63F;
	text-transform: none;
	text-decoration: none;
}
.header-green-large-normal a
{
	color: #00ADEF;
}
.header-green-large-normal a:link
{
	color: #00ADEF;
}
.header-green-large-normal a:active
{
	color: #00ADEF;
}
.header-green-large-normal a:visited
{
	color: #00ADEF;
}
.header-green-large-normal a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}

.header-green-large-bold
{
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #8CC63F;
	text-transform: none;
	text-decoration: none;
}
.header-green-large-bold a
{
	color: #00ADEF;
}
.header-green-large-bold a:link
{
	color: #00ADEF;
}
.header-green-large-bold a:active
{
	color: #00ADEF;
}
.header-green-large-bold a:visited
{
	color: #00ADEF;
}
.header-green-large-bold a:hover
{
	color: #00ADEF;
	text-decoration: underline;
}


/***** Testing for Neil ****/
div#NewMenu
{
	margin-top: 2px;
	width: 100%;
	background-color: #FAA61A;
	height: 32px;
	overflow: hidden;
}
div#tmpHomeMenu
{
	background-image: url(images/headerMenu-Orange-left.gif);
	background-repeat: no-repeat;
	width: 135px;
	line-height: 32px;
	float: left;
}

div#tmpHomeMenu .home
{
	font-size: 12px;
	font-weight: normal;
	background-position: left;
	font-size: 11px;
	line-height: 32px;
	display: inline;
	padding-left: 40px;
	color: #FFFFFF;
	font-weight: bold;
}
div#tmpHomeMenu a
{
	color: #FFFFFF;
	text-decoration: none;
}
div#tmpHomeMenu a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

div#tmpOrangeMenu
{
	background-position: left top;
	background-image: url(images/headerMenu-Orange-right.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 32px;
	display: inline;
	color: #FFFFFF;
	font-weight: bold;
	width: 383px;
	float: right;
}


div#tmpOrangeMenu a
{
	color: #FFFFFF;
	text-decoration: none;
}
div#tmpOrangeMenu a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

div#tmpGraymenu
{
	font-size: 11px;
	line-height: 32px;
	display: inline;
	color: #666666;
	background-color: #EEEEEE;
	font-weight: normal;
	float: right;
	width: 280px;
	border-left: solid 2px #FFFFFF;
}

div#tmpGraymenu a
{
	color: #666666;
	text-decoration: none;
}

div#tmpGraymenu a:hover
{
	color: #666666;
	text-decoration: underline;
}

div#tmpGraymenu span
{
	margin-left: 10px;
}

div#tmpWorldMenu
{
	font-size: 11px;
	line-height: 32px;
	display: inline;
	width: 173px;
	font-weight: bold;
	float: right;
	background-image: url(images/headerMenu-gray.gif);
	border-left: solid 2px #FFFFFF;
}

div#tmpWorldMenu a
{
	color: #666666;
	text-decoration: none;
}

div#tmpWorldMenu a:hover
{
	color: #666666;
	text-decoration: underline;
}

div#tmpWorldMenu span
{
	margin-left: 30px;
}

/* BEGINNING OF STYLES FOR ABLENETPRIME UPGRADE */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* kills the weird outlining in FF */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	background: transparent;
}


a img { border: none; }

h1, h2, h3, h4, h5, h6, p, a, li {-moz-opacity:0.99;}
/* helps Safari 3.x render text properly */
p {text-shadow: #000 0 0 0;}
/* miscellany */
.clearing { clear:both; line-height:0; overflow:hidden;}
/* end of resets */

body { background:#fff; height: 100%; margin: 0; padding: 0; border:none; text-align:center;}
body a {text-decoration:none;}
div#wrap { margin:0 auto; position:relative; text-align:center; border:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#333; width: 937px;}
div#wrapB { margin:0 auto; position:relative; text-align:center; border:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#333; width:937px; padding:0; }

/* Typography */
body h2 {font: bold 13px/14px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#333; margin: 0 0 3px;}
/* header styles */
div.headerPrime { width: 937px; margin:0 auto; text-align:center; overflow:hidden; }

div#logo {width: 127px; height: 82px; float:left;}

div#topNav {width: 500px; height: 82px; float:right; text-align:left; }
div#topNav ul {height:14px; float:right; margin:5px 0; }
div#topNav li {float: left; padding: 0 10px; list-style:none;}
div#topNav li a {font: normal 11px/13px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#666; text-decoration:none;}

div#topNav ul#login {width: 340px; height: 14px; float:right; margin: 4px 0;}
div#topNav ul#login li {float:right; font: bold 11px/13px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#666; text-decoration:none;}
div#topNav ul#login li a, body a.aqua {color:#3DAFD7;}
div#topNav a:hover {text-decoration:underline;}

/* navArea */
div#navArea {width:937px; margin:0 auto; height:39px; display:block;  background:url(images/topnav-backgroundB.gif) no-repeat 0 0; text-align:left; z-index:20; }
div#toggle {padding: 0 8px 0 4px; float:left; }
div#toggle a img { float:left; margin-top:4px; }
div#toggle a img#homeBtn {margin: 4px 0 0 20px;}
div#toggle a img#worldBtn {margin: 5px 0 0 0;}

/* flash area */
div#flashArea {width: 937px; margin:0 auto; text-align:center; }
div#flashArea object {z-index:-20;}
div.horizBar2 {width: 937px; height: 12px; display:block; margin:0 auto; background:url(images/orangeBar.gif) no-repeat 0 0;}

/* contentPane */
div#wrap div#content {width: 937px; margin:0 auto; text-align:center; position:relative; z-index:1;  }
div#wrap div#content table {margin: 0;}

div#content p {text-align:left; font: normal 11px/13px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#666666; z-index:1; }
/* interior pages layout */

div#4x2content {margin:0 auto; z-index:1;}
div#leftcol { position:relative; width: 625px; float: left; margin: 3px 3px 3px 0; padding: 0; overflow:hidden; text-align:left; z-index:1; }

div#rightcol { position:relative; width: 312px; float:right; margin: 3px 0 3px -310px; display:inline; text-align:left; padding:0; }
div#dnn_rightpane { margin-left:4px; float:right; }

/* Footer */
div#footerArea {width:937px; height: 173px; margin:0; overflow: hidden; position:relative;}
div#FooterPrime {width:937px; height: 173px; text-align:left; overflow: hidden; position:relative;}

div#FooterPrime div#footerTop { width: 937px; height: 108px; background:url(images/footerTopBlank.jpg) no-repeat 0 0; text-align:left; padding:0; margin:0; overflow:hidden;}
div#FooterPrime div#footerTop div.footPad {padding: 0 25px 0;}
div#FooterPrime div#footerTop h6 {font: normal 11px/13px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #999; text-transform:uppercase;}
div#FooterPrime div#footerTop p a, div#FooterPrime div#footerTop p {font:normal 11px/13px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#666; text-decoration:none;}
div#FooterPrime div#footerTop p a.aqua {color:#3DAFD7;}
div#FooterPrime div#footerTop p a:hover {text-decoration:underline;}
div#FooterPrime div#footMenu1 {width: 150px; padding: 15px 0 15px 0; float:left; margin-left:25px; } 
div#FooterPrime div#footMenu2 {width: 130px; padding: 15px 0 15px 0; display:inline; float:left;} 
div#FooterPrime div#footMenu2a {width:188px; height:108px; float:left;}
div#FooterPrime div#footMenu3 {width: 155px; padding: 15px 0 15px 0; display:inline; float:left; margin:0;} 
div#FooterPrime div#footMenu3a {width:148px; height:108px; float:left; margin:0; padding:0;}
div#FooterPrime div#footMenu4 {width: 110px; padding: 15px 0 15px 0; display:inline; float:left;} 

div#FooterPrime div#footerBottom { width: 937px; height: 86px; background:url(images/footerBottom.jpg) no-repeat top center; text-align:left; padding: 0 0 10px; }


ul#socialMedia { width:600px; height: 28px; padding: 0 0 0 106px; margin: 0; text-align:left; position:relative;}
ul#socialMedia a {padding:0; margin:0;}
ul#socialMedia a img { border:none; margin:4px 3px 0 0; padding:0 0 0 0;}
ul#socialMedia li {float:left; margin:0; padding:0; display:inline; text-align:left;}
ul#socialMedia li#bookFoot {margin: 3px 0 0 34px;}
ul#socialMedia li#rssFoot { margin: 3px 0 0 46px; }
ul#socialMedia li#blogFoot { margin: 3px 0 0 27px; }

div#copyright {width:927px; margin:43px 0 10px 0; height: 20px; text-align:left; font: normal 10px/12px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #666; position:relative; }

div#copyright a {color:#666; text-decoration:none; padding: 0 10px;}
span.copylinks {margin: 0 0 0 12px;}

 /* Search module */
 div#search table {  width: 160px; float:right; margin:4px 4px 0 -160px; }
 div#search table input.NormalTextBox { width: 197px; height: 24px; background:url(images/searchBox.png) no-repeat 0 0; border:none; padding-left:4px;}

/*****Menu theme styles ******/

.main_dnnmenu_bar { cursor: pointer;  cursor: hand; height: 38px; display:inline-block; text-align:left; 
float:left; }
span.main_dnnmenu_rootitem {padding: 0 6px; font: bold 12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase; color:#fff; height: 38px; }

span.main_dnnmenu_rootitem span.txt {white-space:normal; width: 80px; word-wrap: normal;}

table.main_dnnmenu_submenu {  border: 1px solid #8cc63f; background:#f1f1f2; color:#666; font: bold 10px/24px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:none; }

td.icn {padding:10px 8px 10px 4px; height: 22px; }
span.txt {padding-right: 8px;}

/* Content pane */

div#myContent {font: normal 11px/13px "Trebuchet MS", Arial, Helvetica, sans-serif; text-align:left;}

div#myWrapper { margin: 20px 25px; height: 92px; }
div#myImage {float: left; width: 100px; margin: 0 15px 0 0; padding:0;}
div.myContent { float:left; width: 542px;}
div#content-right-menu1 {float:left; padding:0 10px 0 12px; width:105px;}
div#content-right-menu2 {float:right; padding:16px 0 0; width:95px;}

div#myWrapper h2 {padding: 0 0 5px; text-align:left;}

div#content p.contentMenu {font: normal 11px/13px "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0;}
p.contentMenu a { color:#3dafd7;}
p.contentMenu a:hover {text-decoration:underline;}

/* END OF STYLES FOR ABLENETPRIME UPGRADE */
