﻿/* HOME PAGE STYLE SHEET - BARN BACKGROUND

/* Resets defaults to override various browser variances until reset by a different value later in this document.
This keeps the top margin of the page from varying between browser types 
 */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* Now that everything is reset, here is what we really want stuff to look like. */

body {
	background-color: #000000;
}
#outercontainer {
	background-position: 50% top;
	background-image: url('images/masterpage/barn2aQ70.jpg'); 
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	min-height: 810px;
	padding-top: 0px;
	position: relative;
}
#container {
	margin: 0px auto 0px auto;
	padding-top: 0px;
	text-align: left;
	width: 670px;
	position: relative;
}
#branding {
	background-position: center;
	clear: both;
	height: 263px;
}
.centering {
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 10px;
}
p a:link {
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}
	
p a:visited {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
	
p a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
	

/* ---------------------- Navbar ---------------------- */
.navbar{
	position: relative;
	display: block;
	height: 23px;
	font-size: 12px;
	font-weight: bold;
	background: url('1menu_off.jpg');
	font-family: Arial,Verdana,Helvitica,sans-serif;
}
.navbar ul{
	margin: 0px;
	padding: 0;
	list-style-type: none;
	width: auto;
}
.navbar ul li{
	display: block;
	float: left;
	margin: 0 1px 0 0;
}
.navbar ul li a{
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 22px 0 22px;
	height: 23px;
}
.navbar ul li a:hover{
	color: #987254;
	background: url('1menu_over.jpg') repeat-x left top;
}
/* ---------------------- END Navbar ---------------------- */
#contentWrapper /*Wraps content plus footer for common background image*/{
	background-image: url('images/masterpage/bg_logoLightWithShadowsQ60.jpg');
	background-repeat: no-repeat;
	width: 670px;
	min-height: 400px;
}
#mainContent {
	background-position: 50% top;
	width: 670px;
}
.imageRight {
    padding: 2px;
    border: medium #987254 ridge;
    margin: 10px 0 10px 10px;
    /*float: left; - for some reason this breaks the EW design view but does not break any known browser*/
}
.imageLeft {
	padding: 2px;
	border: medium #987254 ridge;
	float: right;
	margin: 10px 10px 10px 0; 
}

.imageCaption {
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.overview {
	padding: 20px;
	clear: both;
}
.overview h1 {
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 24px;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}
.overview h2 {
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
	text-align: left;
}
.overview h3 {
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 24px;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}
.colSmall {
	float: left;
	width: 230px;
}
.colLarge {
	float: right;
	width: 425px;
}
.colSmall h1 {
	padding: 0 10px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.colSmall h2 {
	padding: 0 10px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.colLarge h1 {
	padding: 0 10px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.colLarge h2 {
	padding: 0 10px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.clear {
	clear:both;
}
.clear img {
	border: medium #F1E6C0 inset;
	padding: 3px;
	text-align: center;
}
.clear p {
	text-align: center;
	font-weight: bold;
	font-size: larger;
}
.RedText {
	color: #CC0000;
}
#footer {
	padding: 20px 0;
	width: 670px;
	clear: both;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
}
#footer h1{
	padding: 0 0 10 0;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 36px;
	color: #000080;
	font-weight: bold;
	text-align: center;
}
#footer h2{
	padding: 0, 10px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #CC0000;
}
#footer a {
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #987254;
}
#divider{
	padding-left: 12px;
}
