@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: 1.0em;
	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;
	}		
.info-list .top {
	background: #C7E2D2;
	margin-top: 3px;
}
/*.infobox {
	width: 100%;
	border:1px solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-color: #754c24;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}*/
.figure {
	width:360px;
	height: 120px;
	margin:0 auto 20px auto;
	text-align: center;
	padding: 10px 0 30px 0;
	border:1px solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-color: #339966;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	}

.figcaption {
	text-align:center;
	font:bold italic 1.0em Georgia, "Times New Roman", Times, serif;
	color:#cf1009;
	}	


.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  {	
	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;
	}	
#submit #bodyContainer #header  {	
	background: #fff url(../img/net_header-6.jpg) no-repeat left top;
	}	
#info #bodyContainer #header  {	
	background: #fff url(../img/net_header-5.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;
	/*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;
	position: absolute;
	left: 634px;
	top: 12px;	
}
#submit #bodyContainer #header .name {
	position: absolute;
	left: 34px;
	top: 12px;
	}


#header_bar{
	background: #000 url(../img/search_area.jpg) no-repeat;
	height: 33px;
	display: block;
	clear: both;
	color: #FFFFFF;
/*	font-size: larger;*/
}	
#header_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:9px 0 3px 0;
	width:auto;
	float:left;
	margin:0 0 0 20px;
	}
#header_text a{ color:#FFFF99; text-decoration:none;}
#header_text a:hover{ color:#999; text-decoration:underline;}

#weather_box {
	float: right;
	display: block;
	width: 34%;
	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:58%;
	padding: 1% 1% 1% 12px;
	margin: 12px 0 0 196px;
	}

* html #contentCentre {width:540px;	}/* HACK FOR IE6/Win */
*:first-child+html #contentCentre {width:540px;	margin: 12px 0 0 186px;}  /* HACK FOR IE7/Win */
	
#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);*/
	
}

#templateevents dl {
	line-height:110%;}

#templateevents dd {
	margin-left: 0px;
	padding-left: 0px;
}


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

	
#selectcat {
	background: #fff;
	margin: 15px auto;
}

.selectbox {
	float: right;
	margin-right: 2px;
}
	
.business-list, .info-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;
	margin:12px auto;
}

*:first-child+html .business-list, *:first-child+html .info-list {width: 96%;} /* HACK for IE/win 7 */

/*.info-list {
	width: 100%;
	padding: 10px 0;
	background: #FFFFE8;
	margin: 10px auto;
	border: 2px solid #000000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}*/
.info-list p {
	margin-left: 8px;
	font-family: Helvetica, Arial, sans-serif;
}
.info-list dl {
	padding: 10px 0 0 0;
	border-top: 2px solid #333333;
	margin: 10px 0 0 0;
}

.info-list dl:hover,  .info-list dl.first:hover {
	background-color: #ffffcc;
	border-color: #d09900;
	color:#993300;
}
.info-list.top {
	background: #C7E2D2;
	margin-top: 3px;
}
 .info-list .first{
	padding: 10px 0px 0px;
	border-top: none ;
	margin: 0px;
}

dt {
	margin-left: 8px;
	line-height: 120%;
}


dd {
	margin: 8px;
	font: normal small Helvetica, Arial, sans-serif;
	color: #005826;
	width: 97%;
}

.events-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;
	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: 12px 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;
}
.box-ad input {
	margin: 5px 0;
}
.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%;
	}	
.more_btn {
	margin:12px 0;
	}
	
.more-btn a{
	padding: 5px 14px;
	color:#fff;
	text-decoration:none;
	background:#067d84 url(../img/glass_btn.png) repeat-x 0 50%;
	border: 1px solid #3792b3;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}	

.more-btn a:hover{ color:#000;  
	background-color:#d09900;
	text-decoration:none;
	}		

	
*: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, #postevents #t-postevents {
	color:#067d84;
	font-weight:bold;
	}		
			
			
			

