/* ============================================================
 *
 *  scmaster.css
 *
 *  Master CSS file for 3.0, containing basic definitions and
 *  styles common to all themes.  Of course, any and all of
 *  these can be overridden in a theme or theme family.
 *
 * =============================================================
 */

/* -------------------------------
 *  Essential HTML elements
 * -------------------------------
 */

HTML, BODY {
	margin				: 0;
	padding				: 0;
	font-family			: arial, sans-serif;
	font-size			: 100%;
	text-align			: center;
	height				: 100%;
}

TD, TEXTAREA, INPUT {
	font-family			: arial, sans-serif;
	font-size			: small;
}

IMG {
	border				: 0;
}

A {
	font-weight			: bold;
	color				: blue;
	text-decoration		: none;
}

A:hover {
	text-decoration		: underline;
}

/**********************
 * MISCELLANEOUS
 *********************
 */

#divBrandingLogo {
text-align:center;
margin:20px auto 0 auto;
}

/**********************
Inline images
***********************/

.scImageInlineLeft{float:left;margin:0 15px 10px 0;border:solid white 5px;}
.scImageInlineRight{float:right;margin:0 0 15px 10px;border:solid white 5px;}

/*Shoutout */
#divColumn99 #scShoutoutWidget{font-family:"Trebuchet MS" /*!important*/;float:left;margin:20px 8px 20px 8px;padding-bottom:16px;background:#fff; 
border:solid 5px #e5e3e3;}
#divColumn99 #scShoutoutWidget h1{color:#999;background:#eaeaea;text-align:center;border-bottom:solid 5px #e5e3e3;margin:0/*!important*/;padding:12px;font-family:"Trebuchet MS";font-size:30px;}
#divColumn99 #scShoutoutWidget h2, #divColumn99 .scShoutoutWidget h3, #divColumn99 .scShoutoutWidget p, #divColumn99 .scShoutoutWidget h4 
{padding:6px 20px;font-size:140%} 
#divColumn99 #scShoutoutWidget h3{margin:0 0 4px 0;}
#divColumn99 #scShoutoutWidget p {color:#666;margin:0 0 0 0;}

#divColumn2 #scShoutoutWidget{margin:8px;padding:8px;background:#fff}
#divColumn2 #scShoutoutWidget p {color:#666;margin:0 0 0 0;}


#divPartnerLogo{margin:auto;text-align:center;width:100%;}

#scPaymentOptionsWidget ul{margin:12px 0 0 0;padding: 0;list-style-type: none;text-align: center;}
#scPaymentOptionsWidget ul li {display: inline;}
#scPaymentOptionsWidget ul li a {text-decoration: none;padding: .2em 1em; color: #fff; background-color: #036;}
#scPaymentOptionsWidget ul li a:hover {color: #fff;background-color: #369;}

/* Breadcrumbs */
ul.scBreadcrumbs li{float:left;line-height:auto}

#scBraceletBuilder{clear:both; width:910px;height:698px;padding:0;margin:auto;z-index:0;position:static;}

.scFlashWidget, .headerPhotoWidget, .photoWidgetImg {}

/*------------------------------*/
/* Nested lists for the sidebar
/* The following code will hide all nested lists except for the selectedParent
/*-------------------------------*/

#divLeftSideNav ul ul{display:none;}
#divLeftSideNav ul li.selected ul {display:block;} 
#divLeftSideNav ul li.selectedParent ul{display:block;} 

/*------------------------------*/
/* News abstract cleanup
/* 
/*-------------------------------*/

.scNewsWidget dd.scAbstract{}
.scNewsWidget dd.scAbstract p
{margin:0!important ;padding:0!important;font-weight:normal;}

/*-------------------------------------------------------------------------------------------*/
/* Everything above here was pasted from scMaster.css when we detached the private themes
/* from scmaster.css This was the quickest way to keep older themes intact rather than a full cleanup
/*-------------------------------------------------------------------------------------------*/



/* ==================================================================
 * nacta2.css
 * ==================================================================
 *
 * -------------------------------
 *  Essential HTML elements
 * -------------------------------
 */

HTML, BODY {
	font-family			: helvetica, arial, helvetica, sans-serif;
	font-size			: 10pt;
}

