/* CSS Document 

BASE For Taunton School. All sites to include this file as standard

*/
BODY {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	font-size: 12px;
	color: #555555;
	font-family: "Gill Sans MT", "Trebuchet MS", Arial, Verdana, sans-serif;
}

/* ******************** 
represents the global holders of the site & related 
********************* */


#ultimate {
	width: 945px;
	height: 572px;
	margin: 50px auto; /* half the height */

}

#global {
	width: 945px;
	height: 572px;
	clear: both;
	padding: 0px 0px 0px 0px ;
	border: 1px solid #999999;
	background: #FFFFFF;
}


#headerArea /* colour is controlled via the individual CSS's */
{
float: left;
margin: 5px auto;
width: 945px;
}


/* VARIOUS OPTIONS AVAILABLE FOR 1 OR 2 COL LAYOUTS, WITH AND WITHOUT PADDING */
#mainAreaFull-NoPad {
	float: left;
	height: 395px;
	width: 805px;
	padding: 0px;
}
#mainAreaFull-Pad {
	float: left;
	height: 395px;
	overflow: auto;
	width: 785px;
	padding: 10px 10px 0px 10px;
}
#NewsMainAreaFull-Pad {
	float: left;
	height: 395px;
	overflow: auto;
	width: 788px;
	padding: 10px 10px 0px 10px;
}
#mainAreaLeft {
	float: left;
	height: 395px;
	overflow: auto;
	width: 385px;
	padding: 10px 10px 0px 10px;
	line-height: 19px;
}
#mainAreaRight {
	float: right;
	height: 395px;
	width: 405px;
	text-align: right;
	padding: 0px 0px 0px 0px;
}
#inMain-left {
	padding: 10px 10px 10px 15px;
	float: left;
	width: 375px;
}
#inMain-right {
	padding: 0px;
	float: right;
	width: 351px;
}

/* ******************** 
RIGHT MAIN IMAGE CLASSES
********************* */

.rightLargeImageLayout_Style2 {
	float: left;
}

.rightSmallImageLayout_Style2 {
	float: right;
	display: block;
}
.newsImg
{
margin-bottom: 20px;
float: right;
display: block;
clear: both;
}
/* ******************** 
GENERIC CLASSES 
********************* */

.horiz-divide {
	background: #999999;
	height: 1px;
	clear: both;
	border: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
HR {
	background: #999999;
	height: 1px;
	clear: both;
	border: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

UL {
	margin: 5px 0px 5px 5px;
	padding: 5px 0px 5px 10px;
}



/*********** 
PICTURE NAVS IMAGES ARE ALL IN RELATIVE INCS / NAME_globalNav
***********/


UL#globalPictureNav
{
width: 945px;
list-style: none;
margin: 0px;
padding: 0px;
color: #FFFFFF;
text-align: center;
height: 135px;
font-size: 1px;
font-weight: bold;
}
li#one
{
float: left;
width: 134px;
padding: 0px 0 0px 0;
height: 135px;
vertical-align: middle;
border-right: 1px solid #999999;
}
li#two
{
float: left;
width: 134px;
padding: 0px 0 0px 0;
height: 135px;
vertical-align: middle;
border-right: 1px solid #999999;
}
li#three
{
float: left;
width: 134px;
padding: 0px 0 0px 0;
height: 135px;
vertical-align: middle;
border-right: 1px solid #999999;
}

li#four
{
float: left;
width: 134px;
padding: 0px 0 0px 0;
height: 135px;
vertical-align: middle;
border-right: 1px solid #999999;
}

li#five
{
float: left;
width: 134px;
padding: 0px 0 0px 0;
height: 135px;
vertical-align: middle;
border-right: 1px solid #999999;
}
li#six
{
float: left;
width: 134px;
padding: 0px 0 0px 0;
height: 135px;
vertical-align: middle;
border-right: 1px solid #999999;
}
li#seven
{
float: left;
width: 135px;
padding: 0px 0 0px 0;
height: 135px;
vertical-align: middle;
}

/* ******************** 
all classes relating to global navigation
********************* */


/** TEXT NAVS **/
UL#globalNav {
	width: 945px;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #003366;
	text-align: center;
	font-size: 14px;
	clear: both;
	line-height: 14px;
	font-weight: bold;
}
#globalNav span
{
font-weight: normal;
}
#globalNav A {
	text-decoration: none;
	color: #003366;
	font-size: 13px;
	line-height: 14px;
	padding: 0px 0px 0px 0px;
}

