/*
		CLEAR FLOATS
*/
.clr {
	clear: both;
}
a {
	color: #a20000;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover {
	color: #060;
}
.a_sml {
	font-size: 11px;
	line-height: 20px;
}
/*
		IMAGES
*/
.img_wrap_center {
	background-color: #657C5C;
	border: solid #000 1px;
	padding: 5px 5px 0 5px;
	margin: 5px 0;
}
.img_wrap_right {
	background-color: #657C5C;
	border: solid #000 1px;
	float: right;
	margin: 5px 0 5px 10px;
	padding: 5px 5px 0 5px;
}
.img_wrap_left {
	background-color: #657C5C;
	border: solid #000 1px;
	float: left;
	margin: 5px 10px 5px 0;
	padding: 5px 5px 0 5px;
}
.img_wrap_center p, .img_wrap_right p, .img_wrap_left p {
	color: #fff;
	font-size: 11px;
	padding: 0 4px;
}
/*
		TABLES
*/
.table_1 {
	border: solid #000 1px;
	border-collapse: collapse;
	margin: 5px 0 15px 0;
}
.table_1 td {
	border: solid #000 1px;
	padding: 3px 5px;
}
.table_2 {
	border: solid #000 1px;
	border-collapse: collapse;
	font-size: 12px;
	margin: 5px 0 15px 0;
}
.table_2 td {
	border: solid #000 1px;
	padding: 5px;
	text-align: center;
}
.table_2 th {
	background-color: #ccc;
	border: solid #000 1px;
	padding: 5px;
}

/*
		BORDERS
*/
.ib { border: solid #000 1px; }
.wb { border: solid #fff 1px; }
.tiny_text	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


.left_col	{
	background-color: #9B031A;
	width: 150px;
	float: left;
}

.right_col	{
	background-color: #9B031A;
	width: 150px;
	float: right;
}

/* WebWorX */
#wwx { 
	clear: both;
	color: #eee; 
	font-family: verdana, san-serif; 
	font-size: 0.8em;
	padding: 2px 0 12px 0;
	text-align: center;
}
#wwx_site { 
	border: solid #007700 1px; 
	background-color: #ffffff;
	padding: 0 0.3em 0.2em 0.3em;
}
#wwx_link { 
	color: #007700;
	font-family: verdana, arial, sans-serif; 
	font-size: 0.9em; 
	font-weight: bold; 
	text-decoration: none;
}
#wwx_link:hover {  
	color: #ff7700;
	font-family: verdana, arial, sans-serif; 
	font-weight: bold; 
	text-decoration: none;
}
#wwx_link span {
	color: #FF7700;
}
#wwx_link:hover span { 
	color: #007700;
}

/* form */
.form wrapper {
	
}
.form_inputs {
	color: #555;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	margin: 12px 0;
	text-align: right;
	width: 340px;
}
.form_inputs span {
	color: #a20000;
	font-size: 16px;
}
.form_inputs input {
	border: solid #030 1px;
	color: #000;
	font-size: 13px;
	height: 20px;
}
.form_enquiry {
	color: #555;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
}
.form_enquiry textarea {
	border: solid #030 1px;
	color: #313100;
	font-family: verdana, sans-serif;
	font-size: 13px;
}
.textfield {
	color: #6C6D01;
}
.form_text {
	color: #dd5500;	font-size: 11px; font-weight: normal ; font-size: 12px;
	font-family: Verdana, sans-serif;	padding-top: 8px; padding-bottom: 8px;
}
.button {
	font-family: Arial, sans-serif; background-color: #ffffff; font-weight: bold;
	font-size: 16px; color: #a20000; cursor: pointer; border: 2px solid #a20000;
	padding: 4px 10px;	
}