TD, INPUT, TEXTAREA {
	font-family			: helvetica, arial, helvetica, sans-serif;
	font-size			: 10pt;
}

A {
	text-decoration		: none;
}

A:hover {
	text-decoration		: underline;
}



/* -------------------------------
 *  Page containers
 * -------------------------------
 */


#divPage {
	position			: relative;
	margin				: auto ;
	width				: 935px;
	padding				: 0;
	border				: 10px solid black;
	min-height			: 100%;
	height				: auto !important;
	height				: 100%;
	overflow			: visible;
	text-align			: left;
}


#subFooter {width:945px;margin:auto; border:solid 1px red;}


p {clear:both; padding-bottom:24px;line-height:16px}
h3 {clear:both; }

.scImageInlineLeft {float:left;}
.scImageInlineRight {float:right; }

/* -------------------------------
 *  Top region elements
 * -------------------------------
 */

/* region container */

#divRegionTop {
	position			: relative;
	height				: 211px;
}

#home #divRegionTop {
	position			: relative;
	height				: 122px;
	margin:0px 0 6px 0;
}



/* subsections */

#divSectionLogo {
	display				: block;
	width				: 935px;
	height				: 84px;
	overflow			: hidden;
	position			: absolute;
	top					: 0;
	left				: 0;
	z-index				: 0;
}

#home #divSectionLogo {
	display				: block;
	width				: 935px;
	height				: 122px;
	overflow			: hidden;
	position			: absolute;
	top					: 0;
	left				: 0;
	z-index				: 0;
}
#home #divSectionLogo img {	
width: 935px !important ; 
height: 122px !important ;}

#divSectionLogo.photoWidgetNoImg {
	background-color	: white;
}


#divSectionTopButtons {
	display				: none;
}

#divSectionTopNav {
	display				: block;
	width				: 100%;
	height				: 22px;
	overflow			: hidden;
	position			: absolute;
	top					: 64px;
	right				: 0;	
	z-index				: 4;
}

#home #divSectionTopNav {
	display				: block;
	width				: 100%;
	height				:  auto;
	overflow			: hidden;
	position			: absolute;
	top					: 106px;
	right				: 0;	
	z-index				: 4;
}

#divSectionTopFeatureNav {
	display				: block;
	width				: 100%;
	height				: 22px;
	overflow			: hidden;
	position			: absolute;
	top					: 6px;
	right				: 3px;	
	z-index				: 4;
}

#divSectionHeader {
	display				: block;
	width				: 764px;
	height				: 123px;
	overflow			: hidden;
	position			: absolute;
	top					: 88px;
	left				: 0;
}

#divFeaturePhotoWidget3 {
	display				: block;
	width				: 165px;
	height				: 123px;
	overflow			: hidden;
	position			: absolute;
	top					: 88px;
	left				: 770px;
}


/* -------------------------------
 *  Middle region elements
 * -------------------------------
 */

/* region container */

#divRegionMiddle {
	position			: relative;
	min-height			: 250px;
	background-repeat	: repeat-y;
	width				: 100%;	/* IE6 needs this */
	overflow			: hidden;
	margin-top:4px;
}


/* main column */

#divColumn99 {
}



/* left nav column */

#divColumn1 {
	text-align			: left;
	padding-bottom		: 10px;
}


/* right nav column */

#divColumn2 {
	text-align			: left;
	padding-bottom		: 25px;
}

#divColumn2 .featurePhotoWidget {
	margin-bottom		: 6px;
}

#divColumn2 #divSectionJoinWidget {
	display				: block;
	margin-bottom		: 6px;
	text-align			: center
	overflow			: hidden;
}

#divColumn2 #divSectionJoinWidget IMG {
	display				: block;
	margin				: auto;
	width				: 165px;
	height				: 66px;
}





/* region container */

#divRegionBottom {
	position			: relative;
	padding-top			: 15px;
	padding-bottom		: 15px;
	text-align			: center;
	clear				: both;
	margin-top:5px;
}

/* subsections */

#divSectionCopyright {
	display				: block;
}


/* -------------------------------
 *  Images
 * -------------------------------
 */

