/* -- reset all elements to a common value ----------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 0;
	padding: 0;
}

li, dd, blockquote, address {
	margin: 0;
	padding: 0;
}
fieldset {
	padding: .5em;
}
img {
	border: 0;
}

/* -- default classes -------------------------------------------------------------------------- */

.center { text-align: center; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.small { font-size: 0.9em; }
.smaller { font-size: 0.8em !important; }
.bold { font-weight: bold !important; }
.floatRight { float: right; }
.floatLeft { float: left;}
.clear { clear: both; }
.hr { display: block; border-bottom: 1px solid #ccc; height: 1px;margin: 0 0 8px 0;}


/* -- accessibility ---------------------------------------------------------------------------- */

.aural {
	position: absolute;
	left: -9999px;
	font-size: small;
}
.hide { display: none; }

/* -- Default Styles --------------------------------------------------------------------------- */
/* colours, sizes, etc of elements */

body {
	font: 80%/1.6 Arial,Helvetica,sans-serif;
	color: #1C4170;
}
h1 {
	padding-bottom: 10px;
	font-size: 1.6em;
	font-weight: bold;
}
h2 { 
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 15px;
}
h2.large { font-size: 2em; }

h3 { font-size: 1.6em; }

h4 { font-size: 1.4em; }

a { 
	color: #20497D;
	text-decoration: underline;
}
a:visited { 
	color: #551A8B;
}
a:hover, a:active { 
	text-decoration: underline;
	color: #0076A3;
}
a:active
{
  outline: none;
}
a img { border: 0; }
:focus
{
-moz-outline-style: none;
}

.fullwidth{width: 100%!important}

/* -- Layout Styles ---------------------------------------------------------------------------- */

/*#header, #logo, #nav-top, #content, #nav, #footer { float: left; }*/

#container { /* keep the layout together and centered */
	width: 720px;
	overflow: hidden;
	text-align: left;
	margin: 0 auto 20px;
	padding-top: 15px;
}
#header { /* header */
	width: 720px;
	height: 138px;
	background: #4978B0 url(/images/header-bg.gif) no-repeat left top;
}
#header .bannerHome, #header .bannerAbout, #header .bannerServices, 
#header .bannerBenefits, #header .bannerWhyTSS, #header .bannerContact {
	float: left;
	width: 160px;
	height: 112px;
}

.bannerHome { background: url(/images/banner-home.gif) no-repeat left top; }
.bannerAbout { background: url(/images/banner-about.gif) no-repeat left top; }
.bannerServices { background: url(/images/banner-services.gif) no-repeat left top; }
.bannerBenefits { background: url(/images/banner-benefits.gif) no-repeat left top; }
.bannerWhyTSS { background: url(/images/banner-whytss.gif) no-repeat left top; }
.bannerContact { background: url(/images/banner-contact.gif) no-repeat left top; }

#logo {
	height: 70px;
	text-indent: -9999em;
	width: 560px;
	float: right;
}
#contentMain {
	float: left;
	width: 480px;
	margin-top: 15px;
}
#contentFull {
	margin-top: 15px;
}
#contentMain p, #contentFull p {
	line-height: 1.3em;
	padding-bottom: 0.5em;
}
#sidepanel {
	float: right;
	width: 225px;
	margin-top: 15px;
	background: #F2F2F2;
}
#sidepanelServices {
	float: left;
	width: 180px;
	margin-top: 15px;
    margin-right:11px;
	background: #F2F2F2;
    clear:both;
}
#sidepanelServices ul {
	font-size:11px;
	padding:2px;
	margin:2px;
	list-style:none;
}
#servicesLeft {
        float:left; 
}
#contentServices {
        float:left; 
        width:530px;
		margin-left:15px;
}

* html #contentServices {
        float:left; 
        width:515px;
		margin-left:15px;
}
#footerBanner {
	clear: both;
	border-top: 20px solid #FFF;
}
#footer {
	clear: both;
	margin-top: 20px;
	*margin-bottom: 20px;
	text-align: center;
	background: #5384be url(/images/titleHeader-bg.gif) repeat left top;
	color: #FFF;
	font-size: 11px;
	padding: 2px;
}

/* -- Main Navigation ---------------------------------------------------------------------------- */

