body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f8f7e1 url(../images/template/page-bkgrd.gif) top center repeat-y; /* warm, golden yellow bkgrd */
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 12px;
	line-height: 1.75em;
}
h1, h2, h3, h4, h5, h6 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.2em;
	color: #004b8e;
	margin-bottom: 1px;
}
h1 { font-size: 2.4em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1em; }
h5 { font-size: .83em; }
h6 { font-size: .83em; }
p {
	margin-top: 1px;
}

a:link, a:visited, a:hover, a:active {
	color: #004b8e;
	text-decoration: underline;
}
a:hover {
	color: #007be8;
	text-decoration: none;
}
#container {
	width: 998px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	position: relative; /* only reason to set this to relative is so we can absolutely position things inside of it, like the nav menu and logo */
	height: 175px;
	background: #ffffff; 
	padding: 0;
	margin: 0;
}
#header #logo {
	position: absolute;
	left: 40px;
	top: 7px;
}
#header p#tagline {
	position: absolute;
	right: 82px;
	top: 65px;
	width: 600px;
	/*height: 95px;*/
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em; 
	font-weight: bold;
	font-style: italic;
	color: #014b8e;
	line-height: 1.3em;
	margin: 0;
	color: #2c2a7d;
	/*border: 1px dashed #ff00ff;*/
}
/* forms the heavy blue dotted line between header and main content */
#sectnDivBlu, #sectnDivPur {
	background: #014b8e;
	margin: 0;
	padding: 10px 0 10px 0;
}
#sectnDivPur {
	background: #2d2a7d;
}
#sectnDivBlu .dotted, #sectnDivPur .dotted {
	height: 1px;
	margin: 0;
	padding: 0;
	border-top: 1px dashed #ffffff;
}
#mainContent {
	margin: 0;
	padding: 0 0 25px 0;
	background: #ffffff url(../images/template/content-bkgrd.jpg) top center repeat-y;
}
#mainContent .noGap {
	margin: 0;
	height: 1px;
}
#footer {
	margin: 0;
	padding: 0;
	background: #ffffff;
	border-top: 1px dashed #004b8e;
	text-align: center;
}
#footer p {
	margin: 25px auto;
	padding: 0;
	font-size: 10px;
	line-height: 15px;
	color: #004b8e;
}
#topGraphicsWrap {
	height: 230px;
	margin: 25px 50px;
	padding: 0;
	background: #ffffff;
}
.multiColWrap, .multiColWrap .col1, .multiColWrap .col2 {
	margin: 0;
	padding: 0;
}
.multiColWrap {
	width: 998px;
	margin: 25px 0 0 0;
	padding: 0;
}
.multiColWrap .col1 {
	float: left;
	width: 605px;
	margin-left: 50px;
	padding: 0 0 1.5em 0;
	background: #ffffff;
}
.multiColWrap .col1 p, .multiColWrap .col1 h1, .multiColWrap .col1 h2, .multiColWrap .col1 h3, .multiColWrap .col1 h4, .multiColWrap .col1 h5, .multiColWrap .col1 img.mainHeading  {
	padding-left: 25px;
	padding-right: 25px;
}
.multiColWrap .col1 ul {
	margin-left: 25px;
}
.multiColWrap .col1 img.mainHeading  {
	margin-top: 15px;
	margin-bottom: 0;
}
.multiColWrap .col1 table  {
	margin-left: 25px;
	margin-bottom: 0;
	border-collapse: collapse;
}
.multiColWrap .col2 {
	float: right;
	width: 250px;
	margin-right: 50px;
	margin-top: 10px;
	border-top: 1px dashed #2c2a7d;
}
.callout {
	font-size: 1.5em;
	line-height: 2em;
	color: #004b8e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.purple {
	color: #2c2a7d;
}