/*
DIV.featurePhotoWidget IMG {
	width				: 165px;
}
*/

DIV#divFeaturePhotoWidget1 IMG {
	margin-bottom		: 6px;
}

DIV#divFeaturePhotoWidget2{
	margin-bottom:8px!important ;
}

DIV#divFeaturePhotoWidget3 IMG {
	width				: 165px;
	height				: 123px;
}


/* -------------------------------
 *  Menus
 * -------------------------------
 */

/* Top Nav Menu */

#divSectionTopNav {
}

#divSectionTopNav UL {
	float				: right;
	display				: inline;
	margin				: 0;
	padding				: 0;
	padding-right		: 5px;
	display				: inline;
	white-space			: nowrap;
	overflow			: auto; 
}

#divSectionTopNav UL LI {
	float				: left;
	display				: inline;
	list-style-type		: none;
	padding				: 0;
}

#divSectionTopNav A {
	
	border-left			: 1px solid black;
	font-family			: verdana, sans-serif;
	font-size			: 11px;
	padding:2px 8px 4px 8px;
	font-weight			: normal;
	text-transform		: uppercase;
	text-decoration		: none;
	display:block;
	/*
	display				: block;
	line-height			: 14px;
	background-image	: url('spacer.gif');	/* IE needs this to stop hover jitters */
}

/*
#divSectionTopNav A:hover {
	padding-top			: 6px;
	padding-bottom		: 3px;
}
*/

#divSectionTopNav A.navFirstItem {
	border-left			: 0;
}

#divSectionTopNav UL.menuLevel1 {
	display				: none;
}



/* Top Feature Menu */

#divSectionTopFeatureNav {
}

#divSectionTopFeatureNav UL {
	float				: right;
	display				: inline;
	margin				: 0 -5px 0 0;
	padding				: 0;
	display				: inline;
	white-space			: nowrap;
	overflow			: auto;
}

#divSectionTopFeatureNav UL LI {
	float				: left;
	display				: inline;
	list-style-type		: none;
	padding				: 0;
}

#divSectionTopFeatureNav A {
	display				: block;
	font-family			: verdana;
	font-size			: 10px;
	font-weight			: bold;
	text-transform		: capitalize;
	text-decoration		: none;
	line-height:normal;
	padding:3px 6px 3px 17px;
	background-repeat	: no-repeat;
	background-position	: 1px 50%;
	margin-right:8px;
}

#divSectionTopFeatureNav A:hover {
}

#divSectionTopFeatureNav UL.menuLevel1 {
	display				: none;
}

	/* IE */



/* Left Nav Menu */

.emptyMenu {display:none}
#divLeftSideNav {
	margin-top			: 0;
	margin-bottom		: 6px;
}

#divLeftSideNav DIV.noSubmenu, 
#divLeftSideNav DIV.emptyMenu {
	display				: none;
}

/*
#divLeftSideNav DIV.sidebarNavTitle {
	display				: none;
}
*/

#divLeftSideNav UL {
	padding				: 0;
	margin				: 0;
	text-align			: left;
	list-style-type		: none;
	font-family			: arial, helvetica, sans-serif;
	font-size			: 11px;
}

#divLeftSideNav UL LI {
	padding				: 0;
	margin				: 0;
}

#divLeftSideNav UL A {
	display				: block;
	padding-right		: 8px;
	font-weight			: bold;
	color				: white;
	background-repeat	: no-repeat;
	background-image	: none;
}

#divLeftSideNav UL A:hover {
	text-decoration		: none;
	background-color	: black;
	color				: white;
}


#divLeftSideNav UL A.menuLevel0 {
	/* styled with widget headers below */
}


#divLeftSideNav UL.menuLevel1 {
	margin-top			: 6px;
	padding-bottom		: 8px;
}

#divLeftSideNav UL A.menuLevel1 {
	padding-top			: 6px;
	padding-bottom		: 7px;
	padding-left		: 27px;
	background-position	: 10px 9px;
}


#divLeftSideNav UL.menuLevel2 {
	display				: none; /* but styles are ready for use - NS */
}

#divLeftSideNav UL.menuLevel2 li a{
	margin-left			: 10px;
}

