@charset "utf-8";
@import url("w3c.css");
/* CSS Document */

@font-face {  
	font-family: 'Cataneo BT';
	src: url(cataneon.ttf) format('truetype');
}

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:small;
	}
	
* html body {
	font-size: x-small;/* for IE5/Win*/
	f\ont-size:small;/* for other IE versions*/
	}
		
p {
	font-size: larger;
	line-height: 110%;
	margin-bottom: 12px;
}


h1 {
	font-size:150%;
	}

h2 {
	font-size:130%;
	}

h3 {
	font-size:120%;
	line-height: 200%;
	}

h4 {
	font-size:110%;
	text-align:center;
	text-transform: capitalize;
	font-style: italic;
	margin:0 0 6px 0;
	}		

.centre  {
	text-align:center;
}	

#bodyContainer {
	width: 970px;
	margin:6px auto;
	border:solid 1px #666;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	box-shadow: 2px 2px 4px #999 ;
	-moz-box-shadow: 2px 2px 4px #999;
	-webkit-box-shadow: 2px 2px 4px #999;	
}

#header {
	background: #fff url(img/net_header-2.jpg) no-repeat left top;
	padding-bottom: 250px;
	position: relative;
	left: 0px;
	top: 0px;
	}


/*#home #header {
	background: #fff url(img/net_header-2.jpg) no-repeat left top;
	}*/
#business #bodyContainer #header, #submit #bodyContainer #header  {	
	background: #fff url(img/net_header-3.jpg) no-repeat left top;
	}
#search #bodyContainer #header  {	
	background: #fff url(img/net_header-4.jpg) no-repeat left top;
	}	
	
#header .name{
	padding: 10px 0;
	margin: 0 auto;
	width: 320px;
	font-family:'Cataneo BT', 'Monotype Corsiva', Serif;
	font-size:48px;
	font-weight:bold;
	color: #fff;
	position: absolute;
	left: 634px;
	top: 12px;
	/*background: #d5d0cc;*/
	text-shadow:#000 1px 1px 4px;
	text-align: center;
	border: 3px solid #fff;
	border-top: 2px solid #fff;
	border-left:2px solid #fff;
	vertical-align: text-bottom;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;

}

#header_bar{
	background: #000 url(../img/search_area.jpg) no-repeat;
	height: 33px;
	display: block;
	clear: both;
	color: #FFFFFF;
/*	font-size: larger;*/
}	

#weather_box {
	float: right;
	display: block;
	width: 41%;
	margin-right: 20px;
	text-align: right;
	color: #fff;
	padding-top: 2px;
}	
	
#contentWrap {
	width:100%;
	background: url(img/vert_bgnd-rt.png) repeat-y right top;
	}
	
#contentRight {
	width:18%;
	padding:12px  1%;
	float:right;
	}
	
	
#contentCentre {
	width:570px;
	padding: 1% 1% 1% 12px;
	margin: 12px 0 0 186px;
	}

* html #contentCentre {
	width:540px;
	}
*:first-child+html #contentCentre {
	width:540;
	}
	
#welcome {
	background: #dadada;
	width: 560px;
	padding: 8px 0px 10px 4px;
	font-size: 14px;
	font-weight: bolder;
	font-family: Tahoma, Arial, sans-serif;
	font-style: italic;
	text-align:center;
	margin-bottom: 12px;
}

* html #welcome {width:540px;
	}
*:first-child+html #welcome {
	width:540;
	}	
	
#displayevents {
	margin: 12px 0;
/*	border:solid 2px #cc0000;
	border-top:solid 1px #cc0000;
	border-left:solid 1px #cc0000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.6);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.6);*/
	
}

#realestate li {
	line-height: 150%;
}

	
#selectcat {
	background: #fff;
	padding: 4px;
	width: 70%;
	height: 24px;
	margin: 12px auto 0 auto;
}
.selectbox {
	float: right;
	margin-right: 2em;
}
	
.business-list {
	background-color:#fff;
	padding: 3%;
	width: 90%;
	border:#006600 1px solid;
	border-bottom:#006600 2px solid;
	border-right:#006600 2px solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 12px;
	margin:12px auto;
}

.alphamenu {
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: small;
	line-height: 110%;
	font-weight: bold;
	letter-spacing: 0.09em;
}

