/************************************
********* The Core Technique *********
************************************/
.wrapper
{
	margin: 0 auto;
}
/*.                                    full width items*/
.wrapper, #branding IMG, #header FORM
{
	width: 78.9em;
}
/*.                                    content width items*/
#content, #mainContent .contentHeaderImage
{
	width: 59.1em;
}
#column1
{
	width: 19.2em;
	float: left;
	margin: 0;
}
#content
{
	float: right;
}
#footer
{
	margin-top: 5.5em;
}
/*.                                    main image height*/
#mainContent .contentHeaderImage
{
	height: 23.9em;
}
/*.                                       give some visual space between the content and footer*/
#separater
{
	clear: both;
	border: 1px solid #FFF;
}
/************************************
************** Hacks ***************
************************************/
#column1
{
	padding-top: 0;
	padding-bottom: 0;
}
#column1 *
{
	/*[disabled]padding-left:20px;*/
	/*[disabled]padding-right:20px;*/
}
#column1 * *
{
	/*[disabled]padding-left:0;*/
	/*[disabled]padding-right:0;*/
}
/************************************
*********** Visual styling *************
***********************************
.                                             Zero down margin and padding on all elements*/
BODY
{
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
/*reduce 1em to 10 pixels (1em = 10px)*/
	font-size: 62.5%;
	color: #3A3A3A;
}
.wrapper
{
	background-color: #FFF;
}
/*.                                             colour the off yellow boxes*/
#mainContent .information, #header, #header FORM, #footer, #footer .wrapper, #column1 #quote
{
	background-color: #EEF0D8;
}
/*.                                            hide the component heading*/
.componentheading
{
	display: none;
}
/************************************
*** BRANDING ***  !!! COMPLEX !!!
***********************************
.                                   allow absolute and z index to be used*/
#branding, #branding .wrapper
{
	position: relative;
}
/*.                                   place the image in front*/
#branding .wrapper
{
	z-index: 10;
}
/*.                                   set a universal height*/
#branding IMG, #branding #right_banner, #branding #left_banner
{
	height: 10.2em;
}
/*.                                   base colour*/
#branding #left_banner, #branding, #branding .wrapper
{
	background-color: #C60001;
}
/*.                                   right colour block settings*/
#branding #right_banner
{
	background-color: #880505;
	right: 0;
}
/*.                                    colour block positions*/
#branding #right_banner, #branding #left_banner
{
	width: 50%;
	position: absolute;
	top: 0;
}
/************************************
********** MAIN NAVIGATION **********
***********************************
.                                         set the bg colour
.                                          turn off list styling*/
#mainNav UL
{
	padding: 0;
	list-style: none;
}
/*.                                         top level link styling*/
#mainNav A
{
	background-color: #FF6532;
	font-size: 1.7em;
	color: #FFF;
	display: block;
	text-decoration: none;
/*left and right link padding entered separately so they cascade correctly*/
	padding-left: 1em;
	padding-right: 0.75em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
#mainNav A:hover
{
	background-color: #D94F23;
}
/*.                                         sub level link styling*/
#mainNav UL UL A
{
	border-bottom: 0.15em solid #E4E4E4;
/*line height is correct*/
	line-height: 1.2em;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 1.3em;
	font-size: 1.5em;
	color: #0E0D0D;
	background-color: #FFF;
}
#mainNav UL UL A.last
{
	border-bottom: none;
}
#mainNav UL UL A:hover
{
	background-color: #DDD;
}
/*.                                         selected menu items*/
#mainNav UL .active
{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.65em;
}
#mainNav UL UL #current .active
{
	font-weight: bold;
	color: #508796;
/*make sure the bg image for the top level is not shown*/
	background-image: none;
}
/************************************
*********** MAIN CONTENT ***********
************************************/
.buttonheading
{
	display: none;
}
H1, H2, H3
{
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #960505;
	margin: -0.1em 0.3em 0 0.4em;
}
H1
{
	font-size: 2.2em;
}
H2
{
	font-size: 1.8em;
}
#mainContent P
{
	font: 1.5em Arial, sans-serif;
	margin: 0em 0.3em 0.7em 0.7em;
}
#mainContent UL
{
	list-style: square inside;
	margin-top: -0.7em;
	margin-left: 1.5em;
	margin-bottom: 0em;
	font: 1.5em Arial, sans-serif;
	line-height: 1.3em;
}
#mainContent .contentHeaderImage
{
	margin-bottom: 0.8em;
}
#mainContent .contentHeaderImage EMBED, #mainContent .contentHeaderImage OBJECT
{
	height: 24em;
	width: 59em;
}
#mainContent TABLE
{
	margin-left: 1em;
	margin-bottom: 0.5em;
}
#mainContent EM
{
	font-style: italic;
}
/************************************
*********** FOR BUSINESSES ***********
************************************/
UL#for_businesses
{
	list-style: none inside none;
	margin: 1em 1em 0 3.5em;
	padding: 0;
}
UL#for_businesses LI
{
	padding: 0;
	margin: 0.6em 0;
	width: 16.6em;
}
#for_businesses A
{
	display: block;
	float: left;
	line-height: 1.2em;
}
#for_businesses A IMG
{
	width: 13.3em;
	height: 5.4em;
	display: block;
	padding-bottom: 0.3em;
}
#for_businesses A SPAN
{
	border-bottom: 1px dotted #707070;
	padding-bottom: 0.9em;
	width: 13.3em;
	display: block;
}
#for_businesses .column1
{
	float: left;
}
#for_businesses .column2
{
	float: right;
}
#for_businesses .last SPAN
{
	border-bottom: none;
}
/*EBOOK LIST
************************************/
#mainContent #ebook_list
{
	list-style: none inside none;
	margin: -2em 0 0 1em;
	font-size: 1.4em;
	font-style: italic;
}
#mainContent TABLE.title-list
{
	font-size: 1.2em;
	margin: 0 0 2em 1em;
	padding: 0;
}
#mainContent TABLE.title-list TR
{
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#mainContent TABLE.title-list TR TD
{
	font-size: 1em;
	margin: 0;
	padding: 0 0 0.5em 1em;
}
/************ INFORMATION BOX ***********
***********************************
.                                    pull up the info box*/
#mainContent .information
{
	margin-top: 1.4em;
}
#mainContent .information H2
{
	padding-left: 0.5em;
	margin: 0;
	margin-bottom: 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
	background-color: #7C9EA4;
	border-top: 0.2em solid #8DABB0;
}
/*.                                    reset paragraph margin and padding*/
#mainContent .information P
{
	margin: 0;
	padding: 0;
	display: block;
}
#mainContent .information BLOCKQUOTE P
{
	display: block;
	margin: 0.4em 1em 0.6em 1.7em;
}
#mainContent .information P CITE
{
	margin: 0em 0.5em 1em 2.2em;
	display: block;
	font: bold 0.8em Arial, sans-serif;
}
/*CONTACT INFORMATION*/
#mainContent #contact
{
	position: relative;
}
#mainContent #contact UL
{
	list-style: none outside;
	font-size: 1.5em;
	line-height: 1.35em;
	padding: 1.5em 2em 1em 0.3em;
}
#mainContent #contact UL#electronic
{
	text-align: right;
	width: 12em;
	position: absolute;
	right: 0;
}
#mainContent #contact P
{
	margin: 0em 1.4em 0.5em 1.7em;
}
#overlay_contact
{
	position: relative;
	display: none;
}
#overlay_contact IMG
{
	position: absolute;
	top: 26px;
	left: 0px;
}
/*.                                           set the line height*/
#mainContent .information BLOCKQUOTE P, #mainContent P, H1
{
	line-height: 1.85em;
}
/************************************
********* QUOTE OF THE DAY *********
***********************************
.                                            colour and styling of the background to the boxes*/
#column1 #quote
{
	color: #323232;
	margin-top: 0.5em;
}
/*.                                            set the darker bottom border*/
#column1 #quote, .information
{
	border-bottom: 0.4em solid #DBDDBE;
}
/*.                                            colour and styling of the boxes*/
.bottom_border
{
/*set this to get the white line at the bottom of each box*/
	border-bottom: 0.2em solid #FFF;
	display: block;
}
/*.                                            style the divs in the contact box
.                                            set up the banners*/
#column1 #quote H2
{
	font: bold 1.4em Verdana, Arial, sans-serif;
	color: #FFF;
	display: block;
	background: #91B2B8 url(../images/secondary_header_green.jpg) repeat-y top right;
	height: 1.6em;
/*this border is the white line under the header bar*/
	border-bottom: 0.3em solid #FFF;
	padding: 0.8em 1em 0.3em 0.7em;
	margin: 0;
}
/*.                                            clear the top border of the contact H2
.                                            add the grey banner
.                                             blockquote needs p tag to get it to shift right*/
#column1 #quote BLOCKQUOTE P
{
	font: bold 1.3em Verdana, Arial, sans-serif;
/*bottom margin used to drag up the next paragraph*/
	margin: 0;
	padding: 1em 1em 0 3.2em;
	border: none;
	line-height: 1.3em;
	background: url(../images/quote.jpg) no-repeat 0.5em 0.7em;
}
/*.                                             padding of text*/
#column1 #quote P
{
	padding: 0.4em 1em 1em 4.2em;
/*margin must be 0*/
	margin: 0em;
}
/*.                                            font styles
.                                            Arial*/
#footer A#sitemap_footer, #search, #mainContent .information H2, #mainNav A, #header LABEL
{
	font-family: Arial, sans-serif;
}
#column1 #quote P
{
	font: 1.1em Verdana, Arial, sans-serif;
	line-height: 2em;
}
#column1 #quote A
{
	font: bold 1.2em Verdana, Arial, sans-serif;
}
A
{
	color: #FF6532;
}
A:hover
{
	color: #CB3301;
}
/**** FOOTER ****/
#footer, #footer .wrapper
{
	color: #717171;
	text-align: center;
}
#footer .wrapper
{
	padding: 1.1em 0 1.2em;
}
#footer
{
	border-top: 0.6em solid #DBDDBE;
	border-bottom: 0.4em solid #DBDDBE;
}
#footer P
{
	margin: 1em;
	font: 1.1em Verdana, Arial, sans-serif;
}
#footer IMG
{
	margin: 0 0 0 3em;
}
#footer A
{
	color: #717171;
}
#footer .internal_links_footer
{
	display: block;
	float: right;
	margin: 1em 0.8em 0 0;
}
#terms_and_conditions_footer
{
	margin: -8em 0 0;
}
#footer .internal_links_footer A
{
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	text-align: right;
}
#footer A:hover
{
	color: #454545;
}
#footer #helicon_logo
{
	width: 11em;
	height: 3.4em;
}
#footer #lightbox_logo
{
	width: 12em;
	height: 3.6em;
}
/*OVERLAY*/
#overlay_wrapper
{
	position: relative;
	display: none;
}
#overlay_wrapper IMG
{
	position: absolute;
	top: 0;
	left: 0;
}
#outline_wrapper
{
	position: relative;
	display: none;
}
#outline_wrapper IMG
{
	position: absolute;
	top: -2px;
	left: 0;
}

