/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


.int-wrap section aside.right .side-box h2 .icon {
box-shadow: none !important;
}

.element-template .element-info {
background: none !important;
}

.int-wrap section .content .banner h1 {
background: none !important;
}

.element-template .element-info {
padding: 0px !important;
margin: 0px !important;
}

/* Main Menu Bar Styles */
.main-area nav.main {
    height: 22px;
    float: left;
    background: #005dac !important;
    display: block;
    width: 100%;
    text-align: center;
    padding: 3px 0 0 0;
}

/* Hover and Active Main Nav link Colors */

.main-area nav.main ul li:hover > span {
  color: #ccdfee !important;
  cursor: pointer;
}

.main-area nav.main ul li.selected > span {
  color: #ccdfee !important;
}

/* Drop Down Menu styles */

.main-area nav.main ul li ul {
    display: none;
    top: 20px;
    left: -19px;
    background: #ffffff !important; /*#d8d1cf;*/
    border-left: solid 1px #d4d5d7;
    border-right: solid 1px #d4d5d7;
    border-bottom: solid 1px #d4d5d7;
    border-top: solid 1px #d4d5d7;
    position: relative;
    behavior: url(/Portals/_default/Skin/Arch-Skin/assets/js/PIE.htc);
    position: absolute;
    padding: 5px;
    text-align: left !important;
    min-width: 200px;
    -moz-box-shadow: none !important; /*inset -3px -3px 3px #888; */
    -webkit-box-shadow: none !important;  /*inset -3px -3px 3px #888;*/
    box-shadow: none !important; /*inset -3px -3px 3px #888;*/
}


.main-area nav.main ul li ul li a, .main-area nav.main ul li ul li.selected>a {
    border: none;
    margin: 0;
    text-align: left !important;
    font-family: Helvetica,Arial,sans-serif;
    color: #005dac !important; /* #464646 */
    border-bottom: solid 1px #58c2e7 !important; /*solid 1px #fff;*/
    padding: 4px 10px;
    text-transform: none;
}

.main-area nav.main ul li ul li a:hover, .main-area nav.main ul li ul li.selected>a:hover {
    color: #58c2e7 !important;
}

.main-area nav.main ul li ul li.last a {
    border: none !important;
}



/* Interior Banner Drop Shadow and resize and recolor */

.int-wrap section .content .banner {
    -moz-box-shadow: 3px 3px 5px #888;
    -webkit-box-shadow: 3px 3px 5px #888;
    box-shadow: 0px 0px 0px #888 !important;
    height: 70px !important;
    background: #005dac !important;
}

/* Remove Slider Drop Shadow */

.engage-rotator-container .element-template  {
    -moz-box-shadow: 0px 0px 0px #888;
    -webkit-box-shadow: 0px 0px 0px #888;
    box-shadow: 0px 0px 0px #888;
}


/* Header Styles */
h2, h3, h4, h5  {
  text-transform: none !important;
  color: #005dac !important;
}

/* SIDEBAR MENU STYLES */

.int-wrap section aside.left nav.int ul li.bread a, .int-wrap section aside.left nav.int ul li a:hover {
    color: #333F48 !important;
    font-weight: normal !important;
}

.int-wrap section aside.left nav.int ul li a {
    color: #005dac;
    font-size: 12px;
    line-height: 12px;
}


/* TABLE STYLES */

 .newTable td	{
    text-align: center;
    }

.tableTitle   	{
    background-color: #C4D600;
    padding: 5px 0px;
    }

.tableTitle p	{
    margin: 0px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 10pt;
    }

.tableHead	{
    background-color: #005dac;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    }

.tableHead td	{
    text-align: center;
    border-right: 1px solid #ffffff;
    }

.tableHeadlast	{
    border-right: 0px !important;
    }

.tableRow	{
    }

.tableRow td	{
    border-right: 1px solid #005dac;
    border-bottom: 1px solid #005dac;
    }

.tableRowlast	{
    }

.tableRowlast td	{
    border-bottom: 1px solid #005dac;
    border-right: 1px solid #005dac;
    }

.firstCol	{
    background-color: #D4DFF2;
    }

.firstCol a	{
    color: #005dac;
    }

.lastCol	{
    border-right: 0px !important;
    }

/* SIDEBAR MODULE STYLES */

/* Side-box height 
.side-box  {
 	height: 222px !important; 
   	min-height: 220px;
}
*/
/* REMOVE DIAGONAL CORNER */
.side-box .bottom {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 31px;
    height: 31px;
    background: none !important; /*url(images/bg-corner.jpg);*/
    z-index: 0;
}

/* MODULE CONTAINER */
.side-box {
    border-top: solid 1px #D4D5D7 !important;   /* #c8c8c8;*/
    border-right: solid 1px #D4D5D7 !important;
    border-left: solid 1px #D4D5D7 !important;
    border-bottom: solid 10px #005dac !important;	
    padding: 5px 5px 0 5px !important;
    position: relative;
    overflow: visible !important;
}


/* MODULE HEADER and container */
.side-box h2 {
    background: none !important;  /* background: #e6e2e0; */
    margin: 0 0 0 10px !important;  /* 0  */
    color: #005dac !important;
    font-weight: bold;
    text-transform: none;
    line-height: 41px;
    font-size: 20px !important;   /* 16px */
}


/* ICON  */

.side-box h2 .icon {
    display: none !important;
    height: 39px;
    width: 41px;
    padding: 0;
    background: #e6e2e0;
    moz-box-shadow: inset -2px -2px 2px #333;
    -webkit-box-shadow: inset -2px -2px 2px #333;
    box-shadow: inset -2px -2px 2px #333;
    text-align: center;
    padding-top: 2px;
    margin: 0 10px 0 0;
}

/* Social/RateStar Module Resize & Float */
#dnn_ctr7669_HtmlModule_lblContent  {
  width: 500px;
  float: right;
}