.alphamenu a {
  text-decoration: underline;
}

.datalistings {
	font-size:14px;
	width: 500px;
	margin:12px auto;
	padding: 5px;
	border: solid 1px #006600;
	border-bottom: solid 2px #006600;
	border-right: solid 2px #006600;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;	
}

.datalistings:hover {
	background-color: #ffffcc;
	border-color: #d09900;
	color:#993300;
}

/*.datalistings a{ 
	font-weight:bold;
	text-decoration:none;
	color:#0000FF;
	}*/
	

.photolistings {
	font-size:14px;
	width: 500px;
	margin:12px auto;
	padding: 5px;
	border: solid 1px #006600;
	border-bottom: solid 2px #006600;
	border-right: solid 2px #006600;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;	
}

.photolistings:hover {
	background-color: #ffffcc;
	border-color: #d09900;
	color:#993300;
}

.photolistings a, .datalistings a{ 
	font-weight:bold;
	text-decoration:none;
	color:#0000FF;
	}
	
.photolistings a:hover, .datalistings a:hover{ 
	color:#666;
	text-decoration:underline;
	}	
	
.photolistings img {
	float: left;
}
.text1 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #000;
	line-height: 130%;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}

.photolistings .text1 {
	padding-left: 140px;
}

.photolistings .text2 {
	padding-left: 140px;
	line-height: 120%;
	height: 100px;
}

.photolistings .text2  a, .datalistings .text2  a{ 
	font-size:smaller;	 
}

.datalistings .text2 {
	padding-left: 10px;
	line-height: 120%;
	height: 100px;
}

.textdesc {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: small;
	color: #993300;
	font-weight: normal;
	line-height: 10pt;
	padding: 5px;
}
.textdesc a {
  color: #378523;
  text-decoration: none
}
.textdesc a:hover {  	
  color: #ccc;
  text-decoration: underline;
}

	
/* start of menu control*/	
#contentLeft {
	width:18%;
	padding:12px  1%;
	margin:0;
	float:left;
	}	
#contentLeft ul li {
	list-style-position: inside;
	list-style-type: disc;
	font-size: 14px;
	line-height:120%;
	padding-left: 6px;
}
#contentLeft ul li a{
	color:#993300;
	text-decoration:none;
	}
#contentLeft ul li a:hover{
	color:#666;
	text-decoration: underline;
}

/* start of column right control*/		
.box-ad {
    /*font-family: "Swiss911 UCm BT", Haettenschweiler, sans-serif;*/
/*	text-shadow: #000 1px 1px 5px;*/
	font-size:12px;
	color:#333;
	background-color: #ffffcc;
	text-align: center;
	line-height:110%;
	padding: 3%;
	margin: 4% auto;
	width: 134px;
	border: solid 1px #006600;
	border-bottom: solid 2px #006600;
	border-right: solid 2px #006600;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.6);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
/*	transition-property: background-color;
	transition-duration: 4s;
	-moz-transition-property: background-color;
	-moz-transition-duration: 4s;
	-o-transition-property: background-color;
	-o-transition-duration: 4s;*/
}

* html .box-ad {
		margin: 1% auto; /* Hack for HSIE 6*/
		}

.box-ad:hover {
/*	background-color: #c7a775;*/
	background-color: #fff;
	border-color: #693100;
	/*color:#fff;*/
}

.box-ad a{
	color:#ff0000;
	text-decoration:none;
	line-eight:120%;
	font-weight: bold;
	}

.box-ad:hover a{color:#0000ff;}

.box-ad a:hover{
	color:#ccc;
	}	
.box-ad li {
	list-style-type: none;
	margin-left: -10px;
}

.group:after{ /* clears all floats */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
* html .group{ /* clears all floats for IE/win 6 */
	height:1%;
	}	
	
*:first-child+html .group { /* clears all floats for IE/win 7 */
	min-height: 1px;
	}
	
#footer {
	clear:both;
	width: 100%;
	padding:1% 0;
	text-align:center;
	margin-bottom: 12px;
	}		

#home #t-home, #submit #t-submit, #realestate #t-real, #events #t-events {
	color:#006600;
	font-weight:bold;
	}		
			
			
			
