/* ------------------------------------------------------------------------------------ */
/* STYLES																	
/* ------------------------------------------------------------------------------------ */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #262626;
}
form {
	margin: 0px;
	padding: 0px;
}
input[type='text'], select {
	font-size: 11px;
	color: #6d6f71;
	background-image: url(../images/bg-form-fade.gif);
	background-repeat: repeat-x;
	border: 1px solid #b4b4b4;
}
input[type='submit'] {
	font-size: 11px;
	color: #6d6f71;
	background-image: url(../images/bg-form-fade.gif);
	background-repeat: repeat-x;
	border: 1px solid #b4b4b4;
}
input[type='password'] {
	font-size: 11px;
	color: #6d6f71;
	background-image: url(../images/bg-form-fade.gif);
	background-repeat: repeat-x;
	border: 1px solid #b4b4b4;
}

input {
	padding-left: 4px;
}
.input[type='checkbox']
{
	border: 0px;
	background-image: none;
}
p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
ul {
	padding: 0px 0px 12px 0px;
	margin: 0px;
}
li {
	padding: 0px;
	margin: 0px;
}
hr {
	color: #CCCCCC; 
	background-color: #CCCCCC; 
	height: 1px; 
	border: 0px;
}


/* ------------------------------------------------------------------------------------ */
/* HEADING TAGS (SUBSTITUTES FOR FLASH TITLES IF UNAVAILABLE)																	
/* ------------------------------------------------------------------------------------ */
h1 {
	padding: 0px 6px 8px 0px;	
	margin: 0px;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	letter-spacing: .1em;
}
h2 {
	padding: 0px 6px 0px 0px;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	letter-spacing: .1em;
}
.moreSpecs
{
	padding: 0px 0px 8px 0px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	letter-spacing: .1em;
}
h1 a:link { 
	color: #3a72c5;
	text-decoration: none;
}
h1 a:visited { 
	color: #47648f;
	text-decoration: none;
}
h1 a:hover { 
	color: #c6102a;
	text-decoration: none;
}
h1 a:active { 
	color: #3a72c5;
	text-decoration: none;
}
h2 a:link { 
	color: #3a72c5;
	text-decoration: none;
}
h2 a:visited { 
	color: #47648f;
	text-decoration: none;
}
h2 a:hover { 
	color: #c6102a;
	text-decoration: none;
}
h2 a:active { 
	color: #3a72c5;
	text-decoration: none;
}


/* ------------------------------------------------------------------------------------ */
/* MAIN PAGE CONTAINERS												
/* ------------------------------------------------------------------------------------ */
#pageContainer {
	margin: 0px auto;
	width: 976px;
	overflow: hidden;
}
.logoContainer {
	margin: 0px auto;
	width: 430px;
	height: 64px;
}
.contentContainer {
	width: 974px;
	border: 1px solid #9e9e9e;
}
.navContainer {
	width: 974px;
	border-left: 1px solid #9e9e9e;
	border-right: 1px solid #9e9e9e;
	height: 27px;
	background-color: #000000;
}
.navListContainer {
	margin: 0px auto;
	/* width: 834px; */
	width: 840px;
}
.footerContainer {
	width: 960px;
	overflow: hidden;
	text-align: center;
	color: #c9c9c9;
	font-size: 10px; 
	margin: 0px auto;
	padding-bottom: 20px;
}
.footerContainer a:link { 
	color: #c9c9c9;
	text-decoration: none;
}
.footerContainer a:visited { 
	color: #c9c9c9;
	text-decoration: none;
}
.footerContainer a:hover { 
	color: #000000;
	text-decoration: none;
}
.footerContainer a:active { 
	color: #c9c9c9;
	text-decoration: none;
}


