/*EXTRAS*/
.contentWrapper h3{
	background-color: #FFFFFF;
}
#image_container {
	width: 999px;
	float: left;
	height: 405px;
}
#image_container p{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 0px;
}
.select a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#test3Content0 {
	background-image: url(../images/generic.jpg);
}
#test3Content1 {
	background-image: url(../Assets/hatton_main.jpg);
	color: #000000;
}
#test3Content1 p {
	color: #000000;
}
#test3Content1 .select a {
	color: #c5bc7b;
}
#test3Content1  .select  a:hover {
	color: #c5bc7b;
	text-decoration: underline;
}

#test3Content2 {
	background-image: url(../Assets/corner_house_main.jpg);
	color: #292966;
}
#test3Content2 p {
	color: #292966;
}
#test3Content2 .select a {
	color: #edb220;
}
#test3Content2  .select  a:hover {
	color: #edb220;
	text-decoration: underline;
}

#test3Content3 {
	background-image: url(../Assets/white_hart_main.jpg);
	color: #666c76;
}
#test3Content3 p {
	color: #666c76;
}
#test3Content3 .select a {
	color: #003162;
}
#test3Content3  .select  a:hover {
	color: #003162;
	text-decoration: underline;
}
#test3Content4 {
	background-image: url(../Assets/chateau_chaire_main.jpg);
	color: #025942;
}
#test3Content4 p {
	color: #025942;
}
#test3Content4 .select a {
	color: #8d824a;
}
#test3Content4  .select  a:hover {
	color: #8d824a;
	text-decoration: underline;
}

#test3Content5 {
	background-image: url(../Assets/snooty_fox_main.jpg);
	color: #60002f;
}
#test3Content5 p {
	color: #5d283d;
}
#test3Content5 .select a {
	color: #aaa168;
}
#test3Content5  .select  a:hover {
	color: #aaa168;
	text-decoration: underline;
}
/*  TEST 3  */

/*Main Container*/
.container3 {
	width:100%;
}
.container3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	height: 405px;
	text-align:center;
	background-color: #605258;
	width: 39px;
	cursor:pointer;
}

.handleOver3{
	background-color: #605258;
}
#handleSelected3{
	background-color: #605258;
}
/*Content Container*/
.contentWrapper3{
}
.contentInnerWrapper3{
	padding-left:45px;
}
.contentWrapper3 h3{
	margin-top: 240px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
.contentContainer3 {
	padding-left: 0px;
	float: left;
	width:0px;
	height: 405px;
	overflow:hidden;
}

.contentInnerWrapper3 .homelink{
	padding-top:340px;
}

.contentInnerWrapper3 .homelink a{
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
}

.contentInnerWrapper3 .homelink a:hover{
	text-decoration:underline;
}