/* traditional.css
 *
 * -------------------------------
 *  Essential HTML elements
 * -------------------------------
 */

BODY, HTML {
	font-family			: 'times new roman', serif;
	color				: #000000;
}

TD, INPUT, TEXTAREA {
	font-family			: arial, sans-serif;
	font-size			: 12px;
	color				: #000000;
}

A, A:visited, A:active {
	color				: blue;
	font-weight			: bold;
	text-decoration		: underline;
}

A:hover {
	color				: #990099;
	text-decoration		: none;
}

IMG {
	border				: 0;
}



/* -------------------------------
 *  Page containers
 * -------------------------------
 */

#divPageOuter {
	padding-top			: 10px;
	padding-bottom		: 20px;
	text-align			: center;
}

#divPageInner {
	margin				: auto;
	width				: 952px;
	border				: 1px solid black;
	background-color	: white;
	min-height			: 100%;
	height				: auto !important;
	height				: 100%;
}



/* -------------------------------
 *  Top region elements
 * -------------------------------
 */

/* region container */

#divRegionTop {
	position			: relative;
	height				: 222px;
	overflow			: hidden;
}



/* subsections */

#divSectionLogo {
	width				: 180px;
	height				: 184px;
	padding				: 0px;
	overflow			: hidden;
	position			: absolute;
	top					: 1px;
	left				: 1px;
	text-align			: center;
}

#divSectionLogo .edgebox_content {
	padding				: 8px;
}



#divSectionHeader {
	width				: 769px;
	height				: 150px;
	overflow			: hidden;
	text-align			: left;
	position			: absolute;
	top					: 35px;
	right				: 1px;
}

#divSectionHeader .edgebox_bg {
	background			: white url('hdrphoto.jpg') 8px 8px no-repeat;
}

/* prevent the 'flash' effect if we're overlaying the header photo */
#divSectionHeader.photoWidgetImg .edgebox_bg {
	background-image	: none;
}


#divSectionHeader .edgeboxTraditional_content {
	padding-left		: 8px;
	padding-top			: 8px;
}



#divSectionTopNav {
	width				: 769px;
	height				: 35px;
	overflow			: hidden;
	position			: absolute;
	top					: 186px;
	right				: 1px;	
}

#divSectionTopSecondaryNav {
	width				: 586px;
	height				: 33px;
	overflow			: hidden;
	position			: absolute;
	top					: 1px;
	right				: 1px;
}



#divSectionTopFlourish1 {
	overflow			: hidden;
	position			: absolute;
	top					: 1px;
	left				: 182px;	
	width				: 182px;
	height				: 33px;
}

#divSectionTopFlourish2 {
	overflow			: hidden;
	position			: absolute;
	top					: 186px;
	left				: 1px;	
	width				: 180px;
	height				: 35px;
}




/* -------------------------------
 *  Middle region elements
 * -------------------------------
 */

/* region container */

#divRegionMiddle {
	position			: relative;
	background-repeat	: repeat-y;
	background-position	: 0 0;
	background-image	: none;
	overflow			: auto;
}

.ie6 #divRegionMiddle {
	width				: 100%;
}



/* main column */

#divColumn99 {
	background-color	: white;
}

#divColumn99 .edgebox_content {
	padding				: 35px 38px 25px;
	text-align			: left;
}



/* left nav column */

#divColumn1 {
	color				: white;
	text-align			: left;
}



/* right nav column */

#divColumn2 {
	color				: white;
	text-align			: left;
}



/* middle section endcaps */

#divSectionMiddleFooter {
	clear				: both;
}



/* -------------------------------
 *  Bottom region elements
 * -------------------------------
 */

/* region container */

#divRegionBottom {
	margin				: 1px 1px 1px 1px;
	clear				: both;
}

#divRegionBottom .edgebox {
	height				: auto;
}

#divRegionBottom .edgebox_content {
	padding				: 15px 12px 16px;
}

/* subsections */

