/*
	The Institute of Communications and Advertising - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca
*/

/* =General
---------------------------------------------------------------------------------------------------- */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 10px 0 10px 0;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#container {
	width: 100%;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 772px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#home-header {
	position: relative;
	width: 772px;
	height: 150px;
	background: no-repeat;
}

#header {
	position: relative;
	width: 772px;
	height: 150px;
	background:  no-repeat;
}

#header-logo {
	position: absolute;
	top: 44px;
	left: 14px;
}

#content {
	position: relative;
	margin: 0px 0 0 180px;
	padding: 0;
	width: 585px;
	_height: 650px;
	min-height: 650px; 
}

#content p {
	color: #666666;
	margin-right: 10px;
}

#content-pad {
	padding: 30px 0 0 2px;
	
}

#bdr-top {
    width: 772px;
	height: 9px;
}

#bdr-bg {
	background: url('../images/wrapper/bg-1px.gif') repeat-y;
}

#content .img-container {
	margin: 8px -7px 0 8px;
}

.border-medium-bg {
	background: url('../images/wrapper/border-medium-bg.gif') repeat-y;
	width: 385px;
}

.border-small-bg {
	background: url('../images/wrapper/border-small-bg.gif') repeat-y;
	width: 227px;
}

.pad {
    padding: 12px 12px 0 27px;
}

.pad2 {
    padding: 12px 12px 0 20px;
}

.pad3 {
    padding: 5px 12px 0 16px;
}

.pad4 {
    padding: 0 0 0 5px;
	margin: 0;
}

#welcome-box {
    border: 1px solid #CCE1F0;
    padding-top: 20px;
    padding-left: 16px;
}

#welcome-box p {
    margin: 0 15px 18px 0;
}

#whats-new-box {
    border: 1px solid #CCE1F0;
    padding-top: 16px;
    padding-left: 16px;
}

#whats-new-box p {
    margin: 7px 15px 18px 0;
}

#featured-res-box {
    border: 1px solid #CCE1F0;
    padding-top: 14px;
    padding-left: 16px;
}

#members-login-box {
    border: 1px solid #CCE1F0;
    padding-top: 20px;
    padding-left: 15px;
}

#corporate-partners-box {
    border: 1px solid #CCE1F0;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
#top-nav {
	position: absolute;
	top: 11px;
	width: 772px;
	color: #ffffff;
	background: #026AB5;
	text-align: right;
	padding: 2px 0 4px 0;
}

#top-nav a {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

#top-nav a:hover {
	text-decoration: underline;
}

#home-left-nav {
    border: 1px solid #CCE1F0;
    padding: 42px 0 15px 0;
}

#home-left-nav a {
	width: 140px;
    display: block;
	margin: 10px 0 0 10px;
	color: #696969;
}

#left-nav {
	position: relative;
	width: 150px;
	float: left;
	margin-top: 0;
	padding-top: 30px;
}

#left-nav a {
	width: 140px;
	display: block;
	margin: 0 0 10px 10px;
	color: #696969;
	/* border: 1px solid #000000; */
}

#left-nav a:hover {
	color: #026AB5;
	text-decoration: underline;
}

#left-nav #sub-nav a {
	display: block;
	color: #999999;
	margin: 5px 0 5px 8px;
	width: 130px;
}

#sub-nav {
	font-size: 10px;
	color: #999999;
	margin: 0 0 0 8px;
}

#left-nav #sub-nav a:hover {
	color: #026AB5;
}

a.nav-bullet {
	padding: 0 0 0 10px;
	background: url('../images/wrapper/nav-bullet.gif') top left no-repeat;
	text-decoration: none;
}

#breadcrumb {
	float: right;
	font-size: 10px;
	color: #000000;
	margin: -13px 0 0 155px;
	width: 588px;
}

#breadcrumb a {
	font-size: 10px;
	color: #026AB5;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
    font-size: 10px;
	color: #999999;
	margin: 5px 0 0 185px;
	padding: 0;
}

#footer a, #footer a:visited {
	text-decoration: underline;
	font-size: 10px;
	color: #999999;
}

