.color1 {}

.color2 {}

.breadcrumb {
	margin: .5em 0em 1em 1.12em;
	padding: 0em;
	overflow: auto;
	}
	
	.breadcrumb li {
		list-style: none outside;
		float: left;
		padding: .2em;
		}

.page_heading {}

.description {
	clear: both;
	margin: 1.12em;
	}

.pagination {}

.item_list {
	margin: 0px;
	padding: 0px;
	}
	
	.item_list li {
		list-style: none outside;
		float: left;
		margin-right: 5px;
		}

.categories {}

	.categories .item_list li {
		width: 46%;
		margin-bottom: 5px;
		}

.inline_form {}

/* Box Defaults */
.box {
	border: 1px solid #868060;  
	background-color: #d6d6c1; 
	padding: 5px;
	}

	.box .box {
		border: 1px solid #868060; 
		background-color: #e9e7d3;
		padding: 5px;
		}

/* Columns */
.col1, .col3 {
	width: 20%;
	float: left;
	}

.col2 {
	width: 60%;
	float: left;
	}
	
/* Floats */
.fnone, .fnone li { float: none; }

.fleft { float: left; }

.fright { float: right; }

/* Font Styles / Sizes */
.bold { font-weight: bold; }

.smallest { font-size: .8em; }

.smaller { font-size: .9em; }

.larger { font-size: 1.1em; }

.largest { font-size: 1.2em; }


/* Default Form Layout */
.default_form {
padding: 1.3em 0;
}

	.default_form fieldset {
	margin: 0 0 1.2em 0;
	padding: 0;
	width: 100%; 
	border: 1px solid #868060;  
	position: relative;
	display: block;
	background-color: transparent;
	background-color: #d9d8c5;
	}
	
	.default_form legend {  
	margin-left: 1.2em;  
	padding: 0;  
	color: #000;  
	font-weight: bold;
	font-size: 1.3em;
	color: #377439;
	text-transform: lowercase;
	position: relative;  
	top: -0.7em;
	left: -7px;
	}
	
	.default_form ol {
	list-style: none outside;
	margin: 0;
	padding: 1em 1.2em;
	}
	
	.default_form li {
	margin: 0.5em 0;
	}
	
	.default_form label {
	font-weight: bold;
	display: block;
	width: 130px;
	float: left;
	clear: left;
	}
	
	.default_form label .optional {
	font-weight: normal;
	}
	
	.default_form input {
	width: 250px;
	border: 1px solid #868060;
	}
	
	.default_form textarea {
	width: 300px;
	height: 100px;
	}
	
	fieldset.submit {
	border: 0;
	background-color: transparent;
	}
	
	fieldset.submit input {
	width: auto;
	border: 0;
	background-color: #af361b;
	color: #fff;
	font-weight: bold;
	padding: 1px 4px;
	margin-left: 1.2em;
	}
