@import url("css/menu.css");
/* ================================
    CSS STYLES FOR Hamilton
   ================================
*/   

/*defaults for entire website*/
body{font-size:100%;margin:0;padding:0;outline:none; background-color:#dddddd;
text-align:left;}
img {border: none;}

/* ControlPanel style */
.ControlPanel{background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px;}
.cpanel_left {background: url(images/cpanel_left.png) no-repeat bottom left;padding-left:21px;}
.cpanel_right {background: url(images/cpanel_right.png) no-repeat bottom right;padding-right:33px;}

/*-------- Default Style --------*/
.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, input, .CommandButton{color:#2E3D47; font-family:Verdana, Arial, Helvetica, sans-serif;}
h1{font-size:18px;}
h2, h2 input{font-size:14px;}
h3{font-size:13px;}
h4{font-size:12px;}
h5{font-size:11px;}
h6{font-size:10px;}

.Head{color:#2E3D47;font-weight:bold;}
.SubHead {color:#4C6171;}
.SubSubHead{color:#6E8AA0;}
.NormalRed {color:#F00;}

/*Datagrids */
.DataGrid_Container {margin-top:15px;}
.DataGrid_Header{font-weight:bold;}
.DataGrid_Header td, .NormalBold td{font-weight:bold;}


.search_DDL
{
 font-size:11px;
 width:87px;
}

/* start css for hamilton layout */
/* main table that holds all the information */
.HC_MainTable 
{
  width: 1000px;
  margin: 0px auto 0px auto; 
  background-color:#fff;
}

/* black */
.blackBackground
{
	background: #000000;
}
/*Used for the megamenu background on the home Page*/
.hc_navPane
{
background:#d72027;
}

/* darker gray -used in the header section for the navigation elements*/
.headerBackground 
{
	background: #666666;	
}

.style3
{
	color: #FF0000
}

.darkGray
{
	background: #b5b7bf;
}

.topNav{
	background: #EEEEEE;
	padding:0px 0px 0px 5px;
	margin:0px;
	white-space: nowrap;
	vertical-align:middle;
	text-align:left;
}
/* lighter blue */
.sideMenu
{
	background: #EEEEEE;
}

/* lighter gray */
.bottomSideFooter
{
	background: #CFCFCF;
}

.lightGray
{
	background: #CFCFCF;
}

.lightGrayImage
{
	background-color: #CFCFCF;
	background-image: url('images/topImageBackground.jpg');
	background-position: top;
	height:136px;
	margin-bottom: 0px;
}

.topLink 
{
	padding:0px;
	margin:0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align:middle;
	text-align:left;
	color: #000000;
}

.legalLink{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	color: #003366;
}

A.legalLink:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

.whatsNewLink 
{
	background: black;
	color: white;
	font-weight: bold;
	font-size: 8.5pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.whatsNew 
{
	background: black;
	color: white;
	font-weight: bold;
	font-size: 8.5pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.redLink 
{
	color: #ff0000;
	font-size: 8.5pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.redLink:hover    {
    text-decoration:    none;
    color:#ff9900;
}

.whiteText
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8.5pt;
}

.footerMenuText
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: #666666;
	height: 49px;
}

A.footerLink
{
	white-space: nowrap;
	color: #ffffff;
	text-decoration: underline;
}
A.footerLink:visited
{
	white-space: nowrap;
	color: #ffffff;
	text-decoration: underline;
}
A.footerLink:hover
{
	white-space: nowrap;
	color: #ffffff;
	text-decoration: underline;
}

.normalHText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}

.normalPageText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
}

.normalBoldText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: black;
}

.normalPageTextWhite
{
	color: white;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
} 

LI.normalListText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
}

.bottomMargin0
{
	margin-bottom: -0.1em;
}

hr {
	border: 0;
	width: 100%;
	color: black;
	background-color: black;
	height: 1px;
}


.hc_DistribLogin 
{
	text-decoration:none;
	font-family:Arial;
	font-size:0.87em;
	color:#9a9c9e;
	font-weight:bold;
	white-space:nowrap;
	text-align:left;
}
.hc_DistribLogin:hover
{
 color: red;
}


.hc_mainNavSection_Cat
{
 background-image: url(./images/cat_off.gif);
 border-right: solid 1px #fff;
}
.hc_mainNavSection_Cat_On
{
 background-image: url(./images/cat_on.gif);
}

.hc_mainNavSection
{
 background-image: url(./images/regular_off.gif);
 text-align:center;
 border-right: solid 0.05em #fff;
}

.hc_mainNavSectionOn
{
 background-image: url(./images/regular_on.gif);
 text-align:center;
}
.hc_mainNavSection a 
{
 font-weight:bold;
 text-decoration:none;
 color:White;
}
.hc_frontPageNavHyperlink
{
 white-space :nowrap;
 font-variant:small-caps;
 font-family:Arial;
 font-size:0.8em;
 font-weight:bold;
 text-decoration:none;
 color:White;
}

.hc_mainNavSectionOn a
{
 white-space:nowrap;
 font-variant:small-caps;
 font-family:Arial;
 font-size:0.8em;
 font-weight:bold;
 text-decoration:none;
 color:White;
}
.hc_mainNavSection:first-letter
{
 font-family:Arial;
 font-size:1.2em;
 text-align:center;
}
.hc_mainNavSectionOn:first-letter
{
 font-family:Arial;
 font-size:1.2em;
 text-align:center;
}
.hc_mainNavSection_Cat a 
{
 white-space:nowrap;
 font-variant:small-caps;
 font-family:Arial;
 font-size:0.9em;
 font-weight:bold;
 text-decoration:none;
 text-align:center;
 color:White;
}

.hc_mainNavSection_Cat_On a
{
 white-space:nowrap;
 font-variant:small-caps;
 font-family:Arial;
 font-size:0.9em;
 font-weight:bold;
 text-decoration:none;
 text-align:center;
 color:White;
}
.hc_mainNavSection_Cat_On:first-letter
{
 font-family:Arial;
 font-size:1.2em;
 text-align:center;
}
.hc_mainNavSection_Cat:first-letter
{
 font-family:Arial;
 font-size:1.2em;
 text-align:center;
}
.container {
	overflow: hidden;
	width: 1000px;
	height:294px;
	margin: 0 auto;
}
.HC_Bottom_Nav
{
	font-family:Arial,Helvetica,Tahoma;
	font-size: 10px;
	color: #555555;
	font-weight:bold;
}
.HC_Bottom_Nav a
{
	color: #555555;
	text-decoration:none;
}
.HC_Bottom_Nav a:hover
{
	font-family:Arial,Helvetica,Tahoma;
	font-size: 10px;
	color: red;
	font-weight:bold;
	text-decoration:none;
}

.HC_Bottom_Category_Header
{
	font-family:Arial,Helvetica,Tahoma;
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
}

/* Main Menu */
.main_dnnmenu_container {
	background-color: transparent; 
	padding-left:0px;
}
.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: #FFFFFF; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: 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: #FFFFFF; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 3px 15px;   /*explicitly set padding for root menu items*/
	width:145px;

}

.main_dnnmenu_itemhover {  
	background-color: #FFFFFF;
	color:red; 
}

.main_dnnmenu_itemhover td {  
	background-color: #FFFFFF; 
	color:Red;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
	display:block;
}
.main_dnnmenu_submenu {
	background-color: #d72027;  
	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: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 14pt; 
	cursor: pointer; 
	cursor: hand;
}
.hc_mainNavSection_Red
{
 background-image: url(./images/cat_off.gif);
 border-right: solid 0.01em #fff;
 text-decoration:none;
}
.hc_mainNavSection_Plain
{
 background-image: url('./images/regular_off.gif');
}
/* DDR Menu Style */


.ddrmenu {
margin:0;
border:0;
padding:0;
text-align:left;
font-family: arial narrow, verdana, tahoma, arial, sans-serif;
font-weight:normal;
text-decoration:none;
}
.DDRMainMenuTop 
{
	top:10px;
}
.DDRMainMenuBottom {
	border-bottom: 1px solid #FFF;
}


.ddrmenuitemlevel0:hover
{
  background: #540d10;
}

.DDRMainMenuTop .ddrmenulevel0 
{
}
.DDRMainMenuBottom .ddrmenulevel0 {
}
.DDRMainMenuTop .ddrmenulevel1{
/*background: #214B9D;*/
background: #F00;
}
.ddrmenulevel2 {
padding: 5px 15px 5px 15px;
background: #4c3535;
}
.DDRMainMenuTop .ddrmenulevel2 {
background: #470a0b url('images/MM_SubMenuBG.gif') top left repeat-x;
}
.DDRMainMenuBottom .ddrmenulevel1, .DDRMainMenuBottom .ddrmenulevel2 {
background: #4c3535 url('images/MM_SubBottomBG5.gif') top left repeat-x;
}
.ddrmenuitemlevel0{
 text-align:center;
 margin-right:0px;
 font-variant:small-caps;
 font-family:Arial;
 font-size:14px;
 font-weight:bold;
 text-decoration:none;
 padding-top:4px;
 color:White;
 width:145px;
 line-height:23px;
}
.ddrmenuitemlevel0:hover
{
text-decoration:none;
color:#fff;
}

.ddrmenuitemlevel1,.ddrmenuitemlevel2{
padding:2px 9px 2px 9px;
text-align:left;
text-indent:0px;
text-decoration:none;
font-family:Arial;
font-size:11px;
}
.ddrmenuitemlevel1 {
background: #625e60 url('images/MegaMenuHeader1Bg.gif') top right no-repeat;
border-bottom: 1px solid #4d4041;
text-decoration:none;
}

.ddrmenuitemlevel1:hover
{
text-decoration:none;
color:#fff;
}

.ddrmenuitemlevel2:hover
{
text-decoration:none;
color:#fff;
}


.ddrmenuitemlevel2 {
background: url('images/ico-arrow-yellow-raised.png') bottom left no-repeat;
text-indent: 4px;
}
.ddrmenuitem:link, .ddrmenuitem:visited {
color:#fff;
}
.DDRMainMenuTop .ddrmenuitem:hover {
background:#911818;
color:#DEF;
}
.DDRMainMenuBottom .ddrmenuitem:hover {
background:#416BBD;
color:#005;
}
.DDRMainMenuTop .ddrmenuitemlevel2:hover {
background: #911818 url('images/ico-arrow-yellow-raised.png') bottom left no-repeat;
}
.DDRMainMenuBottom .ddrmenuitemlevel2:hover {
background: #416BBD url('images/ico-arrow-yellow-raised.png') bottom left no-repeat;
}


.DDRMegaMenu .ddrmenuitemlevel0{
 text-align:center;
 background:none;
 margin:0px;
 font-variant:small-caps;
 font-family:Arial;
 font-size:14px;
 font-weight:bold;
 text-decoration:none;
 color:White;
 width:80px;
 line-height:38px;
 border-right: 1px solid #fff;
 padding-top:0px;
}

.DDRMegaMenu .ddrmenuitemlevel0:hover{
  background: #540d10;
}

.emptylink
{
	cursor:default;
}
.CSSButton
{
	padding:2px 5px;
	margin:0 10px 10px 0;
	background:#E9E9E9;
	border:1px solid #999999;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
	line-height:12px;	
	text-align:center;
	color:#000066;
	vertical-align:middle;

}
.CSSButton:hover {
    color:#FFFFFF;	background:#999999;
    text-decoration:none;
} 

.distribBody
{
	background:#FFF;
}
.DDRMegaMenu1 .ddrmenuitemlevel0{
 text-align:center;
 background:none;
 margin:0px;
 font-variant:small-caps;
 font-family:Arial;
 font-size:14px;
 font-weight:bold;
 text-decoration:none;
 color:White;
 width:137px;
 line-height:32px;
 border-right: 1px solid #fff;
 padding-top:5px;
}

.DDRMegaMenu1 .ddrmenuitemlevel0:hover{
  background: #540d10;
}
