@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-weight: 400;
}

html { 
	overflow-y:scroll; 
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

em {
   font-style: italic;
}

strong {
   font-weight: 900;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	width: 100%;
	height: 100%;
	background-color: white;
	font-family: Calibri, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}


/* --- Page layout --- */

#pagewrap {
	width: 950px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -475px;
	margin-top: 10px;
}

#header {
   width: 950px;
}

#header #searchbar {
	background: black;
	height: 40px;
}

#header #searchbar img {
	float: left;
	position: relative;
	left: 45px;
	top: 10px;
}

#header #navigation {
	background: #F3DDB6;
	padding: 0;
	margin: 0;
	float: left;
	width: 948px;
	border-left: 1px solid black;
}

#header #navigation-seperator {
	background: #f3ddb7;
	border-bottom: 1px solid black;
	height: 5px;
}

#header #navigation ul
{
/*	float: left; */
	margin: 0;
	padding: 0;
}

#header #navigation ul li
{
   background: none;
   float: left;
   margin: 0;
   padding: 0;
   position: relative;
   z-index: 900;
}

#header #navigation ul li a 
{
	display: block;
	float: left;
	height: 28px;
   padding: 0 10px;
	line-height: 28px;
	margin: 0;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	text-align: center;
	text-decoration: none;
	border-right: 1px black solid;
	font-family: Kristen, Verdana, Geneva, sans-serif;
}

#header #navigation a:hover,
#header #navigation a:active
{
   font-weight: bold;
   font-size: 10pt;
   color: #8b2942;
}

#header #navigation a.noborder {
   border-left: none;
}

#header #navigation a.selected {
   font-weight: bold;
   font-size: 10pt;
   color: #8b2942;
}

#header #navigation ul li ul
{
	margin: 0 0 0 -1px;
	padding: 0;
	top: 28px;
	left: 0;
   position: absolute;
	display: none;
	border-top: 1px solid black;
	width: 110px;
}

#header #navigation ul li ul li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 110px;
	height: auto;
}

#header #navigation ul li ul li a,
#header #navigation ul li ul li a:link,
#header #navigation ul li ul li a:visited
{
	display: block;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: #f3ddb7;
	margin: 0;
	width: 88px;
	padding: 0 10px;
	color: black;
	height: auto;
	text-align: left;
}

#header #navigation #services-submenu li a
{
	width: 185px;
}

#header #navigation #aboutus-submenu li a
{
	width: 120px;
}

#header #navigation ul li ul li a:hover,
#header #navigation ul li ul li a:active
{
	font-weight: bold;
	font-size: 10pt;
	color: #8C284A;
	background: #f3ddb7;
}

#header #navigation ul li:hover ul
{
	display: block;
}

/* 3rd level flyout */

#header #navigation ul li:hover ul li ul
{
	display: none;
}

#header #navigation ul li ul li:hover ul
{
	display: block;
}

#header #navigation ul li ul li ul
{
	margin: 0;
	padding: 0;
	left: 206px;
	top: -29px;
   position: relative;
   display: none;
	width: 110px;
	border-top: 1px solid black;
}

#header #navigation ul li ul li ul li
{
	display: block;
	float: left;
	color: white;
	background: #f3ddb7;
	margin: 0;
	padding: 0;
	width: 110px;
	height: auto;
}

#header #navigation ul li ul li ul li a,
#header #navigation ul li ul li ul li a:link,
#header #navigation ul li ul li ul li a:visited
{
	display: block;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: #f3ddb7;
	margin: 0;
	width: 88px;
	padding: 0 10px;
	color: black;
	height: auto;
	text-align: left;
}

#header #navigation ul li ul li ul li a:hover,
#header #navigation ul li ul li ul li a:active
{
	font-weight: bold;
	font-size: 10pt;
	color: #8C284A;
	background: #f3ddb7;
}



/* --- Misc --- */

.clear {
	clear: both;
}

.sps-burgundy {
	color: #8b2942;
}

