/***********************************************/
/* home.css                                    */
/* Style Sheet for Sky Top Orchard		       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #3D4C6F;
	text-align: left;
	background-color: #8A9A3F;
background-attachment:fixed;
background-image:url(images/background_1.jpg);
background-position:center top;
background-repeat:repeat-x;

}

a:link{
	color: #65A0E1;
	text-decoration: inherit;
	font-weight: bold;
}

a:visited{
	color: #6077AC;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #8A9A3F;
	text-decoration: none;
	font-weight: bold;
}

a:active{
	color: #BCDCEB;
	text-decoration: none;
	font-weight: bold;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bolder;
	color: #CC0033;
	padding-top: 2px;
	padding-bottom: 2px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color: #7F912E;
	padding-top: 2px;
	padding-bottom: 2px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color: #2E4D88;
	padding-top: 2px;
	padding-bottom: 2px;
}

h4{
font-family:Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: lighter;
color: #C2CB87;
}

ul{
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
}

ul ul{
	list-style-position: outside;
	list-style-type: disc;
}

ul ul ul{
 list-style-type: square;
}

table {
	width: 975px;
	align: center;
	padding: 2px;
	spacing: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	display: table;
} 


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#background {
height:100%;
width:100%;
z-index:1;
}

#container {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	background-color:#C2DDF8;
	}

#header {
	height: auto;
	width: 975px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	background-color:none;
}

#topbar  {
	height: 175px;
	width: 975px;
	background-image:url(images/skytoporchard_header.jpg);
	z-index: 1;
}

#topnavbar {
	color: #29406D;
	width: 975px;
	height: 30px;
	font-size: 100%;
	font-weight: bold;
}

#intro_paragraph {
	width: 975px;
	border-bottom-style: solid;
	border-bottom: 2px;
	border-bottom-color: #932831;
}

#local-container {
	color: #3E486A;
	width: 975px;
	position: relative;
	border-bottom: 1;
}
#left {
	float: left;
	width: 40px;
	background-color: #FFFFFF;
}

#center {
	padding: 10px;
	float: left;
	width: 680px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #FFFFFF;
}
#right {
	width: 210px;
	float: left;
	padding: 10px;
	border-left-width: 1px;
	background-color: #C2DDF8;
	border-color: #C2DDF8;
	text-align: left;
 	font-size: 85%;
}

#to_do {
text-align:left;
}

#footer {
	padding: 10px;
	height: 175px;
	width: 955px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	text-align: center;
	background-color:#8a9a3f;
}

/************** styles ***************/
.clear {
	display: block;
	clear: left;
	visibility: hidden;
}

.table_nav_bar {
	width: 975px;
	align: center;
	spacing: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#2E4D88;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	display: table;
} 

.table_picking_schedule {
	width: 650px;
	align: center;
	text-align:center;
	display: table;
	font-weight: normal;
}

.to_do_list {
	width: 200px;
	text-align: left;
	font-size: 95%;
}
/*********** hacks ***********/

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#topnavbar li {border-bottom: 1px solid #3D4C6F;}

/* fix for browsers that don't need the hack */
html>body #topnavbar li {border-bottom: 1px;}