LI#homeTxt {
	float: left;
	background: url(../img/generic/selectaschool_arrow.png) no-repeat;
	width: 128px;
	padding: 0px 0px 0px 4px;
	height: 30px;
	display: block;
	text-align: left;
	vertical-align: middle;	border-top: 1px solid #990000;
	border-left: 1px solid #F9B5B7;
	border-right: 1px solid #D1151E;
	font-size: 13px;
	color: #FFFFFF
}

LI#firsStepsTxt {
	float: left;
	display: block;
}
LI#firsStepsTxt A {
	float: left;
	background: url(../bgs/generic/globalNav_firstSteps_bg.png) top left repeat-x;
	width: 133px;
	padding: 0px 0px 0px 0px;
	height: 30px;
	display: block;
	vertical-align: middle;	border-top: 1px solid #990000;
	border-left: 1px solid #F9B5B7;
	border-right: 1px solid #D1151E;
}
LI#firsStepsTxt A:hover {
	float: left;
	background: url(../bgs/generic/globalNav_firstSteps_bg.png) bottom left repeat-x;
	width: 133px;
	padding: 0px 0px 0px 0px;
	height: 30px;
	vertical-align: middle;
	border-top: 1px solid #52B947;
	border-left: 1px solid #B0D235;
	border-right: 1px solid #52B947;

}
LI#prePrepTxt {
	float: left;
}
LI#prePrepTxt A {
	float: left;
	background: url(../bgs/generic/globalNav_prePrep_bg.png) top left repeat-x;
	width: 133px;
	padding: 0px 0px 0px 0px;
	height: 30px;
	vertical-align: middle;	border-top: 1px solid #990000;
	border-left: 1px solid #F9B5B7;
	border-right: 1px solid #D1151E;
}
LI#prePrepTxt A:hover {
	background: url(../bgs/generic/globalNav_prePrep_bg.png) bottom left repeat-x;
	width: 133px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	border-top: 1px solid #F8971C;
	border-left: 1px solid #FFEF00;
	border-right: 1px solid #F8971C;

}

LI#prepTxt {
	float: left
}
LI#prepTxt A {
	float: left;
	background: url(../bgs/generic/globalNav_prep_bg.png) top left repeat-x;
	width: 133px;
	padding: 0px 0px 0px 0px;
	height: 30px;
	vertical-align: middle;	border-top: 1px solid #990000;
	border-left: 1px solid #F9B5B7;
	border-right: 1px solid #D1151E;
}
LI#prepTxt A:hover {
	float: left;
	background: url(../bgs/generic/globalNav_prep_bg.png) bottom left repeat-x;
	width: 133px;
	padding: 0px 0px 0px 0px;
	height: 30px;
	vertical-align: middle;
	border-top: 1px solid #0075BE;
	border-left: 1px solid #3DC5F3;
	border-right: 1px solid #0075BE;

}

LI#seniorTxt {
	float: left
}

LI#seniorTxt A {
	float: left;
	background: url(../bgs/generic/globalNav_senior_bg.png) top left repeat-x;
	width: 133px;
	padding: 0px 0px 0px 0px;
	height: 30px;
	vertical-align: middle;	border-top: 1px solid #990000;
	border-left: 1px solid #F9B5B7;
	border-right: 1px solid #D1151E;
}

LI#seniorTxt A:hover {
	float: left;
	background: url(../bgs/generic/globalNav_senior_bg.png) bottom left repeat-x;
	width: 133px;
	padding: 0px 0px 0px 0px;
	height: 30px;
	vertical-align: middle;
	border-top: 1px solid #272372;
	border-left: 1px solid #8A8AB9;
	border-right: 1px solid #272372;
}
LI#sixthFormTxt {
	float: left
}

LI#sixthFormTxt A {
	float: left;
	background: url(../bgs/generic/globalNav_sixth_bg.png) top left repeat-x;
	width: 133px;
	padding: 0px 0px 0px 0px;
	height: 30px;
	vertical-align: middle;	border-top: 1px solid #990000;
	border-left: 1px solid #F9B5B7;
	border-right: 1px solid #D1151E;
}

