﻿body 
{
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-image:url(/redesign2008/images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	margin:0;
	padding:0;
}


.noprint
{
    display: none;
}

/* Divs */

#container
{
	width:700px;
	background-color:#000000;
	background:url(/redesign2008/images/redesign2008/content_div_bg_new.gif) no-repeat;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	float:left;

}

#main_wrapper 
{
	width:700px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background-color:#FFFFFF;
	float:left;
}

#header 
{
	height:124px;
	background-color:#FFFFFF;
}

#navigation
{
	height:34px;
	background-color:#FFFFFF;
}

#breadcrumb
{
	height:32px;
	background-color:#FFFFFF;
}

#default_content 
{
	float:left; /* floats on nav and content divs + make them sit side by side */
	width:40%; /* this width + nav width must total 100% */
	top:0px;
	background-color:#FFFFFF;
}

#content 
{
	float:left; /* floats on nav and content divs + make them sit side by side */
	width:80%; /* this width + nav width must total 100% */
	top:0px;
	background-color:#FFFFFF;
}

#print
{
	float:left; /* floats on nav and content divs + make them sit side by side */
	width:80%; /* this width + nav width must total 100% */
	top:0px;
	background-color:#FFFFFF;
}

#news 
{
	width:20%; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs + make them sit side by side */
	background-color:#FFFFFF;
}

#tool 
{
	width:20%; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs + make them sit side by side */
	background-color:#FFFFFF;}

#ad 
{
	width:20%; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs + make them sit side by side */
	background-color:#FFFFFF;
}

#footer 
{
	clear:both; /* makes the footer sit below whichever column is longest */
	background-image:url(/redesign2008/images/redesign2008/footer_bg.jpg);
	width:950px;
	height:66px;
	background-color:#FFFFFF;
}

/* Inner divs */

#header_inner 
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	background:url(/redesign2008/images/redesign2008/nav/animated_banner1.gif) no-repeat;
	padding:1em 2em; /* creates space between the box and the content */
	height:124px;
}

#navigation_inner 
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	background-image:url(/redesign2008/images/redesign2008/navigation_bg2.jpg);
	width:950px;
	height:34px;
}

#breadcrumb_inner
{
	height:32px;
	padding:.5em .5em 1em 1.5em; /* creates space between the box and the content */
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	background-color:#ffffff;
}

#default_content_inner 
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */
}

#content_inner 
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */
}

#print_inner 
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */
}

#news_inner 
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */
	background:url(/redesign2008/images/redesign2008/bg-div.gif) no-repeat;
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}

#tool_inner 
{
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */
	background:url(/redesign2008/images/redesign2008/bg-div.gif) no-repeat;
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}

#ad_inner 
{
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */
/*	border-left:1px dotted #000000; */
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}

#footer_inner 
{
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}

/* Other styles */

p
{
	font-size:11px;
	color:#ffffff;
	padding-bottom:10px;
}

.content
{
	padding-left:10px;
	text-align:justify;
	padding-right:20px;
}

ul
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4c4c4c;
	padding-left:30px;
	padding-right:20px;
	text-align:justify;
	padding-bottom:10px;
}

ol
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4c4c4c;
	padding-left:30px;
	padding-right:20px;
	text-align:justify;
	padding-bottom:10px;
}

h1 
{
	color:#4B95C4;
	font-size:15px;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:10px;
}

h2 
{
	color:#4B95C4;
	font-size:12px;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:10px;
}

blockquote 
{
	color:#4c4c4c;
}

table 
{
/*	color: #4c4c4c; */
	margin: 5px 5px 5px 5px;
/*	border-top:1px solid #069; */
	border-collapse:collapse;
	font-size:11px;
}

table td	
{
	padding: 5px 5px 5px 5px;
	color:#4c4c4c;
/*	border-bottom:1px solid #069; */
}

.navtable
{
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
}

/* Navigation links */

.nav a:link
{
	font-size:11px;
	color:#ffffff;
	text-decoration:none; 
}

.nav a:visited
{
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

.nav a:active
{
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

.nav a:hover
{
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
}


/* Page links */

a:link
{
	font-size:11px;
	color:#21316B;
/*	font-weight:bold; */
	text-decoration:none; 
}

a:visited
{
	font-size:11px;
	color:#21316B;
/*	font-weight:bold; */
	text-decoration:none;
}

a:active
{
	font-size:11px;
	color:#008000;
/*	font-weight:bold; */
	text-decoration:none;
}

a:hover
{
	font-size:11px;
	color:#008000;
/*	font-weight:bold; */
	text-decoration:underline;
}

/* Breadcrumb links */

.bread
{
	float:left; margin: 0 .3em .3em 0;
	padding-top:5px;
	padding-bottom:10px;
}

.bread a:link
{
	font-size:11px;
	color:#E2691F;
	font-weight:bold;
	text-decoration:none; 
}

.bread a:visited
{
	font-size:11px;
	color:#E2691F;
	font-weight:bold;
	text-decoration:none;
}

.bread a:active
{
	font-size:11px;
	color:#008000;
	font-weight:bold;
	text-decoration:none;
}

.bread a:hover
{
	font-size:11px;
	color:#008000;
	font-weight:bold;
	text-decoration:underline;
}

/* List links */

ul#nav_links 
{
	margin: 0;
	padding: 0;
}

#nav_links li 
{
	display: inline;
	list-style: none;
	height: 22px;
	background:url(/redesign2008/images/redesign2008/strip.jpg) top right no-repeat; /* Specifies that image sits on right of li */
	padding: 0 5px 0 0;
}

#nav_links li a 
{
	color: #ffffff;
	line-height: 22px;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
/*	border-right: 1px solid #ffffff; */
}

#nav_links li a:hover 
{
	text-decoration: underline;
}

/* Enquiries styles */

.loginError        
{ 
	color:#CC0000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}                

.loginNav      
{   
	color:#808080;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 			   			   
}     

.loginNav A:link    
{ 
	color:#21316B;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;	 
	text-decoration: none; 		 		     		  
}

.loginNav A:active   
{ 
	color:#008000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;  
	text-decoration: none;		   
}

.loginNav A:visited  
{ 
	color:#21316B;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 				   
} 

.loginNav A:hover    
{ 
	color:#008000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}       
                      
                 
.loginHeader     
{ 
	color:#21316B;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}              

INPUT
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

SELECT
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

TEXTAREA
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
} 
 
.small      
{ 
	color:#000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
