@charset "UTF-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #424242;
	font-family: Calibri, "Lucida Grande", "Helvetica Neue", Helvetica, sans-serif;
	background-color: #333;
}
a {
	outline: none;
}
.unitPng {
}
#backgroundImage {
	background-image: url(../Images/Background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.thrColFixHdr #container {
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
	background-image: url(../Images/Masthead.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
} 
.thrColFixHdr #header {
	height: 135px;
	padding-top: 0;
	padding-right: 270px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Calibri, "Lucida Grande", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #E0DBD1;
	text-align: right;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1Wrap {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	clear: none;
	margin: 0px;
	padding: 0px;
}
.more {
	font-weight: normal;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	letter-spacing: 0em;
	font-style: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1  {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 28px;
	font-family: Calibri, "Lucida Grande", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar1 .callout {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#sidebar1 .callout:hover {
	background-color: #E0E0E0;
	cursor: default;
}
#sidebar1 a:link  {
	color: #D79D1B;
	text-decoration: none;
}
#sidebar1 a:visited {
	color: #D79D1B;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #B26700;
	text-decoration: none;
}
#sidebar1 a:active {
	color: #D79D1B;
	text-decoration: none;
}
#sidebar1 h1 {
	font-family: Calibri, "Lucida Grande", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	line-height: 14px;
	padding-bottom: 10px;
	padding-top: 0px;
	text-transform: capitalize;
	margin: 0px;
}
#sidebar1 h2 {
	font-family: Calibri, "Lucida Grande", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	line-height: 14px;
	padding-bottom: 4px;
	padding-top: 0px;
	text-transform: capitalize;
	margin: 0px;
}
#sidebar1 p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#sidebar1 img  {
	float: left;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#sidebar1 .horizontalLineDotted {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding: 0px;
	font-size: 1px;
	line-height: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#sidebar1 .horizontalLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding: 0px;
	font-size: 1px;
	line-height: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.thrColFixHdr #mainContentWrap {
	min-height: 532px;
	background-image: url(../Images/Content-Background.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 0;
	clear: none;
	margin: 0;
	float: left;
	width: 720px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0px;
} 
.HeaderImageMarginFix {
	margin-left: -3px;
	margin-bottom: 10px;
}
#mainContent {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	line-height: 16px;
	font-size: 12px;
}
#mainContent a:link  {
	color: #D79D1B;
	text-decoration: none;
}
#mainContent a:visited {
	color: #D79D1B;
	text-decoration: none;
}
#mainContent a:hover {
	color: #B17000;
	text-decoration: none;
}
#mainContent a:active {
	color: #D79D1B;
	text-decoration: none;
}
p  {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
h1 {
	font-family: Calibri, "Lucida Grande", "Helvetica Neue", Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 0px;
	text-transform: capitalize;
}
h2 {
	font-family: Calibri, "Lucida Grande", "Helvetica Neue", Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 17px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 0px;
}
h3 {
	font-family: Calibri, "Lucida Grande", "Helvetica Neue", Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 0px;
}
h4 {
	font-family: Calibri, "Lucida Grande", "Helvetica Neue", Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	margin-bottom: 0px;
	text-transform: uppercase;
	margin-top: 0px;
}
h5 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}
h6 {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
	color: #999;
}
#mainContent ul ,ol{
	color: #6C6C6C;
	margin-right: 60px;
	padding-bottom: 15px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 12px;
}
#mainContent li{
	margin-bottom: 5px;
}
.columnNarrow {
	width: 445px;
}
.columnWide {
	width: 680px;
}
.thrColFixHdr #sidebar2Wrap {
	float: right; /* since this element is floated, a width must be given */
	width: 212px;
	z-index: 50;
	padding: 0px;
	top: -135px;
	position: relative;
	right: 20px;
	margin: 0px;
	height: 0px;
	line-height: 0px;
}
#sidebar2 {
	background-image: url(../Images/Banner-Background.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-family: Calibri, "Lucida Grande", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
}
#sidebar2 .callout {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: auto;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#sidebar2 .callout:hover {
	cursor: default;
	background-color: #c58700;
}
#sidebar2 a:link  {
	color: #FFCF7C;
	text-decoration: none;
}
#sidebar2 a:visited {
	color: #FFCF7C;
	text-decoration: none;
}
#sidebar2 a:hover {
	color: #FFF;
	text-decoration: none;
}
#sidebar2 a:active {
	color: #FFCF7C;
	text-decoration: none;
}
#sidebar2 p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar2 .horizontalLine {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9C742D;
	padding: 0px;
	font-size: 1px;
	line-height: 0px;
	width: 165px;
	text-align: center;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}
