
/*--- GLOBAL STYLES --*/
/*--------------------*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #982900;
}
body {
	margin: 0;
	background-image: url(http://www.piedmonttriadnc.com/images/bkg_green.jpg);
	
	/* 
	Define a background image if you like 
	Remember to use absolute urls. Note: Images will reside on your website.
	
	background-image: url(http://www.yourwebsite.com/images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	*/
}
input, select, textarea {font-size: 12px;}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 13px;margin-bottom: 3px;}
a:hover {color:white;}


/*-- HEADER STYLES ---*/
/*--------------------*/
.header { background-image: url(http://www.piedmonttriadnc.com/images/ptp_tourism_search.jpg); }
.header td { color:#fff; }
.header a { color:#fff; }
.header a:hover {color:white;}
* html .header table {width:94%; height:130px;}/* IE hack */
#tdright{
	padding-right:15px;
	text-align:right;
}
#searchlink{font-weight:bold;}
#closelink{}

/*----- YOUR LOGO ----*/
/*--------------------*/
#logo{
	width:270px;
	height:54px;
	background-image: url(http://www.yourwebsite.com/images/logo.gif); /* absolute path to your logo */
	background-repeat: no-repeat;
	background-position: left top;
}

/*---- TAB STYLES ----*/
/*--------------------*/
#tabnav {
	background-image: url(http://www.piedmonttriadnc.com/images/nav_search_bkgs.jpg);
    text-align:center;
    text-decoration:none;
    border-bottom:1px solid #ffffff;
	padding-bottom:3px;
	margin-bottom:10px;
	color: #ffffff;
}
#tabnav ul {
	list-style:none;
	text-decoration:none;
	margin:0;
	padding:0;
	color: #ffffff;
}
#tabnav li {
	display:inline;
	text-decoration:none;
	margin-left:-4px;
	color: #ffffff;
}
#tabnav a {
   background-image: url(http://www.piedmonttriadnc.com/images/nav_search_bkgs.jpg);
	text-decoration:none;
	padding:.25em 1em .25em 1em;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	color: #ffffff;
}
#tabnav A.over {
   background-image: url(http://www.piedmonttriadnc.com/images/nav_search_bkgs_over.jpg);
	text-decoration:none;
	font-weight:bold;
	color: #ffffff;
}


/*-- SEARCH RESULTS STYLES --*/
/*---------------------------*/
.recordstats {
	border-bottom:1px dashed #666;
	padding-bottom:10px;
	word-spacing: .3em;
}
* html .recordstats table {width:94%;}/* IE only hack */
.recordnav
{
	border-top: 1px dashed #666;
	margin-top: 15px;
	padding-top: 5px;
	word-spacing: .3em;
}
.date {
	color: #982900;
	font-style: italic;
	font-weight: bold;
}
.date a {
	color: #982900;
}


/*-- CONTENT STYLES --*/
/*--------------------*/
.content {
	margin: 5px 20px 40px 20px;
}

/*-- FOOTER STYLES --*/
/* Note copyright & visitnc logo must always be visible 
	as per service agreement */
.footer {
	width:100%;
	text-align:center;
	font-size: 10px;
	margin:10px 0 10px 0;
}
.footer img {
	margin-bottom: 5px;
}

/*-- FORM & FIELDS --*/
/*--------------------*/
#center_for_ie{
	text-align:center;
	width:100%;
}
.fbox {
	width:310px;
	margin-bottom:60px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
}
.fbox:after{ /* Note: I would leave this class alone */
    content: "."; 
    display: block; 
    height:0; 
    clear: both; 
    visibility: hidden;
}
#propClassChild,#grandChild,#keyword {
	width:220px;
}
#prox, #city {
	width:150px;
}
.lbl {
	float:left;
	width:60px;
	height:26px;
	text-align:right;
	font-weight:bold;
}
.fld {
	float:left;
	width:230px;
	height:26px;
	text-align:left;
	margin-left:15px;
	padding:0;
}