#subLinksCall
{
	position:relative;
	padding: 0px 0px 0px 10px;
	margin:0;
	width: 150px;
	float:left;
	top: -20px;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 1em;
}

.callLetter
{
	font-size: 16px;
}

#subLinks
{
	position:relative;
	padding: 0px 12px 0px 0px;
	margin:0;
	width: 548px;
	float:right;
	top: -20px;
	line-height: 1.3em;
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	font-weight:bold;
}

.linkLetter
{
	font-size: 12px;
}

#subLinks a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

#subLinks a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}

#mainNav {
	position: relative;
	float: right;
	top: 86px;
	height: 26px;
	/*left: 0px;
	display: block;
	width: 571px;*/
}
#mainNav li {
	display: inline;
}
#mainNav li a {
	text-indent: -9999em;
}
#mainNav .Home, #mainNav .About, #mainNav .Services,
#mainNav .Benefits, #mainNav .whyTSS, #mainNav .Contact {
	float: left;
	height: 26px;
}
#mainNav .Home {
	width: 92px;
}
#mainNav .About {
	width: 94px;
}
#mainNav .Services {
	width: 94px;
}
#mainNav .Benefits {
	width: 94px;
}
#mainNav .whyTSS {
	width: 93px;
}

#mainNav .Contact {
	width: 93px;
}

/* -- Main Nav Hover States ---------------------------------------------------------------------------- */

#mainNav .Home:hover {
	background: url(/images/btn-home-hover.gif) no-repeat;
}
#mainNav .About:hover {
	background: url(/images/btn-about-hover.gif) no-repeat;
}
#mainNav .Services:hover {
	background: url(/images/btn-services-hover.gif) no-repeat;
}
#mainNav .Benefits:hover {
	background: url(/images/btn-benefits-hover.gif) no-repeat;
}
#mainNav .whyTSS:hover {
	background: url(/images/btn-whytss-hover.gif) no-repeat;
}
#mainNav .Contact:hover {
	background: url(/images/btn-contact-hover.gif) no-repeat;
}

/* -- Main Nav Active States ---------------------------------------------------------------------------- */

#mainNav .HomeActive, #mainNav .AboutActive, #mainNav .BenefitsActive, 
#mainNav .ServicesActive, #mainNav .whyTSSActive, #mainNav .ContactActive {
	height: 26px;
	float: left;
}
#mainNav .HomeActive {
        width: 92px;
	background: url(/images/btn-home-hover.gif) no-repeat;
}
#mainNav .AboutActive {
        width: 94px;
	background: url(/images/btn-about-hover.gif) no-repeat;
}
#mainNav .ServicesActive {
        width: 94px;
	background: url(/images/btn-services-hover.gif) no-repeat;
}
#mainNav .BenefitsActive {
        width: 94px;
	background: url(/images/btn-benefits-hover.gif) no-repeat;
}
#mainNav .whyTSSActive {
        width: 93px;
	background: url(/images/btn-whytss-hover.gif) no-repeat;
}
#mainNav .ContactActive {
        width: 93px;
	background: url(/images/btn-contact-hover.gif) no-repeat;
}

/* -- Main Nav Hover States ---------------------------------------------------------------------------- */

#mainNav .HomeActive:hover {
	background: url(/images/btn-home-hover.gif) no-repeat;
}
#mainNav .AboutActive:hover {
	background: url(/images/btn-about-hover.gif) no-repeat;
}
#mainNav .ServicesActive:hover {
	background: url(/images/btn-services-hover.gif) no-repeat;
}
#mainNav .BenefitsActive:hover {
	background: url(/images/btn-benefits-hover.gif) no-repeat;
}
#mainNav .whyTSSActive:hover {
	background: url(/images/btn-whytss-hover.gif) no-repeat;
}
#mainNav .ContactActive:hover {
	background: url(/images/btn-contact-hover.gif) no-repeat;
}

/* -- Body Content ---------------------------------------------------------------------------- */

.homeBanner {
	clear: both;
	background: #FF9933 url(/images/dot-black.gif) repeat-y 200px top;
	color: #FFF;
	padding: 16px;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.3em;
	border: 1px solid #000;
	margin-top: 15px;
}
a.bannerLink {
	float: left;
	width: 150px;
	color: #FFF;
	text-decoration: underline;
}

}
.bannerleft {
	float: left;
	width: 150px;
	color: #FFF;
}

