/* PCI - CSS style sheet */

/* zero out any default browser values */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 100%;
}
a {
	text-decoration: none;
}
a img {
	border: none;
	outline: none;
}
img a:active, a:hover {
	outline: none;
}
table {
	border-collapse: collapse;
}

/* specific design starts here */

body {
	background-color: #000000; /* black */
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.25;
	color: #C0C0C0; /* font colour - silver */
}
#container {
	width: 749px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
/*	border: 1px solid #CCCCCC; /* - used only to help in design */
}

#lower {
	margin-left: 10px;
	margin-right: 10px;
}
#navigation {
	display: inline;
	float: left;
	width: 266px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
}
#navigation a {
	display: block;
	width: 100%;
	padding: 5px;
	background-color: #000000; /* black */
}
#navigation a:link, #navigation a:visited {
	color: #C0C0C0; /* font colour - silver */
	text-decoration: none;
	border: 1px solid #000000; /* black */
}
#navigation a:hover, #navigation a:active {
	color: #FFFFFF; /* white */
	text-decoration: none;
	border: 1px solid #008080; /* teal */
	outline: none;
}
body#home a#homeLink,
body#mission a#missionLink,
body#coaching a#coachingLink,
body#wealth a#wealthLink,
body#change a#changeLink,
body#action a#actionLink,
body#benefits a#benefitsLink,
body#about a#aboutLink,
body#profiles a#profilesLink,
body#testimonials a#testimonialsLink,
body#contact a#contactLink,
body#french a#frenchLink,
body#arabic a#arabicLink {
	color: #FFFFFF; /* white */
	text-decoration: none;
	border-bottom: 1px solid #008080; /* teal */
}

#main_content {
	margin-left: 286px;
	padding: 5px;
}
#main_content h1 {
	font-size: 100%;
	color: #FFFFFF; /* white */
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #008080; /* teal */
	font-weight: normal;
	font-style: normal;
}
#main_content h2 {
	font-size: 100%;
	color: #76C2B6;  /* peppermint */
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #008080; /* teal */
	font-weight: normal;
	font-style: normal;
}
#main_content h3 {
	font-size: 100%;
	color: #76C2B6;  /* peppermint */
	padding: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: normal;
}
#main_content h5 {  /* was used specifically for the mission statement */
	font-size: 100%;
	color: #FFFFFF;  /* white */
	padding: 5px;
	font-weight: normal;
	font-style: normal;
}
#main_content p {
	font-size: 100%;
	padding: 5px;
	margin-bottom: 5px;
}
#main_content li {
	font-size: 100%;
	padding: 5px;
	padding-left: 20px;
	list-style: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#main_content a:link, #main_content a:visited {
	color: #C0C0C0; /* font colour - silver */
	text-decoration: none;
}
#main_content a:hover, #main_content a:active {
	color: #FFFFFF; /* white */
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008080; /* teal */
	outline: none;
}
#main_content hr {
	color: #76C2B6; /* peppermint */
	border-style: solid;
	width: 100%;
	height: 0px;
}

/* classes */

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.keywords {
	font-size: 100%;
	color: #76C2B6;  /* peppermint */
}
.footnote {
	font-size: 80%;
}
.leftimg {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #73798C; /* monochrome teal */
}
.rightimg {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #73798C; /* monochrome teal */
}
.textfield {
	background-color: #C0C0C0; /* colour - silver */
}