#footer a:hover {
	color: #026AB5;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	color: #026AB5;
	line-height: 1.3em;
}

a:hover {
	color: #666666;
}

/* a:visited {
	color: #888888;
} */

/* =Typography
---------------------------------------------------------------------------------------------------- */
p { font-size: 11px;
	margin: 5px 0 10px 0;
}

.blue {
	font-size: 11px;
	font-weight: bold;
	color: #026AB5;
}

table, td {
	font-size: 11px;
	color: #666666;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 20px;
	color: #026AB5;
	margin: 5px 0 5px 0;
}

h1.email {
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0 0 5px 0;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	color: #026AB5;
	margin: 5px 0 5px 0;
}

h3 {
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	color: #026AB5;
	margin: 0 0 7px 0;
}

h4 { 
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	color: #666666;
	margin: 0 0 7px 0;
}

blockquote {
	color: #666666;
	padding: 0;
	margin: 0 5px 0 15px;
}
/* =Lists
---------------------------------------------------------------------------------------------------- */
ul {
	list-style-image: url('../images/wrapper/list-bullet.gif');
	margin: 0 0 0 20px;
	padding: 0 0 5px 0;
}

#content li {
	color: #666666;
	margin: 0 10px 5px 0
}

#content ol {
	margin-top: 7px;
}

#content ol li {
	margin: 0 10px 7px 0;
}

.whats-new {
	list-style-image: url('../images/wrapper/arrow-bullet.gif');
	margin: 0 0 0 20px;
}

.whats-new li {
	margin-top: 3px;
}

/* =Print/Send
---------------------------------------------------------------------------------------------------- */
#print-send {
	font-size: 9px;
	padding: 15px 0 0 17px;
	width: 150px;
}

#print-send a.send, #print-send a.send:visited {
	text-decoration: none;
	font-size: 9px;
	color: #026AB5;
	padding-left: 17px;
	margin: 0;
	background: transparent url(../images/wrapper/icon-email.gif) top left no-repeat;
}

#print-send a.print, #print-send a.print:visited {
	text-decoration: none;
	font-size: 9px;
	color: #026AB5;
	padding-left: 17px;
	background: transparent url(../images/wrapper/icon-print.gif) top left no-repeat;
}

#print-send a.send:hover, #print-send a.print:hover { 
	color: #666666;
	text-decoration: underline;
}

/* =Forms
---------------------------------------------------------------------------------------------------- */
form {
	margin: 0;	
	padding: 0;
}

input {
    font-size: 11px;
}

.input-border {
	border: 1px solid #000000;
}

#login {
	margin: 0;
    padding: 0;
}

/* =Tables
---------------------------------------------------------------------------------------------------- */
.data {
	border-left: 1px solid #7c7c7c;
	border-top: 1px solid #7c7c7c;
}

.data th {
	background: #e0e0e0;
	padding: 5px 0 0 5px;
	border-right: 1px solid #7c7c7c;
	border-bottom: 1px solid #7c7c7c;
}

.data td {
	border-right: 1px solid #7c7c7c;
	border-bottom: 1px solid #7c7c7c;
	text-align: left;
	padding-left: 4px;
}

.data2 {
	border-left: 1px solid #7c7c7c;
	border-right: 1px solid #7c7c7c;
	border-top: 1px solid #7c7c7c;
}

.data2 td {
	padding: 5px;
	border-bottom: 1px solid #7c7c7c;
}

.data3 {
	border-left: 1px solid #7c7c7c;
	border-top: 1px solid #7c7c7c;
	text-align: center;
}

.data3 th {
	background: #e0e0e0;
	padding: 5px 0 0 5px;
	border-right: 1px solid #7c7c7c;
	border-bottom: 1px solid #7c7c7c;
	text-align: center:
}

.data3 td {
	border-right: 1px solid #7c7c7c;
	border-bottom: 1px solid #7c7c7c;
	text-align: center;
	padding-left: 4px;
}

/* =Misc
---------------------------------------------------------------------------------------------------- */
img {
	margin: 0;
	padding: 0;
}