/* ------------------------------------------------------------------------------------ */
/* HOMEPAGE SPECIFIC GROUPINGS										
/* ------------------------------------------------------------------------------------ */
.homePadding {
	padding: 6px;
	width: 962px;
}
.featureGroup {
	background-image: url(../images/home-feature-fade.jpg);
	background-repeat: repeat-x; 
	min-height: 160px;
	width: 962px;
	/* overflow: hidden; */
	font-size: 11px;
}
.featureGroup ul { 
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
	line-height: 18px;
	list-style-type: none;
}
.featureGroup li { 
	background-image: url(../images/bullet-black.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
.featureItem {
	float: left;
}
.featureItem a:link { 
	/* color: #434343; */
	text-decoration: none;
}
.featureItem a:visited { 
	/* color: #434343; */
	text-decoration: none;
}
.featureItem a:hover { 
	/* color: #c6102a; */
	text-decoration: none;
}
.featureItem a:active { 
	/* color: #434343; */
	text-decoration: none;
}
.subText {
	font-size: 10px;
	color: #CCCCCC;
}


/* ------------------------------------------------------------------------------------ */
/* SECOND LEVEL TOP THIN BANNER	 FOR BREADCRUMB AND LITTLE PICTURE						
/* ------------------------------------------------------------------------------------ */
.thinBanner {
	width: 974px;
	height: 19px;
	overflow: hidden;
}
.breadCrumb {
	padding: 3px 0px 0px 14px;
	font-size: 10px;
	float: left;
	width: 550px;
	color: #666666;
}
.picTop {
	width: 410px;
	height: 19px;
	float: left;
}


/* ------------------------------------------------------------------------------------ */
/* SECOND LEVEL COLUMNS								
/* ------------------------------------------------------------------------------------ */
.columnTitle {
	padding: 0px 20px 0px 0px;
	float: left;
	width: 544px;
	overflow: hidden;
	height: 110px;
}
.columnLeftDetail{
	padding: 0px 20px 10px 12px;
	float: left;
	width: 532px;
	overflow: visible;
	min-height: 200px;
}
.columnPicture {
	width: 410px;
	float: left;
	overflow: hidden;
	height: 110px;
}
.columnPictureLarge {
	width: 410px;
	float: right;	
	overflow: hidden;
	height: 450px;
}
.columnLeft {
	padding: 0px 20px 10px 12px;
	float: left;
	width: 532px;
	overflow: hidden;
}
.columnLeft ul { 
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
	line-height: 18px;
	list-style-type: none;
}
.columnLeft li { 
	background-image: url(../images/bullet-black.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
.columnRight {
	padding: 0px 0px 10px 0px;
	width: 398px;
	float: left;
	overflow: hidden;
}
.columnRight ul { 
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
	line-height: 18px;
	list-style-type: none;
}
.columnRight li { 
	background-image: url(../images/bullet-black.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
.bodyCol {
	width: 950px;
	overflow: hidden;
	padding: 0px 12px 0px 12px;
}
.bodyCol ul { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
	line-height: 18px;
	list-style-type: none;
}
.bodyCol li { 
	background-image: url(../images/bullet-black.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
.searchCol {
	width: 950px;
	overflow: hidden;
	padding: 0px 12px 0px 12px;
}
.searchCol ul { 
	padding: 0px;
	margin: 0px;
	line-height: 16px;
	list-style-type: none;
}
.searchCol li { 
	margin: 0px;
	padding: 0px;
}
.checkList ul {
  float: left;
  width: 500px;
  margin: 0;
  padding: 0;
  list-style-type: none;
} 
.checkList li {
  float: left;
  width: 250px;
  margin: 0;
  padding: 4px 0 0 16px;
  list-style-type: none;
}
.checkList input {
	margin:4px 4px 0 0;
}
.results ul {
	list-style-type:none;
	padding:2px 0 0 24px;
	font-size:.8em;
	color:#a5a5a5;
	margin:-10px 0 0 0;
	color:#a5a5a5;
	font-size:0.8em;
	line-height:14px;
}
.favorites ul {
	list-style-type:none;
	padding:2px 0 0 0;
	font-size:.8em;
	color:#a5a5a5;
	margin:-10px 0 0 0;
	color:#a5a5a5;
	font-size:0.8em;
	line-height:14px;
}
.resultItem 
{
	float: left;
	width: 114px;
}
.addtoFavs {
	float: left;
	text-align: right;
	padding: 0px 0px 16px 0px;
}
.columnItem 
{	
	float: left;
	width: 266px;
}
.dataIndent {
	text-indent:18px;
}
.blue {
	color:#3a72c5;
}
.light {
	color:#a5a5a5;
	font-size:0.8em;
	line-height:14px;
}
.catSubItems
{
	width: 170px;
	float: left;	
}
.collections_popupImages a:hover
{
	cursor: default;
}
.resultsImages a:hover
{
	cursor: auto;
}


/* ------------------------------------------------------------------------------------ */
/* IN THE NEWS					
/* ------------------------------------------------------------------------------------ */
.newsItem {
	/*
	border: 1px solid #a6a6a6;
	padding: 10px;
	*/
}
.newsRow {
	
}


/* ------------------------------------------------------------------------------------ */
/* SEARCH PAGE FEATURES AND TEXT						
/* ------------------------------------------------------------------------------------ */
.infoText {
	font-size: 10px;
}
.selectAllBg {
	padding: 11px 0px 0px 0px;
	background-image: url(../images/bg-button-bar.jpg);
	background-repeat: no-repeat;
	height: 32px;
}


/* ------------------------------------------------------------------------------------ */
/* FAQ ITEMS					
/* ------------------------------------------------------------------------------------ */
.faqItem {
	border:1px solid #a6a6a6;
	padding: 16px;
	background-color: #EEEEEE;
}

/* ------------------------------------------------------------------------------------ */
/* SECOND PAGE TITLE AND TINY LINKS UNDER THE TITLE								
/* ------------------------------------------------------------------------------------ */
.pageTitle {
	width: 544px;
	background-image: url(../images/bg-fade-bar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 16px;
}
.titleLinkLeft {
	float: left;
	width: 232px;
	overflow: hidden;
	font-size: 10px;
	padding: 0px 0px 20px 12px;
}
.titleLinkRight {
	float: left;
	width: 300px;
	overflow: hidden;
	font-size: 10px;
	text-align: right;
	padding: 0px 0px 20px 0px;
}
.titleLinkFull 
{
	float: left;	
	overflow: hidden;
	font-size: 10px;
	padding: 0px 0px 20px 12px;
}


/* ------------------------------------------------------------------------------------ */
/* SECOND LEVEL ITEMS									
/* ------------------------------------------------------------------------------------ */
#homeSidePanel ul { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
	line-height: 16px;
	list-style-type: none;
}
#homeSidePanel li { 
	background-image: url(../images/bullet-red-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

#bannerQuote a:link { 
	color: #FFFFFF;
	text-decoration: none;
}
#bannerQuote a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}
#bannerQuote a:hover { 
	color: #bce21b;
	text-decoration: none;
}
#bannerQuote a:active { 
	color: #FFFFFF;
	text-decoration: none;
}
/* ------------------------------------------------------------------------------------ */
/* LOCATOR					
/* ------------------------------------------------------------------------------------ */
.locateBox {
	border-left:1px solid #a6a6a6;
	background-image:url(../images/locator_bg.jpg);
	background-repeat: no-repeat;
	min-height: 556px;
}
.columnRightLocate {
	padding: 0px 0px 10px 0px;
	width: 409px;
	float: left;
	overflow: hidden;
}
.locateHeader {
	height:29px;
	padding:10px 0 0 20px;
}
.locateBody {
	padding:10px 0 0 20px;
	line-height:14px;
	font-size:0.9em;
}
.locateItem {
	padding: 0px 0px 10px 0px;
}

/* ------------------------------------------------------------------------------------ */
/* LINKS																
/* ------------------------------------------------------------------------------------ */
a:link {
	color: #3a72c5;
}
a:visited {
	color: #47648f;
}
a:hover {
	color: #c6102a;
}
a:active {
	color: #3a72c5;
}

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
