﻿/* UP Auction
    August 2008
    GKS Hosting
*/

/* Generic Body Styles */

body 
{
    background: #fff;
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0;
    background: url(../images/whitetexture.jpg) repeat;
}

h1
{
    font-family: Tahoma;
    font-size: 14pt;
    font-weight: bold;
    letter-spacing: -0.08em;
    color: #333;
    margin: 0;
    padding: 0;
    display: block;    
}

h2
{
    font-family: Tahoma;
    font-size: 16pt;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0;
    display: block;
}

h3
{
    font-family: Tahoma;
    font-size: 11pt;
    font-weight: bold;
    color: #800;
    display: block;
}


ol
{	
	position: relative;
	float: left;
	width: 400px;
	height: 100%;
}

table tr td a{font-size: 14pt; font-weight: bold;}

table tr td.noBorder a{border: none;}

/* Banner */

#top_bar
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(../images/amish.jpg) no-repeat white;
    z-index: 1;
}

#logo_location
{
    position: absolute;
    top: 1px;
    left: 350px; /* Was 0px */
    margin: 0;
    padding: 0;
    z-index: 3;
}

#name_location
{
    position: absolute;
    top: 60px;
    left: 529px; /* Was 179px */
    margin: 0;
    padding: 0;
    z-index: 3;
}

/* Navbar */

#navbar
{
    position: absolute;
    top: 98px;
    left: 0px;
    width: 100%;
    height: 32px;
    padding: 0;
    margin: 0;
    background: url(../images/navbar.png) repeat-x;
    z-index: 2;
}

/* Navigation */

#nav li ul a:hover
{
    background: #D18C3F;
}

#nav_location
{
    position: absolute;
    top: 103px;
    left: 190px;
    z-index: 300;
    color: White;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    min-width: 600px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a
{
    display: block;
    text-decoration: none;
    color: White;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    border-bottom: solid 3px #E3AA56;
}

#nav li ul a {
	display: block;
	width: 16em; /* When changing this width, also change it in "#nav li ul" for continuity of background color on hover */
	text-decoration: none;
    color: White;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    border: none;
}

#nav li {
	float: left;
	margin: 0 16px 0 0; /* Space between each main navigation item i.e. "home" "auctions" etc */
}

#nav li ul {
	position: absolute;
	width: 16em; /* When changing this width, also change it in "#nav li ul a" for continuity of background color on hover */
	left: -9999px; /* This makes the drop down dissapear when it's not being hovered over */
	margin: 0;
	text-indent: 5px; /* Keeps text away from left edge on drop down */
	margin : 0 0 0 1px;
	background: #E3AA56;
	border-top: solid 2px #E3AA56; /* Borders for drop down menu */
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;
}

#nav li:hover ul {
	left: auto; /* Makes drop down show on hover */
}

/* Main Content */

#main_content_nav
{
    position: relative;
    float: left;
    height: 100%;
    width: 20%;
    display: block;
    margin: 130px 0 0 0;
    padding: 0;
    z-index: 1;
}

/* Left side navigation system */

.left_navigation
{
    width: 240px; /* Was 190px */
    min-height: 32px;
    background: url(../images/sidebar.png) no-repeat;
    text-align: left;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 10pt;
    color: #fff;
    padding: 7px 0 0 11px;
    margin: 0 0 10px 0;
}

#main_content_nav ul
{
    text-indent: 0;
    text-align: left;
    text-decoration: none;
    list-style-type: none;
    margin: 10px 0 0 -40px;
}

#main_content_nav ul li a
{
    text-decoration: underline; /* Was NONE */
    font-family: Tahoma;
    font-size: 11pt; /* Was small */
    font-weight: normal;
    color: #333;
    line-height: 1.5em;
}

#main_content_nav ul li a:hover
{
    text-decoration: underline;
    color: red;
}

/* Text content for main & contact pages */

#text_content
{
    position: absolute;
    top: 130px;
    left: 240px; /* Was 190px */
    width: 68%; /* was 78% */
    display: inline;
    font-size: small;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.inline_content
{
    float: left;
    display: inline;
    padding: 0;
    margin: 0;
}

.inline_content_right
{
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
}

.address_header
{
    margin-left: 15px;
    font-size: medium;
    font-weight: bold;
    font-style: normal;
}

.address_info
{
    margin-left: 15px;
    font-size: medium;
    font-weight: normal;
    font-style: italic;
    line-height: 13px;
}

#contact_page_info
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 78%;
    display: inline;
    font-size: small;
    font-weight: normal;
    color: #333;
    margin: 0;
    text-align: center;
}

/* Classes & IDs for Real Estate, Estates, Auctions, etc. */

#thumbs_location
{
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
}

/* Classes for photo galleries */

.thumbnail
{
    margin: 0;
    padding: 0;
    border: none;
    height: 75px;
    width: 100px;
}

#milpic_right
{
	position: relative;
	float: right;
	clear: none;
}

#bottom_text
{
	position: relative;
	float: left;
	clear: both;
}

#top_div
{
	width: 850px;
	height: 100%;
}

#center_body
{
	width: 800px;
	height: 100%;
}

