@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	line-height: 16px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/* Commonly used to style page titles. */
h1 {
	color: #B90000;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Commonly used to style section titles. */
h2 {
	color: #006A6D;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*Form Settings*/
fieldset {
	display: block;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
}
fieldset[id=personalinfo] {
	border: 1px solid #999999;
	background-color: #e1e1e1;
	/*-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;*/
    -moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #990000;
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
	font-weight: bold;
	margin-bottom: 18px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-left: -16px;
}
legend[class=perlegend] {
	background-color: #e1e1e1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}


input {
	width: 150px;
	margin-bottom: 5px;
}
input:focus{
	border:2px solid #666666
}
input.submit {
	width: auto;
	display: block;
	clear: right;
	float: left;
	margin-top: 5px;
	margin-left: 80px;
}
#outerWrapper #personalinfo br {
	clear: both;
}

label {
	float:left;
	margin-right: 5px;
	display: block;
	width: 75px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
}
label.top {
display:block;
float:none;
}

.clear {
clear:both;
}

#outerWrapper p a, a:link {
	font-weight: normal;
	color: #006569;
	text-decoration: none;
}

#outerWrapper p a:visited {
	font-weight: normal;
	color: #006569;
	text-decoration: none;
}

#outerWrapper p a:hover {
	font-weight: normal;
	color: #006569;
	text-decoration: underline;
}

#outerWrapper p a:active {
	font-weight: normal;
	color: #006569;
	text-decoration: none;
}

#outerWrapper #sitemap li a, a:link {
	font-weight: normal;
	color: #006569;
	text-decoration: none;
}

#outerWrapper #sitemap li a:visited {
	font-weight: normal;
	color: #006569;
	text-decoration: none;
}

#outerWrapper #sitemap li a:hover {
	font-weight: normal;
	color: #006569;
	text-decoration: underline;
}

#outerWrapper #sitemap li a:active {
	font-weight: normal;
	color: #006569;
	text-decoration: none;
}

#outerWrapper {
	background-color: #fff;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 606px;
	position: relative;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#outerWrapper #box {
	background-color: #FFFFFF;
	width: 155px;
	text-align: left;
	padding: 10px;
	border: 1px solid #CCCCCC;
	height: 175px;
	margin-bottom: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

#outerWrapper #box h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #B90000;
}

/* Sets the style for unvisited links. */
#outerWrapper #box a,  a:link {
  color: #5C89C9;
  font-weight: bold;
  text-decoration: underline;
}
/* Sets the style for visited links. */
#outerWrapper #box a:visited {
  color: #5C89C9;
  font-weight: bold;
  text-decoration: underline;
}
/* Sets the style for links on mouseover. */
#outerWrapper #box a:hover {
  color: #5C89C9;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for a link that has focus. */
#outerWrapper #box a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
#outerWrapper #box a:active {
  color: #000;
}

#outerWrapper #quicklinks a, a:link {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#outerWrapper #quicklinks a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#outerWrapper #quicklinks a:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

#outerWrapper #quicklinks a:active {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#outerWrapper #footer a, a:link {
	font-weight: normal;
	color: #006569;
	text-decoration: none;
}

#outerWrapper #footer a:visited {
	font-weight: normal;
	color: #006569;
	text-decoration: none;
}

#outerWrapper #footer a:hover {
	font-weight: normal;
	color: #006569;
	text-decoration: underline;
}

#outerWrapper #footer a:active {
	font-weight: normal;
	color: #006569;
	text-decoration: none;
}
li {
	list-style-type: square;
}
#servicesnav {
	background-color: #339399;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#servicesnav ul {
	margin: 0;
	list-style: none;
	z-index: 1000; /* Added for Mac Safari issue */
	padding-top: 5;
	padding-right: 5;
	padding-bottom: 10px;
	padding-left: 15px;
}
#servicesnav ul li {
	color: #FFFFFF;
	list-style-type: none;
}
#servicesnav a, a:link {
	color: #FFFFFF;
}

#servicesnav a:visited {
	color: #FFFFFF;
}
#servicesnav a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#servicesnav a:active {
	color: #FFFFFF;
}
.tealh1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 21px;
	color: #008587;
}

