/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
	font-size:11px;
	color:#606060;
}

.cms_image_left{
	padding-right:10px;	
}

.cms_image_right{
	padding-left:10px;	
}

img {
	border:none;
}

td {
	padding:3px;
}

select {
	padding:1px;
}

option {
	padding:2px;
	padding-right:5px;
}

input[type="text"], input[type="submit"], textarea {
	padding:2px;
	font-family:Arial, Verdana, sans-serif;
	font-size:13px;
}

h1 {
	color:#5b534f;
	margin-top:5px;
	margin-bottom:12px;
	padding-bottom:3px;
	border-bottom:1px solid #e9e9e9; 
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:16px;
	font-weight:normal;
}

h2 {
	color:#b47f23;
	margin-top:16px;
	margin-bottom:5px;
	padding-bottom:3px;
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:14px;
	font-weight:normal;
}

h3 {
	font-weight:normal;
	font-size:11px;
}

h4 {
	font-size:16px;
}

#content .red_text {
	color:#f00;
}

.container {
	width:770px;
	margin:0 auto;
}

#top-bar {
	background:#ececec;
	height:28px;
	padding-top:12px;
	color:#9d9d9d;
}

#top-bar a {
	color:#9d9d9d;
	text-decoration:none;
	margin-right:18px;
}

#top-bar a:hover {
	cursor:pointer;
}

#tag {
	float:left;
	width:270px;
}

#top-links {
	float:right;
	text-align:right;
	width:500px;
}

#header {
	background:url(/images/bg-header.jpg) repeat-x;
	height:190px;
}

#header .container {
	background:url(/images/header.jpg);
	height:190px;
}

#content-container {
	background:url(/images/bg-content-container.jpg) repeat-x top;
	min-height:200px;
}

#content-container .container {
	background:url(/images/bg-content.jpg) no-repeat top #fff;
	min-height:200px;
}

#menu {
	float:left;
	width:141px;
	padding-left:6px;
	margin-top:-30px;
}

#menu li {
	list-style-image:url(/images/arrow-orange.jpg);
	margin-left:20px;
}

#menu .menu_cat_item {
	margin-top:8px;
	margin-bottom:8px;
	font-size:12px;
	margin-left:5px;
	list-style:none;
	font-weight:bold;
	color:#4b321d;
}

.menu_item a, .menu_item_selected a {
	display:block;
	color:#4b321d;
	text-decoration:none;
	padding:5px;
}	

.menu_item_selected a {
	font-weight:bold;
}

.menu_item a:hover {
	background:#ececec;
	color:#333;
}

#gallery-link {
	margin:20px 0;
}

#content-wrapper{

}

#content {
	width:583px;
	padding:10px 20px 10px 0;
	line-height:17px;
	color:#606060;
	float:right;
}

#content a {
	color:#b37200;
}

#content a:hover {
	color:#724900;
}

#content ul, #content ol {
	margin-left:25px;
}

#content p {
	margin-top:5px;
	margin-bottom:12px;
	line-height:18px;
	color:#606060;
}

#home-information {
	float:right; 
	width:260px; 
	padding-left:7px; 
	border-left:1px solid #f4c471;
}

#home-information p {
	line-height:14px;
	margin:6px 0;
}

#footer {
	text-align:center;
	color:#5d5d5d;
	font-size:12px;
	line-height:22px;
	background:url(/images/footer.jpg) no-repeat top;
	padding-top:30px;
	clear:both;
	padding-bottom:20px;
}

#footer a  {
	color:#a6a6a6;
	text-decoration:none;
}

#footer a:hover {
	color:#5d5d5d;
	text-decoration:underline;
}

.footer-small {
	font-size:11px;
	color:#a6a6a6;
}

.image {
	float:left;
	margin:8px 0 5px 0;
	text-align:center;
	width:170px;
	padding:0 10px;
}

.image img {
	padding:2px;
	border:1px solid #ccc;
}

.cssform p{
	width: 400px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px;/*width of left column containing the label*/
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes.*/
	width: 180px;
}

.cssform textarea{
	width: 250px;
	height: 150px;
}

/*.threepxfix class below: Targets IE6- ONLY. Do not delete. */

* html .threepxfix{
	margin-left: 3px;
}

.warning {
	color:#900;
}