.word {
	background: #FFFFFF url('../images/icon-word.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 11px;
	min-height: 16px;
	margin-bottom: 10px;
	padding-left: 20px;
}
	
.pdf {
	background: #FFFFFF url('../images/icon-pdf.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 11px;
	min-height: 16px;
	margin-bottom: 10px;
	padding-left: 20px;
}

.ppt {
	background: #FFFFFF url('../images/icon-ppt.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

hr {
	margin: 5px 10px 5px 0;
	color: #7c7c7c;
	background-color: #7c7c7c;
	size: 1px;
	border: 0;
}

.back-to-top {
	background: transparent url(../images/back-to-top.gif) top right no-repeat;
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0 12px 0 0;
}

.back-to-top a, .back-to-top a:visited {
	font-size: 10px;
	color: #026AB5;
}

.back-to-top a:hover {
	color: #666666;
}

.validation
{
	COLOR: #FF0000;
	FONT-WEIGHT: bold;
}

/* =Workshop
---------------------------------------------------------------------------------------------------- */

.padded-heading {

	margin: 0 7px 5px 0;
	padding-left: 20px
}

#workshop-discount {
	float: right;
	width: 250px;
	border: 1px #026AB5 solid;
	margin-top: 30px;
	margin-right: 15px;
	
}
#workshop-discount p {
padding: 5px 8px 5px 5px;
margin: 5px 8px 5px 5px;
}


.fees-table {
border: 1px #666666 solid;



}
.fees-table td {
	border-right: 1px #666666 solid;
}

.fees-table th {
	color:#FFFFFF;
	background-color: #074888;
	border-bottom: 1px #666666 solid;
	border-right: 1px #666666 solid;
	padding: 3px 0px 3px 0;	
}

#top-spec-skills-box {
	border: 1px #026AB5 solid;
	padding: 0px 0 0px 0;
	margin: 10px 0 10px 0;
	width: 99%;
	background-color: #EEEEEE;
}

#top-spec-skills-box h2 {

	padding: 5px 5px 5px 10px;
	font-size:13px;
	font-style:italic;
}

#top-spec-skills-box p {
	padding: 5px 5px 2px 10px;
}

.dark-bg {
	background-color:#CCCCCC;
	margin-left: 3px;
	padding-left: 3px;
	
}

.dark-bg td p {
	padding-left: 10px;
}

.blue-bg {
background-color: #CCE1F0;
}

/* =Updates
---------------------------------------------------------------------------------------------------- */
#members_programme_title{
	background:url(../images/header-members-program.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/57px;
	padding-top:57px;
	width:214px;
}
#corporate-partners-box p{
	text-align:left;
}
#members-programme-info-content h2{
	background:url(../images/header-members-programme-announce.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/39px;
	padding-top:39px;
	width:334px;
}
div.members-programme-announce .annouce-explain h3{
	padding-top:39px;
	height:0px !important;
	height /**/:39px;
	overflow:hidden;
	background:url(../images/header-members-programme-announce.jpg) no-repeat top left;
	width:334px;
	position:relative;
}
div.members-programme-announce .annouce-explain{
	float:left;
	width:375px;
}
div.members-programme-announce .annouce-explain p strong{
	color:#247fc3;
}
div.members-programme-announce .enter-members-programme{
	float:right;
	width:180px;
	margin-top:30px;
}
div.members-programme-announce .enter-members-programme h4{
	background:url(../images/header-enter-members-programme.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/52px;
	padding-top:52px;
	width:165px;
	cursor:pointer;
}
#members-login-title{
	background:url(../images/header-login.gif) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/20px;
	padding-top:20px;
	width:129px;
}
#members-programme-info-content{
	float:left;
	width:360px;
}
#members-programme-login-form{
	float:right;
	width:180px;
	padding-right:10px;
	margin-top:-30px;
}
/* =Members Advantage Programme
---------------------------------------------------------------------------------------------------- */
#members-programme{
	margin:0;
	padding:0;
}
#members-programme #wrapper{
	width:1024px !important;
	margin:0 auto;
}
#members-programme #header{
	padding-top:94px;
	background:url(../images/top_banner_bg.jpg) no-repeat top center;
	width:1024px;
	height:auto !important;
	height: /**/94px;
	position:static;
}
#members-programme #header #top-nav{
	width:1024;
	position:static;
}
#members-programme #content{
	padding:10px;
	margin:0;
	width:1024px;
	min-height:50px;
}
#members-programme #footer{
	margin:0;
	padding:0;
	margin-bottom:10px;
}
#members-programme dl.programme_list dt{
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
}
#members-programme dl.programme_list dd,
#members-programme dl.programme_list dt{
	display:block;
	float:none;
}
#members-programme dl.programme_list dd{
	margin-left:5px;
	margin-bottom:5px;
}
#members-programme dl.programme_list dd ul{
	list-style: none;
}
#members-programme dl.programme_list dd ul li{

}

#welcome-explain h3{
	background:url(../images/header-map-welcome.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/38px;
	padding-top:38px;
	width:293px;
}
#supplies-explain h3{
	background:url(../images/map_supplies_img.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/186px;
	padding-top:186px;
	width:340px;
}
#insurance-explain h3{
	background:url(../images/map_insurance_img.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/186px;
	padding-top:186px;
	width:340px;
}
#health-explain #bdc h3{
	background:url(../images/map_health1_img.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/186px;
	padding-top:186px;
	width:340px;
}
#health-explain #ccc h3{
	background:url(../images/map_health2_img.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/186px;
	padding-top:186px;
	width:340px;
}
#it-explain #bmc h3{
	background:url(../images/map_it1_img.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/186px;
	padding-top:186px;
	width:340px;
}
#it-explain #cdw h3{
	background:url(../images/map_it2_img.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/186px;
	padding-top:186px;
	width:340px;
}
#it-explain #tng h3{
	background:url(../images/map_it3_img.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/186px;
	padding-top:186px;
	width:340px;
}
#it-explain #sharp h3{
	background:url(../images/map_it4_img.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/186px;
	padding-top:186px;
	width:340px;
}

#comm-explain h3{
	background:url(../images/map_comm1_img.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/186px;
	padding-top:186px;
	width:340px;
}
#creative-explain h3{
	background:url(../images/map_creative1_img.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/186px;
	padding-top:186px;
	width:340px;
}
#financial-explain h3{
	background:url(../images/map_financial1_img.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/186px;
	padding-top:186px;
	width:340px;
}
#travel-explain h3{
	background:url(../images/map_travel1_img.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/186px;
	padding-top:186px;
	width:340px;
}


#members-programme .programs-wheel{
	float:left;
	width:550px !important;
	width: /**/484px;
}
#members-programme .programs-explain{
	float:right;
	width:380px;
	margin-top:100px;
	padding-right:70px;
}
.clear{
	clear:both;
}
.program-explain{
	padding-left:310px;
	padding-top:30px;
	padding-right:135px;
}
.program-explain .content{
	border-left:#1d8bb7 solid 3px;
	padding-left:20px;
}
.program-explain .content p,
.program-explain .content li{
	color:#2f2d2c !important;
}
.program-explain .content p.notes{
	font-size:9px;
}
.program-explain .content li{
	padding-top:10px;
}
.program-explain .content h4 a{
	color:#2f2d2c;
	text-decoration:none;
}
.program-explain .content h4.link{
	margin:0;
	padding:0;
}
.program-explain .content h4.link a{
	text-decoration:underline;
}
.program-explain .content h4 a:hover{
	color:#666666;
}
.program-explain .content h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight:bold;
	font-size:16px;
	color:#2f2d2c;
	margin:0;
	padding:0;
	margin-bottom:5px;
	margin-top:10px;
}
.program-explain .content address{
	font-style:normal;
}
.program-explain .content li h5{
	display:inline;
}
.program-explain .content h5.service_name{
	display:inline;
}
.program-explain .content h5{
	font-size:13px;
	margin:0;
	padding:0;
}
#staples-offer{
	background:url(../images/MAP/staples-senora.jpg) no-repeat top left;
}
#staples-offer .content h2{
	background:url(../images/MAP/staples-advantage.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/100px;
	padding-top:100px;
	width:150px;
}
#hub-offer .content h2{
	background:url(../images/MAP/hub-international.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/78px;
	padding-top:78px;
	width:221px;
}
dl dt{
	float:left;
	padding-right:10px;
	width:120px;
}
#hub-offer{
	background:url(../images/MAP/hub-senora.jpg) no-repeat top left;
}
.will-determine{
	list-style:lower-alpha;
}
#bd-offer .content h2{
	background:url(../images/MAP/best-doctors.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/68px;
	padding-top:68px;
	width:311px;
}
#bd-offer{
	background:url(../images/MAP/best-doctors-img.jpg) no-repeat top left;
}
#ccc-offer .content h2{
	background:url(../images/MAP/cleveland-clinic-canada.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/37px;
	padding-top:37px;
	width:269px;
}
#ccc-offer{
	background:url(../images/MAP/cleveland-clinic-canada-img.jpg) no-repeat top left;
}

