/* CSS Document */

body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing: -1px;
}

.outer{
width:760px;
clear:both;
margin-left:auto;
margin-right:auto;}

.header{
padding-left:30px;
padding-top:12px;
padding-right:30px;
}

.nav-box{
width:330px;
float:right;
margin-top:5px;
font-weight:bold;
color:#006699;
font-size:13px;}

.mid-section{
padding-top:20px;}

.content_area{
padding-left:30px;
padding-right:30px;
padding-top:30px;
}

.sub_nav{
float:left;
width:180px;
margin-right:25px;
margin-top:15px;
}

.noticebox 
{ background-color: #FFFFBF; 
border: 1px solid #808080; 
padding: 5px; 
text-align: center; 
}
.noticebox h1 { 
border-bottom: 1px solid #808080; 
font-size: 95%;}
.small { 
font-size: 90%; 
}

.footer{
text-align:center;
font-size:10px;
padding-left:30px;
padding-right:30px;
padding-top:10px;
clear:both;
}

A {
font-style: normal;
color: #0707CA;
text-decoration: none;
}

A:hover {
font-style: normal;
color: #D81A1A;
text-decoration: none;
}

A:visited:hover {
font-style: normal;
color: #D81A1A;
text-decoration: none;
}

.style1 {
	font-size: 18px;
	font-weight: bold;
	color: #15a300;
}
.style2 {
	color: #000000;
	font-weight: bold;
}

.ad_box{
width:142px; 
height:342px;
padding-top:5px; 
padding-left:19px;
padding-right:19px;
background-image:url(images/side_banner.gif);
background-repeat:no-repeat;
text-align:center;
}

.banner{
font-size:10px;
padding-left:5px;
text-align:left;}

.title{
	font-size:28px;
	font-weight:bold;
	letter-spacing: -3px;
	color:#006699;
}

.style5 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

/* --- Background DIV for search boxes -- */ 
#searchus {
		height: 215px;
		background-image:url(images/usabg.jpg);
		background-repeat: no-repeat;
		background-position: center;
}		

#searchcanada {
		height: 215px;
		background-image:url(images/canadabg.jpg);
		background-repeat: no-repeat;
		background-position: center;
}

#searchuk {
		height: 215px;
		background-image:url(images/ukbg.jpg);
		background-repeat: no-repeat;
		background-position: center;
}

#searchaustralia {
		height: 215px;
		background-image:url(images/australiabg.jpg);
		background-repeat: no-repeat;
		background-position: center;
}

#searcheu {
		height: 215px;
		background-image:url(images/eubg.jpg);
		background-repeat: no-repeat;
		background-position: center;
}

#searchworld {
		height: 215px;
		background-image:url(images/worldbg.jpg);
		background-repeat: no-repeat;
		background-position: center;
}

/* --- Hideable Div --- */ 
	
#about { display:none; width: 90%; padding:0px 10px 0px 10px;  border-width:thin; border-style:dotted; margin-top:10px; font-size:1em; color:#999; }
#about p { text-align:left; }
#showaboutlink { display:block }
#hideaboutlink { display:none }