/*****************************
* Standard Collection Items
*****************************/

.collection .thumb {
	background: #d2dac1;
	float: right;
	margin: 0px 0px 10px 10px;
}

.collection .thumb img {
	margin: 4px;
}

/*****************************
* Standard Collection Categories
*****************************/

.collection .category {
	float: left;
	width: 488px;
}

.collection .category .row {
	clear: both;
}

.collection .category .item {
	float: left;
	margin: 0 8px 2px 0;
	text-align: center;
	width: 150px;
}

.collection .category .item p {
	margin-top: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.collection .category .thumb {
	background: none;
	float: none;
	margin: 0;
}

.collection .category .thumb a img {
	border: 4px solid #bac7a1;
	margin: 0;
}

.collection .category .thumb a:hover img {
	border: 4px solid #eaf0dd;
	margin: 0;
}

.collection .category h3 {
	margin-top: 12px;
	text-align: center;
}

/*****************************
* Standard Item Styles
*****************************/

.collection .item {
	padding-bottom: 10px;
}

.collection .item h3 {
	color: #604d38;
	margin-bottom: 10px;
}

.collection .item .url {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/*****************************
* Basic Item Styles
*****************************/

.group .item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 93px;
	position: relative;
}

.group .item h3 {
	color: #604d38;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 8px;
}

.group .item h4 {
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
}

.group .item .thumb {
	background: #d2dac1;
	left: 0;
	_left: -93px;
	position: absolute;
	top: 0;
	margin: 0px 10px 10px 0px;
}

.group .item .thumb img {
	margin: 4px;
	*margin: 4px 4px 2px 4px;
}

.group .item .url {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/*****************************
* Standard Gallery Collections
*****************************/

.gallery-collection {
	width: 414px;
	margin: 0 auto;
	margin-bottom: 16px;
}

.gallery-collection .item {
	float: left;
	margin: 0 10px 10px 0;
}

.gallery-collection .thumb {
	background: none;
	float: none;
	margin: 0;
}

.gallery-collection .thumb a img {
	margin: 0;
	border: 4px solid #bac7a1;
}

.gallery-collection .thumb a:hover img {
	margin: 0;
	border: 4px solid #eaf0dd;
}

.gallery-collection h3 {
	margin-top: 12px;
	text-align: center;
}

.back-to {
	clear: both;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 10px;
}

/*****************************
* Forms
*****************************/

.form {
	margin: 0 auto;
	width: 412px;
	padding-top: 8px;
}

.form .field {
	float: left;
	width: 412px;
}

.form .field label {
	color: #ffffff;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding-right: 12px;
	text-align: right;
	width: 100px;
}

.form .field input,
.form .field textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 3px;
}

.form .field input {
	width: 275px;
}

.form .field textarea {
	height: 150px;
	width: 275px;
}

.form .required label {
	font-weight: bold;
}

.form .submit {
	text-align: center;
	width: 412px;
	font-size: 12px;
}

.form .submit input {
	font-size: 12px;
	padding: 3px;
}

#errorExplanation {
	border: 2px solid #85906f;
	background: #eaefdd;
	text-align: center;
	padding: 10px;
	margin-bottom: 12px;
}

#errorExplanation h2 {
	display: none;
}

#errorExplanation p {
	font-size: 12px;
	color: #b00;
	font-weight: bold;
}

#errorExplanation ul {
	font-size: 11px;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#errorExplanation li {
	line-height: 16px;
	color: #4e573b;
}

.fieldWithErrors input, .fieldWithErrors textarea {
	border: 2px solid #b00;
}

/*****************************
* Other
*****************************/

#contact #address-info {
	text-align: center;
	border-bottom: 1px solid #d7e0c3;
	margin-bottom: 18px;
}

#contact #address-info p.title {
	color: #604d38;
	font-weight: bold;
	font-size: 15px;
}

#sidebar {
	background: url(../images/background-sidebar.gif) no-repeat top right;
	float: left;
	height: 414px;
	padding: 12px 12px 12px 12px;
	width: 198px;
}

#sidebar a img {
	border: 3px solid #91a75a;
}

#sidebar a:hover img {
	border: 3px solid #aec180;
}

#sidebar .name {
	text-align: center;
	font-weight: bold;
}

#sidebar .description {
	font-size: 11px;
	color: #b7cda3;
}

#sidebar .link {
	text-align: right;
}

#sidebar .link a {
	color: #b7cda3;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}