@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 1.4;
	background-image: url(../images/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #fff;
	background-repeat: repeat-x;
}
.clr  {
clear: left;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
} 
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 194px;
	background-image: url(../images/customsantafe.jpg);
	margin:0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 110px 1em 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
	font-style: italic;
	color: #c57b56;
	letter-spacing: .1em;
	text-align: right;
        line-height:1.2;
}
#header h1 a:link, #header h1 a:visited {
	color: #c57b56;
        text-decoration:none;
} 
#header h1 a:active, #header h1 a:hover {
	color: #c57b56;
        text-decoration:underline;
} 
#sidebar1 {
        font-size: 85%;
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#sidebar1 h3 {
	font-size: 1em;
	background-color: #78B748;
	margin: 1em -5px;
	padding: 3px 6px;
}
#sidebar1 ul {
        margin:0;
        padding:0;
        list-style:none;
}
#mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent h1 {
	font-size: 1.5em;
}
#mainContent h2, #mainContent .componentheading {
	font-size: 1.2em;
        padding-bottom: .5em;
}
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.3em;
	padding-left: 0px;
}
#mainContent a:link, #mainContent a:visited, #sidebar1 a:link, #sidebar1 a:visited {
        color: #78B748;
        font-weight:bold;
        text-decoration:none;
} 
#mainContent a:active, #mainContent a:hover, #sidebar1 a:active, #sidebar1 a:hover  {
        color: #78B748;
        font-weight:bold;
        text-decoration:underline;
} 
#mainContent p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: .5em;
	padding-left: 0px;
}
.itemListSubCategories h3 {
        display:none;
}
#footer {
	padding: 10px;
	background-color: #78B748;
	text-align: center;
        color:#fff;
        font-size: .8em
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link, #footer a:visited {
        color:#fff;
        text-decoration:none;  
} 
 #footer a:active, #footer a:hover {
        color:#fff;
        text-decoration:underline;        
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clr  {/* this fixes a weird thing where the k2 content would bump down below the right column content */
clear: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.small {
       display:none;
}
#phocagallery-menu-module .ThemePhocaMainItemLeft img {
display:none;
}
#phocagallery-menu-module .ThemePhocaMainItemText {
background:none;
}
