/* 
Ketcham Design Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski
Date: 12/27/2008 */   


@import url("/Template/Ketcham/css/nav-horizontal.css");

/* SITE SPECIFIC LAYOUT */
*
{
	margin:0;
	padding:0;
}

html,body,form#aspnetForm,form#form1
{
	height:100%;
}

div#page
{
	width:799px;
	position:relative;
	height:auto !important;
	min-height:100%;
	margin:30px auto 0;
	padding:0;
	z-index: 1;
}

div#extra6
{
	position:absolute;
	bottom:-10px;
	background-image:url(/Template/Ketcham/Images/border_bottom_shadow.jpg);
	background-repeat:no-repeat;
	height:8px;
	width:100%;
	border-top-color:#E0D1B2;
	border-top-style:solid;
	border-top-width:5px;
}

/* HEADER */
div#header
{
	height:163px;
	text-align:right;
}

div#photoGallery
{
	float:right;
	position:static;
}

#importantlinks
{
	width:145px;
	margin-top:15px;
	padding:5px;
}

/* CONTENT */
div#content
{
	position:relative;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	padding:0;
	z-index: 99;
}

/* LAYOUT */
div#layout
{
	position: relative;
	width:600px;
	float:left;
	border-width:0;
	z-index: 100;
}

/* CLEAR */
div#clear
{
	clear:both;
}

/* MAIN */
div#main
{
	width:575px;
	min-height:110px;
	border-width:0;
	margin:15px;
}

/* SUB2 */
div#search
{
	top:30px;
	left:10px;
	position:absolute;
}
div#translate{
	top: -27px;
    right: -30px;
    position:absolute;
    width: 200px;
}	

#events
{
	top:0;
	margin-top:0;
	width:100%;
	height:480px;
}

.event
{
	margin-top:20px;
}

/* FOOTER */
div#footer
{
	position:absolute;
	width:100%;
	bottom:0;
	z-index: 99;
}

/* END LAYOUT 
//////////////////////////////////// TABLE */
table
{
	font-size:1em;
	margin:0;
	padding:2px;
}

table#signup
{
	border-bottom:1px solid #9d9fa0;
	margin-bottom:10px;
	margin-right:60px;
}

th
{
	font-weight:700;
}

td
{
	font-size:1em;
	vertical-align:top;
	padding:2px;
}

/* END TABLE */



div#banner,div#local,div#sub1,div#sub2,div#extra2,div#extra3,div#extra4,div#extra5,div#extra6
{
	display:none;
}

.styleProfileInterTable,.styleProfileDescriptionTable
{
	width:100%;
}