#divSectionBottomSecondaryNav {
	display				: block;
	overflow			: hidden;
}




/* -------------------------------
 *  Images
 * -------------------------------
 */

#divSectionLogo IMG {
	display				: block;
	width				: 164px;
	height				: 168px;
}

#divSectionHeader IMG {
	display				: block;
	width				: 753px;
	height				: 134px;
}


#divFeaturePhotoWidget.photoWidgetNoImg {
	display				: none;
}

DIV.featurePhotoWidget .edgebox_bg {
	background-color	: white;
}

DIV.featurePhotoWidget .edgebox_content {
	padding				: 10px;
	text-align			: center;
}

DIV.featurePhotoWidget .edgebox_content IMG {
	display				: block;
	width				: 130px;
}



DIV.topFlourishBox .edgebox_bg {
	background-position	: center center;
	background-repeat	: no-repeat;
	background-color	: white;
	background-image	: none;
}




/* -------------------------------
 *  Menus
 * -------------------------------
 */

/* Top Nav Menu */

#divSectionTopNav {
	text-align			: center;
}

#divSectionTopNav A {
	text-decoration		: none;
}

#divSectionTopNav A:hover {
	text-decoration		: underline;
}

#divSectionTopNav UL {
	margin				: auto;
	padding				: 5px 0 0 28px;
	line-height			: 21px;
	white-space			: nowrap;
}

#divSectionTopNav UL LI {
	margin				: 0;
	display				: inline;
	float				: left;
	list-style-type		: none;
	font-family			: 'times new roman', serif;
	font-size			: 15px;
	text-transform		: uppercase;
	padding				: 2px 15px 2px 12px;
	background-repeat	: no-repeat;
	background-position	: right 7px;
	background-image	: url('primarynav_separator.gif');
}

#divSectionTopNav UL LI.navLastItem {
	background-image	: none;
}

#divSectionTopNav UL LI.selected {
	background-color	: black;
	background-image	: none;
	margin-left			: -3px;
}

#divSectionTopNav UL LI.selected A {
	color				: white;
}

#divSectionTopNav UL LI.selected A:hover {
	text-decoration		: none;
}

#divSectionTopNav UL.menuLevel1 {
	display				: none;
}

	/* Safari */

.safari #divSectionTopNav UL LI A {
	font-weight			: normal;
}




/* Top Secondary Nav */

#divSectionTopSecondaryNav {
	text-align			: right;
}

#divSectionTopSecondaryNav A {
	font-weight			: normal;
	text-decoration		: none;
}

#divSectionTopSecondaryNav A:hover {
	text-decoration		: underline;
}

#divSectionTopSecondaryNav UL {
	margin				: auto 5px;
	padding				: 5px 6px 0 0;
	line-height			: 19px;
	white-space			: nowrap;
}

#divSectionTopSecondaryNav UL LI {
	margin				: 0;
	display				: inline;
	float				: right;
	list-style-type		: none;
	font-family			: 'times new roman', serif;
	font-size			: 13px;
	text-transform		: uppercase;
	padding				: 2px 9px 2px 12px;
	background-repeat	: no-repeat;
	background-position	: left 6px;
	background-image	: url('primarynav_separator.gif');
}

#divSectionTopSecondaryNav UL LI.navLastItem {
	background-image	: none;
}

#divSectionTopSecondaryNav UL LI.selected A {
	font-weight			: bold;
}

#divSectionTopSecondaryNav UL LI.selected A:hover {
	text-decoration		: none;
}

#divSectionTopSecondaryNav UL.menuLevel1 {
	display				: none;
}



/* Left Primary Nav Menu */

#divPrimaryNavSide.emptyMenu {
	display				: none;
}

#divPrimaryNavSide .edgebox_content {
	padding				: 1px 0;	/* thwarts Firefox from collapsing margins */
}

DIV.sidebarNavWidget UL {
	text-align			: left;
	margin-top			: 5px;
	margin-right		: 18px;
	margin-left			: 10px;
	margin-bottom		: 20px;
	padding-left		: 0;
	list-style			: none;
}

