/*------------------------------*/
/* countryside layout template */
/*------------------------------*/


/* general attributes */

body {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: arial, geneva, helvetica;
}

a {
	text-decoration:  none;
	font-weight: bold;
	border: none;
}
 
a:hover {
	text-decoration:  underline; 
	border: none;
}

img {
	vertical-align: bottom;
    margin: 0px;
}

/* layout attributes  */

#mls_iframe {
    width: 720px;
    height: 400px;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

#listing {
    width: 700px;
}

#listing_head {
    padding: 5px;
    text-align: left;
}

#listing_body {
    padding: 10px;
    text-align: left;
}

#listing_pics {
    padding: 10px;
}

#pagination {
    width: 500px;
    height: 15px;
    text-align: center;
}

#pagination_prev {
    width: 100px;
    height: 100%;
    text-align: left;
    float: left;
}

#pagination_pages {
    width: 296px;
    height: 100%;
    float: left;
}

#pagination_next {
    width: 100px;
    height: 100%;
    text-align: right;
    float: left;
}

#accessibility {
	position: absolute;
    left: -2000px;
    top: -1000px;
	display: none;
}

#source {
	position: absolute;
    left: -2000px;
    top: -2000px;
	display: none;
}

#menu {
	width: 800px;
    min-width: 800px;
    position: absolute;
    top: 35px;
    left: -400px;
    margin-left: 50%;
    z-index: 3;
}

#logo {
    margin: 0px;
    position: relative;
    float: left;
}

#navbar {
    width: 460px;
    height: 162px;
    margin: 0px;
    position: relative;
    float: left;
}

#links {
    width: 460px;
    height: 50px;
    margin: 0px;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 4;
}

#barend {
    margin: 0px;
    height: 50px;
    position: relative;
    float: left;
}

#body {
    position: relative;
    width: 800px;
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#header {
	height:  25px; 
	width:  100%;
    position: relative;
}

#main {
    width: 740px;
    min-width: 740px;
    position: inherit;
    margin-left: auto;
    margin-right: auto;
}

#main_top {
    width: 740px;
    min-width: 740px;
    height: 50px;
}

#main_bottom {
    width: 740px;
    min-width: 740px;
    height: 14px;
}

#random_top {
    margin: 0px;
}

#random_listing {
    margin: 0px;
}

#submenu {
	height: 20px;
	margin: 15px 10px 10px 10px;
	position: inherit;
	z-index: 4;
}

#footer {
	height:  25px; 
	width:  100%;
    position: relative;
}