/* Style Sheet for Northburn */

* {font-size: 10pt; font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1.3;
}
h1 {font-size: 150%; 
	text-align: center;
	letter-spacing: 1px;
}

h2 {font-size: 120%; text-align: center}
h3 {font-size: 110%; text-align: left}

ul {margin-top:1mm; margin-bottom:0;}

.headingwine {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 105%; 
	margin-bottom:-5mm;
}

.heading2 {
	font-weight: bold;
	margin-bottom:3pt;
}


.small {
	font-size: 8pt;
}

.big { font-size: 150%}

a.menu {
	font-size: 10pt;
	font-weight: bold;
    color: white;
	text-decoration: none;
}

a.menu:hover {
	font-size: 10pt;
	font-weight: bold;
    color: red;
	text-decoration: none;
}

a.menu:link {
	font-size: 10pt;
	font-weight: bold;
    color: white;
	text-decoration: none;
}

/* link style */
a { font-family: Verdana, Arial, Helvetica, sans-serif;	font-style: normal; color: #cc9900; font-weight: normal;	text-decoration:none;}

a:hover  { font-family: Verdana, Arial, Helvetica, sans-serif;	font-style: normal; color: #6F6FFF; font-weight: normal;	text-decoration:none;}

a:link { font-family: Verdana, Arial, Helvetica, sans-serif;	font-style: normal; color: #cc9900; font-weight: normal;	text-decoration:none;}

/* Drop Down Menu Styles */
.dm1 {
    font-size: 10pt;
	font-weight: bold;
    color: white;
	text-decoration: none;
}
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    border: 1px #003366;
    border-style: solid none solid none;
    text-decoration: none;
    display: block;
    position: relative;
}
.dm1 .item1 {
    font-size: 10pt;
	font-weight: bold;
    color: white;
	text-decoration: none;
   }
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    font-size: 10pt;
	font-weight: bold;
    color: red;
}
.dm1 .item2,
.dm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.dm1 .item2 {
    font-size: 9pt;
	background: #53534d;
    color: #ffffff;
}
.dm1 .item2:hover {
    background: #53534d;
    color: red;
}
.dm1 .section {
    border: 1px #003366;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.dm1 .left, .dm1 .left:hover { border-style: solid none solid solid; }
.dm1 .right, .dm1 .right:hover { border-style: solid solid solid none; }

* html .dm1 td { position: relative; } /* ie 5.0 fix */