
/*************************
		LEFT COLUMN
*************************/
#columnLeft	{
	float: left;
	width: 603px;
	display: inline;
	font-size:12px;
	color: #666666;
}

#columnLeft h1 {
	font-size:16px;
	margin: 10px 0 10px 0;
}

#columnLeft h2 {
	font-size: 12px;
	margin-top:10px;
}

#columnLeft .content {
	margin: 0 10px 0 33px;
	float: left;
	width: 560px;
	display: inline; /* ie6 margin fix */
}

#columnLeft .contentfq {
	margin: 0 10px 0 20px;
	float: left;
	width: 582px;
	display: inline; /* ie6 margin fix */
}

#columnLeft .contentfq p {
	margin: 10px;
}
#columnLeft .content p {
	margin: 0 0 10px 0;
}

#columnLeft td {
	padding: 5px;
}

.quoteTable td {
	padding: 0px !important;
}

/** SUB NAVIGATION **/
.subLinkNav {
	margin: 0 0 20px 0;
	width: 200px;
}

.subLinkNav a {
	display: block;
	padding: 1px 5px 1px 15px;
	background: url(/images/arrow.jpg) left 3px no-repeat;
}

.subLinkNav a:hover {
	color: #000;
}

/** PHOTO AND CAPTION **/
.photo {
	border: 1px solid #999;
	padding: 3px;
	text-align: center;
}

.photo p {
	margin: 4px 0 0 0 !important;
	font-size: 10px;
	color: #000;
	text-align: left;
}

/** BREAD CRUMBS **/
.breadCrumbs {
	border-bottom: 1px solid #CCC;
	padding: 0 5px 5px 5px;
	margin: 0 0 10px 0;
}

/**** SEARCH RESULTS ****/
#searchResults {
	width: 700px;
	height: 1000px;
	border: none;
}

/** SITEMAP **/
.sitemap {
	margin: 0 0 20px 80px;
}

.sitemap li {
	padding: 3px 0;
	margin-left: 25px;
	font-size: 14px;
	font-weight: bold;
}

.sitemap li li {  }
.sitemap li li li { font-size: 12px; font-weight: normal; }
.sitemap li li li li {  }

.sitemap a {
	text-decoration: none;
	color: #023591;
}

.sitemap a:hover {
	color: #000;
	text-decoration: underline;
}

/*************************
		CTA
*************************/
#ctaHolder {
	width: 582px;
	font-size: 11px;
}

#ctaHolder td {
	padding: 0px !important;
}

.cta {
	width: 194px;
	height: 152px;
	/*float: left;*/
	position: relative;
}

.cta_contentHolder {
	position: absolute;
	width: 194px;
	height: 154px;
	top: 0px;
	left: 0px;
}
/*
#ctaHolder {
	float: left;
	width: 582px;
	border: 1px solid #000;
	margin-left: 21px;
	display: inline; 
	font-size: 11px;
	clear: both; 
}

.cta {
	width: 194px;
	height: 152px;
		background: url(/images/cta_bottom.jpg) left bottom no-repeat;
	float: left;
	position: relative;
}

.cta_contentHolder {
	position: absolute;
	width: 194px;
	height: 154px;
	top: 0px;
	left: 0px;
}*/

.cta h1 {
	background-position: left top;
	background-repeat: no-repeat;
	height: 48px;
	font-size: 14px !important;
	overflow: hidden;
	margin: 0px !important;
}
/*.cta.contact h1		{ background-image: url(/images/cta_contact.jpg); }
.cta.requestInfo h1 { background-image: url(/images/cta_requestInfo.jpg); }
.cta.signup h1		{ background-image: url(/images/cta_signup.jpg); }*/

.cta h1 span {
	display: block;
	margin-top: 12px;
}
.cta.contact h1 span 		{ margin-left: 55px; }
.cta.requestInfo h1 span 	{ margin-left: 45px; }
.cta.signup h1 span 		{ margin-left: 43px; }

.cta p {
	padding: 5px 13px;
}

.cta .cta_more {
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
.cta a:hover.cta_more {
	text-decoration: underline;
}

/**** FRQUENTLY ASKED QUESTION ****/
#faqQuestions h1 {
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 5px;
}

#faqQuestions h2 {
	cursor: pointer;
	background: url(/images/toggle_plus.gif) 6px 6px no-repeat;
	padding: 3px 3px 3px 20px;
	margin: 0px;
}

#faqQuestions h2.selected {
	background-image: url(/images/toggle_minus.gif);
	background-color: #EEE;
}

#faqQuestions h3 {
	margin: 0 0 2px 0;
	font-size: 12px;
}

.faqAnswer {
	margin: 5px 20px 20px 25px;
	border-bottom: 1px solid #CCC;
	padding: 0 0 0 5px;
}



/**** TABS ****/
#toggleTab {
	padding: 0 0 0 200px;
}

#toggleTab a {
	display: block;
	float: left;
	padding: 3px 10px;
	text-decoration: none;
	color: #666;
	background-color: #EEE;
	outline: none;
	border-bottom: 1px solid #999;
}

#toggleTab a.left {
	border-right: 1px solid #FFF;
}

#toggleTab a.selected {
	background-color: #0A2F80;
	color: #FFF;
}

.tabs {
	clear: left;
}



/**** GRAY RESOURCE BOX ****/
.resource {
	width: 245px;
	border-bottom: 2px solid #CCC;
	margin: 0 0px 10px 0;
	padding: 5px 0px;
}

.resource h2 {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #EEE;
}

.row {
	float: left;
}