@charset "utf-8";
a:link {
	color: #000;
	}
a:visited {
	color: #666;
	}
a:hover {
	color: #333;
	text-decoration: underline;
	}
a:active { 
	color: #333333;
	}
.Title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
.greyTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
.normal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.blueSubhead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #03F;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
}
.menuBar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.075px;
	word-spacing: 2.5px;
	font-style: oblique;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #360;
}
.greenHeader {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #030;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
}
.contact {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.menuBarSide {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	word-spacing: normal;
	font-style: oblique;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFF;
	white-space: normal;
	border-left: 15px;
}
.normalSide {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.normalNew {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

a.blue:link {color: #0000ff; background: #ffffff;}
a.blue:active {color: #0000ff; background: #ffffff;}
a.blue:visited {color: #0000ff; background: #ffffff;}
a.blue:hover {color: #0000ff; background: #ffffff;}



#nav-primary ul {
	font-family: Arial, Verdana;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav-primary ul li {
    display: block;
    position: relative;
    float: left;

}
#nav-primary li ul {
    display: none;
}
#nav-primary ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	padding: 5px 95px 5px 95px;
	background: #1e7c9a;
	margin-left: 1px;
	white-space: nowrap;
}
#nav-primary ul li a:hover {
background: #3b3b3b;
}
#nav-primary li:hover ul {
    display: block;
    position: absolute;
}
#nav-primary li:hover li {
    float: none;
    font-size: 12px;
}
#nav-primary li:hover a { background: #3b3b3b; }
#nav-primary li:hover li a:hover {
    background: #1e7c9a; 