#dnn_ctr7640_HtmlModule_lblContent  {
  width: 500px;
  float: right;
}

#dnn_ctr13562_HtmlModule_lblContent  {
  width: 500px;
  float: right;
}

#dnn_ctr13580_HtmlModule_lblContent  {
  width: 500px;
  float: right;
}

#dnn_ctr14128_HtmlModule_lblContent  {
  width: 700px;
  float: right;
}

/* WHATS NEW LINKS */

footer .col-wrap .mid-col ul li a {
    color: #005dac !important;
    font-weight: bold;
    font-size: 12px !important;
    line-height: 14px;
}

/* Whats New text Class */
.Normal ul li p {
    color: #333F48 !important;  /*#444;*/
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

/* Quick links - Home */

/* link color */
footer .col-wrap .right-col ul li a {
    color: #005dac !important;
    font-weight: bold !important;
}
/* Arrow color */
footer .col-wrap .right-col ul li a span {
    color: #333f48 !important;
}

/* AMC Module links */
footer .col-wrap .left-col a {
    color: #005dac !important;
    font-size: 11px;
    line-height: 14px;
}

/* Sidebar module links */
.int-wrap section aside.right .side-box a {
    color: #005dac !important;
    font-size: 11px;
    line-height: 14px;
}

.int-wrap section aside.right .side-box a:hover {
    color: #333f48 !important;
}

/* Footer and Homepage Module Links */
footer .col-wrap .mid-col a:hover {
    color: #333F48 !important;
}

footer .col-wrap .right-col a:hover {
    color: #333F48 !important;
}

footer .col-wrap .left-col a:hover {
    color: #333F48 !important;
}

/* Horizontal Rule color  */
.int-wrap section .content hr {
    border-top: 1px solid #d4d5d7 !important;
}


/* Sales Map - Open Map link styles */

.int-wrap.two-col section .content .banner .show-map span {
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    text-align: center;
    background: #5bc2e7 !important;
    background: none !important; /* -moz-linear-gradient(top,#ce9e41 0%,#8b6b2c 100%);*/
    background: none !important; /*-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ce9e41),color-stop(100%,#8b6b2c));*/
    background: none !important; /*-webkit-linear-gradient(top,#ce9e41 0%,#8b6b2c 100%);*/
    background: none !important; /*-o-linear-gradient(top,#ce9e41 0%,#8b6b2c 100%);*/
    background: none !important; /*-ms-linear-gradient(top,#ce9e41 0%,#8b6b2c 100%);*/
    background: none !important; /*linear-gradient(to bottom,#ce9e41 0%,#8b6b2c 100%);*/
    position: relative;
    behavior: url(/Portals/_default/Skin/Arch-Skin/assets/js/PIE.htc);
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px 0 0;
}

.int-wrap.two-col section .content .banner .show-map {
    display: none;
    color: #005dac !important;
    font-size: 14px;
    font-family: 'Geometric415BT-MediumA';
    position: absolute;
    top: 80px !important;
    left: 20px;
    line-height: 19px;
}

h3  {
  font-family: Arial !important;
  font-size: 12px !important;
  font-weight: bold !important;
  color: #333f48 !important;
}

/* H3 TAGS */

h3  {
  font-family: Arial !important;
  font-size: 12px !important;
  font-weight: bold !important;
  color: #333f48 !important;
}

h3.accord-head  {
  font-family: 'Geometric415BT-MediumA' !important;
  font-size: 14px !important;
  font-weight: bold;
  color: #005dac !important;
}

/* LIST STYLES */
ul, ol {
    margin-bottom: 18px;
    margin-left: 15px;
}

.int-wrap .content ul li {
  list-style-type: square !important;
}

.int-wrap .content ul li ul li{
  list-style-type: disc !important;
}

div.directory-contact div.region-wrap ul li  {
  list-style-type: none !important;
}

/* SEARCH BUTTON */
header .utility ul li.search .search-btn {
    background: #005dac !important;
}

/* LOGO TOP PADDING */
.main-area .logo {
    padding-top: 20px !important;
}

.main-area .side-logo {
    margin: 20px 0 0 10px !important;
}

/* Home page footer margins */

footer .col-wrap .mid-col ul {
    margin: 4px 0 0 0 !important; 
}

footer .col-wrap .right-col ul {
    margin: 4px 0 0 0 !important;
}

/* SOCIAL MODULE LINKS */
#dnn_ctr14128_HtmlModule_lblContent a:hover {
	text-decoration: none;
  	color: #333f48;
}

/* sidebar module links */
.int-wrap section aside.right a {
    color: #005dac !important;
}

.int-wrap section aside.right a:hover {
    color: #595959 !important;
}

#dnn_ctr7669_HtmlModule_lblContent p a {
  color: #005dac;
}

#dnn_ctr7669_HtmlModule_lblContent p a:hover {
  color: #595959;
}

/* list item margins 
.int-wrap .content ul li {
    margin: 0 !important;
}
*/

/* Interior Banner copy width */
.int-wrap section .content .banner h1 {
    max-width: 580px !important;
}






























