/*-----
Destinations

COLORS

pale orange #ffdab5
orange #ff9933
pale green #d5ddb6
green #8aa035
light red #e4c1ba
red #b45341

-----*/	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 170%;
	padding: 0px !important;
	margin: 0px !important;
	background: #fff url(images/bg.jpg) repeat center bottom;
	}
	
	
	
h1, h2.article_header {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 15px;
	}
	

h2 { 
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	}

h3 {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .2em;
	}
	
p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 170%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	

a {
	color: #ff9933;
	text-decoration: none;
}

a:hover {
	color: #ff9933;
	text-decoration: underline;
}


	
	
	
/*-----MAIN CONTAINERS-----*/	
	
.container {
	width: 100%;
	position: relative;
	margin: 0px auto;
	position:relative;
	
	}
	
#header {
	width:100%;
	background-color: #8aa035;
	height: 134px;
	}
	
#logo {
	background: #8aa035 url(images/logo.jpg) no-repeat top center;
	height: 134px;
	}
	
.outercontent2 {
    width: 806px;
	margin:0 auto;
    
	}
	
.outercontent {
	background: #fff url(images/content-bg.jpg) no-repeat center top;
	border-left: #d5ddb6 2px solid;
	border-right: #d5ddb6 2px solid;
	padding-top:30px;
	}
	
.content {
	position:relative;
	width:579px;
	margin-left:200px;
	min-height:550px;
	padding-bottom:100px;
	
	}

#footer {
	clear: both;
	background: #8aa035 url(images/footer.jpg) no-repeat center top;
	height: 76px;
	width:100%;
	}
	
	
	
	
/*-----LEFT SIDE NAVIGATION  - UNCOMMENT TO USE INSTEAD OF TOP NAVIGATION----*/	
#leftnav {
	width: 200px;
	height: 100%;
	float: left;
	background: none;
	line-height:110% !important;
	
	}
	
#navbox {
	
}

#leftnav ul {
	background: none;
	margin:0;
	width:170px;
	}

#leftnav ul li {
	padding: 10px 0px;
	color: #000000;
	font-size: 14px;
	text-align: left !important;
	padding-left: 10px !important;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	list-style: none;	
	list-style-position: outside !important;
	list-style-image: none !important;
	list-style-type: none !important;
}

#leftnav ul li:hover, #leftnav ul li:active, #leftnav ul li:focus {
	color: #000;
	background-color: #ff9933;
}

#leftnav a:link, #leftnav a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	}
	
#leftnav a:hover, #leftnav a:focus, #leftnav a:active {
	color: #ffdab5;
	}
	
	
	
/*-----LEFT SIDE SUB NAVIGATION -- UNCOMMENT TO USE INSTEAD OF TOP SUB NAVIGATION----*/	
.subnav
{
	margin:1px;
	display:none;
}


ul.subnav
{	
	border:none;
	background-color:#ff9933 !important;
	margin-top:0 !important;
	margin-left:45px !important;
	padding-top:0 !important;
	position:absolute;
	z-index:25;
}

.subnav ul li
{
	text-indent: -13px !important;
	padding-left: 10px !important;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	text-align: left !important;
	list-style-position: outside !important;
	list-style-image: none !important;
	list-style-type: none !important;
}

.subnav li a
{
	text-decoration:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	color:#000000;
	padding:0px 5px 0px 5px;
	font-size:10px !important;
}

.subnav li a:link, .subnav li a:active, .subnav li a:visited
{
	text-decoration:none;
	
}

.subnav li a:hover
{
	text-decoration:none;
	color:#e4c1ba;
}	
	
	



/*-----ADDITIONAL CUSTOMIZATIONS-----*/

#content img{
	border:medium solid #8aa035;
	margin: 10px;
}

#content input
{
	border: thin solid #8aa035;
	background-color: #ffdab5;
}

#content textarea
{
	border: thin solid #8aa035;
	background-color: #ffdab5;
}

#article_image img
{
max-width:400px;
}
	
hr {
}
td {
	background-color: transparent !important;
}



/*-----GALLERY-----*/
#main_image_gallery_image /*actually the container for the main image and related text*/
{
	width: 650px;
	margin:0 auto;
}

#main_image_gallery_image img /*just the image*/
{
	display: block;
	border: thin solid #8aa035;
	max-width: 600px;
}

#image_gallery_image img a
{
border:none !important;
} 

.main_image_gallery_title
{
	display: none;
}

.main_image_gallery_desc
{
display: none;
}


.main_image_gallery_subcat, .main_image_gallery_name
{
	display: none;
}



/*for the smaller thumbnail pics of other items in the same gallery*/

#image_gallery_wrapper
{

width:650px;
	
}

.image_gallery_image /*actually the container for the image and related text*/
{
	float: left;
	text-align:left;
	border:none !important;
	width: 100px;
	padding:5px;
	overflow: hidden;
	height: 250px;
	
}

.image_gallery_image img /*just the image*/
{
	max-width: 100px;
	border:none !important;
	float:left;
	margin: 0 !important;
	padding-bottom: 10px !important;
}

.image_gallery_title 
{
 font-size: 10px;
 line-height: 1em;

}

.image_gallery_desc
{
		display: none;
}

.image_gallery_designer
{
	display: none;
}

.image_gallery_subcat
{
	display: none;
}

	
#image_gallery_categories {
	display: none;
	}
	
.listing_article {
	border:thin solid #8aa035;
	clear:both;
	margin:5px;
	padding:15px;
}

.clear {
	clear:both;
}

.listing_wrapper {
	float: right;
	margin: 0;
}

#extracontentdiv {
  width:170px;
  position: absolute;
  top: 0px;
  left:605px;
  background-color: white;
}

#extracontentdiv img {
  border: none !important;
}