#divLeftSideNav UL A.menuLevel2 {
	padding-top			: 4px;
	padding-bottom		: 4px;
	padding-left		: 24px;
	background-position	: 10px 7px;
}

#divLeftSideNav UL li li A.menuLevel2 {
	padding-top			: 3px;
	padding-bottom		: 3px;
	font-style:italic;
}

#divLeftSideNav UL.menuLevel3 {
	display				: none;
}

	/* IE */

.ie #divLeftSideNav UL A.menuLevel1 {
	background-position	: 10px 11px;
}

.ie #divLeftSideNav UL A.menuLevel2 {
	background-position	: 10px 9px;
}


a.scSubscribeLink, a.scShareLink{
clear:both;display:block;margin:4px 0;width:100%;padding:11px 0px;
text-transform:uppercase;text-align:center;font-weight:bold;font-size:14px;}

a:hover.scShareLink, a:hover.scSubscribeLink  {text-decoration:none;}

/* Bottom Legal Nav Menu */

#divSectionBottomNav ul{list-style-type: none;text-align: center;}
#divSectionBottomNav ul li {display: inline;font-size:11px;}
#divSectionBottomNav ul li a{padding:0 9px 0 12px;}

/* -------------------------------
 *  Text
 * -------------------------------
 */

/* headings */

H1, H3, H4, H5, H6 {
	font-family			: verdana, arial, helvetica, sans-serif;
	margin-top 			: 0.5em;
	margin-bottom 		: 1.3em;
	line-height			: normal;
}

H2{
	clear:both; 
	font-family			: verdana, arial, helvetica, sans-serif;
	margin-top 			: .9em;
	margin-bottom 		: 1.3em;
	line-height			: normal;
}

H3, H4, H5, H6 {
	clear:both; 
	font-family			: verdana, arial, helvetica, sans-serif;
	margin-top 			: 1.5em;
	margin-bottom 		: 1.3em;
	line-height			: normal;
}


H1 { font-size:20px; font-weight: bold; font-style: normal; letter-spacing:0.06em}
H2 { font-size: 130%; font-weight: bold; font-style: normal; }
H3 { font-size: 120%; font-weight: bold; font-style: normal; }
H4 { font-size: 110%; font-weight: bold; font-style: normal; }
H5 { font-size: 105%; font-weight: bold; font-style: normal; }
H6 { font-size: 100%; font-weight: bold; font-style: normal; }


H1 {
	font-family			: arial, helvetica, sans-serif;
}


DIV.pageSynopsis {
	font-size			: 130%;
	margin-top			: -1.3em;
	margin-bottom 		: 1.3em;
}



/* main content */

#divColumn99 {
	font-family			: verdana, arial, helvetica, sans-serif;
	font-size			: 8pt;
	line-height: normal;
}

#divColumn99 TEXTAREA, #divColumn99 INPUT {
	font-family			: verdana, arial, helvetica, sans-serif;
	font-size			: 10pt;
}

#divColumn99 A {
	font-weight			: normal;
	text-decoration		: underline;
}

#divColumn99 A:hover {
	color				: white;
}

#divColumn99 ol {margin:0 0 20px 25px}

#divColumn99 li{padding-left:12px;}

/* footer */

#divRegionBottom {
	font-family			: verdana, arial, sans-serif;
	font-size			: 11px;
}



/* -------------------------------
 *  Forms
 * -------------------------------
 */

#divSectionStoreSelector FORM {
	padding				: 10px 11px 3px;
	border-top			: 1px solid black;
}

#divSectionStoreSelector SELECT {
	height				: 19px;
	width				: 138px;
	border				: 1px solid black;
	margin-bottom		: 6px;
	font-size			: 12px;
}

	/* browser variations */

.gecko #divSectionStoreSelector SELECT {
	height				: 16px;
}




/* -------------------------------
 *  Widget Headers (shared style)
 * -------------------------------
 */

#divLeftSideNav UL A.menuLevel0, .widgetTitle {
	padding-top			: 7px;
	padding-bottom		: 7px;
	padding-left		: 12px;
	padding-right		: 8px;
	font-size			: 12px;
	font-weight			: bold;
	text-align			: left;
	text-transform		: capitalize;
	letter-spacing		: 1px;
}


