@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/background.gif);
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	background-image: url(images/background.gif);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr  #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header {
	position: relative;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #footer {
	background:#DDDDDD;
	padding-top: 10;
	padding-right: 20px;
	padding-bottom: 10;
	padding-left: 20px;
} 
.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;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	padding-top: 18px;
}
#mainContent h4 a {
	color: #555555;
	text-decoration: underline;
}
#mainContent h4 a:hover {
	color: #555555;
	text-decoration: none;
}
/*--------------------------------- header specific styles -------------------------------*/
#header ul {
	list-style: none;
	position: absolute;
	right: 40px;
	bottom: 0px;
	top: 212px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
#header li {
	display: inline;
}
#header  li  a:link,#header  li  a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #555555;
	padding-top: 0.35em;
	padding-right: 0.5em;
	padding-bottom: 0.35em;
	padding-left: 0.5em;
	line-height: 2.4em;
	font-weight: bold;
	font-size: 12px;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #DD0000;
	background-color: #FFFFFF;
	cursor: default;
}
#header  li  a:hover, #header  li  {
	color: #555555;
	background-color: #FFFFFF;
}
#mainContent h1 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #DD0000;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: lowercase;
}
#mainContent h2 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #777777;
}
#mainContent p {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222222;
	line-height: 24px;
	text-align: justify;
	margin-top: 20px;
	padding: 0px;
}
#mainContent a {
	color: #222222;
	text-decoration: underline;
}
#mainContent .title {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444444;
	font-weight: bold;
}
#mainContent .readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-align: right;
	padding-left: 37em;
}
.img {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent #top a {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
	color: #555555;
	padding-left: 480px;
	vertical-align: top;
}
#mainContent #top a:hover {
	text-decoration: none;
	text-align: right;
	color: #888888;
}
#mainContent ul {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style: none;
	text-align: justify;
	color: #222222;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#mainContent ul li {
	background-image: url(images/bullet_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
.top {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
	padding-left: 480px;
	color: #555555;
}
/*-----------------  formstyles  ----------------------------------*/
#formWrap {
	background: #999;
	padding: 1em 0;
	}
form#frmContact {
	width: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0em;
	}
fieldset {
	background: #d8d5c5;
	border: none;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: .5em;
	padding-bottom: 1em;
	}
legend {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444444;
	line-height: 1.4;
	background-color: #d8d5c5;
	margin-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	padding-top: .2em;
	font-weight: bold;
	}
#formWrap p {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #602e0c;
	font-size: 0.85em;
	margin-top: 1.4em;
	margin-right: 0;
	margin-bottom: 1.4em;
	margin-left: 0;
	line-height: 1.2;
	}
input.text {
	width: 250px;
	margin-right: 6em;
	}
textarea {
	width: 300px;
	margin-top: .5em;
	}
label.above {
	display: block;
	margin-bottom: .5em;
	}
p.required {
	position: relative;
	}
span.required {
	position: absolute;
	color: #DD0000;
	padding-left: 10px;
	font-weight: bold;
	}
input.text:focus, textarea:focus {
	background-color: #E7E2D3;
	}
	
/*-----------------  mainContent table styles  --------------------*/
#mainContent table#linkTbl {
	width: 500px;
	margin: 0 auto;
	background-color: #888888;
	border: 1px solid #777777;
	}
#mainContent #linkTbl thead {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	padding-top: 0.5em;
	}
#mainContent #linkTbl tbody {
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.825em;
	color: #fff;
	text-align: left;
	}
#mainContent #linkTbl caption {
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #777777;
	text-align: left;
	padding-bottom: 0.5em;
	}
#mainContent #linkTbl th {
	font-weight: bold;
	text-align: left;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	padding-left: 1em;
	color: #DD0000;
	background-color: #AAAAAA;
	}
#mainContent #linkTbl td {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	}
.tableheader {
	font-weight: bold;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #DD0000;
	text-align: left;
	font-size: 1.2em;
	background-color: #AAAAAA;
}
#mainContent #linkTbl td.specs {
	text-align:left;
	font-weight: bold;
	}
	#mainContent #linkTbl tr.odd {
	background-color: #BBBBBB;
		}
#mainContent #linkTbl tr:hover {
	background: #555;
	}
