@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: no-repeat;
	background-image: url(file:///Macintosh%20HD/Users/bdaul/Desktop/old-machine/trip/FOLDER/pc-email/SITES/NEW%20NN/Assets/clock-faint.jpg);
	background-color: #FFFFFF;
}



div.center {
	text-align: left;
}

div.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Helvetica;
	font-weight: normal;
}
	
h1 { 
font-size: 30pt; 
font-family: Helvetica; 
font-weight:bold; 
	color: #1B8439;
}



h2 {
	font-size: 18pt;
	font-family: "Helvetica";
	color: #1B8439;
}

.Primary-nav {
	font-size: 15pt;
	font-family: Helvetica;
	color: #009;
	font-weight: bold;
}

.Headlines {
	font-size: 20pt;
	font-family: Helvetica;
	color: #009;
	font-weight: bold;
	font-variant: normal;
}

.SUBHeadlines {
	font-size: 14pt;
	font-family: Helvetica;
	color: #000000;
	font-weight: bold;
	font-variant: normal;
}

.Sub-sub-headlines {
	font-size: 10pt;
	font-family: Helvetica;
	color: #000000;
	font-weight: bold;
	font-variant: normal;
}

.Sub-gold {
	font-size: 14pt;
	font-family: Helvetica;
	color: #C60;
	font-weight: bold;
}



.BodyTextSM {
	font-size: 10pt;
	font-family: Helvetica;
	color: #000000;
}

.BodyText {
	font-size: 11pt;
	font-family: Helvetica;
	color: #000000;
}

.FormText {
	font-size: 10pt;
	font-family: "Helvetica";
	color: #000000;
}

.TinyText {
	font-size: 8pt;
	font-family: Helvetica;
	color: #999;
	font-style: normal;
	font-weight: bold;
}

.TinyHyperlinks {
	font-size: 8pt;
	font-family: Helvetica;
	color: #4A7F3D;
}
.Hyperlinks {
	font-size: 10pt;
	font-family: Helvetica;
	color: #C63;
}

.Footers {
	font-size: 14pt;
	font-family: "Helvetica";
	color: #000000;
}

a.hyp {
	font-size: 12pt;
	font-family: Helvetica;
	color: #000000;
}
a.hyp:hover {
	font-size: 12pt;
	font-family: Helvetica;
	color: #1B8439;
	}
	
a.foot {
	font-size: 10pt;
	font-family: "Helvetica";
	color: #000000;
}
a.foot:hover {
	color: #1B8439;
	}

.Footer {
font-size: 10pt;
	font-family: "Helvetica";
	color: #000000;
}

a {
	font-size: 10pt;
	font-family: "Helvetica";
	color: #000000;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
	text-decoration: none
	}
	
a:hover {
	text-decoration:     color: #1B8439;
	}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

#info p {padding:0 10px;}


.menu1 {
	float:left;
	width:100%;
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	border-top:3px solid #4c597f;
	border-bottom:3px solid #4c597f;
	margin:0 0 20px 0; /* for this demo only */
	background-color: #FFF;
	background-image: url(../Assets/menu2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.menu1 ul {
padding:0;margin:0;list-style-type:none;
}
.menu1 ul li {
float:left; position:relative; background:url(../Assets/divider2.gif) no-repeat top right;
}
.menu1 ul li a, .menu1 ul li a:visited {
float:left; display:block; text-decoration:none;color:#ddf; padding:0px 16px; line-height:25px; height:30px; border-bottom:3px solid #fff; 
}

.menu1 ul li:hover {width:auto;}

.menu1 ul li a.menu1one:hover   {border-color:#c00; color:#f88;}
.menu1 ul li a.menu1two:hover   {border-color:#c60; color:#fc0;}
.menu1 ul li a.menu1three:hover {border-color:#cc0; color:#cc0;}
.menu1 ul li a.menu1four:hover  {border-color:#080; color:#0e0;}
.menu1 ul li a.menu1five:hover  {border-color:#00c; color:#aaf;}
.menu1 ul li a.menu1six:hover   {border-color:#c0c; color:#f8f;}

.menu1 ul li:hover a.menu1one   {border-color:#c00; color:#f88;}
.menu1 ul li:hover a.menu1two   {border-color:#c60; color:#fc0;}
.menu1 ul li:hover a.menu1three {border-color:#cc0; color:#cc0;}
.menu1 ul li:hover a.menu1four  {border-color:#080; color:#0e0;}
.menu1 ul li:hover a.menu1five  {border-color:#00c; color:#aaf;}
.menu1 ul li:hover a.menu1six   {border-color:#c0c; color:#f8f;}

.menu1 ul li ul {
display: none;
}
.menu1 table {
margin:0; border-collapse:collapse; font-size:10px; position:absolute; top:0; left:0;
}

/* specific to non IE browsers */
.menu1 ul li:hover ul {
display:block;position:absolute;top:32px;margin-top:1px; left:0;width:154px;border-bottom:1px solid #000;
}
.menu1 ul li:hover ul.endstop {
left:-92px;
}
.menu1 ul li:hover ul li ul {
display: none;
}
.menu1 ul li:hover ul li a {
display:block;background:#fff;color:#000;height:auto;line-height:15px;padding:4px 16px; width:120px; border:1px solid #000; border-bottom:0;
}
.menu1 ul li:hover ul li a.drop {
background:#ccd url(Assets/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li:hover ul li a:hover {
color:#000; background: #ccd url(Assets/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li:hover ul li a:hover.drop {
background: #ccd url(Assets/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li:hover ul li:hover ul {
display:block; position:absolute; left:153px; top:-1px;
}
.menu1 ul li:hover ul li:hover ul.left {
left:-153px;
}



/* specific to IE5.5 and IE6 browsers */
.menu1 ul li a:hover ul {
display:block;position:absolute;top:30px; t\op:33px; background:#fff;left:0; border-bottom:1px solid #000;
}

.menu1 ul li a:hover ul.endstop {
left: -92px;
}
.menu1 ul li a:hover ul li a {
display:block;background:#fff;color:#000; height:1px; line-height:15px; padding:4px 16px; width:154px; w\idth:120px; border:1px solid #000; border-bottom:0;
}
.menu1 ul li a:hover ul li a.drop {
background:#ccd url(Assets/bullet1.gif) no-repeat 3px 8px; padding-bottom:4px;
}
.menu1 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.menu1 ul li a:hover ul li a:hover {
color:#000; background: #ccd url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li a:hover ul li a:hover.drop {
 background: #ccd url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:0;color:#000; left:153px;

.menu1 ul li a:hover ul li a:hover ul.left {
left:-153px;
}
[if lte IE 5.5]>
<style type="text/css">
.menu1 ul li a, .menu1 ul li a:visited {height:33px;}
</style>
<![endif]
.center table tr td table {
	color: #AAD4FE;
}