LI#sixthFormTxt A:hover {
	float: left;
	background: url(../bgs/generic/globalNav_sixth_bg.png) bottom left repeat-x;
	width: 133px;
	padding: 0px 0px 0px 0px;
	height: 30px;
	vertical-align: middle;
	border-top: 1px solid #272372;
	border-left: 1px solid #8A8AB9;
	border-right: 1px solid #272372;
}

LI#internationalTxt A {
	float: left;
	background: url(../bgs/generic/globalNav_international_bg.png) top left repeat-x;
	width: 134px;
	padding: 0px 0px 0px 0px;
	height: 30px;
	vertical-align: middle;	border-top: 1px solid #990000;
	border-left: 1px solid #F9B5B7;
	border-right: 1px solid #D1151E;
}

LI#internationalTxt A:hover {
	float: left;
	background: url(../bgs/generic/globalNav_international_bg.png) bottom left repeat-x;
	width: 134px;
	padding: 0px 0px 0px 0px;
	height: 30px;
	vertical-align: middle;
	border-top: 1px solid #822D91;
	border-left: 1px solid #A675B3;
	border-right: 1px solid #822D91;
}

/***********************
GENERIC FORM ELEMENTS
************************/


SELECT.site {
	font-size: 11px;
	color: #666666;
	font-family: "Gill Sans MT", "Trebuchet MS", Arial, Verdana, sans-serif;
	height: 20px; 
}


/***********************
FOOTER ELEMENTS (ALSO SEE INDIVIDUAL CSS FILES FOR COLOURING )
***************** */


#footer {
	clear: both;
	height: 19px;
	padding: 1px 0px 0px 0px;
	text-align: center;
	width: 945px;
	margin: 0px auto;
	font-size: 10px;
	border-bottom: 1px solid #999999;
	color: #FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: url(../bgs/generic/globalNav_bottom_bg.png) repeat-x;
}
#footer A {
	margin-right: 9px;
	color: #FFFFFF;
	padding-top: 4px;
	text-decoration: none;
}
#footer A:hover {
	margin-right: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

/* FOR COLOURS SEE INDIVIDUAL CSS FILES */ 
#utils {
	text-align: center;
	font-size: 10px;
	margin: 10px auto;
	width: 945px;
}
#utils A {
	margin-right: 10px;
	text-decoration: none;
}
#utilsLeft {
	float: left; 
	text-align: left; 
	background: url(../img/generic/iip_logo.gif) no-repeat left; 
	padding-left: 55px;
}
#utilsRight {
	float: right; 
	text-align: right;
}
#utilsRight A {
	margin: 0px;
	padding: 0px;
}

/*
THICKBOX
*/

.smoothbox {

	float: left;
	display: block;
	height: 75px;
	width: 75px;
	margin-right: 25px;
	_margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 25px;
	_margin-left: 20px;	
	text-decoration: none;
}
.smoothbox a
{
text-decoration: none;
}
.smoothbox a:hover
{
text-decoration: none;
}

#TB_secondLine {
	font-size: 14px;
}

table
{
width: 350px;
border-collapse: collapse;
}

/***********************
GENERIC FORM ELEMENTS
***************** */
input
{
font-size: 12px;
color: #808285;
font-family: "Gill Sans MT", "Trebuchet MS", Arial, Verdana, sans-serif
}
input.input50
{
width: 50px;
border: 1px solid #999999;
}
input.input100
{
width: 100px;
border: 1px solid #999999;
}
input.input200
{
width: 200px;
border: 1px solid #999999;
}
input.input280
{
width: 280px;
border: 1px solid #999999;
}

select.selectStyle
{
	font-size: 12px;
	color: #808285;
	font-family: "Gill Sans MT", "Trebuchet MS", Arial, Verdana, sans-serif;
}
textarea.textarea350
{
	font-size: 12px;
	color: #808285;
	width: 350px;
	height: 100px;
	border: 1px solid #999999;
	font-family: "Gill Sans MT", "Trebuchet MS", Arial, Verdana, sans-serif;
}

ul#videos_list {
	overflow:auto;
	width:130px;
	height:370px;
	float:left;
	margin: 0px 10px 0px 0px;
}

ul#videos_list li {
	margin:5px 0px 5px 0px;
	list-style:none !important;
}

ul#videos_list li a.active {
	color:red !important;
}

#video_box{
	float:left; 
}
