/* This file contains css for elments found on every (or nearly every) page and site-wide default styles */
/* It also contains miscellaneous one-off styles that aren't siginificant enough to merit their own file */

/* Things with global scope */
body {
	font-family: "Lucida Grande",arial,sans-serif;
}

a:link, a:visited, a:active {
	color: #039;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

ul, li {
	margin-left: 7px;
	padding: 0;
}

p {
	margin-top: 2px;
	text-align: left;
}


img {
	border-width: 0px;
	text-align: left;
}

input[type="text"], select {
	background-color: #FFFFFF;
	border: 1px solid #A0ACB0;
	color: #333333;
}

h3 {
	background-image: url/assets/images/backer.png);
	background-position: center top;
	background-repeat: repeat-x;
	color: #333333;
	font-size: 9pt;
	font-weight: bolder;
	height: 25px;
	padding-left: 0;
	padding-top: 7px;
	width: 100%;
}

#pageBody {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	min-width: 990px;
	width: 990px;
}

.subheaderBlack {
	color: #111111;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 3px;
}

/* Page Header */
#siteHeader {
	margin-left: 7px;
	position: absolute;
	top: 0px;
	width: 990px;
}

#companyLogo {
	float: left;
}

#mainMenu {
	float: left;
	padding-top: 46px;
	padding-left: 20px;
}

.ITCSLink {
	float: left;
	font: bold 11px arial;
	padding-left: 2px;
	padding-top: 15px;
}

#headerRight {
	float:left;
	height:76px;
	margin-left:20px;
}

.bigPhoneNum {
	float: right;
	font: bold 15px arial;
	padding-left: 10px;
	padding-top: 13px;
}

#searchBar {
	clear: both;
	padding-top: 5px;
	text-align: center;
}

input.siteSearch {
	width: 145px;
	margin-right: 6px; /* for compatability between old site layout and new templates */
}

/* Main page body */
#content {
	margin-top: 92px;
	clear: both;
}

#contentFront {
	clear: both;
	margin-top: 92px;
	text-align: center;
}

#contentHeaderImg {
	background-image: url("/assets/images/boxTopGrey.png");
	background-repeat: no-repeat;
	height: 5px;
	max-height: 5px;
	min-height: 5px;
	width: 100%;
	min-width: 100%;
}

th {
font-weight:normal;
}

#contentBody {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	min-height: 350px;
	padding-bottom: 15px;
	width: 988px;
}

#content .hasBackground {
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 148px;
}

/* Tab Menus */
.tabMenu {
	background-image: url("/assets/images/middle.png");
	background-repeat: repeat-x;
	height: 33px;
	padding-left: 30px;
}

.menuTab {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.tabMenu a.menuLink {
	color: #7F7F7F;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	height: 28px;
	line-height: 20px;
	padding: 5px 17px 0;
	text-align: center;
}

.menuTabActive {
	background-image: url(/assets/images/selectedLeft.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.menuTabActive a.menuLink {
	background-image: url(/assets/images/selectedRight.png);
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding: 5px 17px 0;
	text-align: center;
}

.tabMenu .quickQuoteTab {
	background-image: url("/assets/images/greenTab.png");
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	min-width: 100px;
	padding-top: 5px;
	text-align: center;
	width: 100px;
}

.quickQuoteTab a.menuLink {
	color: #FFFFFF;
	display: inline;
	float: none;
	line-height: 20px;
	padding: 0px 5px 0px 0px;
	text-align: center;
}

/* Image Menu */
.imageMenu {
	border-bottom: 1px solid #CCCCCC;
	height: 39px;
	padding-left: 32px;
	padding-top: 5px;
}

.imageMenuEntry {
	float: left;
}

.imageMenuEntry img {
	vertical-align: top;
}

/* "Crumb" Menu */
.crumbMenu {
	border-bottom: 1px solid #CCCCCC;
	color: #7F7F7F;
	font-size: 10px;
	font-weight: normal;
	height: 25px;
	line-height: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	text-decoration: none;
}

.crumbMenu a, .crumbMenu div {
	float: left;
}

.crumbMenu a {
	padding-left: 5px;
	padding-right: 5px;
}

a.menuCrumbActive {
	color: #0099CC;
}

a.menuCrumb {
	color: #7F7F7F;
}

/* Page Titles */
#pageTitles {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	margin-bottom: 7px;
}

.headerLarge {
	color: #333333;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	text-align: left;
}

.headerSmall {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
}

/* Content Sections */
#primaryContent {
	margin-left: 32px;
	margin-right: 30px;
}

.contentSection {
	background-image: url("/assets/images/dot.gif");
	background-position: top left;
	background-repeat: repeat-x;
	margin-top: 10px;
	padding-top: 18px;
}

.contentSection, .faqEntry {
	clear: both;
	color: #727272;
	font-size: 9pt;
	font-weight: normal;
	line-height:18px;
}

.sectionHeader {
	color: #000000;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	/*margin-bottom: 15px;*/
}

.collapsible .sectionHeader {
	color: #0099CC;
	cursor: pointer;
}

.collapsible .sectionHeader:hover {
	text-decoration: underline;
}

.contentSection .images {
	margin-left: 825px;
	width: 105px;
}

.contentSection .images img {
	border-bottom: 7px solid #F0F0F0;
	border-left: 7px solid #F0F0F0;
	border-right: 7px solid #F0F0F0;
	height: 73px;
	padding: 2px;
	width: 87px;
}

.contentSection .images .firstImg {
	border-top: 7px solid #F0F0F0;
	margin-top: 18px;
}

.pc {
	color: #727272;
	font-family: "Arial, Helvetica, sans-serif",Arial,Sans;
	font-size: 11px;
	font-weight: normal;
	padding-left: 15px;
}

.picCaption {
	font-size: 15px;
}

.sectionExpanded .sectionHeader {
	color:#000000;
}

.sectionContent {
	float: left;
	font-size: 9pt;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 14px;
	width: 100%
}

ul.sectionLinks {
	list-style: none;
	margin: 0;
	padding: 0;
	/*padding-top: 10px;*/
}

ul.sectionLinks li {
	margin: 0;
	padding: 0;
}

/* Secondary Content */
#secondaryContent {
	display: none;
}

/* Content Footer */
#contentFooter {
	background-image: url(/assets/images/bar_lower.png);
	background-repeat: no-repeat;
	height: 35px;
}

#contentFooter a {
	display: block;
	float: left;
	padding-left: 30px;
	padding-right: 60px;
	padding-top: 5px;
}

/* Site Footer */

#siteFooter {
	margin-top: 20px;
	text-align: center;
}

#siteFooter, #siteFooter a, #siteFooter a:visited {
	color: #999999;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	font-weight: bold;
}

#siteFooter #footerImgs {
	margin-bottom: 50px;
	margin-top: 15px;
	vertical-align: top;
}

#footerImgs img {
	margin: 10px;
	vertical-align: top;
}

#copyright a, #copyright a:visited, #copyright a:active {
	color: #3680B6;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 35px;
}

/* Misc One-Offs */

.faqCategory {
	line-height: 18px;
	margin-top: 20px;
}

ul.bottomLinkList {
	background-color: #EDEDED;
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

ul.bottomLinkList li {
	display: inline;
	padding-left: 30px;
}

#trailimageid {
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 0px;
	z-index: 200;
}

