/* Reset.css */
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-align: left;
}
/* remember to define focus styles! */
/* Used in form elements to specify a focus/click style (font fields change color, submit buttons can have styles applied, etc) */
:focus {
	outline: 0;
}
/* Captions and table elements */
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* Quoting Elements */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Reset.css */

body {
	background-color: #FFFFFF;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #000000;
	text-align: center; /* IE 6 and earlier wrapper centering fix */
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

a:link, a:visited, a:active { text-decoration: none; color: #000000;}
a:hover { text-decoration: underline; color: #000000;}

h1 {	
	background-image: url(../images/handbook_logo.png);
	background-repeat: no-repeat;
	height: 87px;
	width: 410px;
	position: absolute;
	left: 10px;
	top: 10px;
	text-indent: -9999px;
}

h1 a {
	display: block;
	height: 87px;
	width: 410px;
}

h2 {
	background-image: url(../images/cea_logo.png);
	background-repeat: no-repeat;
	height: 77px;
	width: 320px;
	position: absolute;
	right: 16px;
	top: 14px;
	text-indent: -9999px;
}

h2 a {
	display: block;
	height: 87px;
	width: 410px;
}

h3 {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	padding: 0px 0px 7px 2px; /* top, right, bottom, left */
}

h5#logged_in {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	padding: 0px 0px 10px 2px; /* top, right, bottom, left */
}

h6 {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px 10px 10px 10px; /* top, right, bottom, left */
}

.white {
	color: #FFFFFF;
}

p {
	padding: 0px 0px 10px 0px;
}

.content_block {
	padding-bottom: 10px;
	position: relative;
	display: block;
}

#clear_div {
	clear: both;
}

.pixel_spacer {
	margin-top: 10px;
}

/* Header Styles */

#header_container {
	margin: 0 auto 0 auto;
	width: 1000px !important;
	text-align: left;
	position: relative;
/*	background-color: #009933;	*/
}

#header_banner_login_container {
	background-image: url(../images/bg/header_orange.jpg);
	background-repeat: repeat-x;
}

#header_ad {
	float: left;
	padding: 10px;
}

#header_login {
	float: left;
	padding: 10px 10px 10px 0px;
	width: 242px;
	height: 90px;
}

#header_login input#login, 
#header_login input#login_pwd, 
#header_login input#login_pwd_clear {
	margin: 0px 0px 4px 2px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #F48120;
	color: #000000;
}

#header_login input#login_pwd_clear {
	display: none;
}

#header_login label {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	float: left;    
	width: 60px;
	color: #FFFFFF;
}

.header_user_info {
	float: left;
	width: 100px;
	padding-bottom: 10px;
	color: #FFFFFF;
}

.header_user_info_title {
	float: left;
	width: 120px;
	padding-bottom: 10px;
	padding-left: 2px;
	color: #FFFFFF;
	font-weight: bold;
}

#header_login_button {
	float: right;
	background-color: #FFFFFF;
	padding: 1px 4px 1px 4px;
	border: 1px solid #F48120;
	color: #F48120;
}

#header_login_button:hover {
	cursor: pointer;
}



#header_logo_links_container {
	background-image: url(../images/bg/header_white.jpg);
	background-repeat: repeat-x;
	height: 139px;
}

ul#handbook_links {
	position: absolute;
	top: 104px;
	left: 10px;
}

ul#cea_links {
	position: absolute;
	top: 104px;
	right: 3px; /* Plus 7 margin in the li = 10 */
}

ul#handbook_links li, ul#cea_links li {
	float: left;
	margin-right: 7px;
}

ul#handbook_links li a:link, ul#cea_links li a:link, ul#handbook_links li a:visited, ul#cea_links li a:visited {
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
}

ul#cea_links li a:hover, ul#handbook_links li a:hover, ul#cea_links li a:active, ul#cea_links li a:active {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	background-color: #666666;
}

#header_search_container {
	background-image: url(../images/bg/header_green.jpg);
	background-repeat: repeat-x;
	height: 86px;
}

#search_title {
	padding-left: 10px;
	padding-top: 11px;
}

#search_tab_container {
	position: absolute;
	top: 10px;
	right: 0px;
	padding-right: 10px;
}

.search_panes {
	padding: 10px 10px 10px 10px; /* top, right, bottom, left */
	margin: 9px 10px 10px 10px; /* top, right, bottom, left */
	background-color: #FFFFFF;
}

.search_panes label {
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

.search_panes input {
	margin: 0px 10px 0px 0px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #BCD531;
}

.search_panes select {
	margin: 0px 10px 0px 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #BCD531;
}

#search_initial {
	display: none;
}

.button {
	padding: 2px 10px 2px 10px !important;
	border: 0px !important;
	background-color: #80C243 !important;
	color: #FFFFFF !important;
	cursor: pointer !important;
}

#header_category_links_container {
	background-image: url(../images/bg/header_blue.jpg);
	background-repeat: repeat-x;
	background-color: #085E8F;
}

