/* shopping style sheet */

/* Overall (default / catch-all) settings: */

body {
	color: #908063;
}

div {} /* Default format for all DIV (division) items in your template.  This is a catch-all that only applies when no other style has been defined for an item. */

hr {} /* Default format for all HR (horizontal line) items in your template.  This is a catch-all that only applies when no other style has been defined for an item. */

p {} /* Default format for all P (paragraph) items in your template.  This is a catch-all that only applies when no other style has been defined for an item. */

td {} /* Default format for TD (table data cells) items in your template.  This is a catch-all that only applies when no other style has been defined for an item. */

tr {} /* Default format for all TR (table row) items in you template.  This is a catch-all that only applies when no other style has been defined for an item. */

ul {} /* Default format for all UL (unordered list) items in your template.  This is a catch-all that only applies when no other style has been defined for an item. */

strong {
	color: #957051;
}

a:link, a:active{
	color: #6D624B;
	text-decoration: none;
} /* Default hyperlink styling.  Applies when a link does not have a specific class defined. */

a:visited {
	color: #6D624B;
	text-decoration: none;
} /* Default style for visited hyperlinks.  Applies when a link does not have a specific class defined. */

a:hover {
	color: #908063;
	text-decoration: none;
} /* Default mouseover behavior for hyperlinks.  Applies when a link does not have a specific class defined. */

/* Note: Additional overall styles (such as H1, H2, etc) can be defined for mambo as well. */

/* Form settings */

.inputbox {} /* Applies to all input boxes (such as the login and search boxes) that appear on your website. */

.button {} /* Applies to all buttons that appear on your website. */

/* Page navigation (menus, etc) */

a.mainlevel:link, a.mainlevel:visited{
	display: block;
	background: url(../images/NavBG.gif) no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 34px;
	padding-top: 5px;
	height: 45px !important;
	height: 48px;
	width: 169px;
	text-decoration: none;
	text-transform: uppercase;
} /* Controls the hyperlinks in the main (first) level of all menus (becomes the default / initial style for all menu items). */

a.mainlevel:hover {
	background-position: 0px -48px;
	text-decoration: none;
} /* Style for the mouseover effect for the main (first) level of the menu items. */

a.mainlevel#active_menu {
	background-position: 0px -48px;
	text-decoration: none;
}

a.sublevel:link {} /* Controls the hyperlinks in all subordinate (secondary / sub) menus. */

a.sublevel:visited {} /* Style for visited menu items in all subordinate (secondary / sub) menu level items. */

a.sublevel:hover {} /* Style for the mouseover effect for all subordinate (secondary / sub) menus. */

pagenav {} /* Sets the style for the footer navigation ("<< Start < Prev Next > End >>") when they do not appear as hyperlinks (when only a few articles exist). */

a.pagenav:link {} /* Style for the footer navigation links ("<< Start < Prev Next > End >>"). */

a.pagenav:visited {} /* Style for visited footer navigation links ("<< Start < Prev Next > End >>"). */

a.pagenav:hover {} /* Mouseover effect for the footer navigation links ("<< Start < Prev Next > End >>"). */

a.readon:link {} /*  Style for the "Read More" link that is displayed for large contemt items. */

a.readon:visited {} /* Style for visited "Read More" hyperlinks that are displayed for large content items. */

a.readon:hover {} /* Mouseover effect for the "Read More" link that is displayed for large contect items. */

/* Module format definitions */

table.moduletable {
	width: 100%;
} /* General styling for all modules. */

table.moduletable th {} /* Style for all module headings (names). */

table.moduletable td {} /* Style for all module data areas. */

.poll {} 

/* Content page styles */

a.category:link {}

a.category:hover {}

a.category:visited {}

.componentheading {} /* Title of the component being used to display the content. */

.contentheading {} /* Title of the content, article, etc. being displayed. */

.contentpane {} /* Table that holds all non-article information (components, category lists, contact forms, etc). */

.contentpaneopen td{
/*	width: 100%; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
} /* Table that holds the actual text for an article. */

a.contentpagetitle:hover {}

a.contentpagetitle:link {}

a.contentpagetitle:visited {}

.buttonheading{
	padding-left: 8px;
}

/* Section listing styles */

.sectiontableheader {}

.sectiontableentry1 {}

.sectiontableentry2 {}

/* Styles for other information (site title, create date, breadcrumbs, etc): */

.title {} /* Style for the site title. */

.pathway {} /* Default styling for the pathway (or breadcrumbs) displayed by the mosPathWay() function. */

a.pathway:link {} /* Style for hyperlinks in the pathway (or breadcrumbs) displayed by the mosPathWay() function. */

a.pathway:visited {} /* Style for hyperlinks that you have visited in the pathway (or breadcrumbs) displayed by the mosPathWay() function. */

a.pathway:hover {} /* Style for the mouseover effect for hyperlinks that are displayed as part of the pathway (or breadcrumbs) displayed by the mosPathWay() function. */

.createdate {} /* Format of the "create date" displayed for various content items */

.modifydate {} /* Format for the "last updated" date displayed at the bottom of various content items. */

/* Miscellaneous: */

.ontab {}

.offtab {}

.tabpadding {}

.tabheading {}

.pagetext {}

.moscode {} /* For modifying {moscode} output. */

.message {} /* Text passed with mosmsg url parameter. */

.small {}

.smalldark {}

/* Custom Tags */

#credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #908063;
}

#leftnav {
	background-color: #5D8EC5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 180px !important;
	width: 192px;
	padding-top: 20px !important;
	padding-top: 27px;
	padding-left: 12px;
	padding-bottom: 20px !important;
	padding-bottom: 27px;
}

.leftainer {
	background-color: #5D8EC5;
/*	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 4px !important;
	border-bottom-width: 0px; */
} 

.shoppingcontainer {
	color: #908063;
	background-color: #F1EED7;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 4px;
}

.shoppingcontent td{
	color: #908063;
	background-color: #F1EED7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-top: 10px;
}

table.shoppingheader {
	color: #908063;
	background-color: #C0BFA0;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}

.tenantlist td {
	padding: 0px;
}

table.header {
	border-top-color: #DADBD0;
	border-top-style: solid;
	border-top-width: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-left: 0px; 
}

.HomeImage {
	padding-left: 3px !important;
	padding-left: 4px;
}

#botnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #908063;
	background-color: #F1EED7;
	height: 41px;
	border-top: 4px solid #FFF;
}


/* Custom bottom page navigation */

a.mainlevel_botnav:link, a.mainlevel_botnav:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
} /* Controls the hyperlinks in the main (first) level of all menus (becomes the default / initial style for all menu items). */

a.mainlevel_botnav:hover {
	color: #6D624B;
	text-decoration: none;
} /* Style for the mouseover effect for the main (first) level of the menu items. */

a.mainlevel_botnav#active_menu {
	text-decoration: none;
}

/* bottom nav module format definitions */

table.moduletable_botnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #908063;
	background-color: #F1EED7;
	width: 100%;
	height: 41px;
} /* General styling for all modules. */

table.moduletable_botnav th {} /* Style for all module headings (names). */

table.moduletable_botnav td {
	text-align: center;
} /* Style for all module data areas. */

.littleheader {
	color: #957051;
}

/* mosDirectory styles */

.dmozCats td{
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-left: 50px;
}

.dmozCats a:link, .dmozCats a:visited{
	font-weight: normal;
}
.dmozCats a:hover {
	text-decoration: underline;
}

.mainCatListing a:link, .mainCatListing a:visited{
	color: #957051;
	font-weight: bold;
}