/* Basic Elements */

p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

td {
  font-family: arial;
  font-size: 12px;
}

div {
  font-family: arial;
  font-size: 12px;
}

#content_wrapper div {
  /*line-height: 19px;*/

}

#content_wrapper_green {
  padding: 10px; 
  color: white; 
  line-height: 18px;
}

#content_wrapper_green a {
  color: #c3c87b;
}

#content_wrapper_green h3 {
  color: white;
}

/* New Layout */

#search_form {
	float: right;
}

#main_nav img {
	border-bottom: 2px transparent solid;
}

#main_nav img.selected {
	border-bottom: 2px white solid;
}
#main_nav {
  overflow: hidden;
  
}
#main_nav a {
	border-bottom: 2px transparent solid;
  color: #ffffff;
  margin: 5px;
  text-transform: uppercase;
  font-size: 18px;
}
#main_nav a.selected {
	border-bottom: 2px white solid;
}
#main_nav img {
	vertical-align: middle;
}


#navigation a {
	color: white;
}
#navigation a:hover {
  text-decoration: none;
  border-bottom: 1px dotted white;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 0px;
}
#navigation li {
	padding-bottom: 10px;
	line-height: 22px;
	font-size: 18px;
}

/* Links */

a { color: #BD4100; text-decoration: underline; }
a:hover { text-decoration: underline; }
a:visited { color: #999; }

/*
#content_wrapper a {
	border-bottom: 1px dotted gray;
}

#content_wrapper a:hover {
	text-decoration: none;
	border-bottom: 1px dotted gray;
}
*/

/* CSS Centered Page */

body {
  text-align: center;
}

#container {
  margin: 0 auto;
  /* width: 850px; */
  width: 1065px;
}
  
#text div, #text p  {
	font-family: 'Adobe Garamond Pro', 'Adobe Garamond', 'Arial';
	font-size: 11pt;
	line-height: 15pt;
}

#text h2 {
	font-family: 'Adobe Garamond Pro', 'Adobe Garamond', 'Arial';		
}
  
/* Tables */

th {
  border-bottom: 1px dotted gray;
  padding: 5px;
}  
  
/* Inputs */

textarea {
  width: 95%;
  border: 1px gray solid;
  padding: 5px;
  font-family: arial;
  font-size: 12px;
  height: 255px;
  background-color: #f6f1de;
}  
  
input {
  background-color: #f6f1de;
  border: 1px gray solid;
}  

select {
  background-color: #f6f1de;
  border: 1px gray solid;
}
  
button {
  border: 1px gray solid;
  background-color: #dfd7b7;
}  
  
.details_input {
  width: 330px;
  font-family: arial;
  font-size: 12px;
}  

.details_input_short {
  width: 270px;
  font-family: arial;
  font-size: 12px;
}  


.details_select {
  width: 330px;
  font-family: arial;
  font-size: 12px;
}
  
/* Content */

#content_wrapper {
  text-align: left;
  background-color: white;
  border: 3px gray solid;
  padding: 15px;
}
  
/* Admin */

#content_wrapper .tab {
	cursor: pointer;
	font-family: arial;
	font-size: 12px;
	background-color: #DDDDDD;
	color: gray;
	text-align: center;
	padding: 3px;
  width: 75px;
}

#content_wrapper .selected {
	background-color: lightyellow;
	font-weight: bold;
	color: black;
}

#content_wrapper .right {
	border-top: 1px #BBBBBB solid;
	border-right: 1px #BBBBBB solid;
	border-left: 1px #BBBBBB solid;
}

#content_wrapper .middle {
	border-top: 1px #BBBBBB solid;
	border-left: 1px #BBBBBB solid;
}

#content_wrapper .left {
	border-left: 1px #BBBBBB solid;
	border-top: 1px #BBBBBB solid;
}

#categories ul, #subcategories ul, #items ul, #list ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	margin-left: 0px;
}

#categories li, #subcategories li, #items li, #list ul {
	margin: 0;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 10px;
}

font-family: 'Times New Roman', times, serif !important;

#content_wrapper .category, .subcategory, .item {
	position: relative;
	border: 1px white solid;
	padding: 5px;
}

#content_wrapper .selected_li {
	border: 1px dotted gray;
	font-weight: bold;
	background-color: #EEEEEE;
}

a img {
  border: 0px;
}

/* Fade Box, Gallery */

.fade-box {
	margin-left: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

/* Lists */

li {
  margin: 0px;
  padding: 0px;
}

 ul.list {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	margin-left: 0px;
}

ul.list li {
	padding: 5px;
	margin-bottom: 3px;
}

ul.list li.chosen {
	border: 1px dotted gray;
	background-color: #EEEEEE;
	font-weight: bold;
}

.main_cat_image{
  display: block;
  float: left; 
  margin: 0px 10px 10px 0px;
}

.main_cat_txt ul, .sub_cat_txt ul{
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 10px;
  margin-top: 10px;

}

.main_cat_txt ul li, .sub_cat_txt ul li{
  /*margin-left: 40px;*/
  position: relative;
  left: 40px;
}

.main_cat_txt h3, .sub_cat_txt h3 {
  margin-bottom: 0px !important;
}
 
.sub_cat_txt {
	width: 50%;
	float: right;
	margin-bottom: 10px;
	padding-top:  7px;
	background-color: #EEEEEE;
	padding-left: 3%;
	padding-right: 3%;
}

.sub_cat_item {
	list-style-type: none;
	width: 25%;
	float: left;
	height: 250px;
}

.sub_cat_item a {
	font-family: arial;
	font-size: 12px;
}

.sub_cat_image_wrapper {
	text-align: center;
	height: 140px;
	min-height: 140px;
}

.sub_cat_image_wrapper {
	text-align: center;
	height: 140px;
	min-height: 140px;
}

/* Headers */
  
h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
  
  font-family: arial;
  margin-bottom: 5px;
  /*text-transform: uppercase;*/
  font-family: 'Adobe Garamond', 'Adobe Garamond Pro', 'Arial';
  color: #1e4730;
}

#content_wrapper_green h1 {
  color: white;
}

div, p {
  font-family: 'Adobe Garamond', 'Adobe Garamond Pro', 'Arial';
  font-size: 14px;
}


h1 {
  font-family: 'Adobe Garamond', 'Adobe Garamond Pro', 'Arial';
  line-height: 28px;
}

h3, h4 {
  color: #663333;
}

#green_bg h2, #green_bg h3, #green_bg h4, #green_bg h5 {
  color: #ffffff !important;
}

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-table;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */



