/*
	Desc: *title* Screen Style Sheet
	Author: *your Name*
=== === === === === === === === === === */

/* COLOURS
=== === === === === === === === === === *

	List of colours and hex values used, eg:
	
	black: 000000

*/

* /* Global reset removes default styling added by browsers */ { 
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	font-family: inherit;
}

/* STRUCTURE
=== === === === === === === === === === */

html {
	min-height: 100%;
	height: auto;
	font-size: 100%; /* for font scaling consistency in ie6 */
}

body {
	text-align: center; /* for center aligning container in ie6 */
	color: #000000; /* default font colour */
	font: 62.5%/2.1em Arial, Helvetica, sans-serif; /* resets default font size to 10px (so 1.0em = 10px) and sets leading at 21px */
}

/* COMMON
=== === === === === === === === === === */

h1 {
	font-size: 2.3em; /* be careful when setting font-size higher than the default line-height, wrapped lines may overlap */
	margin-top: 1.05em; /* vertical spacing for elements should be a sum of the line-height to give 'vertical rythym' */
	margin-bottom: 0.525em;
}

h2 {
	font-size: 1.8em;
	margin-top: 1.05em;
	margin-bottom: 0.525em;
}

h3 {
	font-size: 1.6em;
	margin-top: 1.05em;
	margin-bottom: 0.525em;
}


h4 {
	font-size: 1.6em;
	margin-top: 1.05em;
	font-style: italic;
}


h5 {
	font-size: 1.4em;
	margin-top: 0.525em;
	font-weight: bold;
}


p, li, pre, address, blockquote, table, label, cite /* default font-size for most elements is set here 16px for readability */ {
	font-size: 1.2em; /* using ems for font sizes because they scale consistently in all browsers */
	color:#000
}

p { 
	margin-bottom: .525em; /* ems may be set to 3 decimal places */
}

ol, ul {
	padding-left: .5em;
	padding-bottom: 2.1em;
	margin-left: 2.0em; /* spacing for elements around text set in ems so they scale with text */
}

address /* style for addresses */ {
	padding-bottom:  1.05em;
}

blockquote /* style for quotes */ {
	padding-bottom:  1.05em;
	margin-left: 2.5em;
}


blockquote:before /* pseudo-elements don't work in ie6 so quote marks won't appear */ {
	margin-left: -0.5em;
	content: open-quote;
}

blockquote:after {
	content: close-quote;
}

cite /* style for source of the quote */ {
	position: relative;
	top: -1.05em;
	left: 2.5em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

small {
	font-size: 0.625em; /* because of inherited font-size 0.625em = 10px going lower is not reccomended */
}

a, a:link {
	color: #5C7871;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #FF6600;
}

a:visited {

}

.hilite /* search highlighting for expression engine (plugin) */ {

}

#content.afa .main_column h1,
#content.afa .main_column h1 a {
  font-family:Arial, Helvetica, sans-serif;
  color:#FFF;
  background:#007894;
  padding:10px 0 5px 10px;
  border-bottom:4px solid #B9EFE6;
}

#content.afa a {
  font-family:Arial, Helvetica, sans-serif;
  color:#5C7871;
}

#content.afa a:hover {
  color:#B9EFE6;
}

#content.consumers .main_column h1,
#content.consumers .main_column h1 a {
  font-family:Arial, Helvetica, sans-serif;
  color:#FFF;
  background:#5247BF;
  padding:10px 0 5px 10px;
  border-bottom:4px solid #DFDCFF;
}

#content.consumers a {
  font-family:Arial, Helvetica, sans-serif;
  color:#5247BF;
}

#content.consumers a:hover {
  color:#DFDCFF;
}

#content.consumers h2,
#content.consumers h2 a,
#content.consumers h3,
#content.consumers h3 a {
  font-family:Arial, Helvetica, sans-serif;
  color:#867BF2;
}

#content.industry .main_column h1,
#content.industry .main_column h1 a {
  font-family:Arial, Helvetica, sans-serif;
  color:#FFF;
  background:#0444A0;
  padding:10px 0 5px 10px;
  border-bottom:4px solid #BFF3FF;
}

#content.industry a {
  font-family:Arial, Helvetica, sans-serif;
  color:#0444A0;
}

#content.industry a:hover {
  color:#BFF3FF;
}

#content.industry h2,
#content.industry h2 a,
#content.industry h3,
#content.industry h3 a {
  font-family:Arial, Helvetica, sans-serif;
  color:#007CD9;
}

#content.members .main_column h1,
#content.members .main_column h1 a {
  font-family:Arial, Helvetica, sans-serif;
  color:#FFF;
  background:#007894;
  padding:10px 0 5px 10px;
  border-bottom:4px solid #B9EFE6;
}

#content.members a {
  font-family:Arial, Helvetica, sans-serif;
  color:#007894;
}

#content.members a:hover {
  color:#B9EFE6;
}

#content.members h2,
#content.members h2 a,
#content.members h3,
#content.members h3 a {
  font-family:Arial, Helvetica, sans-serif;
  color:#007D5C;
}

/* STRUCTURE
=== === === === === === === === === === */

.clear {
clear:both;
}

.center {
display:block;
margin: 0 auto;
}

#container {
	width: 960px; /* set for 1024x768 resolution, easily divided into 4 columns of 240px*/
	margin: 0 auto; /* center aligns container */
}

/* header  */

#header {
background:#066;
}

#header p {
font-family:Arial, Helvetica, sans-serif;
font-size:1.5em;
color:#FFF;
padding: .5em 0 .5em 4em;
}

#header ul {
display:block;
float:right;
font-size:.8em;
padding: 1em 4em .125em 0;
}

#header li, #header li a {
display:inline;
color:#D5E7CF;
font-family:lucidaGrande, Arial, Helvetica, sans-serif;
font-size:1.2em;
font-weight:normal;
text-decoration:none;
text-align:right;
}

#header li a:hover {
text-decoration:underline;
}

#header li {
padding-right:1.5em;
}

#logo {
background:#fff;
text-align:right;
padding: 0px 20px 0 0;
}

#logo img.head_ad {
	margin: 10px 0;
}

#home_link {
	width: 340px; 
	height:87px; 
	float:left;  
	margin-top: 0px; 
	background-color: #ffffff; 
	padding: 5px 10px 5px 50px;
}

/* navigation  */

.home #navigation,
.afa #navigation {
background:#006B6E;
}

.consumers #navigation {
background:#685ED1;
}

.industry #navigation {
background:#00A4E4;
}

.members #navigation {
background:#006B6E;
}

.home #navigation ul li a,
.consumers #navigation ul li a,
.industry #navigation ul li a,
.members #navigation ul li a,
.afa #navigation ul li a {
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-weight:normal;
font-size:2.1em;
text-decoration:none;
}

.consumers #navigation ul li.item01,
.industry #navigation ul li.item02,
.members #navigation ul li.item03,
#navigation ul li:hover,
#navigation ul li.over{
background: transparent url(/images/menu_over.gif) bottom left no-repeat;
}

/*.consumers #navigation ul li ul,
.industry #navigation ul li ul,
.members #navigation ul li ul,
.afa #navigation ul li ul{
background:transparent;
visibility:hidden;
display:none;
}

.home #navigation ul li ul,
.consumers #navigation ul li:hover ul,
.industry #navigation ul li:hover ul,
.members #navigation ul li:hover ul,
.afa #navigation ul li:hover ul{
background-image:none;
visibility:visible;
display:block;
position:absolute;
width: 228px;
padding:20px 0 10px 10px;
margin:0 -10px;
}

.home #navigation ul li ul {
border-left:2px dotted #eee;
background-image:none;
}

.consumers #navigation ul li:hover ul,
.industry #navigation ul li:hover ul,
.members #navigation ul li:hover ul,
.afa #navigation ul li:hover ul {
background-image:none;
overflow:visible;
}

.home #navigation ul li ul {
background-image:none;
height:280px;
margin-top:5px;
}

.consumers #navigation ul li ul,
.industry #navigation ul li ul,
.members #navigation ul li ul,
.afa #navigation ul li ul {
background-image:none;
}

#navigation ul li ul li{
color:#5C7871;
background:#fff;
background-image:none;
display:block;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:1em;
line-height:1.6em;
width:209px;
padding:0 10px;
margin:0;
}*/

#navigation li.item01 ul.sub li a,
#navigation li.item02 ul.sub li a,
#navigation li.item03 ul.sub li a{
font-size:1em;
color:#000;
}

.consumers #navigation ul li.item01,
.consumers #navigation ul li.item01 a,
#navigation ul li.item01:hover a,
#navigation ul li.item01 ul.sub li a:hover {
color:#5247BF;
}

.industry #navigation ul li.item02,
.industry #navigation ul li.item02 a,
#navigation ul li.item02:hover a,
#navigation ul li.item02 ul.sub li a:hover {
color:#0444A0;
}

