
/* CSS Document */
/* Styles for the Pinon Wood Ranch Website */

body {
	font: 16px Times New Roman, Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #315F92;
	background-image: url(../../Images/layout/background.jpg);
	line-height: 1.5;
	min-width: 785px;
}

#container {
	width: 85%;
	margin: 0 auto;
	text-align: left;
	background-color: #EBEBEB;
	background-image: url(../../Images/layout/gray.png);
}

#header {
	margin: 0 40px 20px 40px;
	text-align: center;
	border-bottom: dotted #999999 1px;
}

#header img {
	padding: 0 0 10px 0;
}

.pwr_layout #mainContent {
	padding: 0;
	margin: 0 0 0 200px;
}

#textContent {
	padding: 0 15px 5px 15px;
}

#textContent img {
	padding: 10px;
}

#footer {
	padding: 10px;
	font-size: 85%;
	text-align: center;
	border-top: dotted #999999 1px;
	margin: 20px 50px 0 50px;
}

/* REMOVE THESE AFTER WEATHER PAGE IS UPDATED AND NO LONGER USES .pedigree_layout */

.pedigree_layout #mainContent {
	padding: 0;
	margin: 0;
}

.pedigree_layout #header div.fltlft, .pedigree_layout #header div.fltrt {
	padding: 10px 15px;
	width: 10%;
	display: -moz-inline-box;  /* for Mozilla based browsers */
	display: inline-block;
	line-height: 1;
	vertical-align: bottom;
}

.pedigree_layout #header div.fltlft {
	text-align: left;
}

.pedigree_layout #header div.fltrt {
	text-align: right;
}

/* REMOVE ABOVE AFTER WEATHER PAGE IS UPDATED AND NO LONGER USES .pedigree_layout */


/* Sidebar with slideshow and navigation menu */

.pwr_layout #sidebar {
	font-size: 15px;
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	text-align: center;
	list-style: none;
	background-color: #CCCCCC;
	background-image: url(../../Images/layout/gray_fade.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px 10px 70px 10px;
}

#slides {
	text-align: center;
	margin: 10px 5px;
	width: 170px;
	padding: 0 0 30px 0;
}

#slides div {
	margin: 0 auto;
}

/* Navigation Menu */

ul.navmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

ul.navmenu li a {
	display: block;
	padding: 10px;
	margin: 0;
}

ul.navmenu li.navHeading {
	display: block;
	padding: 5px;
	margin: 20px 0 5px 0;
	border-bottom: solid #999999 1px;
	border-top: solid #999999 1px;
	font-weight: bold;
}

ul.navmenu li a.active {
	background-color: #EBEBEB;
}

ul.navmenu li a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}

/* Headlines and Links */
h2.news_headline {
	border-top: solid #1C439D 5px;
	padding-top: 5px;
	text-align: center;
}

a:link {
	color: #274CA0;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #274CA0;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

/* Form Styles */

div.contactForm {
	margin: 0 auto;
	text-align: center;
}

form {
	width: 600px;
	text-align: left;
	margin: 0 auto;
}

#form_select {
	text-align: center;
}

form div{
	width: 230px;
	text-align: right;
	display: -moz-inline-box;  /* for old Mozilla-based browsers */
	display: inline-block;
	zoom: 1;			/* for IE */
	*display: inline;	/* for IE */
	padding: 0 5px;
}

form input, select, textarea {
	border: inset #DDDDDD 1px;
	vertical-align: top;
	text-align: left;
	width: 200px;
}

form textarea {
	width: 350px;
}

form span {
	width: 100px;
}

form #submit{
	border: outset black 1px;
	text-align: center;
	margin-left: 150px;
	width: 300px
}


/* Pedigree Styles */
#pedigree {
}

#pedigree h1, h2, h3, h4, h5, h6 {
	margin: .3em 0;
	padding: 0;
}

#pedigree #rows1 {
	height: 16px;
	width: 40px;
	border: solid black 0px;
} /* ht.orig=20  */

#pedigree #rows3 {
	height: 58px;
	width: 40px;
	border: none;
} /* ht.orig=70  */

#pedigree #rows7 {
	height: 142px;
	width: 40px;
	border: none;
} /* ht.orig=170 */

#pedigree #rows15 {
	height: 312px;
	width: 40px;
	border: none;
} /* ht.orig=350 */

#pedigree .treetext {
	font-size: 9pt;
}

#pedigree .treetext img {
	margin: 5px;
}

/* Weather Styles*/

#weather {
	width: inherit;
	text-align: center;
	background-color: #EBEBEB;
}

#weather table {
	width: 100%;
	border-spacing: 0;
	margin: 0 auto;
}

#weather table td {
	padding: 6px;
	border-bottom: dotted #999999 1px;
}

#weather tr.content:hover {
	background-color: #FFFFFF;
}

#weather .head {
	background-color: #9CF;
	padding: 8px;
	margin: 0;
}

#weather tr.head img {
	border: solid #CCC 1px;
	padding: 5px;
	background-color: #FFF;
}

#weather tr.forecast {
	background-color: #FFC;
}

#weather img {
	background-color: #FFFFFF;
	margin: 0 0 5px 0;
}

#weather tr.head:hover, #weather tr.forecast:hover{
}

/* Miscellaneous classes for reuse */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.slideshowfloat {
	float: right;
	text-align: center;
	margin: 5px 30px;
	padding: 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearright {
	clear: right;
}

.clearleft {
	clear: left;
}

.indent {
	margin-left: 20px;
}

.inline {
	display: -moz-inline-box;  /* for Mozilla based browsers */
	display: inline-block;
	text-align: center;
}

ul.inline{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.inline li {
	display: -moz-inline-box;  /* for Mozilla based browsers */
	display: inline-block;
	vertical-align: top;
	padding: 5px;
}