DIV.sidebarNavWidget UL LI {
	font-family			: 'times new roman', sans-serif;
	font-size			: 14px;
	text-transform		: capitalize;
	margin-top			: 4px;
	padding-left		: 15px;
}

DIV.sidebarNavWidget UL LI.selected {
}

DIV.sidebarNavWidget UL A {
	font-weight			: bold;
	text-decoration		: none;
	color				: #666666;
	padding-left		: 10px;
	background-repeat	: no-repeat;
	background-position	: 0 5px;
	background-image	: none;
}

DIV.sidebarNavWidget UL A:hover {
	text-decoration		: underline;
}

DIV.sidebarNavWidget UL.menuLevel2 {
	margin-top			: 0px;
	margin-bottom		: 0px;
	margin-left			: 5px;
}

DIV.sidebarNavWidget UL.menuLevel3 {
	display				: none;
}


	/* Safari */

.safari DIV.sidebarNavWidget UL A {
	font-weight			: normal;
}




/* Left Nav Category Menu */

#divCategoryMenu .edgebox_content {
	padding				: 1px 0;	/* thwarts Firefox from collapsing margins */
}

#divCategoryMenu .widgetTitle {
	display				: none;
}

#divCategoryMenu.emptyMenu {
	height				: 20px;
}

DIV.shopCategoryWidget UL {
	text-align			: left;
	margin-top			: 25px;
	margin-right		: 18px;
	margin-left			: 18px;
	margin-bottom		: 30px;
	padding-left		: 0;
	list-style			: none;
}

DIV.shopCategoryWidget UL LI {
	font-family			: 'times new roman', sans-serif;
	font-size			: 14px;
	text-transform		: uppercase;
	margin-top			: 7px;
}

DIV.shopCategoryWidget UL LI.selected {
}

DIV.shopCategoryWidget UL A {
	font-weight			: bold;
	text-decoration		: none;
	color				: #666666;
}

DIV.shopCategoryWidget UL A:hover {
	text-decoration		: underline;
}

DIV.shopCategoryWidget A.menuLevel0 {
}

DIV.shopCategoryWidget UL UL.menuLevel1 {
	margin-top			: 0;
	margin-bottom		: 0;
	margin-left			: 3px;
	padding-left		: 3px;
}

DIV.shopCategoryWidget UL UL LI.menuLevel1 {
	margin-top			: 3px;
	text-transform		: capitalize;
}

DIV.shopCategoryWidget UL A.menuLevel1 {
	padding-left		: 12px;
	background-repeat	: no-repeat;
	background-position	: 0 7px;
	background-image	: none;
}

DIV.shopCategoryWidget UL.menuLevel2 {
	display				: none;
}


	/* Safari */

.safari DIV.shopCategoryWidget UL A {
	font-weight			: normal;
	font-size			: 13px;
}



/* Bottom Secondary Nav Menu */

#divSectionBottomSecondaryNav {
	text-align			: center;
	padding				: 2px 1px;
}

#divSectionBottomSecondaryNav UL LI A {
	font-family			: 'times new roman', serif;
	font-size			: 11px;
	font-weight			: bold;
	text-transform		: uppercase;
	text-decoration		: none;
}

#divSectionBottomSecondaryNav UL LI A:hover {
	background-color	: transparent;
	text-decoration		: underline;
}

#divSectionBottomSecondaryNav UL {
	margin				: auto;
	display				: inline;
	white-space			: nowrap;
	padding				: 0;
}

#divSectionBottomSecondaryNav UL LI {
	display				: inline;
	list-style-type		: none;
	padding				: 0 8px 0 9px;
	background-image	: url('bottomnav_separator.gif');
	background-position	: left 3px;
	background-repeat	: no-repeat;
}

#divSectionBottomSecondaryNav UL LI:first-child,
#divSectionBottomSecondaryNav UL LI.navFirstItem {
	background-image	: none;
}

