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

body {
	min-width: 975px;
	
	background-position: left 100px;
}

#header {
	height: 100px;
	overflow: hidden;
}

#logo a{
	background-image: url(../images/home-logo.png);
	width: 375px;
	
}

#webmail img {
	float: right;
}

#webmail form {
	width: auto;
}


#leftnav ul {
	list-style: none;
	margin: 0px;
}

#leftnav li {
	background-image:url(../images/left-nav.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px;
}

#leftnav ul li a {
	margin-left: 15px;
	padding: 1px;
}

#leftnav .heading {
	font-weight: 700;
	padding-top: 15px;
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 6px;
}

.error {
	padding: .7em;
}

.login-note {
	font-size: .8em;
	padding-left: 10px;
}

.download-box {
	margin: 0px auto 30px;
	width: 300px;
}



.second-level-tabs {
	position: relative;
	padding-left: 15px;
	margin-top: 40px;
	width: auto;
	z-index: 300;

}

.second-level-tabs ul {
	list-style:none; 
}

.second-level-tabs ul li a{
	
	display: block;
	float: left;
	border: 1px solid #666666;
	padding: 3px 4px 0px 4px;
	margin-left: 5px;
	background-color: #F5EEE2;
	height: 25px;
	
}


.second-level-tabs a:hover {
	background-color:#eee;
	
}

.second-level-tabs .current a{
	background-color:#fff;
}



.vertical {
	padding-left: 0px;
	padding-top: 30px;
	
}

.vertical ul {
	padding: 0px;
	margin: 0px;
	margin-left:20px;
	width: 110px;
}

.vertical ul li a{
	float: none;
	width: 95px;
	height: 24px;
	margin: 0px;
	border-bottom: 0px;
	
}

.vertical .current a{
	border-bottom: 0px;
	border-right: 1px solid #fff;
	background-color:#fff;
	
}

.vertical .last a{
	border-bottom: 1px solid #666;

}

.horizontal {
	top: 1px;
}

.horizontal ul li a {
	float: left;
	border-bottom: 0px;
}

.horizontal .current a{
	border-bottom: 1px solid #fff;
}

.horizontal + .interior {
	margin-top: 60px;
}

#ltb-container {
  padding-left: 130px;   /* LC width */
}


#left-tabbed-box {
  width: 100%;
}

#left-tabbed-box .interior {
	margin-left: 0px;
	min-height: 300px;
}

#left-tabs {
  width: 130px;  /* LC width */
  margin-left: -100%; 
  right: 130px; 
}


	



.faq div + div {
	margin-right: 2em;
	margin-left: 4em;
	border: 1px solid #bbb;
	background: #ddd;
	padding: 8px;
}


.faq div {
	margin: 20px 0px;
	vertical-align: middle;
	
}

.faq div:first-letter {
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px;
	margin-right: .5em;
	display: block;
	clear: both;
	margin-top: 2px;
}

.sidebar-ad {
	width: 160px;
	height: 600px;
}

/* google search bar */

.search-bar {
	padding-bottom: 20px;
	margin: 0px auto;
	width: 100%;
}

.search-bar img {
	width: 175px;
}

.search-bar div {
	text-align: center;
}

.search-bar input[type=text] {
	height: 25px;
	font-size: 17px;
	padding-left: 5px;
}

.search-bar input[type=submit] {
	height: 25px;
	padding: 10px;
	vertical-align: top;
}

.search-bar {
	padding-left: 10px;
	float: left;
}

#cse-search-results {
	margin: 0px auto;
	width: 800px;
}

.make-us {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	
}

#weather-widget {
	text-align: center;
	margin-bottom: 15px;
}

/* news feeds */

.tabbed-box {
	margin-top: -40px;
}

.tabbed-content {
	padding: 10px;
	margin: 10px;
	background: #fff;
	border: solid 1px #999999;
	z-index: 200;
	position: relative;
	clear: both;
	overflow: auto;
}

.rss-desc {
	padding: 0px;
}


.lh a {
	font-size: 1.3em;
}

.lh font {
	font-size: 1em;
}

.lh font a {
	font-size: 1em;
}

.lh nobr {
	padding-left: 10px;
}

.rss-feed tbody {
	background-color:#F2F9FD;
	
}

.j font div {
	display: none;
}

.j font div + div {
	display: block;
	margin-top: -15px;
}

/*contact us*/

#contact-us-image {
	background-image:url(../images/support_small.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 500px;
}

/* search results */

.interior.search-page {
	max-width: 810px;
	margin: 0px auto;
}

.search-bar-back {
	float: left;
	margin: 15px;
	
	border: 1px solid #999;
}

.search-bar-back a {
	display: block;
	padding: 3px;
	background-color:#FFA448;
	border: 2px solid #FDD597;
	color: #fff;
	font-weight: bold;
}

/*report */

.comments label{
}

label {

	vertical-align:top;
	width: 150px;
	text-align: right;
	display: inline-block;
	padding-right: 20px;
}

.report-action {
	padding-left: 20px;
}

.report-action label{
	text-align: left;
	width: 200px;
	position: relative;
	top: -2px;
}