

/*  top level stuff  */

body
{	background-color: #abecfb;
	color: #000000;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	margin: 0pt;
	padding: 0pt;
}

#pagecontainer
{	position: relative;
	width: 820px;
	margin: 8px auto 0px auto;
	
	padding-top: 1px;
	
	background-color: #FFFFFF;
}

#mainsidebarshadow
{	padding-top: 5px;
}

#mainsidebar
{	height: 100%;
	margin: 0px;
	padding: 0px;
}

#main
{	float: right;
	width: 652px;
	
	padding-left: 14px;
	padding-right: 14px;
}

#sidebarshadow
{	float: left;
	width: 140px;
	padding-top: 5px;
}




/*  Misc  */

#top #sitetitle,
#top #crumbs,
#top #pagetools,
#top #pagetitle
{	display: none;
}

.clearcontent
{	clear: both;
}





/*  Header */

#top
{	height: 75px;
	background-color: #00b8e8;
	
	background-image: url(../images/head_foot.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#top #logo a
{
	height: 66px;
	width: 260px;
	
	float: left;
	
	padding-left: 2px;
	
	background-image: url(../images/logo.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#top #slogan
{
	float: right;
	
	padding-top: 25px;
	padding-right: 10px;
	
	color: #FFFFF0;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}



/*	Main Page	*/

#main h1.pageheader
{
	padding-top: 0px;
	margin-top: 0px;
	
	margin-left: -2px;
	margin-bottom: 0px;

	font-size: 31px;

	background-image: url(../images/pageheader_underline.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#main .multipagecontainer
{	width: 100%;
}

#main .tfixedrightcol .multipageleft
{	width: 362px;
	padding: 0 10px 0 0;
}

#main .tfixedrightcol .multipageleft .page
{	padding: 0;
}

#main .tfixedrightcol .multipageright
{	width: 277px;
}

#main .tfixedrightcol .multipageright .page
{	padding: 0 1px 0 0;
}

#main .multipagecontainer .imageholder
{	margin: 0;
}

#main .page .imgright .imageholder
{	margin: 0 0px 30px 15px;
}

#main .page .cntrimgabovetext .imageholder
{	margin: 5px 0 0 0;
}

#main .pagefooter
{	height: 0;
	display: none;
}






/*  Navigation  */

#sidebar
{	margin-left: 0px;
	min-height: 350px;
}

#navbar
{	margin-top: 2px;
}

#navbar > h2
{	display: none;
}
* html #navbar h2
{	display: none;
}

#navbar ul
{	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navbar ul li
{
	margin-bottom: 8px;
}

#navbar ul li a
{
	display: block;
	
	margin-top: -2px;
	padding-bottom: 2px;
	
	background-color: #00B5E5;
	
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#navbar ul li a.active,
#navbar ul li a:hover
{
	text-decoration: underline;
}

#navbar ul li a img
{
	border-width: 0;
}

#navbar ul li ul
{	display: none;
}

#topnavbar ul
{	list-style-type: none;
	padding: 0px;
	margin: 5px 0 20px 0;
}

#topnavbar ul li
{
	display: inline;
	list-style-type: none;
}

#topnavbar ul li a
{
	margin: 0 10px 0 0;
	
	color: #0000EE;
	font-weight: bold;
}

#topnavbar ul li a.active
{
	color: #000000;
	text-decoration: none;
}





/*  Contact Information  */

#contact_information
{
	text-align: center;
	font-size: 10px;

	margin-top: 50px;
	margin-bottom: 20px;
}

#contact_information a
{
	color: #000000;
}

#contact_information .email_address,
#contact_information .phone_number,
#contact_information .company_registered,
#contact_information .company_number,
#contact_information .company_office
{
	display: block;
}

#contact_information .company_registered,
#contact_information .company_number,
#contact_information .company_office
{
	margin-top: 10px;
}


/*  Headings  */

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6
{
}

#main h1
{	font-size: 1.5em;
	text-align: left;
	margin-top: 0.5em;
}

#main h2
{	font-size: 1.4em;
}

#main h3
{	font-size: 1.3em;
}

#main h4
{	font-size: 1.2em;
}

#main h5
{	font-size: 1.1em;
}

#main h6
{	font-size: 1em;
	font-weight: bold;
}





/*  news feed  */

#main h2.pageheader
{
	padding-left: 1px;
	margin-left: 3px;
	
	font-size: 23px;

	background-image: url(../images/news_underline.png);
	background-position: bottom left;
	background-repeat: no-repeat;

}

#main .newsitem
{	margin-bottom: 10px;
}



/*  footer  */

#bottom
{
	height: 25px;
	
	background-color: #ABECFB;
}

#adminentry
{	float: left;
	margin: 0 0 0 16px;
}

#adminpi
{	color: #0994B7;
	text-decoration: none;
}

#siteprops
{	float: right;
	margin: 2px 15px 0 0;
	
	color: #000000;
	font-size: 11px;
}

#siteprops div
{	display: inline;
	margin-left: 10px;
}

#siteprops div a
{	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}




/*  Admin stuff  */

#adminbar
{	display: block ! important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#adminbar
{	padding: 0.5em 0.5em 0.5em 0.5em;
	background: url(/images/blackalpha.png);
	color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 2px solid #ffffff;
	margin-left: 0;
	margin-right: 0;
	width: auto;
	font-size: 0.9em;
	z-index: 332;
}

#adminbar *
{	margin: 0;
	padding: 0;
}

#adminbar h2
{	display: none ! important;
}

#adminbar #adminusername
{	margin: 0;
	padding: 0;
	float: right;
}

#adminbar ul
{	margin: 0;
	padding: 0;
	list-style: none;
}

#adminbar ul li
{	display: inline ! important;
	margin-right: 0.5em;
	white-space: nowrap;
}

#adminbar a
{	color: #ffffff;
	background: inherit;
}

