/*
	===================================================================================
		Nextool
		©2008 World Without Walls (www.worldwithoutwalls.co.uk). All rights reserved.
		Author:		Paul Masri, Sam Ramsay
		User-controlled styles
	===================================================================================
*/


/* ------------------------------------------------------------------------------- */
/* MAIN CONTENTS - STANDARD ELEMENTS                                               */

/* HTML tags */

#layout_maincontent a:hover, #layout_maincontent a:active {
	color: #eaa500;/*#ffba15; /* darker tone for better contrast on white background */
}


#layout_maincontent h1,
#layout_maincontent h2,
#layout_maincontent h3,
#layout_maincontent h4,
#layout_maincontent h5 {
	/* clear: both; */
	margin: 1.2em 0 1em;
	font-family:Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	color: #01235A;
}
#layout_maincontent h1 {
	margin: 0 0 1em;
	padding-top: 0px;
	font-size: 1.8em;
	font-weight: normal;
}
#layout_maincontent h2 {
	margin: 0;
	padding-top: 53px;
	font-size: 1.3em;
}
#layout_maincontent h3 {
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent;

}
#layout_maincontent h4 {
	margin: 0;
	font-size: 0.9em;
}
#layout_maincontent h5 {
	font-size: 1em;
	text-align: center;
}
#layout_maincontent h6 { /* Just like p, but blue */
	margin: 6px 0 0 0;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: justify;
	font-weight: bold;
	color: #f34812;
}

#layout_maincontent p {}

#layout_maincontent_center p {
	padding-top: 12px;
}

#layout_maincontent ul {
	margin: -1em 0 2em 19px;
	padding: 0;
	line-height: 1.5em;
	text-align: justify;
	list-style-type: circle;
	list-style-position: inside;
	font-size: 0.95em;
}
#layout_maincontent li {
	margin: 0;
	padding: 0;
}
#layout_maincontent hr {
	height: 1px;
	color: #035dc3;
}

#layout_maincontent img {
	/* float:left; */
}


/* ----------------------------------------------------------------------- */
/* SPECIALS */

#layout_maincontent .img_floatright {
	float: right;
}
#layout_maincontent .img_center {
	float: none;
	margin: 0 15em;
}
.first {} /* Puts this in the Contribute menu - definitions in layout.css */


/* Sitemap */
#layout_maincontent ul.sitemap {
	margin: 0;
	padding: 0;
	list-style: none;
}
#layout_maincontent ul.sitemap a:link, #layout_maincontent ul.sitemap a:visited {
	text-decoration: none;
}
#layout_maincontent ul.sitemap a:hover, #layout_maincontent ul.sitemap a:active {
	text-decoration: none;
}

/* Sitemap level 1 */
#layout_maincontent ul.sitemap li {
	font-weight: normal;
	color: #0859a5;
	margin: 0;
	padding: 0;
	line-height: 2em;
	text-transform: uppercase;
	font-weight: bold;
}
/* Sitemap level 2 */
#layout_maincontent ul.sitemap ul {
	margin: 0 0 1em;
	padding: 0 0 0 15px;
	font-weight: normal;
}
#layout_maincontent ul.sitemap ul li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-weight: normal;
}
	

/* ------------------------------------------------------------------------------- */
/* FLOATING CONTENT - STANDARD ELEMENTS                                            */

/* In-page testimonial panel */
/*
#layout_maincontent .testimonialRight
, #layout_maincontent .testimonialLeft {
	width: 200px;
	margin: 0 0 15px;
	background: url(../_image/testimonialpanel_1x1.jpg) no-repeat left top;
	padding: 11px 0 0;
	color: #150caa;
}
#layout_maincontent .testimonialRight .panel_noheading
, #layout_maincontent .testimonialLeft .panel_noheading {
	background: url(../_image/testimonialpanel_2x1.jpg) no-repeat left bottom;
	padding: 0 15px 11px;
}

#layout_maincontent .testimonialRight .panel_noheading p
, #layout_maincontent .testimonialLeft .panel_noheading p {
	margin: 0 0 0.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	line-height: 1.7em;
}
#layout_maincontent .testimonialRight div p.author
, #layout_maincontent .testimonialLeft div p.author {
	margin: 0.5em 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.4em;
}
#layout_maincontent .testimonialRight {
	float: right;
	margin-left: 1em;
	font-size: 0.9em;
}
#layout_maincontent .testimonialLeft {
	float: left;
	margin-right: 1em;
	font-size: 0.9em;
}
*/


/* ------------------------------------------------------------------------------- */
/* MAIN CONTENTS - SITE-SPECIFIC ELEMENTS                                          */

/* Paragraphs */
/* #layout_maincontent .quote {
	clear:both;
	margin-top: 3em;
	margin-bottom: 0.5em;
	font-size: 0.7em;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
#layout_maincontent .quoteauthor {
	margin-top: 0;
	margin-bottom: 5em;
	font-size: 0.65em;
	font-weight: bold;
	text-align: right;
}
*/
/* Font (spans) */
.font_highlight {
	font-weight: bold;
	color: #135aac;
}
.font_superhighlight {
	font-size: 1.1em;
	font-weight: bold;
	color: #135aac;
	background: #ffff77;
}
.font_smallnote {
	font-size: 0.85em;
}


/* Table-based Forms within main content */
#layout_maincontent form {
	margin: 1em 0;
}
#layout_maincontent table {
	width:100%;
	background: #dbe0e1;
	border-collapse: collapse;
}
#layout_maincontent th, #layout_maincontent td {
	vertical-align: top;
}
#layout_maincontent caption {
	height: 27px !important;
	background: #150caa url(../../html/_image/tablecaption_bkg.jpg) repeat-x left top;
	padding: 3px 0 0 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #dbe0e1;
	text-align: left;
}

/* Table 1 is used for the contact and main signup forms */
#layout_maincontent .table1 {}
#layout_maincontent .table1 th {
	padding: 3px 15px 0 15px;
	font-size: 0.8em;
	font-weight: normal;
}
#layout_maincontent .table1 td {
	padding: 1px 15px 0 0;
	font-size: 0.8em;
	font-weight: normal;
}
#layout_maincontent .table1 .form_spacerrow {
	height: 10px;
}

#layout_maincontent .table1 h4 {
	margin: 1em 0 0.2em 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#layout_maincontent .table1 .form_notes {
	padding: 15px;
	font-size: 0.7em;
}
#layout_maincontent .table1 .form_required {
	color: #fa2920;
}
#layout_maincontent .table1 input.form_textfield1
,#layout_maincontent .table1 select.form_selectcountry {
	width: 180px;
}
#layout_maincontent .table1 input.form_textfield2
,#layout_maincontent .table1 textarea.form_textfield2 {
	width: 340px;
}
#layout_maincontent .table1 input.form_button {
	margin-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #035dc3;
}

/* Table 2 is used for the scorecards */
#layout_maincontent .table2 {}
#layout_maincontent .table2 th {
	padding: 3px 15px 0 15px;
	font-size: 0.8em;
	font-weight: normal;
}
#layout_maincontent .table2 td {
	padding: 1px 15px 0 0;
	font-size: 0.8em;
	font-weight: normal;
}
#layout_maincontent .table2 .form_spacerrow {
	height: 10px;
}
#layout_maincontent .table2 .form_highlightrow {
	background: #150caa;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}

#layout_maincontent .table2 input.form_textfield1 {
	width: 20px;
	text-align: right;
}
#layout_maincontent .table2 input.form_button {
	margin-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #035dc3;
}