.sps-cream {
	color: #f3ddb7;
}

.sps-gold {
	color: #ffcc33;
}

/* --- Text styling --- */

p {
	padding-bottom: 10px;
}

p.errortext {
	font-weight: bold;
	color: red;
}

h1, h2, h3, h4, h5, h6 {
   font-family: "Trebuchet MS", Arial, san-serif;
   font-weight: bolder;
   color: #8b2942;
}

h1 {
   font-size: 18px;
   padding: 10px 0 15px 0;
}

h2 {
   font-size: 14px;
   padding: 6px 0 8px 0;
}

h3, h4, h5, h6 {
   font-size: 12px;
   padding: 10px 0 15px 0;
}

#content-area {
	border-top: 1px solid black;
	margin: 0;
	float: left;
	width: 930px;
	background: url(/images/topgradient.jpg) top left repeat-x;
	padding: 10px 10px;
}

#bottom-content-gradient {
	margin: 0;
	background: url(/images/bottomgradient.jpg) bottom left repeat-x;
	float: left;
	width: 950px;
}

#footer {
	float: left;
	width: 950px;
	border-top: 2px solid #ffcc33;
	background: black;
	color: white;
	text-align: center;
	height: 24px;
}

#footer #address {
	float: left;
	padding: 5px 5px;
	margin-left: 320px;
	font-size: 12px;
}

#footer #copy {
	float: right;
	margin-right: 25px;
	margin-top: 4px;
	font-size: 9px;
}

#content-copy-area {
	float: left;
	width: 725px;
}

#content-with-sidebar {
	float: left;
	width: 460px;
	padding: 0 15px;
}

#content-sidebar {
	float: left;
	border: 1px solid black;
	background: #f3ddb7;
	padding: 10px 10px;
	width: 210px;
}

/* ULs in the main areas */

#content-area ul {
   display: block;
   margin-left: 40px;
   margin-top: 0;
   margin-bottom: 0;
   list-style-type: disc;
   list-style-position: outside;
   padding-bottom: 10px;
}

#content-area ul li ul {
   margin-left: 30px;
   padding-bottom: 0;
}


/* Side Menu */

#content-side-menu {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
}

#content-side-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content-side-menu ul li {
	display: block;
	list-style: none;
	background: #8b2942;
	border-top: 1px solid white;
	width: 165px;
	padding: 4px 5px;
	margin: 0;
}

#content-side-menu ul li a,
#content-side-menu ul li a:link,
#content-side-menu ul li a:visited {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#content-side-menu ul li a:hover,
#content-side-menu ul li a:active {
	text-decoration: underline;
}

/* left side fly-out menu */
#content-side-menu ul li:hover ul
{
	display: block;
}

#content-side-menu ul li ul {
	display: none;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 185px;
	margin-top: -5px;
	/*
	position: relative;
	left: 170px;
	top: -28px;
	*/
}

#content-side-menu ul li ul li {
	display: block;
	list-style: none;
	background: #8b2942;
	border-top: 1px solid white;
	border-left: 1px solid white;
	width: 235px;
	padding: 4px 5px;
	margin: 0;
}

#content-side-menu ul li ul li a,
#content-side-menu ul li ul li a:link,
#content-side-menu ul li ul li a:visited {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#content-side-menu ul li ul li a:hover,
#content-side-menu ul li ul li a:active {
	text-decoration: underline;
}

#header #member-login {
	background: #8b2942;
	margin-right: 20px;
	float: right;
	display: block;
    padding: 0 20px;
	line-height: 28px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#header #member-login a,
#header #member-login a:link,
#header #member-login a:visited {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


#header #member-login a:hover,
#header #member-login a:active {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

.contract-data .contract-logo {
	float: left;
	padding: 20px 20px;
}

.contract-data .contract-contact {
   float: left;

}

.contract-data .contract-pdf {
   padding: 0 20px;
   float: left;
   text-align: center;
}

.contract-data .contract-pdf img {
   text-decoration: none;
}