/* -------------------------------
 *  Miscellaneous
 * -------------------------------
 */

#divColumn99 .indentItalics {
	margin-left			: 25px;
	margin-right		: 25px;
	font-style			: italic;
}



/* NACTA logo widget */

#divPartnerLogo {
	text-align			: center;
	margin-top			: 10px;
}

/* Powered by Site Caddy logo widget */

#divBrandingLogo {
	text-align			: center;
	margin-top			: 10px;
}


/* content tables */

TABLE.contentTable { 
	empty-cells			: show;
	border-collapse		: collapse;
	border-spacing		: 0px;
}

TABLE.contentTable th {
	font-family			: arial, sans-serif;
	color				: white;
	font-size			: 14px;
	font-weight			: bold;
	background-color	: black;
	text-align			: left;
	line-height			: 130%;
	padding		: 5px;
	border				: solid 1px black;
}

TABLE.contentTable td { 
	padding				: 6px 5px; 
	border				: solid 1px black;
	vertical-align		: top;
	font-size			: 12px;
}

TABLE.contentTable tr.rowLight		{}
TABLE.contentTable tr.rowDark		{}

TABLE.contentTable td.cellWhite		{}
TABLE.contentTable td.cellYellow	{}
TABLE.contentTable td.cellPink		{}


/* layout tables */

TABLE.layoutTable { 
	empty-cells			: show;
	border-collapse		: collapse;
	border-spacing		: 0px;
}

TABLE.layoutTable th {
	font-family			: arial, sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	text-align			: left;
	line-height			: 130%;
	padding				: 5px;
}

TABLE.layoutTable td { 
	padding				: 6px 5px; 
	vertical-align		: top;
	font-size			: 12px;
}



/* 
	BEGIN: styles copied over from old celtic buyers site
*/

	.containerShop {
		width: 100%;
		margin-bottom: 20px;
		padding: 10px 0px 10px 0px;
		border-top: solid 1px #CCCCCC; 
	}
	
	.divShopTitle {
		margin-bottom: 10px; 
	}	
   
	.divShopInfo {
	}	

	.containerDirectory {
		margin-bottom: 20px;
	}
	.divDirectoryTitle {
		margin-bottom: 10px; 
		border-bottom: solid 1px #CCCCCC; 
		font-weight: bold;
	}	
	.divDirectoryInfo {
	}	

	.containerVendor {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: solid 1px #CCCCCC; 
	}
	
	.divVendorTitle {
		margin-bottom: 10px; 
	}	
   
	.divVendorInfo {
	}	

/* 
	END: styles copied over from old celtic buyers site
*/




/**************************
form
**************************/

form.scForm, form.emailForm{float:left;padding:2px!important ;margin:0 auto 30px auto;font-family:tahoma;}
fieldset {margin:8px 0;}
label {float:left;width:30%;margin:2px 0 0px 0;line-height:24px;padding:0 0 0 5px;display:block;margin-left:0px;} /* left labels */
input.textField, input.fieldText, form.scForm select, form.emailForm select{float:right;width:60%;display:block;height:20px;margin:2px 0;padding:4px 0 0 4px;} /* right boxes */

form.scForm select, form.emailForm select {height:30px !important ;}

label#message, label.message, #message, form.emailForm textarea, form.scForm textarea{width:97.5%;margin-right:-3px;} /*Message area*/
textarea{font-size:14px;padding:6px;font-family:tahoma, arial, sans-serif;} /*Message area*/

input.submit {clear:both;width:145px;margin:0px 10px 0 0px;border:none;
color:#fff;font-weight:bold;font-style:italic;font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;font-size:16px;display:inline!important; 
padding:6px 0px 8px 2px; height:39px;
}

