/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
}
body {
	margin-top: 0px;
	background-color: #003366;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #003399;
}
a:active {
	color: #000066;
}
h1 {
	font-size: xx-large;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 20px;
	margin-bottom: 20px;
}
h2 {
	font-size: large;
	color: #003366;
}
h3 {
	font-size: medium;
	color: #003366;
}
.top {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}

/* END subNav */
/* BEGIN public services */
 #psnavcontainer {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: medium;
	width: 130px;
	color: #FFFFFF;
}

#psnavcontainer ul
{
	list-style-type: none;
	text-decoration: none;
}

#psnavcontainer a
{
	display: block;
	background-color: #003366;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #FFFFFF;
	text-decoration: none;
}

#psnavcontainer a:link, #psnavlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#psnavcontainer a:hover
{
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
/* END ps */


/* BEGIN mainNav */
 #mnavcontainer
{
	width: 140px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	margin: 0em;
	padding: 0;
	font-size: medium;
}

#mnavcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#mnavcontainer li
{
	margin: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}

#mnavcontainer li a
{
	display: block;
	background-color: #003366;
	color: #FFFFFF;
	text-decoration: none;
	border-left-width: 8px;
	border-left-color: #336699;
	padding: 5px;
}

html>body #mnavcontainer li a { width: auto; }

#mnavcontainer li a:hover
{
	background-color: #FFFFFF;
	color: #000000;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #336699;
}
/* END mainNav */

/* BEGIN SubmainNav */
 #subnav
{
	font-family: "Times New Roman", Times, serif;
	background-color: #003366;
	font-size: 14px;
	height: 28px;
}

#subnav ul
{
	padding: 0px;
	margin: 0px;
}

#subnav li
{
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
}

#subnav li a
{
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-weight: bold;
	padding: 8px;
}

html>body #subnav li a {
	width: auto;
}

#subnav li a:hover
{
	background-color: #FFFFFF;
	color: #000000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #336699;
	display: inline;
	padding: 8px;
}
/* END SubmainNav */

.getmore-cs {
	font-size: 16px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 24px;
	letter-spacing: 1pt;
	text-align: center;
}
.phone {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	padding-top: 4px;
	background-color: #336699;
	color: #FFFFFF;
	text-align: center;
}

/* END mainNav */

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: x-small;
	color: #FFF;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#siteInfo a:link {
	color: #FFF;
	text-decoration: underline;
}
#siteInfo a:visited {
	color: #CCC;
	text-decoration: none;
}

.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	padding-right: 10px;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 94%;
	border-left-width: 20px;
}

#breadCrumb a{
	color: #336699;
	text-decoration: none;
}

#breadCrumb a:hover{
	color: #003366;
	text-decoration: none;
}

#headline {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 20px;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: large;
	color: #003366;
	font-weight: bold;
}

#copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	padding-left: 14px;
	padding-bottom: 20px;
	padding-right: 14px;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
}

.relatedLinks h3{
	text-decoration: none;
	list-style-type: none;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	padding-bottom: 8px;
	text-decoration: none;
	list-style-type: square;
}
