@charset "UTF-8";
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
}

ab {
	color:#000000;
}
ab a:hover {
	color:#999999
}

.twoColFixLtHdr #container {
	width: 866px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(assets/images/longbg_strip.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: -20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #header {
	background-image: url(assets/images/Solts_webHeader.gif);
	height: 104px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr  #nav  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFFFFF;
	height: 28px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 535px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	text-indent: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 558px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.twoColFixLtHdr #video {
	text-align:center;
}
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(assets/images/footerGraphic.gif);
	height: 45px;
} 
.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: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #textleft {
	font-family: Arial, Helvetica, sans-serif;
	width: 534px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	float: left;
	margin-left: 18px;
	margin-top: 40px;
}
/* GS Fix - IE6 Only */
* html .twoColFixLtHdr #textleft {
	margin-left: 10px;
}

.twoColFixLtHdr #textright {
	font-family: Arial, Helvetica, sans-serif;
	width: 290;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: right;
	float: right;
	margin-left: 4px;
	margin-right: 19px;
	width: 290px;
	margin-top: 10px;
	margin-bottom: 18px;
	font-size: 13px;
	color: #583497;
	font-weight: bold;
	font-style: normal;
	line-height: 24px;
}
/* GS Fix - IE6 Only */
* html .twoColFixLtHdr #textright {
	margin-right: 10px;
}

.twoColFixLtHdr #centrebox {
	font-family: Arial, Helvetica, sans-serif;
	width: 830px;
	margin-left: 18px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.twoColFixLtHdr #centretext {
	font-family: Arial, Helvetica, sans-serif;
	width: 830px;
	margin-left: 18px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.twoColFixLtHdr #picleft {
	font-family: Arial, Helvetica, sans-serif;
	width: 534px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	float: left;
	margin-left: 18px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
/* GS Fix - IE6 Only */
* html .twoColFixLtHdr #picleft {
	margin-left: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	padding: 0px;
	font-weight: bold;
	line-height: 18px;
	margin-left: 15px;
	margin-right: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #573396;
	font-size: 16px;
	padding: 0px;
	font-weight: bold;
	line-height: 40px;
	margin-left: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #573396;
	font-size: 16px;
	padding: 0px;
	font-weight: bold;
	line-height: 22px;
	margin-left: 15px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	padding-right: 0px;
	color: #333333;
	line-height: 17px;
	margin-left: 15px;
	margin-right: 15px;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.backtotop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	padding-right: 0px;
	color: #999999;
	line-height: 17px;
	margin-left: 17px;
	margin-right: 10px;
	font-style: italic;
}
.smallimage_left {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}
.blackHeading {color: #000000}
a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #63C;
}
a:hover {
	color: #63C;
	text-decoration: none;
}
.spacetopbot {
	float: none;
	margin-left: 0px;
	margin-top: 2px;
}
.spacetopextra {
	float: none;
	margin-left: 0px;
	margin-top: 5px;
}
.maintextSpaced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	padding-right: 0px;
	color: #333333;
	line-height: 22px;
	margin-left: 15px;
	margin-right: 15px;
}
.twoColFixLtHdr #startBox {
	font-family: Arial, Helvetica, sans-serif;
	width: 866px;
	text-align: center;
	padding: 0px;
	height: 516px;
	margin: 0px;
	float: none;
}
.twoColFixLtHdr #textfullWidth {
	font-family: Arial, Helvetica, sans-serif;
	width: 829px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	float: left;
	margin-left: 18px;
	margin-top: 0px;
	height: 1%;
}
* html .twoColFixLtHdr #textfullWidth {
	margin-left: 10px;
}
.twoColFixLtHdr #centreholder {
	font-family: Arial, Helvetica, sans-serif;
	width: 829px;
	margin-left: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
}
.twoColFixLtHdr #service_one {
	font-family: Arial, Helvetica, sans-serif;
	width: 331px;
	margin-left: 18px;
	text-align: center;
	float: left;
	height: 1%;
	padding: 0px;
}
.twoColFixLtHdr #service_two {
	font-family: Arial, Helvetica, sans-serif;
	width: 331px;
	margin-left: 0px;
	text-align: center;
	float: left;
	height: 1%;
	padding: 0px;
}
.ClickHere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #639;
}