#divSectionBottomSecondaryNav UL.menuLevel1 {
	display				: none;
}


/* -------------------------------
 *  Text
 * -------------------------------
 */

/* headings */

H1, H2, H3, H4, H5, H6 {
	font-family			: 'palatino linotype', 'book antiqua', 'times new roman', serif;
	margin-top 			: 0.6em;
	margin-bottom 		: 0.4em;
}

H1 { font-size: 24px; font-weight: normal; font-style: normal; }
H2 { font-size: 18px; font-weight: bold; font-style: normal; }
H3 { font-size: 16px; font-weight: bold; font-style: normal; }
H4 { font-size: 14px; font-weight: bold; font-style: normal; }
H5 { font-size: 100%; font-weight: bold; font-style: normal; }
H6 { font-size: 100%; font-weight: bold; font-style: normal; }


/* main content */

#divColumn99 {
	font-family			: verdana, arial, sans-serif;
	font-size			: 12px;
}

#divColumn99 H1 {
	margin-top			: 0.5em;
	margin-bottom		: 20px;
}

#divColumn99 H1:first-child {
	margin-top			: 0.5em;
	margin-bottom		: 20px;
}

#divColumn99 TEXTAREA, #divColumn99 INPUT {
	font-family			: arial, sans-serif;
	font-size			: 11px;
}

#divColumn99 A {
	font-weight			: bold;
}

#divColumn99 A:hover {
	background-color	: blue;
}

#divColumn99 .edgebox_bl,
#divColumn99 .edgebox_b,
#divColumn99 .edgebox_br
{
	background-image	: none !important;
}


/* footer */

#divRegionBottom {
	font-size			: 10px;
	background-color	: white;
	color				: #666666;
}

#divRegionBottom A {
	text-decoration		: underline;
	font-weight			: bold;
}

#divRegionBottom A:hover {
	text-decoration		: none;
}

#divSectionBottomContent {
	font-family			: 'times new roman', serif;
	font-weight			: bold;
	font-size			: 11pt;
	text-align			: center;
	padding				: 1px 0 2px;
}

#divSectionCopyright {
	font-family			: 'times new roman', serif;
	font-size			: 7pt;
	text-align			: center;
	padding				: 1px 0;
}

#divSectionCopyright A {
	font-weight			: normal;
}



/* -------------------------------
 *  Pagelets/Widgets
 * -------------------------------
 */

.widgetTitle {
	margin				: 13px 4px 0 6px;
	text-align			: left;
	text-transform		: uppercase;
	line-height			: 20px;
	font-size			: 14px;
	font-family			: 'times new roman', sans-serif;
	font-weight			: bold;
	padding-left		: 10px;
}

.widgetBox {
	padding				: 0;
	margin-bottom		: 1px;
}

.widgetBox .edgebox_bg {
	background-color	: white;
}

.widgetBox.lastWidgetBox {
	margin-bottom		: 0 !important;
}

.widgetBox.lastWidgetBox .edgebox_bl,
.widgetBox.lastWidgetBox .edgebox_b,
.widgetBox.lastWidgetBox .edgebox_br
{
	background-image	: none !important;
}


	/* Safari */

.safari .widgetTitle {
	font-size			: 15px;
	font-weight			: normal;
}



/* -------------------------------
 *  Shopping cart
 * -------------------------------
 */

DIV.shoppingCartWidget.cartStyleCompact {
	display				: none;
}

#divShoppingCart .edgebox_bg {
}

#divShoppingCart .edgebox_content {
	padding				: 1px 0;	/* thwarts Firefox from collapsing margins */
	text-align			: left;
	font-family			: 'times new roman', serif;
	font-size			: 11px;
	color				: #666666;
}

#divShoppingCart UL {
	text-align			: left;
	padding				: 0 0;
	margin-top			: 21px;
	margin-right		: 35px;
	margin-left			: 17px;
	margin-bottom		: 21px;
	padding-left		: 0;
	list-style			: none;
}