#mainContent #linkTbl td.top {
	text-align:right;
	font-weight: bold;
	background-color: #555555;
	color: #EEEEEE;
}
#mainContent #linkTbl a {
	color: #EEEEEE;
	text-decoration: none;
}
#mainContent #linkTbl a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}
/*-----------------  tekviews menu styles  ------------------------*/
#sidebar   #tekviews   ul, #sidbar #links ul, #sidebar #capabilities ul, #sidebar #special ul, #sidebar #studies ul, #sidebar #about ul, #sidebar #teamplayers ul, #sidebar #views ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar h1 {
	margin-bottom: 0.25em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 40px;
}
#sidebar #tekviews h1 {
	background-image: url(images/tekviews_head.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#sidebar #tekviews ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar #tekviews ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 30px;
	color: #222222;
	text-decoration: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	width: 170px;
	display: block;
	padding-left: 30px;
	background-image: url(images/tekviews_bkg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar #tekviews ul a.last {
	border-bottom: none;
}
#sidebar #tekviews ul a:hover {
	background-position: -200px 0px;
	color: #555555;
}
#sidebar  #tekviews  ul  a.current {
	color: #555555;
	background-position: right top;
	cursor: default;
}
#sidebar #links h1 {
	background-image: url(images/links_head.gif);
	background-repeat: no-repeat;
}
#sidebar #links a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 20px;
	line-height: 10px;
	display: block;
	padding-right: 20px;
}
#sidebar #links a:hover {
	color: #555555;
}
.twoColFixLtHdr #sidebar div {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-repeat: no-repeat;
	padding: 0px;
	background-image: url(images/sidebar_bg.gif);
}
#sidebar #capabilities h1 {
	background-image: url(images/capabilities_head.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#sidebar #capabilities ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar #capabilities ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 30px;
	color: #222222;
	text-decoration: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	width: 170px;
	display: block;
	padding-left: 30px;
	background-image: url(images/tekviews_bkg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar #capabilities ul a.last {
	border-bottom: none;
}
#sidebar #capabilities ul a:hover {
	background-position: -200px 0px;
	color: #555555;
}
#sidebar #capabilities ul a.current {
	color: #555555;
	background-position: right top;
	cursor: default;
}
#sidebar #special h1 {
	background-image: url(images/specials_head.gif);
	background-repeat: no-repeat;
}
#sidebar #special a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 20px;
	line-height: 14px;
	display: block;
	padding-right: 20px;
}
#sidebar #special ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar #special ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 30px;
	color: #222222;
	text-decoration: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	width: 170px;
	display: block;
	padding-left: 30px;
	background-image: url(images/tekviews_bkg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar #special a:hover {
	color: #555555;
}
#sidebar #studies h1 {
	background-image: url(images/casestudies_head.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#sidebar #studies ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar #studies ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 30px;
	color: #222222;
	text-decoration: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	width: 170px;
	display: block;
	padding-left: 30px;
	background-image: url(images/tekviews_bkg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar #studies ul a.last {
	border-bottom-style: none;
}
#sidebar #studies ul a:hover {
	background-position: -200px 0px;
	color: #555555;
}
#sidebar #studies ul a.current {
	color: #555555;
	background-position: right top;
	cursor: default;
}
#sidebar #about h1 {
	background-image: url(images/about_head.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#sidebar #about ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar #about ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 30px;
	color: #222222;
	text-decoration: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	width: 170px;
	display: block;
	padding-left: 30px;
	background-image: url(images/tekviews_bkg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar #about a.last {
	border-bottom-style: none;
}
#sidebar #about ul a:hover {
	background-position: -200px 0px;
	color: #555555;
}
#sidebar #about ul a.current {
	color: #555555;
	background-position: right top;
	cursor: default;
}
#sidebar #teamplayers h1 {
	background-image: url(images/teamplayers_head.gif);
	background-repeat: no-repeat;
}
#sidebar #teamplayers a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 20px;
	line-height: 10px;
	display: block;
	padding-right: 20px;
}
#sidebar #teamplayers a:hover {
	color: #555555;
}
#sidebar #views h1 {
	background-image: url(images/viewsnews_head.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#sidebar #views p {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.3em;
	margin-left: 1em;
	margin-top: 2em;
	margin-bottom: 2em;
}
#sidebar #views p a {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 2em;
	margin-bottom: 2em;
	color: #222222;
	text-decoration: none;
}
#sidebar #views p a:hover {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 2em;
	margin-bottom: 2em;
	color: #555555;
	text-decoration: underline;
}
#sidebar #views ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar #views ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 30px;
	color: #222222;
	text-decoration: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	width: 170px;
	display: block;
	padding-left: 30px;
	background-image: url(images/tekviews_bkg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar #views a.last {
	border-bottom-style: none;
}
#sidebar #views ul a:hover {
	background-position: -200px 0px;
	color: #555555;
}
#sidebar #views ul a.current {
	color: #555555;
	background-position: right top;
	cursor: default;
}
#sidebar #contact h1 {
	background-image: url(images/contact_head.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#sidebar #contact p {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.3em;
	margin-left: 1em;
	margin-top: 2em;
	margin-bottom: 2em;
}
#sidebar #contact p a {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 2em;
	margin-bottom: 2em;
	color: #222222;
	text-decoration: none;
}
#sidebar #contact p a:hover {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 2em;
	margin-bottom: 2em;
	color: #555555;
	text-decoration: underline;
}
#sidebar #reports h1 {
	background-image: url(images/tekviews_head.gif);
	background-repeat: no-repeat;
}
#sidebar #reports a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 20px;
	line-height: 10px;
	display: block;
	padding-right: 20px;
}
#sidebar #reports a:hover {
	color: #555555;
}
#footer #nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	font-weight: normal;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 5px;
}
#footer #nav a:hover {
	color: #222222;
	text-decoration: none;
}
#footer #copyright a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
#footer #copyright a:hover {
	color: #555555;
	text-decoration: none;
}
#footer #copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 120px;
}

