/***********************************************/
/* Web Site: Service microsites - Print        */
/*                                             */
/* Media: Print                                */
/*                                             */
/* Author: Oliver Hoad                         */
/*                                             */
/* Created: 25th February 2010                 */
/***********************************************/

/* 
-- CSS INDEX --

1. BASIC HTML
2. STRUCTURE
3. GLOBAL NAVIGATION
4. STANDARD PAGE ELEMENTS
5. PAGE ACTIONS

*/

/* ----- 1. BASIC HTML ---------------------------------------*/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 200%;
	line-height: 170%;
	padding: 0;
	margin: 0 0 10px 0;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 170%;
	line-height: 190%;
	padding: 0;
	margin: 1em 0 0 0;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 140%;
	line-height: 190%;
	padding: 0;
	margin: 1em 0 0 0;
}

p {
	font-weight: normal;
	font-size: 130%;
	line-height: 190%;
	padding: 0;
	margin: 0.2em 0 0.8em 0;
}

ul {
	margin: 8px 0 10px 14px; /* Required for cross-browser list indentation */
	padding: 0 0 0 14px; /* Required for cross-browser list indentation */
	/*margin: 0.2em 0em 0.8em 1.5em;*/
}

ol {
	margin: 8px 0 10px 15px; /* Required for cross-browser list indentation */
	padding: 0 0 0 15px; /* Required for cross-browser list indentation */
	/*margin: 0.2em 0em 0.8em 2.5em;*/
}

ul li {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 10px 0;
	padding: 0;
}

ol li {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 5px 0;
	padding: 0;
}

a {
	color: #6d9c16;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
	background: #f0f7e5;
	padding: 2px 0 3px 0;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px dotted #bbb;
	margin: 7px 0;
}

/* ----- 2. STRUCTURE ----------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 75%;
	color: #000;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	overflow: hidden;
}

.microsite_image {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#upper_strip,
#text_size_feature,
#text_size_feature p,
#text_size_feature a,
#banner,
#title,
#motif,
#sidebar,
#nav,
#lh_content,
#footer,
#footer p,
#footer a,
#footer a:hover
.hide {
	display: none;
}

#wrapper {
	width: auto;
	height: auto;
}

#main {
	width: auto;
	height: auto;
	background: #fff;
}

#header {
	width: auto;
	height: auto;
}

#logo {
	display: inline;
	float: left;
	width: 211px;
	height: 72px;
	margin: 24px 0px 0px 20px;
}

#content {
	width: auto;
	height: auto;
}

#section {
	width: auto;
	height: auto;
}

#copy {
	width: auto;
	height: auto;
	padding: 10px 48px 20px 48px;
}

/* ----- 3. GLOBAL NAVIGATION --------------------------------*/

/* hidden above */

/* ----- 4. STANDARD PAGE ELEMENTS ---------------------------*/

.quote {
	margin: 0 5px 20px 5px;
	background: url(barn08-quote-left.gif) no-repeat;
	color: #777;
}

.quote div {
	padding: 11px 25px;
	background: url(barn08-quote-right.gif) bottom right no-repeat;
}

.quote div p {
	font-size: 90%;
	line-height: 160%;
}

.alignright, .alignleft {
	float: right;
	clear: right;
	margin: 0 0 6px 10px;
}

.fullQuote {
	margin: 15px 0px 15px 0px;
	background: url(barn08-quote-left.gif) no-repeat;
	color: #666;
}

.fullQuote p {
	padding: 12px 27px 12px 28px;
	background: url(barn08-quote-right.gif) bottom right no-repeat;
	font-size: 100%;
	line-height: 160%;
}

#section p a, .highlightgrey a, .highlight a {
	font-weight: bold;
}

#section p a:hover, .highlightgrey a:hover, .highlight a:visited:hover {
	background: #f0f7e5;
	padding: 2px 0 3px 0;
	color: #6d9c16;
	text-decoration: underline;
}