#buyers_initial {
	display: none;
}

.main_section_title_en {
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.main_section_title_fr {
	font-weight: bold;
	color: #CCCCCC;
	font-size: 11px;
	text-transform: uppercase;
}

ul#handbook_title_sections {
	padding: 10px 10px 0px 10px; /* top, right, bottom, left */
}

ul#handbook_title_sections li {
	float: left;
	width: 490px;
}

ul#handbook_title_sections li a:link, 
ul#handbook_title_sections li a:visited {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px; /* top, right, bottom, left */
}

ul#handbook_title_sections li a:hover, 
ul#handbook_title_sections li a:active {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px; /* top, right, bottom, left */
	background-color: #064B72;
	text-decoration: none;
}

ul#handbook_title_sections a.current, 
ul#handbook_title_sections a.current:hover, 
ul#handbook_title_sections li.current a {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px; /* top, right, bottom, left */
	background-color: #064B72;
	text-decoration: none;
}

.main_section_titles_list {
	width: 245px;
	float: left;
	padding: 10px 0px;
}

#main_section_titles_list_left {
	margin-left: 10px;
}

.main_section_titles_list a:link, 
.main_section_titles_list a:visited {
	text-decoration: none;
	padding: 6px;
	display: block;
}

.main_section_titles_list a:hover, 
.main_section_titles_list a:active {
	text-decoration: none;
	padding: 6px;
	display: block;
	background-color: #064B72;
}

#current_section {
	text-decoration: none;
	padding: 6px 6px 6px 6px;
	display: block;
	background-color: #064B72;
}

#current_section_with_link {
	text-decoration: none;
	display: block;
	background-color: #064B72;
}

/* End Header Styles */

/* Main content styles */

#main_content {
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	width: 1000px !important;
}

#main_column {
	text-align: left;
	padding: 10px 10px 0px 10px; /* top, right, bottom, left */
	position: relative;
}

#index_splash {
	background-image: url(../images/index_splash.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 300px;
}

#index_category_container {
	float: left;
}

.index_category_container_fixed {
	margin-left: 130px;
}

#skyscraper_ad_left_container {
	float: left;
	width: 130px !important;
}

#skyscraper_ad_right_container {
	float: left;
	padding: 0px 0px 0px 10px; /* top, right, bottom, left */
}

.banner_container {
	position: relative;
	margin: 0px;
}

.banner_container_fixed {
	position: fixed;
	margin-top: 10px;
	top: 0px;
}

.banner_container_fixed_right {
	position: fixed;
	margin-top: 10px;
	top: 0px;
}

.middle_content_container {
	float: left;
	width: 720px;
}

.middle_content_container_fixed {
	float: left;
	width: 720px;
	margin-left: 130px;
}


.index_categories {
	padding: 10px;
	margin: 0px 0px 10px 0px;
}

#index_category_section {
	background-color: #085E8E;
	position: relative;
}

#index_category_province {
	background-color: #F48120;
}

#index_list_heading {
	padding: 4px 0px 10px 6px;
}

.index_categories ul.index_categories_list {
	width: 233px;
	float: left;
}

.index_categories ul.index_categories_list_middle {
	width: 234px;
	float: left;
}

.index_categories ul.index_categories_list li a:link, 
.index_categories ul.index_categories_list li a:visited, 
.index_categories ul.index_categories_list_middle li a:link, 
.index_categories ul.index_categories_list_middle li a:visited {
	text-decoration: none;
	padding: 6px;
	display: block;
}

.index_categories ul.index_categories_list li a:hover, 
.index_categories ul.index_categories_list li a:active,
.index_categories ul.index_categories_list_middle li a:hover, 
.index_categories ul.index_categories_list_middle li a:active {
	text-decoration: none;
	padding: 6px;
	display: block;
}

.index_categories#index_category_section ul li a:hover, 
.index_categories#index_category_section ul li a:active {
	background-color: #064B72;
}

.index_categories#index_category_province ul li {
	text-transform: uppercase;
}

.index_categories#index_category_province ul li a:hover, 
.index_categories#index_category_province ul li a:active {
	background-color: #FBB231;
}

.index_category_tabs li {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
	font-weight: bold;
}

.index_category_tabs li a:link,
.index_category_tabs li a:visited {
	display: block;
	text-decoration: none;
	padding: 6px;
	color: #FFFFFF;
}

.index_category_tabs li a:hover,
.index_category_tabs li a:active,
.index_category_tabs li a.current {
	display: block;
	text-decoration: none;
	padding: 6px;
	color: #FFFFFF;
	background-color: #064B72;
}

#breadcrumb_navigation {
	background-color: #80C243;
	margin: 0px 0px 10px 0px; /* top, right, bottom, left */
	padding: 5px 10px 5px 10px; /* top, right, bottom, left */
}

#breadcrumb_navigation ul li {
	float: left;
	margin: 5px 12px 5px 16px; /* top, right, bottom, left */
	list-style-type: circle;
	font-weight: bold;