/* custom tables */
table.tlcchart {
	width: 555px;
	border-top: 1px solid #fee1b9;
	border-right: 1px solid #fee1b9;
}
table.tlcchart th  {
	background: #014b8e;
	color: #fefefe;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
table.tlcchart tr {
	background: #ffffff;
	color: #000000;
	font-size: 10px;
	font-weight: inherit;
	text-align: left;
	vertical-align: top;
}
table.tlcchart td {
	padding: 5px;
	border-bottom: 1px solid #fee1b9;
	border-left: 1px solid #fee1b9;
	line-height: 1.8em;
}
td.program {
	width: 130px;
}
td.location {
	width: 220px;
}
/* end custom tables */

.newsWrap {
	margin: 0;
	padding: 0;
}
img.newsHdg {
	margin: 10px 0 0 0;
}
.newsItemTitle {
	margin: 1em 0 0 0;
}
.newsItem {
	margin: 0;
	color: #004b8e;
}
.newsItem a:link, .newsItem a:visited, .newsItem a:hover, .newsItem a:active {
	font-weight: bold;
	color: #634ca6;
	text-decoration: none;
}
.newsItem a:hover {
	color: #8969e6;
	text-decoration: underline;
}
.articleIntro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.5em;
}
#rwForm {
	margin: 0 0 25px 25px;
	padding: 10px 10px;
	border: 1px solid #dddddd;
	width: 530px;
}
#rwForm.sidebar {
	width: 270px;
	padding: 7px;
	font-size: 12px;
	line-height: 14px;
}
.reqd {
	color: #be3907;
}
.successMsg {
	color: #006600;
}
#map_canvas {
	width: 550px; 
	height: 400px;
	margin: 0 0 25px 25px;
	border: 1px solid #004b8e;
}


.serviceGroup {
	border: 1px solid #bbbbff;
	background: #efeeff;
	margin: 0 25px 10px 25px;
	padding: 6px;
}
.serviceGroup img.servIcon {
	float: left;
	margin-right: 1em;
}
.serviceGroup p.servName {
	font-size: 1.5em;
	margin: 0 0 .25em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.serviceGroup p.servDescr {
	margin: 0;


}

.smallType {
	font-size: 75%;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearFloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* ******************** drop down menus ******************** */
/* source: http://htmldog.com/articles/suckerfish/dropdowns/ */
#header ul#nav {
	z-index: 200;
	position: absolute;
	right: 0;
	top: 0;


	width: 760px;
}
ul#nav, ul#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	text-transform: uppercase;
}
ul#nav ul {
	margin: 18px 0 0 9px;
}
ul#nav a {
	display: block;
	width: 107px; /* sets a default width */
	height: 16px;
	padding: 0 0 0 10px;
	color: #fefefe;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
}
ul#nav a:hover {
	color: #fefefe;
}
/* one level down */
ul#nav ul a {
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}
ul#nav ul a:hover {
	background: #181745; 
	color: #fefefe;
}
ul#nav li {
	float: left;
	width: 107px;
}
ul#nav li ul {
	position: absolute;
	left: -999em;
	border: 1px solid #ffffff;
	width: 220px; /* if using a border, this needs to be 20px greater than width of #nav .drop1, #nav .drop2, etc. otherwise set to 10em */
	opacity: 0.90; /* for all modern standards-compliant browsers */
	text-transform: none;
	letter-spacing: 0px;
	filter:alpha(opacity=90); /* for ie */
	-moz-opacity:0.90; /* optional: for old versions of netscape navigator only */
	-khtml-opacity: 0.90; /* optional: for safari 1.x only */
}
ul#nav li:hover ul {
	left: auto;
}
ul#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* set custom widths on top-level buttons */
ul#nav .btn1 { width: 107px; }
/* set widths and padding for first-level pulldown block */
ul#nav .drop1, ul#nav .drop2 { 
	font-weight: normal;
	width: 220px; 
	background-color: #2d2a7d;
}
ul#nav a.drop1, ul#nav a.drop2 { 
	padding: 10px 10px; 
}
ul#nav .drop2 {
	width: 150px;
}

/* ******************** end drop down menus ******************** */