.homeBanner p {
	float: right;
	width: 480px;
}
.dataItem h2, .dataItemLeft h2, .dataContainer td.long h2, #sidepanel h2 {
	background: #5384be url(/images/titleHeader-bg.gif) repeat left top;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 3px 5px;
}

#sidepanelServices h2 {
	background: #5384be url(/images/titleHeader-bg.gif) repeat left top;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 3px 2px 3px 2px;
}
.dataContainer {
	width: 100%;
	margin: 0 auto 20px;
}

.dataContainer  td {vertical-align: top;}

.dataItem {
	margin-top: 15px;
	/*border-left: 10px solid #FFF;*/
	border-right: 5px solid #FFF;
	vertical-align: top;
	background: #F2F2F2;
	width:40%;
}
.dataItemLeft {
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
	vertical-align: top;
	background: #F2F2F2;
	width: 180px;
}
.dataItemLeft p {padding: 10px;}
.dataContainer td.long {
	width: 180px;
}

.dataItem div {
	background: #F2F2F2;
}
.dataItem p, .long p {
	padding: 10px;
}
.dataItem div, .sideItem div {
	padding: 0 12px;
	font-size: 12px;
}
.sideItemServices div {
	padding: 0 3px;
	font-size: 11px;
}
.dataform td {
	padding: 3px 5px;
}

#contactCellLeft{width: 25%;}

#contactCellRight{width: 75%;}
.dataform input.inputText, .dataform textarea.inputText {
	width: 210px;
	padding: 2px 3px;
	font-size: 12px;
	color: #1F487C;
	border: 1px solid #dedede;
}
.dataform textarea.inputText, input.btn {
	margin-bottom: 10px;
}
.dataform input.inputText:hover, .dataform textarea.inputText:hover {
	background: #FAFAFA;
	border: 1px solid #95bae6;
}
.dataform input.inputText:focus, .dataform textarea.inputText:focus {
	background: #FFF;
	border: 1px solid #dedede;
}
.normal {
	width: 45%;
	padding-left: 15px!important;
}
input.btn {
	color: #000000;
	cursor: pointer;
	font-family: Arial,sans-serif;
	padding: 2px 8px;
}
.sideItem div p {
	line-height: 1.4em;
	padding-bottom: .5em;
}
.sideItem img {
	padding: 10px 0;
}
#contentFull ul, #contentMain ul {
	list-style: none;
	padding: 10px 5px 10px 25px;
}
.sideItem div ul {
	list-style: none;
	padding: 10px 0;
}
#contentFull li, #contentMain li, .sideItem div ul li {
	background: url(/images/dot-blue.gif) no-repeat left 7px;
	padding-left: 12px;
}
.sideItemServices div ul {
	list-style: none;
	padding: 3px 0;
	margin:0px;
}
.sideItemServices div ul li {
	/*background: url(/images/dot-blue.gif) no-repeat left 7px;*/
	background:none;
	padding-left: 3px;
	margin:0px;
	list-style: none;
}
#contentFull li a, #contentMain li a {
	color: #4976AD;
}
#contentFull li a:hover, #contentMain li a:hover {
	color: #FF9933;
	text-decoration: none;
}
.breadcrumb {
	color: #888;
	font-size: 8pt;
	padding-bottom: 10px;
	padding-top: 5px;
}
.breadcrumb a {
	color: #5281BD;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #1F487C;
	text-decoration: none;
	border-bottom: 1px dotted #BBB;
}

/* -- Footer ---------------------------------------------------------------------------- */

.footerBannerLinks {
	float: left;
	width: 360px;
}
.footerBannerLinks li {
	background: url(/images/icon-arrow-link.gif) no-repeat left 7px;
	padding-left: 18px;
}

#fulllength{width: 800px;}

.testimonial {
	float: right;
	width: 330px;
	text-align: center;
	background: #F2F2F2;
	padding: 10px;
	line-height: 1.3em;
}
.testimonial h3 {
	font-size: 1em;
}
.testimonial p {
	font-style: italic;
	padding-bottom: 10px;
}
.entry p {
	margin-bottom:14px;
}

/* -- Clear Fix ---------------------------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.submainnav {
	float: right;
	width: 400px;
	text-align: left;
	padding: 10px;
}