#sharp-offer{
	background:url(../images/MAP/sharp-img.jpg) no-repeat left 35px;
}
#sharp-offer .content h2{
	background:url(../images/MAP/sharp-logo.jpg) no-repeat top left;
	height:27px;
	width:190px;
	text-indent:-5000px;
}

#Amex-offer{
	background:url(../images/MAP/cdw-img.jpg) no-repeat left 35px;
}
#Amex-offer .content h2{
	background:url(../images/MAP/American-Express-logo.jpg) no-repeat top left;
	height:134px;
	width:150px;
	text-indent:-5000px;
}

#avis-offer{
	background:url(../images/MAP/hub-senora.jpg) no-repeat left 35px;
}
#avis-offer .content h2{
	background:url(../images/MAP/Avis-Budget_logos.jpg) no-repeat top left;
	height:60px;
	width:200px;
	text-indent:-5000px;
}

#cdw-offer .content h2{
	background:url(../images/MAP/cdw.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/88px;
	padding-top:88px;
	width:139px;
}
#cdw-offer{
	background:url(../images/MAP/cdw-img.jpg) no-repeat top left;
}
#beanfield-offer .content h2{
	background:url(../images/MAP/beanfield.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/100px;
	padding-top:100px;
	width:198px;
}
#beanfield-offer{
	background:url(../images/MAP/beanfield-img.jpg) no-repeat top left;
}
#tng-offer .content h2{
	background:url(../images/MAP/tng.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/100px;
	padding-top:100px;
	width:198px;
}
#tng-offer{
	background:url(../images/MAP/tng-img.jpg) no-repeat top left;
}
#small-nav{
	padding-left:800px;
}
#small-nav ul{
	background:url(../images/MAP/small-nav.jpg) no-repeat top right;
	background-position:55px 30px;
	width:200px;
	height:200px;
	list-style:none;
}
#small-nav ul li{
	text-align:center;
}
#small-nav ul li a{
	color:#959595;
	font-size:11px;
	font-style:italic;
	text-decoration:none;
}
#small-nav ul li a:hover{
	color:#317ca0;
}
#small-nav #small-nav-suppliers{
	width:80px;
	position:relative;
	left:67px;
	float:left;
}
#small-nav #small-nav-home{
	float:left;
	width:40px;
	position:relative;
	right:70px;
	top:60px;
}
#small-nav #small-nav-ica-home{
	float:left;
	position:relative;
	top:62px;
	left:40px;
	width:40px;
}
#small-nav #small-nav-contact{
	width:50px;
	float:left;
	position:relative;
	top:100px;
	left:80px;
}
.programs-explain .programs{
	padding-left:25px;
	width:410px;
}
.program-explain hr{
	margin-bottom:20px;
	margin-top:20px;
}
.program-explain h3{
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
}
h2#site_map{
	background:url(../images/MAP/header-site-map.jpg) no-repeat top left;
	overflow:hidden;
	height:0px !important;
	height: /**/19px;
	padding-top:19px;
	width:116px;
}