/* ----- Site Wide Settings -------- */
body {margin:0; text-align:center; background: #fff url(../images/pageelements/bg.jpg) center top;}

html, body, p, td, div, a, input, li, em {FONT: 11px verdana, arial, helvetica, tahoma, sans-serif; COLOR: #7A490D;}

em {font-style:italic}
	
#wrapper {
	width:890px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	}
	
#column1 {
	width:251px;
	padding:0px;
	float:left;
	}

#column2 {
	width:531px;
	padding:0px;
	float:left;
	background: url(../images/pageelements/body-bg.jpg);
	}

#content {
	min-height:667px;
	height:auto !important;
	height:667px; 
	background: url(../images/pageelements/body-bg.jpg)
	}

#column3 {
	width:108px;
	padding:0px;
	float:left;
	}
	
#bottom {clear:both}

#footer {text-align:center; margin:10px 0} 

.bold {font-weight:bold}
.italic {font-style:italic; font-weight:bold}
.smalltext {font-size:9px}
.lg_title {margin-bottom:5px; display:block}

H1 {
	FONT-FAMILY: Georgia,Times,serif;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 20pt;  
	Color:#AC4908;
}
H2 {
	PADDING: 0px; 
	DISPLAY: block; 
	MARGIN: 0px;  
	FONT-FAMILY: Georgia,Times,serif;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px;
	color: #555;
}
H3 {
	PADDING-right: 5px; 
	MARGIN: 0px;  
	FONT-FAMILY: Georgia,Times,serif;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px;
	font-weight:bold;
	color: #555;
	display:inline;
	line-height:2em;
}
H4 {
	DISPLAY: block; 
	MARGIN: 0px;  
	FONT-FAMILY: Georgia,Times,serif;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 3px; 
}
H5 {
	Display: block; 
	Margin:0px; 
	Padding:0px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	color: #555;
}

