/*

	Pachira - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca/Phil Champagne

*/

/* =General
---------------------------------------------------------------------------------------------------- */
body {
	background: #ffffff;
	margin: 20px 0 20px 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

/* =Global Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	position: relative;
	width: 876px;
	margin: 0 auto 0 auto;
}

#home {
	background: url('../images/wrapper/home-bg.jpg') 0 0 no-repeat;
	width: 876px;
	height: 169px;
}

#services {
	background: url('../images/wrapper/services-bg.jpg') 0 0 no-repeat;
	width: 876px;
	height: 169px;
}

#resources {
	background: url('../images/wrapper/home-bg.jpg') 0 0 no-repeat;
	width: 876px;
	height: 169px;
}

#news {
	background: url('../images/wrapper/news-bg.jpg') 0 0 no-repeat;
	width: 876px;
	height: 169px;
}

#about {
	background: url('../images/wrapper/about-bg.jpg') 0 0 no-repeat;
	width: 876px;
	height: 169px;
}

#contact {
	background: url('../images/wrapper/contact-bg.jpg') 0 0 no-repeat;
	width: 876px;
	height: 169px;
}

#home #branding-logo {
	padding: 30px 0 0 580px;
}

#services #branding-logo {
	padding: 30px 0 0 580px;
}

#resources #branding-logo {
	padding: 30px 0 0 580px;
}

#news #branding-logo {
	padding: 30px 0 0 580px;
}

#about #branding-logo {
	padding: 30px 0 0 580px;
}

#contact #branding-logo {
	padding: 30px 0 0 580px;
}

/* =Layout - Homepage
---------------------------------------------------------------------------------------------------- */
#home-intro {
	font-family: georgia, serif;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	width: 515px;
	line-height: 26px;
	margin: 0 0 0 58px;
	padding: 3px 0 14px 0
}

#home-intro span {
	color: #000000;
}

#main-center {
	border-left: 1px solid #cccccc;
	padding: 0 17px 0 17px;
}	

#home-main-text {
	border-left: 1px solid #cccccc;
	padding: 0 0 0 17px;
}

#home-main-text p {
	margin: 10px 0 0 0;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#main-content-bg {
	background: #ffffff url('../images/wrapper/wrapper-bg.jpg') repeat-y;
	position: relative;
	padding: 0;
	margin: 0;
}

#content {
	width: 780px;
}

#mc-header { /* used o homepage as well */
	width: 180px;
}

#text-content {
    margin: 0;
	padding: 30px 0 0 68px;
}

.text-content-geo {
	font-family: georgia, serif;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	line-height: 26px;
}

.text-content-geo span {
	font-family: georgia, serif;
	font-size: 14px;
	color: #000000;
}

#main-content-ari {
	float: left;
	width: 500px;
	padding: 10px 0 10px 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666666;
	border-left: 1px solid #cccccc;	
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
	width: 100%;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	font-size: 10px;
	color: #999999; 
	padding: 0 0 0 25px;
}

#footer a {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
#main-navigation-home {
	position: absolute;
	top: 278px;
	left: 65px;
	margin: 0;
	z-index: 100	
}

#main-navigation {
	position: absolute;
	top: 157px;
	left: 65px;
	margin: 0;
	z-index: 100	
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	font-size: 13px;
	color: #ff6600;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;	
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
p {
	color: #666666;
}

h1 {
	font-family: georgia, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #999999;
	margin: 0 0 0 0;
}

h2 {
	font-family: georgia, serif;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	margin: 10px 0 10px 0;
}

/* =List
---------------------------------------------------------------------------------------------------- */
ul {
	margin: 0 0 0 14px;
	padding: 0 0 0 14px;
}

#main-content-ari ul {
	margin: 0 0 0 14px;
	padding: 0 0 0 14px;
}

#main-content-ari ul li {
	padding: 12px 0 12px 0;
}

/* =Misc
---------------------------------------------------------------------------------------------------- */
.img-cap {
	margin: 3px 0 25px 0;
	color: #ff6600;
}

.pdf {
	background: #ffffff url('../images/icon-pdf.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin: 0 0 12px 0;
	padding-left: 24px;
}