.numbox { 
    float:left; 
    position:relative; 
    left:90px; 
    border:1px solid #bfbfbf; 
    width:15px; 
    height:15px; 
    margin:2px; 
    padding:2px; 
    text-align:center; 
    background-color: #fdefd3; 
    text-decoration:none; 
    cursor:pointer;
}

.theone { 
    background-color: #95b49b; 
    cursor:default; 
    color:white; 
    font-weight:bold;
}

.blankbox { 
    background-color: transparent; 
    border:1px solid white; 
    cursor:auto; 
}

/*a.nav_links {color: white; text-decoration:none;}
a.nav_links:hover {color: white; text-decoration:underline;}
a.nav_links:visited {color: white; text-decoration:none;}*/

a{ /*color:#3146bb;*/ font-weight:bold; text-decoration:none;}
a:hover { text-decoration: underline; }
a:visited { text-decoration: none; }

.box {
    padding:5px; 
    margin:5px; 
    border:1px solid black; 
    display:block; 
    width:150px; 
    text-align:center;
}

h1 { font-size:16px; border-bottom:1px solid black; }
h2 { font-size:12px;}
h3 { 
	font-size:12px;
	margin-bottom:10px; margin-top:3px;
    margin-bottom:10px; margin-top:3px;
}
/*h1 { font-size: 20px; border-bottom: 1px solid black; margin-bottom: 10px;}
h2 { font-size: 15px; margin-bottom: 10px;}
h3 { font-size: 12px; }
h4 { font-size: 11px; }*/

#resultstable {
	width:100%;
}

#resultnum{
    display:inline;
    padding:5px;
    font-size:12px;
}

#resultspages{
    text-align:center;
    margin-top:10px;
}

#head{
    background-image:url('/images/header.gif');
    width:227px;
    height:21px;
    margin-bottom:10px;
}

#headtext{
    position:relative;
    left:10px;
    top:3px;
}


label { display:block; width:100px; float:left; }

.resultsdescription {
	width:100%;
}

.listingimage {
	text-align:center;
}

body
{
    font-size: 11px;
    background-color:#ffcc66;
    font-family:tahoma;
    margin:0;
    padding:0;
}

hr { 
    border-top: 1px solid black;
    border-bottom: 1px solid white;
    width: 100%;
    height: 2px;
}

input,textarea, select {
    font-size:11px; 
    font-family: Tahoma;
}

li {
	list-style-image: url(/images/bullet.gif);
}

img {border: 0; }

#toppad {
    height: 5px;
}

#main {
    position: absolute;
    width: 782px; 
    left: 50%;
    margin-left: -391px;
}

#mainsection{
    position:absolute;
    left:50%;
    top:119px;
    width:782px;
    margin-left:-391px;
    background:url(images/bg.gif); 
}

#header { 
    width: 782px; 
    height: 114px;
    border-bottom:1px solid white;
    background:url(images/top.gif); 
}

#content {
    width:740px;
    padding-top:20px;
    padding-left:21px;
    padding-bottom:15px;
    /*display:inline;
    z-index:100;*/
}

#search{
    position:relative;
    left:578px;
    top:78px;
    width:200px;
}

#nav {
    color:white;
    font-weight:bold;
    position:absolute;
    top:119px;
    left:11px;
    height: 22px;
    width: 760px;
    background:url(images/navbg.gif);
    z-index:100;
}

a.nav{font-family:tahoma; font-weight:bold; color:white; text-decoration:none;}
a.nav:visited{color: white; text-decoration:none;}
a.nav:hover{color: white; text-decoration:underline;}

#nitem{
    position:relative;
    top:-6px;
    padding-left:8px;
    padding-right:8px;
    display:inline;
}

#footer {
    clear:both;
    color:white;
    font-size:10pt;
    height:29px;
    width:782px;
    padding-top:3px;
    background:url(images/bottom.gif);
}