.members #navigation ul li.item03,
.members #navigation ul li.item03 a,
#navigation ul li.item03:hover a,
#navigation ul li.item03 ul.sub li a:hover {
color:#007894;
}

#navigation ul {
	margin:0;
	list-style: none;
	height:50px;
	display:block;
	padding:10px 0 0px 0;
}

#navigation li {
	float: left;
	position: relative;
	width:230px;
	padding:25px 0 5px 10px;
	display:block;
}

#navigation li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	margin-left: -5px;
	padding:20px 10px 10px 0px;
}

#navigation li>ul {
	top: 2.5em;
	left: auto;
}

#navigation li:hover ul, #navigation li.over ul, .home #navigation li ul {
	display: block;
}

#navigation li.item01 ul li a,
#navigation li.item01 ul li,
#navigation li.item02 ul li a,
#navigation li.item02 ul li,
#navigation li.item03 ul li a,
#navigation li.item03 ul li {
color:#000;
background:#fff;
background-image:none;
display:block;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:1em;
line-height:1.6em;
width:209px;
padding:0 10px;
margin:0;
}





/* content  */

#content {
	margin:0;
	padding:0;
}

#content .column{
margin:0;
padding:0;
width:240px;
float:left;
}

#content .right_column{
margin:0;
margin-bottom:10px;
padding:0;
width:234px;
float:right;
border-left:2px dotted #eee;
}

#content .right_column h1 a,
#content .right_column h1{
color:#fff;
font-family:lucidaGrande, Arial, Helvetica, sans-serif;
}

#content .right_column p {
color:#fff;
}

#content .main_column{
margin:0;
padding:10px;
width:700px;
float:left;
}

.join, .learn, .work {
width:233px;
height:60px;
color:#fff;
font-weight:normal;
text-decoration:none;
margin: 10px 0 0 1px;
}

.unplugged {
width:233px;
height:60px;
margin: 10px 0 0 1px;
}

.join a, .learn a, .work a{
color:#fff;
text-decoration:none;
}

.join h1, .learn h1, .work h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:2.6em;
margin:0;
padding: 7px 0 0 20px;
}

.join p, .learn p, .work p {
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
margin: 0 0 0 20px;
padding:0;
}

.join {
background:url(/images/join_button.gif) no-repeat;
}

.learn {
background:url(/images/learn_button.gif) no-repeat;
}

.work {
background:url(/images/work_button.gif) no-repeat;
}

.unplugged {
background:url(/images/unplugged_btn.jpg) no-repeat left top;
}

.join:hover,
.learn:hover,
.work:hover {
background-position: 0 -59px;
}

.unplugged:hover {
background-position: left bottom;
}

.fchfp
{
  display: block;
  width: 229px;
  height: 80px;
  background: transparent url(/images/fchfp_button.jpg) 0 0 no-repeat;
  margin: 10px 0 5px 5px;
  padding: 0;
}

.fchfp:hover {
  background-position: 0 -80px;
}

.featured {width:33%; float:left; height:200px; margin-top:300px; line-height:200px; vertical-align:middle;}

/*  Business For Sale
=== === === === === === === === === === === === === */

.advert {
width:600px;
padding-bottom:10px;
border-bottom:thin dotted #DDDDDD;
margin-bottom:10px;
}

.ref {
font-size:1em;
color:#BBBBBB;
}


/* 	Education Section Specific
=== === === === === === === === === === === === === */

#vision_img {
	
	width: 260px;
	height: 162px;
	float: right;
	background: url(/images/edu_vision_box.gif) top right no-repeat;
	margin-bottom: 50px;
}

#rnd_chart_top {
	width: 680px;
	height: 30px;
	background: #fff url(/images/edu_map_crn_top.gif) top left no-repeat;
	overflow: hidden;
	margin-bottom: 0px;
}

#rnd_chart_bottom {
	overflow: hidden;
	width: 680px;
	background: #fff url(/images/edu_map_crn_base.gif) bottom left no-repeat;
	margin-top: 0px;
}

#ind_edu {
	width: 100px;
	height: 210px;
	background-color: #E3E6C4;
	
	margin: 0px 15px 10px 25px;
	float: left;
	
}

#ind_edu_2 {
	width: 100px;
	height: 210px;
	/* background: #E3E6C4 url(/images/chart_top.gif) top left repeat-x; */
	background-color: #E3E6C4;
	padding: 0px;
	margin: 0px 15px 10px 0px;
	float: left;
}

#ind_edu_3 {
	width: 400px;
	height: 210px;
	background-color: #E3E6C4;
	margin: 0px 15px 10px 0px;
	float: left;
}