.highlightgrey, .highlight {
	clear:both;
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #d0e5ac;
	font-size: 0.90em;
	line-height: 1.7em;
}

.highlight br, .highlightgrey br {
	line-height: 0.5em;
}

.quoteright, .quoteleft {
	float: right;
	clear: right;
	width: 170px;
	margin: 10px 0 15px 15px;
	padding: 10px;
	border: 1px solid #abd067;
	font-size: 0.9em;
	line-height: 1.5em;
}

.extrainfotitle {
	margin: 0;
	padding: 10px;
	border: 1px solid #e5e5e5;
	background: #f9f9f9;
	font-size: 110%;
	color: #666;
	line-height: 100%;
}

.extrainfotitle h2 {
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
}

.ulbg {
	margin: 0 37px 0 5px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-top: none;
	font-size: 90%;
}

.ulbg ul li {
	line-height: 140%;
}

.adobe {
	margin: 8px 37px 0 5px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	color: #666;
}

.adobe p {
	font-size: 90%;
	line-height: 160%;
}

table {
	margin: 10px 0;
}

td {
	padding: 5px;
}

.rowheader {
	background: #7fba00;
	color: #fff;
	font-weight: bold;
}

.rowodd {
	background: #fff;
	font-size: 1em;
	color: #000;
}

.roweven {
	background: #f3f3f3;
	font-size: 1em;
	color: #000;
}

.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;
}

.smalltext {
	font-size: 90%;
}

.rhQuote {
	margin: 0 0 30px 0;
	background: url(barn08-quote-left.gif) no-repeat;
	color: #666;
}

.rhQuote div {
	padding: 10px 25px;
	background: url(barn08-quote-right.gif) bottom right no-repeat;
}

.rhQuote div p {
	font-size: 90%;
	line-height: 160%;
}

.rhContent {
	margin: 13px 0 20px 0;
	border: 1px solid #daeac1;
}

.rhContent h2 {
	margin: 0 0 7px 0;
	padding: 10px;
	border-bottom: 1px solid #daeac1;
	background: #f3f8ea;
	font-size: 105%;
	font-weight: bold;
	color: #666;
	line-height: 140%;
}

.rhContent h3 {
	margin: 0 0 7px 0;
	padding: 10px;
	border-bottom: 1px solid #daeac1;
	background: #f3f8ea;
	font-size: 105%;
	font-weight: bold;
	color: #666;
	line-height: 140%;
}

.rhContent p, #rhContent ul, #rhContent ol, .rhContent p, .rhContent ul, .rhContent ol{
	padding: 0 10px 7px 10px;
	font-size: 90%;
	color: #666;
	line-height: 150%;
}

.rhContent li {
	margin-bottom: 3px;
}

#local_language {
	margin: 13px 0 20px 0;
	border: 1px solid #daeac1;
}

#local_language h2 {
	margin: 0 0 7px 0;
	padding: 10px;
	border-bottom: 1px solid #daeac1;
	background: #f3f8ea;
	font-size: 105%;
	font-weight: bold;
	color: #666;
	line-height: 140%;
}

#local_language h3 {
	margin: 0 0 7px 0;
	padding: 10px;
	border-bottom: 1px solid #daeac1;
	background: #f3f8ea;
	font-size: 105%;
	font-weight: bold;
	color: #666;
	line-height: 140%;
}

#local_language p, #local_language ul, #local_language ol, #local_language p, #local_language ul, #local_language ol{
	padding: 0 10px 7px 10px;
	font-size: 90%;
	color: #666;
	line-height: 150%;
}

#local_language li {
	margin-bottom: 3px;
}

/* ----- 5. PAGE ACTIONS -------------------------------------*/

.hide,
#page_actions,
#page_actions_share ul,
#page_actions_share li,
#page_actions_top ul,
#page_actions_top li,
#page_actions_clear {
	display: none;
}

