body
{
	margin: 0;
	font-family: Verdana, Arial, Serif;
	font-size: 80%;
}
h1
{
	font-size: 130%;
}
h2, h3, h4, h5, h6
{
	font-size: 100%;
}
ul ul
{
	font-size: 100%;
}
a
{
	color: #14214E;
}
a:hover
{
	color: #f00;
}
#PrintBanner
{
	visibility: hidden;
	height: 0px;
	width: 750px;
	margin: 0px;
	top: 0px;
	position: absolute;
}
#PrintBannerImage
{
	float: left;
}
#PrintBannerDisclaimer
{
	width: 350px;
	float: right;
	font-size: 75%;
}

#Container
{
	min-width: 750px;
	background: white;
	max-width: 950px;
	margin: 0px auto;
	padding-bottom: 20px;
}
#MainForm
{
	padding: 0;
	margin: 0;
	margin-top: 8px;
}
#BodyLeft, #BodyLeftWide
{
	float: left;
	margin: 0px;
}
#BodyRight
{
	float: right;
	width: 196px;
}

#EventDetails .title
{
	width: 100px;
	float: left;
}
#EventDetails select
{
	width: 250px;
}
#EventDetails .text
{
	width: 250px;
}


.Banner
{
	background: url(images/banner_back.gif);
	background-repeat: repeat-x;
	height: 116px;
}
#BannerImage
{
	width: 250px;
	float: left;
	border: 0px;
	margin-left: 22px;
}
#BannerImage img
{
	border: 0;
}
#BannerRight
{
	width: 196px;
	float: right;
}
#Search
{
/*	background: #D9DADC;*/
	margin: 0;
	margin-bottom: 8px;
	padding: 5px;
	font-size: 75%;
	height: 40px;
	color: #fff;
}
#Search form
{
	margin: 0;
}
#Search input
{
	border: 1px solid #5D7586;
	font-size: 110%;
}
#Search #keywords
{
	width: 120px;
}
#Search #btnSearch
{
	background: #8AB6D7;
	width: 55px;
}
#Search #advanced
{
	text-align: right;
}
.UserLoginContainer
{
	margin: 0;
	margin-bottom: 8px;
	/*background: #BAD3E7;*/
	font-size: 85%;
	/*width: 196px;
	float: right;*/
}
.UserLoginContainer .LoginLabel
{
	width: 150px;
	float: left;
}
.UserLoginContainer .ButtonRow
{
	/*margin-left: 150px;*/
}
.UserLoginContainer .Body
{
	padding: 0.5em;
}
.UserLoginContainer .text
{
	width: 80px;
}
.UserLoginContainer #Heading
{
	background: #8AB6D7;
	margin: 0;
	padding: 0.2em;
}
.UserLoginContainer #Heading .head
{
	color: #3E3987;
	font-weight: bold;
	text-transform: uppercase;
}
.UserLoginContainer input
{
	width: 80px;
	border: 1px solid #5D7586;
	font-size: 100%;
}
#LoginLeft
{
	width: 85px;
	float: left;
}
#LoginRight
{
	width: 85px;
	float: right;
}
#Main
{
	clear: both;
}
#Navigation
{
	width: 154px;
	background: #D9DADC;
	float: left;
	color: #fff;
	font-size: 85%;
	padding-top: 1em;
	padding-bottom: 0em;
}
#Navigation #IIP
{
	margin-top: 1em;
	background: #fff;
	width: 154px;
	padding: 30px 0px;
}
#Navigation #IIP img
{
	margin-left: 32px;
}
#Navigation ul
{
	list-style-type: square;
	list-style-position: outside;
	margin: 0;
	margin-left: 2em;
	padding: 0;
	font-size: 100%;
}
#Navigation ul li
{
	border-bottom: 1px solid #fff;
	padding: 0.1em;
	color: #fff;
}
#Navigation ul li a
{
	color: #000;
	text-decoration: none;
}
#Navigation ul li ul
{
	padding: 0.1em;
	border-bottom: 0px;
	margin-left: 1em;
}
#Navigation ul li.section, #Navigation ul li.sectionCurrent
{
	list-style-image: url(images/bullet.gif);
}
#Navigation ul li.sectionCurrent
{
	color: #f00;
}
#Navigation ul li.page, #Navigation ul li.pageCurrent
{
	list-style-type: square;
	list-style-image: none;
}
#Navigation ul li.pageCurrent
{
	color: #f00;
}
#Content
{
	margin-left: 8px;
	padding-left: 160px;
	padding-right: 210px;
}
#ContentWide
{
	margin-left: 8px;
	padding-left: 160px;
}
#Content ol li
{
	list-style-type: decimal;
}
#Content ol ol li
{
	list-style-type: lower-alpha;
}
#Content ol ol ol li
{
	list-style-type: lower-roman;
}
h1.homepage
{
	text-transform: uppercase;
	font-size: 90%;
	color: #A5632E;
	margin: 0.2em 0;
	padding: 0.2em 0;
	border-top: 1px solid #14AAEB;
	border-bottom: 1px solid #14AAEB;
}
.ChildPages, .Uploads, .ChildrenMonths, .Basket
{
	background: #D9DADC;
	font-size: 85%;
	width: 186px;
	padding: 5px;
	margin: 8px 0 0 0;
}
.Basket
{
	background: #FFD600;
}
.ChildPages h1, .Uploads h1, .ChildrenMonths h1, .ChildrenMonths h3, .Basket h1
{
	font-size: 100%;
	margin-bottom: 6px;
}
.ChildPages ul, .Uploads ul
{
	list-style-type: square;
	list-style-position: outside;
	margin: 0;
	margin-left: 2em;
}
.ChildPages ul .current
{
	color: #f00;
}
.ChildPages ul li, .Uploads ul li
{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.ChildPages li a, .Uploads li a, .ChildrenMonths a
{
	text-decoration: none;
	color: #000;
	margin: 0;
}
.ChildPages li a:hover, .Uploads li a:hover, .ChildrenMonths a:hover
{
	text-decoration: underline;
}

.Uploads .text
{
	color: #000;
}
.Uploads li.file_pdf
{
	list-style-image: url(images/file_pdf.gif);
}
.Uploads li.file_doc
{
	list-style-image: url(images/file_doc.gif);
}
.Uploads li.file_xls
{
	list-style-image: url(images/file_xls.gif);
}
.Uploads li.file_txt
{
	list-style-image: url(images/file_txt.gif);
}
.Uploads li.file_mpg
{
	list-style-image: url(images/file_mpg.gif);
}
.Uploads li.file_ppt
{
	list-style-image: url(images/file_ppt.gif);
}
.Uploads li.file_mp3
{
	list-style-image: url(images/file_mp3.gif);
}


#HomeLinkContainer
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.HomeLinks
{
	width: 120px;
	height: 150px;
	float: left;
	background: #ccc;
	margin-right: 8px;
}
.HomeLinks a
{
	color: #3E3987;
	text-decoration: none;
}
.HomeLinks a:hover
{
	color: #f00;
	text-decoration: underline;
}
.HomeLinks h1
{
	color: #fff;
	font-size: 85%;
	text-transform: uppercase;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 0;
	height: 30px;
}
.HomeLinks .LinkList
{
	padding: 2px 8px;
	font-size: 85%;
	margin: 0;
	margin-left: 1em;
	list-style-type: square;
	color: #fff;
}
#HomeLinks1 h1
{
	background: #773377;
}
#HomeLinks2 h1
{
	background: #006688;
}
#HomeLinks3 h1
{
	background: #AA0044;
}
#HomeLinks3
{
	margin-right: 0;
}

#CurrentEvents ul
{
	list-style-type:none;
	margin: 0;
	margin-top: 20px;
}
#CurrentEvents .header
{
	font-weight: bold;
}
#CurrentEvents .date
{
	font-size: 80%;
}
#CurrentEvents li
{
	margin-bottom: 1em;
}

#SolicitorSearchLayout div
{
	margin-bottom: 5px;
}
#SolicitorSearchLayout select
{
	width: 300px;
}

#SearchResults
{
	font-size: 70%;
}
#SearchResults tr
{
	vertical-align: top;
}
#SearchResults .alt
{
	background: #f00;
}

.FormInputRow
{
	clear: both;
}
.FormInputLabel
{
	/*clear: both;*/
	float: left;
	width: 175px;
}
.TraineeReviewField
{
	float: left;
	width: 50px;
}

#Sidebar
{
	width: 196px;
}
#TheJournal
{
	width: 196px;
	height: 58px;
	border: 0;
}
#AnnualReport2005
{
	width: 196px;
	height: 58px;
	border: 0;
	margin-bottom: 0px;
}
#SolMenu
{
	width: 100%;
	background: #B8D2E6;
	border-bottom: 10px solid #fff;
}
#SolMenu ul
{
	list-style-type: square;
	color: #fff;
	margin: 0.4em 0 0.4em 2em;
}
#SolMenu ul li
{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
}
#SolMenu h1
{
	background: #3E3987;
	font-size: 90%;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 4px;
}
#SolMenu a
{
	font-size: 80%;
	text-decoration: none;
	color: #595B60;
}
#SolMenu a:hover
{
	text-decoration: underline;
	color: #595B60;
}
#ForthcomingEvents h1
{
	text-transform: uppercase;
	font-size: 90%;
	color: #A5632E;
	margin: 8px 0 8px 0;
	padding: 0.2em 0;
	border-top: 1px solid #14AAEB;
	border-bottom: 1px solid #14AAEB;
}
#ForthcomingEvents ul
{
	list-style-type: none;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
}
#ForthcomingEvents .date
{
	font-size: 90%;
	font-weight: normal;
}

#NewsList h2
{
	margin-bottom: 0.2em;
}
#NewsList h2 a
{
	color: #000;
	text-decoration: none;
}
#NewsList h2 a:hover
{
	color: #000;
	text-decoration: underline;
}
#NewsList p
{
	margin-top: 0;
	margin-bottom: 0.5em;
}

ul#SiteMapList
{
	font-size: 80%;
}
ul#SiteMapList li, ul#SiteMapList ul
{
	margin-bottom: 1em;
	font-size: 100%;
}
ul#SiteMapList li li
{
	margin-bottom: 0em;
}

ul.SearchResults
{
	margin-left:0;
	list-style-type: none;
}
ul.SearchResults li
{
	margin-bottom: 0.5em;
}

#Footer
{
	width: 100%;
	border-top: 1px solid #bbb;
	padding-top: 0.3em;
	clear: both;
	margin-top: 20px;
	font-size: 70%;
	font-weight: bold;
	color: #555;
}
#Footer a
{
	color: #555;
	text-decoration: none;
}
#Footer a:hover
{
	text-decoration: underline;
}

.bookingForm label
{
	width: 120px;
	float: left;
}
.bookingForm input
{
	width: 200px;
}
.bookingForm .tick input
{
	width: 30px;
}
.bookingForm .button
{
	width: auto;
}



@media print 
{
	body
	{
		font-size: 12pt;
	}
	#BodyRight, #Banner, #Navigation, #Footer
	{
		visibility: hidden;
		height: 0px;
		width: 600px;
		margin: 0px;
		top: 0px;
		position: absolute;
	}
	#Container
	{
		width: 600px;
	}
	#Content
	{
		float: none;
		width: 600px;
	}
	#PrintBanner
	{
		width: 600px;
		visibility: visible;
		position: relative;
	}
}
