@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;
	font-size: 80%;
	background-color: #002A42;
}
p {
	font-family: Arial;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/main-background.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
.twoColFixLtHdr #header {
	margin: 0px;
	height: 137px;
	background-image: url(../images/home-banner.jpg);
	background-repeat: no-repeat;
	padding: 0px;
} 
.twoColFixLtHdr #headerabout {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	height: 137px;
	background-image: url(../images/SPC-banner-about.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #headercareer {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	height: 137px;
	background-image: url(../images/SPC-banner-career.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #headercontact {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	height: 137px;
	background-image: url(../images/SPC-banner-contact.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #headerexper {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	height: 137px;
	background-image: url(../images/SPC-banner-exper.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #headernews {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	height: 137px;
	background-image: url(../images/SPC-banner-news.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #headerteam {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	height: 137px;
	background-image: url(../images/SPC-banner-team.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #headerwhatwedo {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	height: 137px;
	background-image: url(../images/SPC-banner-whatwedo.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #nav {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 850px;
	height: 19px;
	margin: 0px;
	color: #01958F;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 86%;
	letter-spacing: 0.26em;
} 
.twoColFixLtHdr #nav a, a:visited {
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #nav a:hover {
	color: #01958F;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
	margin-top: 45px;
}
.twoColFixLtHdr #sidebar1 p {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}.twoColFixLtHdr #sidebar1 a, a:visited {
	color: #6a8ec8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6a8ec8;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #01958F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #01958F;
}
.twoColFixLtHdr #EXPsidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
	margin-top: 45px;
}
.twoColFixLtHdr #EXPsidebar1 p {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #d1bb65;
}
.twoColFixLtHdr #EXPsidebar1 a, a:visited {
	color: #6a8ec8;
}
.twoColFixLtHdr #EXPsidebar1 a:hover {
	color: #01958F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #01958F;
}
.twoColFixLtHdr #EXPmainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 35px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 104px;
}
.twoColFixLtHdr #EXPmainContent p a, a:visited {
	color: #6a8ec8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #01958F;
}
.twoColFixLtHdr #EXPmainContent p a:hover {
	color: #01958F
	border-bottom-style: dotted;
	border-bottom-color: #01958F;
	border-bottom-width: 1px;
	color: #01958F;
	border-bottom-style: dotted;
}
.twoColFixLtHdr #EXPmainContent h2 a, a:visited {
	color: #d1bb65;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #01958F;
}
.twoColFixLtHdr #EXPmainContent h2 a:hover {
	color: #01958F
	border-bottom-style: dotted;
	border-bottom-color: #01958F;
	border-bottom-width: 1px;
	color: #01958F;
	border-bottom-style: dotted;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 350px;
	padding-top: 35px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #4b4e55;
}
.twoColFixLtHdr #mainContent a, a:visited {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #01958F;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #01958F
	border-bottom-style: dotted;
	border-bottom-color: #01958F;
	border-bottom-width: 1px;
	color: #01958F;
	border-bottom-style: dotted;
} 
.twoColFixLtHdr #footer {
	background-image: url(../images/footer-bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 20px;
} 
.twoColFixLtHdr #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: 10px;
	padding-left: 330px;
	font-size: 85%;
}
.twoColFixLtHdr #footer a, a:visited {
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #01958F;
}
.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;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
}
.fltlft { /* 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: left;
	margin-right: 8px;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-left: 0px;
}
.fltlftEXP { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 35px;
}
.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;
}
h1 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 6px;
	padding-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: x-large;
	color: #FFFFFF;
}
em {
	color: #d1bb65;
	font-style: normal;
	font-family: "Trebuchet MS";
	font-weight: normal;
}a {
	text-decoration: none;
}
h2 {
	color: #d1bb65;
	font-family: "Trebuchet MS";
	font-size: 14pt;
	margin-top: 10px;
	margin-bottom: 6px;
}
h3 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 6px;
	padding-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: x-large;
	color: #FFFFFF;
	padding-left: 250px;
	margin-left: 0px;
}
h4 {
	color: #d1bb65;
	font-family: "Trebuchet MS";
	font-size: 13px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
blockquote {
	margin-top: 0px;
	padding-top: 0px;
}
h5 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	background-color: #01958F;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-right: 260px;
	margin-bottom: 8px;
}
h6 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	background-color: #01958F;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 0px;
	margin-right: 75px;
	margin-left: 0px;
	margin-bottom: -10px;
	margin-top: 0px;
}
.Color6a8ec8 {
	color: #6a8ec8;
}
li {
	margin-left: 0px;
	font-family: Arial;
	color: #6a8ec8;
	padding-left: 0px;
	padding-right: 20px;
	line-height: 18px;
}
ul {
	margin-left: 0px;
	padding-left: 10px;
	margin-top: 8px;
}
ul  ul  ul {
	margin-left: 0px;
	font-family: Arial;
	color: #6a8ec8;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 18px;
	margin-top: 0px;
}
ul ul {
	margin-left: 0px;
	font-family: Arial;
	color: #6a8ec8;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 18px;
	margin-top: 0px;
}
.back2top {
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-size: 85%;
}
.back2topINDENT {
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-size: 85%;
	margin-left: 250px;
}
.italics {
	font-style: italic;
}
.BoldYellow {
	font-weight: bold;
	color: #d1bb65;
}
.graycopy {
	line-height: 24px;
	color: #999999;
}

