/*-----------------------------------------------------------------------------
TEMPLATES - PUBLIC Style Sheet

version:   1.0
author:    Mike Swiffin
email:     
website:   
-----------------------------------------------------------------------------*/

/* =Container
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
}
/* =Template 1
-----------------------------------------------------------------------------*/
#T1_content {
	width: 100%;
}




/* =Template 2
-----------------------------------------------------------------------------*/
#T2_cLeft {
	width: 845px;
	height: 100%;
	float: left;
	text-align: left;
	margin: 0;
}
#T2_cLeft p {
	margin-top: 0;
}
#T2_cRight {
	width: 210px;
	border-left: 1px solid #57554a;
	float: right;	
}

/* =Template 3
-----------------------------------------------------------------------------*/

#T3_cLeft {
	width: 210px;
	height: 100%;
	text-align: left;
	float: left;
}
#T3_cCentre {
	width: 465px;
	text-align: left;
	float: left;	
	padding: 0 5px;
	margin: 0;
}
#T3_cRight {
	width: 210px;
	float: right;	}

#T3_cLeft ul {
	list-style: none;
}
#T3_cLeft li {
	margin: 0;
}
#T3_cLeft a {
 	display: block;
	text-decoration: none;
	/* background: ; */	
	color: #57554a;
	padding: 0px;

}
#T3_cLeft a imgx {
	padding: 0 -20px;
}
#T3_cLeft a:hover {

}

/* =Template 4
-----------------------------------------------------------------------------*/
#T4_container {
	width: 100%;
	height: 300px;
	margin: auto;
	background: url('../images/v4_menuShade.png') no-repeat bottom center #ffffff;
	text-align: left;	
}
.T4_B1 {
	width: 450px;
	height: 350px;
	background: url('../images/t4_content.jpg') top right no-repeat #ffffff;
	float: left;
	text-align: left;
}
.T4_B1 img {
	clear: both;
}
.contentInner {
		padding: 20px;
}
.base {
	height: 20px;
}
#T4_B2s {
	width: 33%;
	height: 270px;
	background: url('../images/shade_vert.gif') top right no-repeat #ffffff;
	float: left;	
}
#T4_B3 {
	width: 33%;
	height: 270px;
	background: url('../images/shade_vert.gif') top right no-repeat #ffffff;
	float: left;	
}
#T4_B4 {
	width: 33%;
	height: 270px;
	background: url('../images/shade_vert.gif') top right no-repeat #ffffff;
	float: left;	
}
#T4_B5 {
	width: 33%;
	height: 270px;
	background: url('../images/shade_vert.gif') top right no-repeat #ffffff;
	float: left;	
}
#T4_B6 {
	width: 33%;
	height: 270px;
	background: url('../images/shade_vert.gif') top right no-repeat #ffffff;
	float: left;	
}

.contentPanel {
	width: 99%;
	height: 270px;
	background: url('../images/shade_vert.gif') top right no-repeat #ffffff;
	float: left;
}
.contentPanelInner {
	width: 90%;
	height: 270px;
}
.contentPanelInner h2 {
	background: url('../images/contentHeader.gif') top right no-repeat #e1c9cf;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	width: 97%;
	line-height: 30px;
	padding: 0 0px  0 15px;
}

.contentPanel_map {
 	padding-top: 10px;
	float: right;
}

.contentPanelInner label {
	font-size: 10px;
	font-weight: bold;
}
.contentPanelInner p {
	margin: 2px;
}
.contentPanelInner button {
	border: 3px double  #dcadb9;
	background: #e1c9cf;
	font-size: 10px;
	font-weight: bold;
	color: #70001a;
	width: 200px;
	height: 20px;
}