/* links */
A:link {text-decoration: none; color:#C65A11;}
A:visited {	text-decoration: none; color:#666} 
A:hover {text-decoration:none; color: #cc0000}

/* menus */
div#menubox {background:url(../images/pageelements/menu.jpg) top left no-repeat; height:500px}
.menu {display:block; margin:0 0 0 27px; padding:0}
a.menu img {border:0}

/* This is the default font for the entire page body */
.mainpage {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* This is a smaller text used for the wishlist, etc. */
.smalltext {
	font-size : 9px;
}

/* Style for page breaks when printing */
P.pageEnd {page-break-before: always}

/* ----- PAGE SECTIONS & HEADERS -----*/
/* Header is a large separating bar used in page layout */
/* Sections are used for output areas */
.header {
	BACKGROUND-COLOR: #828A92;
	FONT-SIZE: 14px;
	color : White;
	font-weight : bolder;
}
.section_title {
	font-size: 12px;
	font-weight: bold;
	color : Maroon;
}


HR.thickline {
	size: 1;
	height: 2px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0;
}
HR.thinline {
	size: 1;
	height : 1px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0;
}



/*  Calendar  */
a.navmonth {color:#fff}
.day-current { background-color: #ffffcc; }
.day-event { background-color: #CEDBEF; }
.event { border-top: 2px solid #CCCCCC; margin-top: 2px; padding-bottom: 3px; padding-left: 10px; padding-top: 3px; width: 100%; }
.headerCal { background: #394D63; color: #FFFFFF; font-size: .95 em; font-weight: bold; text-align: center; }
.miniday-basic { background-color: #EFEFEF; font-size: .75 em; }
.minisubheader { background-color: #CEDBEF; font-size: .75 em; font-weight: bold; text-align: center; }
.minititle { font-weight: bold; text-align: center; }
.newsheader { background-color: #CEDBEF; font-size: .8 em; font-weight: bold; padding-bottom: 3px; padding-top: 3px; text-align: center; }
.newslist { list-style-type: square; margin-bottom: 0px; margin-left: 1em; margin-top: 0px; padding-left: 1em; }
.newstools, .day-basic { background-color: #EFEFEF; }
.number { font-weight: bold; }
.subheader { background-color: #527194; color: #FFFFFF; font-weight: bold; text-align: center; }
.TitleText { font-size: 1.5 em; font-weight: bold; }
.alert { color: green; background-color: #FFFFCC; width: 70%; text-align: center; margin-left: 20px;  }
.highlight { background-color: #FFFFCC; }


/* CATEGORY PAGES: Category itself (large) plus 3 listing sizes  for subcats & article, etc. --------------------------------------------- */
.cat_title_large {
	font : Arial, Helvetica, sans-serif;
	font-size: 28px;
}
.cat_title_small {
	font : Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.cat_title_list {
	font : Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight: bold;
	text-decoration: underline
}

.cat_text_large {
	font-size: 14px;
}
.cat_text_featured {
	font-size: 14px;
}
.cat_text_small {}
.cat_text_list {}

/* FEATURE:.Detail page -------------------------------- */

/* Style for detail item name, if no image defined   */
/*.FeatureTitle {
	font-size : 26px;
}*/
/* Style for product names, if no image defined   */
.FeatureTeaser {
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
}
.FeatureByline {
	font-size : 12px;
	font-style : italic;
	
}







/* ----- INPUT FORM ---------------------------------*/
.formtitle {
	FONT-SIZE: 14px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}
.formtext {
	FONT-SIZE: 12px;
	vertical-align : baseline;
	font-family : Arial, Helvetica, sans-serif;
}

.formerror {
	FONT-SIZE: 12px;
	color : Red;
}

.formerrorsmall {
	FONT-SIZE: 10px;
	color : Red;
}

.formtextsmall {
	FONT-SIZE: 10px; 
}

.FormTextVerySmall {
	FONT-SIZE: 9px;
}

.formfieldcheckbox {
	FONT-SIZE: 10px;
	COLOR: #cccccc;
}

.formfield {
	BACKGROUND-COLOR: #fbfbfb;
	BORDER-BOTTOM: #EBD395 1px solid;
	BORDER-LEFT: #EBD395 1px solid;
	BORDER-RIGHT: #EBD395 1px solid;
	BORDER-TOP: #EBD395 1px solid;
	COLOR: #003163;
	font-size:11px;
}

.formfieldlogin {
	BORDER-RIGHT: #EBD395 1px solid;
	BORDER-TOP: #EBD395 1px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #EBD395 1px solid;
	COLOR: #101F74;
	BORDER-BOTTOM: #EBD395 1px solid;
}

.formfieldcheckbox {
	FONT-SIZE: 10px;
	COLOR: #cccccc;
}

.FormButton {
	BORDER: 1px solid #333;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #ffffff;
	padding:3px;
	BACKGROUND: url(../images/pageelements/button-bg-1.gif);
	text-align : center;
}
A.FormButton:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #dddddd;
	BACKGROUND-COLOR: #999999;
	TEXT-DECORATION: none;
}
A.FormButton:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: white;
	BACKGROUND-COLOR: #666666;
	TEXT-DECORATION: none;
	cursor:pointer;
}


/* ----- Listing Outputs (for address lists, etc.) ---------------------------*/
.ResultHead {
	FONT-SIZE: 16px;
}
.listingHead {
	FONT-SIZE: 12px; 
	TEXT-DECORATION: none;
}
.ListingSmall {
	font-size:	10px;
}
.listingTitle {
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	font-weight : bold;
}
A.listingTitle:link {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
}
A.listingTitle:visited {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
	}
A.listingTitle:hover {
	FONT-SIZE: 14px; ; TEXT-DECORATION: underline
	}
	
.listingsubtitle {
	FONT-SIZE: 12px; FONT-STYLE: italic;  
}
.listingtext {
	FONT-SIZE: 12px; 
}
.listingsubtext {
	FONT-SIZE: 12px;  
}
.listingtagline {
	FONT-SIZE: 12px; 
}
.listingdate {
	FONT-SIZE: 12px;  
}


/* MENUs --------------------------------------------- */
.menu_category {
	font-size: 12px;
	text-decoration : none;
	COLOR: gray;
}
a.menu_category
{
	font-size: 12px;
}

.menu_page {
	font-size: 12px;
	COLOR: gray;
}
a.menu_page
{
	font-size: 12px;
}

.menu_page_title {
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}

a.menu_page_title
{
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}


.menu_trail {
	font-size: 12px;
	text-decoration : none;
}
a.menu_trail
{
	font-size: 12px;

}

.menu_footer {
	font-size: 10px;
	text-decoration : none;
}
/*a.menu_footer {color:#A0CAD9}
A:visited.menu_footer {	text-decoration: none; color:#A0CAD9} 
A:hover.menu_footer {text-decoration:none; color: #cc0000}*/

.menu_admin {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
	COLOR: #000;
	TEXT-DECORATION: none
}
A.menu_admin{
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
	COLOR: #000;
	TEXT-DECORATION: none
}




.caution {
	COLOR: #ff6600; FONT-SIZE: 12px; FONT-WEIGHT: 700
}
.photocaption {
	COLOR: white; FONT-SIZE: 11px; 
}



/* ----- INPUT FORM ---------------------------------*/
TD.TopTierHeader {
}
.TopTierHeader {
	PADDING-RIGHT: 5px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

A.TopTierHeader:link {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:visited {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:hover {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}


/* ----- top tier is tabs; TD produces height ---------------------------------*/
TD.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 17px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.TopTierNav:link {
	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:visited {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : transparent;
}

/* ----- the sub tier is for sort  ---------------------------------*/
.SubTierNav {
	FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.SubTierNav:link {
	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.SubTierNav:visited {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.SubTierNav:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : transparent;
}


/* ---------- Links for the sitemap search --------------------- */
A.alphaon:link {
	 FONT-SIZE: 13px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none ; Font-Weight: Bold;
}
A.alphaon:visited {
	FONT-SIZE: 13px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; Font-Weight: Bold;
}
A.alphaon:hover {
	FONT-SIZE: 13px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	Font-Weight: Bold;
	background-color : #F0F0F0;
}
A.alphaoff:link {
	 FONT-SIZE: 9px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.alphaoff:visited {
	FONT-SIZE: 9px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.alphaoff:hover {
	FONT-SIZE: 9px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : #F0F0F0;
}