#fchfp {
	width: 180px;
	height: 100%;

}

#fch_top {
	width: 180px;
	background-color: #C8D354;
	text-align: center;
}

.ext_box {
	width: 75px;
	height: 100px;
	background-color: #C8D354;
	margin: 0px 10px 12px 0px;
	padding: 0px 5px 5px 5px;
	float: right;
}

.ext_box p {
	text-align: center;
}

#cont_base {
	width: 630px;
	height: 38px;
	background-color: #ccc;
	margin: 0px 40px 20px 25px;
	clear: both;
}

#cont_base a {
	text-decoration: none;
	color: #ffffff !important;
}

#cont_base a:hover {
	color: #F86600 !important;
	
}


h2.chart_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #ffffff !important;
	text-align: center;
	margin: 0px;
	
	
}

.edu_link_txt {
	line-height: 1.2em !important;
	font-weight: normal !important;
	font-size: 1.2em !important;
	text-decoration: none !important;
}

a:hover .edu_link_txt {
	color: #F86600 !important;
}

.bold_txt {
	font-weight: bold;
	text-align: left;
	line-height: 2.1em;
	font-size: 1.0em;
}

.table_plus {
	font-size: 1.3em;
	font-weight: bold;
}

/* heading section */
.chart_top {
	width: 100%;
	height: 50px;
	background-color: #A9B533;
	
}

.chart_bottom {
	padding: 5px 10px 5px 10px;
}

/* 	EDUCATION DFS
=== === === === === === === === === === === === === */
.sect_one {
	width: 20em;
	float: left;
}

.sect_two {
	width: 36em;
	float: left;
}

hr.gray {
	height: 2px;
	clear: both;
	margin: 0em 105px 0em 0em;
	background-color: #ccc;
}

hr.blk {
	height: 2px;
	clear: both;
	margin: 8px 0px;
	background-color: #000;
}

.disclaim {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
}

h3.h3_green, .bold_green {
	color: #008000 !important;
	font-weight: bold;
	margin-bottom: 0px;
}



h2.h2_blk {
	color: #000 !important;
	font-weight: normal;
	margin-top: 0px;
	font-size: 1.2em;
	
}

#dfa_cont {
	height: 110px; 
	border-top: 2px solid #000; 
	border-bottom: 2px solid #000; 
	line-height: 2.6em;
	/* IE7 fix for fitting content to box */
	/ line-height: 1.6em; /
	/ padding-top: 8px; /
	/* border: 1px solid red; */
}

#img_dfa_steps {
	position: relative; 
	top: -30px;
	/* IE7 fix for image position */
	/ top: -75px; / 
	margin-bottom: -70px;
	float: right;
}
	





/* 	CONFERENCE SECTION
=== === === === === === === === === === === === === */
#conf_nav_box {
	/* border: 1px solid blue; */
	margin-bottom: 0px;
}


#conf_nav_box ul {
	margin: 0px;
	padding: 0px;

}

#conf_nav_box li {
	width: 288px;
	list-style-type: none;
	margin: 0px 10px 3px 0px;
	background-color: #B6DEB6;
	padding-left: 10px;
}

#conf_nav_box li a {
	text-decoration: none;
}

#conf_nav_box li a:hover {
	text-decoration: underline;
	color: #000000;
}

#content.industry h2.blk {
	color: #000000;
}

#content.industry h4.blk_italic {
	color: #000000;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 1em;
	font-size: 1.3em;
}

#content h1.extra{
	color: #A0A644;
	line-height: 1.4em;
}




/*	LOWER NAV (support for sections)
=== === === === === === === === === === === === === */
#lower_nav{
	width: 700px;
	height: 30px;
	background: url(/images/nav_bgnd.jpg) top left repeat-x;
	margin-top: 10px;
}

#lower_nav li{
	display: inline;
	background: transparent;
	height: 30px;
	display: block;
	float: left;
	padding: 4px 20px 0px 20px;
}


#lower_nav li.plus_divide {
		background: transparent url(/images/nav_bnd.gif) top right no-repeat;

}

#lower_nav li a{
	text-decoration: none;
}

#lower_nav li a:hover {
	text-decoration: underline;
	color: #000000;
}

/*  INLINE ORDERED LISTS
=== === === === === === === === === === === === === */

ul#inline_list {
	display:block;
}

ul#inline_list li {
	list-style:none;
	padding-right:30px;
	display:inline;
}

/* 	IMAGES
=== === === === === === === === === === === === === */

.img_left {
	float: left;
	margin: 0px 20px 10px 0px;
}