#divShoppingCart LI {
	line-height			: 18px;
	padding-left		: 0px;
	background-image	: none;
	background-repeat	: no-repeat;
	background-position	: 0 0;
}

#divShoppingCart A {
	font-size			: 12px;
	text-transform		: uppercase;
	letter-spacing		: 1px;
	text-decoration		: none;
}

#divShoppingCart A:hover {
	text-decoration		: underline;
}

#divShoppingCart DIV.cartTitle {
	text-align			: left;
	text-transform		: uppercase;
	line-height			: 20px;
	font-size			: 14px;
	font-family			: 'times new roman', sans-serif;
	font-weight			: bold;
}

#divShoppingCart DIV.cartItems {
	line-height			: 14px;
	margin-top			: 9px;
	margin-bottom		: 8px;
	margin-left			: 6px;
	padding				: 2px 12px 3px;
	color				: black;
	font-weight			: bold;
	border				: 1px solid black;
}

	/* Safari */

.safari #divShoppingCart A {
	font-weight			: normal;
	font-size			: 13px;
	letter-spacing		: 0;
}

.safari #divShoppingCart DIV.cartTitle {
	font-size			: 15px;
	font-weight			: normal;
}




/* -------------------------------
 *  Page Tools
 * -------------------------------
 */

DIV.pageToolsWidget.toolsStyleCompact {
	display				: none;
}

#divPageToolsWidget .edgebox_bg {
}

#divPageToolsWidget .edgebox_content {
	padding				: 1px 0;	/* thwarts Firefox from collapsing margins */
	text-align			: left;
	font-family			: 'times new roman', serif;
	font-size			: 11px;
	color				: #666666;
}

#divPageToolsWidget UL {
	text-align			: left;
	padding				: 0 0;
	margin-top			: 36px;
	margin-right		: 13px;
	margin-left			: 15px;
	margin-bottom		: 45px;
	padding-left		: 0;
	list-style			: none;
}

#divPageToolsWidget LI {
	margin-top			: 6px;
	line-height			: 18px;
	padding-left		: 0px;
}

#divPageToolsWidget A {
	font-size			: 12px;
	text-transform		: uppercase;
	letter-spacing		: 1px;
	text-decoration		: none;
}

#divPageToolsWidget A:hover {
	text-decoration		: underline;
}

	/* Safari */

.safari #divPageToolsWidget A {
	font-weight			: normal;
	font-size			: 13px;
	letter-spacing		: 0;
}



/* -------------------------------
 *  Miscellaneous
 * -------------------------------
 */

.indentItalics {
	margin-left			: 25px;
	margin-right		: 25px;
	font-style			: italic;
	padding-right		: 3px;	/* to correct for an IE scrollbar bug */
}

/* NACTA logo widget */

#divPartnerLogo {
	text-align			: center;
	margin-top			: 10px;
}

/*---------------------------*/
/* Share & subscribe buttons */
/*---------------------------*/
a:link.scShareLink, a:visited.scShareLink, a:link.scSubscribeLink, a:visited.scSubscribeLink 
{display:block;width:100px;font:bold 12px verdana;letter-spacing:0.05em;padding:5px 0 6px 30px;margin:3px auto;}

/*share colours*/
a:link.scShareLink, a:visited.scShareLink {
color:#999!important ;background:url(../../../../common/images/scShare.gif) no-repeat;text-decoration:none;}
a.scShareLink:hover{
color:#666;text-decoration:none!important ;background:url(../../../../common/images/scShare.gif) no-repeat right;text-decoration:none;}
/*subscribe colours*/
a:link.scSubscribeLink, a:visited.scSubscribeLink {
color:#999!important ;background:url(../../../../common/images/scSubscribe.gif) no-repeat left;text-decoration:none;}
a.scSubscribeLink:hover {
color:#666;text-decoration:none!important ;background:url(../../../../common/images/scSubscribe.gif) no-repeat right;text-decoration:none;