/*	list-style-image: url(images/arrow.gif);	*/
}

.listing_block {
	margin-bottom: 10px;
	position: relative;
	display: block;
}

#listing_index {
	position: relative;
}

#listing_heading {
	background-color: #80C243;
	color: #000000;
	padding: 10px;
}

#listing_sub_heading {
	background-color: #BCD531;
	color: #000000;
	padding: 5px 10px;
}

#listing_index_sub_heading {
	background-color: #BCD531;
	color: #000000;
	padding: 10px;
	position: relative;
}

#listing_full {
	padding: 10px;
	border-left: 1px solid #BCD531;
	border-right: 1px solid #BCD531;
	border-bottom: 1px solid #BCD531;
	font-size: 13px;
	line-height: 16px;
/*	width: 338px;	*/
}

#listing_full_top {
	padding: 10px;
	border-top: 1px solid #BCD531;
	border-left: 1px solid #BCD531;
	border-right: 1px solid #BCD531;
	border-bottom: 1px solid #BCD531;
	font-size: 13px;
	line-height: 15px;
/*	width: 338px;	*/
}

#listing_full:hover,
#listing_full_top:hover {
	background-color: #F2F7D6;
}

.company_name {
	font-weight: bold;
}

.phone_label {
	font-weight: bold;
}

.demographic_label {
	font-weight: bold;
}

.phone_number {
	font-weight: bold;
	color: #666666;
}

.company_link a {
	color: #0A81C4;
	text-decoration: underline;
}

.company_link a:hover {
	color: #000000;
	text-decoration: underline;
}

.company_contact_cell {
	margin-top: 10px;
}

.company_contact_title {
	font-style: italic;
	color: #666666;
}

#next_listing_link {
	float: right;
}

#single_listing {
	border-left: 1px solid #BCD531;
	border-right: 1px solid #BCD531;
	border-bottom: 1px solid #BCD531;
	position: relative;
	font-size: 13px;
	line-height: 16px;
}

#company_info_container {
	padding: 10px 10px 0px 10px; /* top, right, bottom, left */
	position: relative;
}

#company_demographic_container {
	position: relative;
	padding: 0px 10px 0px 10px; /* top, right, bottom, left */
}

.demographic_table_label {
	float: left;
	font-weight: bold;
	padding: 2px 6px 2px 0px; /* top, right, bottom, left */
}

#company_demographic_container td {
	padding: 2px 4px 2px 0px; /* top, right, bottom, left */
}

#company_demographic_container table {
	float: left;
}


#company_demographic_container li {
	margin-top: 10px;
}

.demographic_school_label {
	font-style: italic;
	color: #666666;
}

#company_contacts_container {
	position: relative;
}

#company_children_container {
	padding: 10px;
	border-top: 1px solid #BCD531;
}

#company_children_personnel_container {
	position: relative;
}

#company_children_personnel {
	float: left;
	padding: 10px 10px 0px 0px; /* top, right, bottom, left */
	width: 219px;
}

#company_contact_listing {
	float: left;
	padding: 0px 10px 10px 10px; /* top, right, bottom, left */
	width: 219px;
}

p.popup {
	padding: 0px 10px 10px 10px; /* top, right, bottom, left */
}

ul#agreement li {
	padding: 0px 10px 10px 10px; /* top, right, bottom, left */
	line-height: 15px;
}

.options_container {
	position: relative;
}

.options_text {
	float: left;
	padding-top: 4px;
}

#terms_agree, 
#terms_decline {
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 8px 4px 8px; /* top, right, bottom, left */
	background-color: #666666;
	margin: 0px 6px 10px 10px; /* top, right, bottom, left */
}

#terms_agree:hover, 
#terms_decline:hover {
	cursor: pointer;
	text-decoration: none;
}

#popup_agreement_tabs {
	padding: 10px;
}

#popup_agreement_tabs li {
	float: left;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	margin-right: 7px;
}

#popup_agreement_tabs li.current {
	background-color: #000000;
	color: #FFFFFF;
}

#popup_agreement_tabs li a:link,
#popup_agreement_tabs li a:visited {
	background-color: #FFFFFF;
	color: #FF0000;
	text-decoration: none;
	display: block;
	padding: 7px 10px 7px 10px; /* top, right, bottom, left */
}

#popup_agreement_tabs li a:hover,
#popup_agreement_tabs li a:active,
#popup_agreement_tabs li a.current {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 7px 10px 7px 10px; /* top, right, bottom, left */
}

/* End main content styles */

/* Footer styles */

#footer_container {
	background-color: #80C243;
}

#footer_content {
	margin: 0 auto 0 auto;
	width: 1000px !important;
	position: relative;
}

#footer_ad {
	padding: 10px;
	text-align: center;
}

#footer_text {
	padding: 0px 0px 10px 0px; /* top, right, bottom, left */
	text-align: center;
}

.footer_divider {
	padding: 0px 5px 0px 5px; /* top, right, bottom, left */
}

/* End footer styles */