#sidebar2 h1 {
	font-family: Calibri, "Lucida Grande", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	line-height: 14px;
	padding-bottom: 4px;
	padding-top: 0px;
	text-transform: capitalize;
	margin: 0px;
}
.thrColFixHdr #footer {
	color: #797979;
	height: 120px;
	width: 715px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
	padding-left: 225px;
	font-family: Calibri, "Lucida Grande", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	background-color: #333;
	text-align: left;
	padding-top: 20px;
} 
.thrColFixHdr #footer a:link  {
	color: #ACACAC;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	color: #D79D1B;
	text-decoration: none;
}
.thrColFixHdr #footer a:visited {
	color: #ACACAC;
	text-decoration: none;
}
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.submenu {
	zoom: 1;
	width: 445px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: Calibri, "Lucida Grande", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #A7A18F;
	font-weight: normal;
	height: 70px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent .submenu a:link  {
	color: #A7A18F;
	text-decoration: none;
}
#mainContent .submenu a:visited {
	color: #A7A18F;
	text-decoration: none;
}
#mainContent .submenu a:hover {
	color: #D79D1B;
	text-decoration: none;
}
#mainContent .submenu a:active {
	color: #A7A18F;
	text-decoration: none;
}
#mainContent .submenu ul{
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 60px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #FFF;
}
#mainContent .submenu li{
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent .buttonWrapper{ /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}
#mainContent a.button {
	color: #666;
	display: block;
	float: left;
	height: 32px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../Images/Button_BG_Cap.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#mainContent a.button span{
	display: block;
	line-height: 11px;
	background-color: transparent;
	background-image: url(../Images/Button_BG_Span.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 11px;
	padding-left: 18px;
}
#mainContent a.button:hover {
	color: #262626;
	outline: none; /* hide dotted outline in Firefox */
}
/*Note: Make sure the span's vertical padding and line-height amount to the total height of the button (32). Using a different padding, means setting a different height.*/

#mainContent a.button:active {
	background-position: bottom right;
	color: #464646;
	outline: none; /* hide dotted outline in Firefox */
}
#mainContent a.button:active span{
	background-position: bottom left; /* push text down 1px */
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 18px;
}
.hidden {
	visibility: hidden;
}
.googlemap {
	float: right;
	margin-left: 5px;
	margin-right: 30px;
	border: 1px solid #666;
	top: -120px;
	position: relative;
}
.note {
	font-size: 9px;
}
#newsHeadlines {
	color: #999;
	padding: 12px;
}
#newsHeadlines ul li a {
	font-weight: bold;
}
#newsHeadlines ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 14px;
	line-height: 17px;
}
#newsHeadlines li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#newsHeadlines ul li .date {
	clear: none;
	float: right;
	font-size: 11px;
	text-transform: uppercase;
}
.programs {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F9F9F9;
	color: #474747;
	padding: 6px;
	width: 200px;
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
	border: 1px solid #CCC;
	height: 110px;
	margin-top: 25px;
	font-size: 11px;
}
.programs:hover {
	cursor: default;
	background-color: #F2F2F2;
}
.programs p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.programs h1 {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.programs img {
	float: right;
	top: -23px;
	clear: none;
	position: relative;
	right: 0px;
}
.contactList {
	padding-bottom: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contactList h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	line-height: 24px;
}
.contactList h2 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
.contactList h3 {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #999;
	text-align: right;
	padding: 0px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tableWidth {
	width: 440px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.tableWidth td {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.tableColumnWide {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.tableColumnNarrow {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
	color: #999;
	width: 110px;
}
#mainContent .horizontalLineDotted{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding: 0px;
	font-size: 1px;
	line-height: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#mainContent .horizontalLine{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wssWrites   {
	margin-top: 10px;
	margin-bottom: 40px;
	width: 440px;
	font-size: 11px;
}
#wssWrites td  {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wssWrites h1   {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#wssWrites h2  {
	font-size: 12px;
	font-weight: bold;
	color: #92B0CB;
	border-bottom-style: dotted;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
}