form.scForm h3 {margin:20px 0 0 4px;padding-top:20px;border-top:1px solid #ccc;}
form.scForm h3.scFirstItem {margin:10px 0 0 4px;}

.scShareWidget {margin-bottom:12px;}
a:link.scShareLink, a:visited.scShareLink, a:link.scSubscribeLink, a:visited.scSubscribeLink{
clear:both;text-transform:uppercase;display:block;width:100%;
font:bold italic 11px "Trebuchet MS";text-align:center;
padding:13px 0px; letter-spacing:0.2em;}

/*Buttons*/
p.button {float:left;font-size:95%;padding:0px 4px 0px 0px;line-height:18px;display:block;margin:0 0 6px -2px;}
p.button a:link, p.button a:visited{
font-family:"Trebuchet MS";font-size:15px;font-weight:bold;
display:block;
margin:0 0px 0 0px;
text-decoration:none!important 
} 
/*list of buttons*/
ul.buttons {list-style:none; float:left;margin:0 0px 12px 0px!important; padding:0 !important;}	
ul.buttons li {list-style:none;font-size:95%;margin:0 0 3px 0;padding:0px 4px 0px 0px !important;line-height:18px;}
ul.buttons li a:link, ul.buttons li a:visited{font-family:"Trebuchet MS";font-size:15px;font-weight:bold;
display:block;
text-decoration:none!important 
} 	
ul.scBreadcrumbs li{float:left;line-height:auto}

p.button a:link, p.button a:visited, ul.buttons li a:link, ul.buttons li a:visited{padding:6px 36px 7px 14px;} 
/**************************
Shoutout Widget
**************************/
#scShoutoutWidget{margin:0 0 6px 0!important;padding:0 !important;min-height:170px;background:#fff}
#home #scShoutoutWidget{min-height:170px;}
#scShoutoutWidget h1{margin:0;padding:4px;text-align:center}
#scShoutoutWidget p {color:#666;margin:0 0 0 0;padding:8px 6px;}

/**************************
News & events definition lists
**************************/

.scNewsWidget, .scEventsWidget{float:left;margin-bottom:6px;padding:0 12px;width:140px}
.scNewsWidget h2, .scEventsWidget h2{font-family:Arial;font-weight:normal;font-size:120%;
text-transform:uppercase;padding:14px 0px 0px 0px;margin:0;}

#home .scNewsWidget{margin-bottom:0px;width:150px;min-height:390px;}

.scNewsWidget h2 a, .scEventsWidget h2 a{text-decoration:none;}

dl{font-size:90%;font-family:Verdana;
padding:0px 0 10px 0;margin:0;}
dl a{text-decoration:none !important ;}
dt{font-size:92%;line-height:12px;margin:0px;padding:8px 0 8px 0}
dt a{font-weight:bold !important ;}
dd{font-size:80%;margin:0px;padding:0 0 8px 0;}
.scMore {font-weight:bold !important;font-size:14px;padding-right:12px}
.scMore a:link, .scMore a:visited {font-weight:bold;}

#divSectionFlash {float:left;margin:0px 0 0 5px;}

.scContactWidget {margin-bottom:6px;}
.scDivider {margin:0 4px;}

/**************************
Events pagelet
**************************/

.scEventsPagelet {float:left;margin-bottom:6px;padding:0 12px;width:520px;font-size:110%;line-height:16px;}
.scEventsPagelet h2, .scEventsPagelet h2{}
.scEventsPagelet a:link,.scEventsPagelet a:visited {font-weight:bold!important;display:block
;padding:9px 0 16px 0;border-bottom:solid 2px #ac9e4c}

.scEventsPagelet a:hover {text-decoration:underline!important }

/* ----------------------------------------- */
.cta h3 {text-align:center;font-size:15px;padding:12px;margin:0;color:#20364b;background:#9bc203 url(widgetButton.gif) repeat-x left bottom;}
.cta {width:31%;float:left;margin:12px 12px 0 0;background:#fff}
.ctabody {padding:0px 12px;}
.last.cta {margin-right:0px;}
.ctaFooter{background:#c5c5a9;display:block;text-align:center;padding:12px;font-size:13px;}
.ctaFooter a:link,.ctaFooter a:visited {font-weight:bold!important;background:#c5c5a9 url(ctaArrow.gif) no-repeat right 50%;padding-right:12px;text-decoration:none !important ;}
.ctaFooter a:hover {text-decoration:none !important;background:#c5c5a9 url(ctaArrowOver.gif) no-repeat right 50% !important }