.img_right_0 {
	float: right;
	margin: 0px 0px 10px 0px;
}






/* footer  */

#footer {
padding:10px 0 0 0;
background:#006B6E url(/images/footer_runner.gif) top repeat-x;
}

#footer h1 {
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-weight:normal;
font-size:2em;
text-decoration:none;
}

#footer h2 {
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
text-decoration:none;
}

#footer table,
#footer td {
font-family:Arial, Helvetica, sans-serif;
color:#AFDDD2;
}

#footer p {
color:#AFDDD2;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:1.4em;
}

#footer a{
color:#8ED2CA;
font-size:1em;
text-decoration:none;
}

#footer strong {
color:#8ED2CA;
}

#footer a:hover {
text-decoration:underline;
}

#footer a.more {
	display: block;
	width: 116px;
	height: 21px;
	background: transparent url(/images/foot_button.png) 0 -29px no-repeat;
	margin: 0;
	padding: 4px 0;
	text-align:center;
	color:#1F4E4D;
}

#footer a.more:hover {
  background-position: 0 0px;
}

#footer .main_column {
float:left;
width:450px;
padding:0 0 0 10px;
}

#footer .column {
float:left;
width:230px;
margin:0 4px;
padding:0 5px;
/*background:#009587;
border: 1px solid #004c45;*/
}

#footer .legal {
display:block;
margin:0;
padding:0 10px;
background:#A5D9C9;
background-image:none;
line-height:3em;
border-bottom:20px solid #e1e1e1;
}

#footer .legal,
#footer .legal a {
font-family:Arial, Helvetica, sans-serif;
color:#555555;
font-size:1em;
}

#footer .legal ul{
display:block;
float:right;
}

#footer .legal li, #footer .legal li a {
display:inline;
color:#555555;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:normal;
text-decoration:none;
text-align:right;
}

#footer .legal li a:hover {
text-decoration:underline;
}

#footer .legal li {
padding: .5em;
}









/* FORMS
=== === === === === === === === === === */

#login fieldset{
margin-top:10px;
padding: 10px 0 10px 10px;
}

#login legend {
padding-bottom:10px;
border:none;
color:#92AD9E;
font-size:1.4em;
font-weight:bold;
}

#login label {
padding-left:5px;
color:#92AD9E;
width: 70px;
float:left;
font-size:1.2em;
height:2em;
}

#login input {
float:left;
font-size:1.2em;
height: 1.6em;
width:145px;
border-top: 1px solid #92ad9e;
border-left: 1px solid #92ad9e;
background: #D5E7CF;
}

#login a.submit {
float:right;
background:url(/images/button.jpg) no-repeat;
width:55px;
height:20px;
font-size:1em;
text-decoration:none;
font-weight:bold;
color:#92AD9E;
padding-left:5px;
}

#findAdviser label,
#feedback label {
padding-left:5px;
color:#92AD9E;
width: 140px;
float:left;
font-size:1.2em;
}

#findAdviser input,
#feedback input,
#feedback textarea {
font-size:1.2em;
border-top: 1px solid #92ad9e;
border-left: 1px solid #92ad9e;
background: #D5E7CF;
}

#findAdviser a.sub_btn,
#feedback a.sub_btn {
float:left;
margin-top:20px;
background:url(/images/button.jpg) no-repeat;
width:55px;
height:20px;
font-size:1em;
text-decoration:none;
font-weight:bold;
color:#92AD9E;
padding-left:5px;
}

#findAdviser a.sub_btn:hover,
#feedback a.sub_btn:hover {
color:#FFFFFF;
text-decoration:underline;
}



/* TABLES
=== === === === === === === === === === */

table,tr,th,rd {
margin:0;
padding:0 0px;
/* border: 1px solid blue; */

} 

th {
	font-weight:bold;
	padding: 0px 5px;
	background-color: #DCE2E1;
}

td {
	padding: 0px 5px;
/*	border: 1px solid red; */
}

td a.tble_mail {
	font-weight: normal !important;
}

.tble_bold {
	color: #4591BC;
	font-weight: bold;
}

hr.members {
	height: 2px;
	clear: both;
	margin: 0em;
	background-color: #DCE2E1;
}

table.sponsors,
table.sponsors tr
table.sponsors td {
text-align:center;
vertical-align:middle;
}

.red_bg {
background:#b0272e;
border:1px solid #740509;
}

.blue_bg {
background:#CE2029;
border: 1px solid #740c12;
}

.right {
	float:right;
}

.right_margins{
	margin:5px 0px 5px 5px;
}