/******************************************/
/*  CSS for New Barn Livery  */
/******************************************/
/*  Text styles and rulers                */
/******************************************/

body{
	background-color:#fcf7c0; /*cream*/
	background-image: url(../images/grazingorange.gif);
	background-attachment:fixed;
	background-position:bottom left;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	text-align:left;
	font-size:0.9em;
	color:#000;/*black*/
	}
	
p, h1, h2, h3, h4, h5, h6{
	padding:0 5px;
	vertical-align:top;
	}

a{
	color:#5b2615;/*brown*/
	font-weight:bold;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
 
h1{
	font-size:2.2em;
	font-weight:bold;
	}
	
h2{
	font-size:2em;
	font-weight:normal;
 	}

h3{
	font-size:1.3em;
	font-weight:bold;
	font-style:italic;
	color:#dc7b09; /*orange*/
	}
		
h4{
	font-size:1em;
	font-weight:bold;
 	}
	
hr{
	height:1px;
	color:#dc7b09; /*orange*/
	clear:both;
	}
	
.smallandcream{
	font-size:0.7em;
	padding:0;
	color:#fcf7c0; /*cream*/
	}
		
.cream{
	color:#fcf7c0; /*cream*/
	}

.orange{
	color:#dc7b09; /*orange*/
	}
	
.brown{
	color:#5b2615;/*brown*/
	}
	
.linktop{
	color:#dc7b09; /*orange*/
	font-size:0.75em;
	}	
	.linktop a{
	color:#dc7b09; /*orange*/
	}
	
.justify{
	text-align:justify;
	}
	
.center{
	text-align: center;
	}
	
.right{
	text-align:right;
	}
	
table{
	width:100%;
	text-align:left;
	margin: 0;
	}
	
th{
	background-color:#dc7b09; /*orange*/
	font-weight:bold;
	padding-left:6px;
	color:white;
	}
	th a{
		color:white;
		}
	
td{
	border-top:solid 1px #dc7b09; /*orange*/
	vertical-align:top;
	font-weight:normal;
	padding:6px;
	}
/******************************************/	
/* Main divisions and sections            */
/******************************************/

#titlediv{
	float:right;
	width:auto;
	}

#wrapper{
	background-color:#fcf7c0; /*cream*/
	width:49em;
	text-align:center;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	}

#title{
	height:auto;
	text-align:center;
	padding: 0;
	}

#navbar{
	padding:0.4em 0.75em 0.5em 0.75em;
	height:1.2em;
	text-align: center;
	font-size:0.9em;
	background-color:#dc7b09; /*orange*/
	border-bottom: 1px solid #5b2615; /*brown*/
	clear:both;
	}
	#navbar a {
		color:#fff;
		text-decoration:none;
		}
	#navbar a:hover {
		color:#000;
		text-decoration:none;
		}
	
#maincontent{
	width: auto;
	padding:0.4em 0.75em 0em 0.75em;
	text-align:left;
	/*height:auto !important; min-height:25em; height:25em;*/
	}
	
#footer{
	margin-top:0.2em;
	border-top:solid 1px #5b2615; /*brown*/
	padding:0.2em 1em 0 0;
	font-size:0.7em;
	text-align:right;
	vertical-align:text-top;
	color:#5b2615;/*brown*/
	height:1.75em;
	clear:both;
	}


/****************************************************************************/
						/* #Image placements */
/****************************************************************************/
#imagebox{
	float:left;
	width:16.1em;
	padding-left:0.1em;
	text-align: center;
	padding-top: 10px;
	}
	
#logobox{
	float:left;
	width:8em;
	vertical-align:text-top;
	}
	
.validbox{
	float:right;
	width:auto;
	}
	
.imageleft{
	float:left;
	width:auto;
	padding-right:0.5em;
	text-align: center;
	}
	
.imageright{
	float:right;
	width:auto;
	padding-left:0.5em;
	text-align: center;
	}
	
.third{
	width: 33%;
	}	
	
.clear{
	clear:both;
	}

.fit{
	width:auto;
	}
