/* Default Style Sheet for Jubilant Fields Farm Website */

/* General Properties */

/* Save this as a nice shade of silver  #EFEEED */

body { 
	background-image: url("../images/cascade.jpg");
	background-repeat: repeat-x;
	background-color: #D3E2E9;
	font-family: "Times New Roman", serif;
	font-size: 12pt;
	}
h1 {
	font-family: Verdana, sans-serif;
	font-size: 15pt;
	text-align: center;
	}
h2 {
	font-size: 13pt;
	text-align: center;
	}
h2 a:hover {
	text-decoration: none !important;
	border-bottom: dotted thin #2680ba;
	}
h3 {
	font-size: 13pt;
	text-align: left;
	}
p {
	text-indent: 1em;
	text-align: justify;
	}
p.center {
	text-align: center;
	}
p.quote {
	font-style: italic;
	font-family: Georgia, serif;
	font-size: 9.5pt;
	}
.alert {
	color: #FF0000;
	}
a:link {
	color: #2680ba;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline !important;
	}
a:active {
	color: #2680ba;
	text-decoration: none;
	}
a:visited {
	color: #2680ba;
	text-decoration: none;
	}
a img {
	border-style: none;
	}
ul {
	text-align: justify;
	text-indent: 0.5em;
	}
ul li {
	list-style-type: disc;
	}
ul li li {
	list-style-type: square;
	}
ol {
	text-align: justify;
	text-indent: 0.5em;
	font-weight: bold;
	}
	

/* Division Properties */

div.header {
	background-color: transparent;
	font-size: 24pt;
	color: #FFFFFF;
	font-family: Georgia, serif;
	position: absolute;
	right: 5%;
	z-index: 1;
	}
div.home {
	top: 60px;
	left: 8px;
	position: absolute;
	display: block;
	}
div.about {
	top: 60px;
	left: 116px;
	position: absolute;
	display: block;
	}
div.products {
	top: 60px;
	left: 224px;
	position: absolute;
	display: block;
	}
div.articles {
	top: 60px;
	left: 332px;
	position: absolute;
	display: block;
	}
div.links {
	top: 60px;
	left: 440px;
	position: absolute;
	display: block;
	}
div.contact {
	top: 60px;
	left: 548px;
	position: absolute;
	display: block;
	}
div.ventures {
	top: 60px;
	left: 656px;
	position: absolute;
	display: block;
	}

/* Tab and Link Properties */

span.activetab {
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 100px;
	height: 30px;
	background-color: #FFFFFF;
	font-size: 12pt;
	font-family: Georgia, serif;
	color: #000000;
	text-decoration: none;
	}
a:link.activetab, a:active.activetab, a:visited.activetab {
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 100px;
	height: 30px;
	background-color: #FFFFFF;
	font-size: 12pt;
	font-family: Georgia, serif;
	color: #000000;
	text-decoration: none;
	}
a:link.inactivetab, a:active.inactivetab, a:visited.inactivetab {
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 100px;
	height: 25px;
	background-color: #000000;
	font-size: 12pt;
	font-family: Georgia, serif;
	color: #C5CCDB;
	text-decoration: none !important;
	}
a:hover.inactivetab, a:hover.activetab {
	background-color: #74BB20;
	color: #FFFFFF;
	text-decoration: none !important;
	height: 25px;
	}
	

/* Main Table Properties */

table {
	position: absolute;
	top: 90px;
	left: 8px;
	width: 98.4375%;
	font-family: "Times New Roman", serif;
	font-size: 11pt;
	}
td {
	background-color: #FFFFFF;
	padding: 1%;
	}
td.scripture {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 13pt;
	color: #808080;
	text-align: center;
	width: 100%;
	}
td.main {
	width: 60%;
	vertical-align: top;
	padding: 2%;
	}
td.sidebar {
	border-left: solid thin #CCCCCC;
	text-align: center;
	vertical-align: top;
	height: 33%;
	}
td.sidebarphotos {
	border-left: solid thin #CCCCCC;
	text-align: center;
	vertical-align: top;
	height: 33%;
	}
td.sidebar i {
	font-size: 10pt;
	color: #808080;
	font-family: Georgia, serif;
	}
td.credits {
	vertical-align: middle;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 10pt;
	background-color: transparent;
	}
/* Contact Form Properties */

form.contact {
	width: 40%;
	text-align: left;
	}
form.contact p {
	text-indent: 0em !important
	}
.title {
	font-family: Georgia, serif;
	font-size: 13pt;
	}
textarea {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	}
input {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	}