/* 
Ketcham Design Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski
Date: 12/27/2008 */   

/* SITE SPECIFIC LAYOUT */

/*LAYOUT */
div#layout
{
	width:600px;
	float:left;
	margin-top:5px;
	padding-top:0;
	margin-bottom:20px;
	min-height:255px;
	z-index: 100;
}

/* MAIN */
div#main
{
	padding-top:30px;
	margin-top:30px;
	background-image:url(/Template/Ketcham/Images/index_main_bg.jpg);
	background-repeat:no-repeat;
}

div#header
{
	height:218px;
	background:url(/Template/Ketcham/Images/home_header_bg.jpg) no-repeat;
}

/* LOCAL */
div#local
{
	position: relative;
	float:right;
	margin-top:60px;
	margin-right:10px;
	margin-bottom:20px;
	width:140px;
	display:block;
	padding:20px 10px 10px 10px;
	min-height: 400px;
	-moz-border-radius:3ex;
	-webkit-border-radius:3ex;
	background-color:#E0D1B2;
}

/* SUB1 */
div#sub1
{
	display:inline;
	float:right;
	width:190px;
}


div#search
{
	left:330px;
}
div#translate{
	top:30px;
    left: 160px;
}	

div#page
{
	margin-top:0;
	height:auto !important;
}


table
{
	margin:0;
	padding:0;
}

div#extra6
{
	position:absolute;
	display:block;
	bottom:-5px;
	z-index: 99;
}
.ie7 div#extra6
{
    left: 0px;
}

div#extra4
{
	background-color:#E0D1B2;
	width:5px;
	height:50%;
	position:absolute;
	bottom:2px;
	right:0;
	display:block;
}

div#extra5
{
	background-color:#E0D1B2;
	width:5px;
	height:50%;
	position:absolute;
	bottom:2px;
	left:0;
	display:block;
}

div#nav,#nav
{
	top:218px;
}

div#footer
{
	margin-top:5px;
	border-color:#E0D1B2;
	border-style:solid;
	border-width:5px;
	border-bottom:none;
	border-top:none;
}

