/* Standard html
----------------*/

body {
	margin: 0 0 35px 0;
	padding: 0;
	background-color: #fff;
	font: 1.4em "times new roman", georgia, times, serif;
	color: #000;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
}

h2 {
	margin: 5px 0 5px 0;
	font-size: 0.9em;
	font-weight: bold;
}

h3 {
	margin: 5px 0 3px 0;
	font-size: 0.8em;
	font-weight: bold;
}

h4 {
	margin: 5px 0 3px 0;
	font-size: 0.75em;
	font-weight: bold;
}

p {
	margin: 5px 0 10px 0;
	font-size: 0.75em;
	line-height: 1.4em;
}

blockquote {
	font-size: 0.75em;
	line-height: 1.4em;
}

ul {
	margin-top: 5px;
	font-size: 0.75em;
	list-style-type: square;
	list-style-image: url(barn07-ul-li-bg.gif);
}

ol {
	font-family: "times new roman", georgia, times, serif;
	font-size: 0.75em;
}

li {
	margin-bottom: 5px;
	line-height: 1.4em;
}

a:link {
	color: #0052A3;
	text-decoration: none;
}

a:visited {
	color: #48006D;
	text-decoration: none;
}

a:link:hover {
	text-decoration: underline;
}

a:visited:hover {
	text-decoration: underline;
}

hr {
	clear: both;
	height: 1px;
}

/* Standard structure
---------------------*/

#wrapper {
	width: auto;
	height: auto;
	padding: 0;
}

#main {
	width: auto;
	height: auto;
	background: #fff;
}

#footer {
	position: absolute;
	top: 0;
	left: 0;
}

#subbanner,
#LMcontainer {
	position: relative;
	top: 22px;
	width: auto;
	height: auto;
}

#Mcontainer {
	position: relative;
	width: auto;
	height: auto;
	padding: 10px 25px 10px 25px;
}

.hide,
#banner,
#search,
#breadcrumbs,
#Lcontainer,
#newsletterlink,
#Rcontainer,
#ulbg,
#extrainfotitle,
#extrainfo,
#adobe,
#footer div,
#base,
#page_actions_container {
	display: none;
}

/* Standard elements
--------------------*/

.smalltext {
	font-size: 0.9em;
	line-height: 1.3em;
}

.alignleft {
	float: right;
	clear: both;
	margin: 8px 8px 8px 0;
}

.alignright {
	float: right;
	clear: both;
	margin: 8px 0 8px 8px;
}

.highlightgrey {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 10px;
	border: 1px solid #000;
	font-size: 0.75em;
	color: #000;
	line-height: 1.4em;
}

.highlight {
	clear:both;
	margin: 10px 0 10px 0;
	padding: 10px;
	border: 1px solid #000;
	font-size: 0.75em;
	color: #000;
	line-height: 1.4em;
}




.highlight br, .highlightgrey br{
	line-height: 0.5em;
}
.highlight a, .highlightgrey a{
	
}
.highlight p, .highlightgrey p{
	font-size:100%;
}
.quoteleft {
	color:#222;
	margin : 6px 6px 0 0;
	padding:5px;
	width:155px;
   font-size: 0.7em;
   line-height: 1.4em;
	font-style: italic;
	float:left;
	background:#F3F9E0;
	border:1px solid #E3F1BB;
	}
.quoteright {
	color:#222;
	margin : 6px 0 0 6px;
	padding:5px;
	width:155px;
   font-size: 0.7em;
   line-height: 1.4em;
	font-style: italic;
	float:right;
	background:#F3F9E0;
	border:1px solid #E3F1BB;
}
.extrainfotitle h2, .extraregion h2{
	padding:5px 2px 6px 8px;
	COLOR: #333;
	font-size: 75%;
	margin:0;
	background: url(barn07-extratitle-h2-bg.jpg) no-repeat;
	width:178px;
}
.extrainfo, .extraregion{
	width:187px;
	background:url(barn07-localnav-ul-border-bottom.gif) left bottom no-repeat;
	margin-top:0;
	margin-bottom:10px;
	padding-bottom:5px;
}
.extrainfo p, .extraregion p{
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	padding:4px 3px 4px 8px;
	font-size:0.7em;
	margin:0;
	line-height:130%;
	width:175px;
	COLOR: #333;
}
.extrainfo a, .extraregion a{
	display:inline;
	COLOR: #333;
}
.adobe{
	padding:3px 7px 1px 7px;
	font-size:0.9em;
	border:1px solid #E5E5E5;
	margin:10px 11px 0 0;
}
.rowheader{
	background:#99cc00;
	color:white;
	font-size:0.8em;
	font-weight:bold;
}
.rowodd{
	background:#F8F8F8;
	color:black;
	font-size:0.75em;
}
.roweven{
	background:#f1f1f1;
	color:black;
	font-size:0.75em;
}
.arrowBack{
	padding-left:15px;
	background:url(arrow-back.jpg) 0px 2px  no-repeat;
}
.arrowForward{
	padding-right:15px;
	background:url(arrow-forward.jpg) right 2px no-repeat;
}
