/* GUILDFORD - SUBTEMPLATE CSS */
/* This stylesheet controls the formatting within sub template */



/* Mini 7030 split template
NB: As the containing element will always be of a fixed width i.e. 490px, the columns are specified as pixel widths not percentages with an allowance for spacing and padding..
*/

.sub_clearboth {clear: both;font-size: 0;line-height: 0;}


.sub_7030wrap {
	margin-bottom: 10px;
}
.sub_7030leftpanel {
	float: left;
	width: 78%; 
}

.sub_7030rightpanel {
	float: right;
	text-align:right;
	width: 22%; 
	background-color: #ffffff;
}

.sub_3070wrap {
	margin-bottom: 10px;
}
.sub_3070leftpanel {
	float: left;
	width: 22%;
	text-align:left;
	background-color: #ffffff;
}
.sub_3070rightpanel {
	float: right;
	text-align:left;
	width: 78%;
}

.sub_5050wrap {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sub_5050leftpanel {
	float: left;
	width: 50%; 
}

.sub_5050rightpanel {
	float: right;
	width: 50%; 
}
.sub_4060wrap {
	margin-bottom: 10px;
}
.sub_4060leftpanel {
	float: left;
	width: 40%; 
}

.sub_4060rightpanel {
	float: right;
	width: 60%; 
}


/* Custom styles for image holder sub templates */

.sub_3upimageswrap {
	margin-top: 10px;
	margin-bottom: 10px;
}
.sub_3upimagespanel {
	float: left;
	width: 150px;
	height: 75px; 
	padding-right:10px;
}
.sub_3upimagespanelLast {
	float: left;
	width: 150px;
	height: 75px; 
}

.sub_4upimageswrap {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sub_4upimagespanel {
	float: left;
	width: 116px;
	height: 75px; 
	padding-right:2px;
}
.sub_4upimagespanelLast {
	float: left;
	width: 116px;
	height: 75px; 
}

.sub_InterSideWrap {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.sub_interSideLeftPanel {
	float: left;
	width: 88px;
	text-align: center;
	padding: 2px
}

.sub_interSideRightPanel {
	float: right;
	width: 88px;
	text-align: center;
	padding: 2px	
}

/* START: Student Testimonial page quotation section - mini template styles  */
	
	
	.sub_testimonialtextwrap {
		width:470px;
	}
	
	.sub_testimonialtextLeft {
		float:left;
		width:170px;
		margin-top:10px;
		padding-right:15px;		
		text-align:right;
		font-weight:bold;
	}
	.sub_testimonialtextRight {
		float:right;
		width:285px;
		margin-top:10px;
	}
		
	.sub_testimonialphoto {
		float:left;
		width:85px;
		margin-left:20px;
		margin-top:0px;
	}
		
	.sub_testimonialquotewrap {
		margin: 0px 0 20px 0;
		width:300px;
		float:right;
	}	
	.sub_testimonialquotetop {
		height: 30px;
		background: url("../Images/quotations/quote_testimonial_top.gif") 0 0 no-repeat;
	}
	
	.sub_testimonialquote {
		padding: 0 15px 10px 15px;
		margin: 0;
		background: url("../Images/quotations/quote_testimonial_bottom.gif") 0 bottom no-repeat;
	}
	
	.sub_testimonialquote P {
		margin: 0;
		padding: 0 0 4px 0;
		font-size:80%;
	}
	
/* END: Student Testimonial page quotation section - mini template styles  */

		
		
