/*

	The Attain Group - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */
body { 
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin: 20px 0 20px 0;
}

table td td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#container {
	width: 100%;
	text-align: center;
}

#wrapper {
	position: relative;
	width: 771px;
	margin: 0 auto;
}

#home-header {
	position: relative;
   	text-align: right;
   	background: url('../images/home-bg-header.jpg') 0 0 no-repeat; 
   	width: 771px;
   	height: 116px;
}

#main-header {
   	text-align: left;
   	background: url('../images/main-header.jpg') 0 0 no-repeat; 
   	width: 771px;
   	height: 116px;
   	margin: 0;
   	padding: 0;
}

#logo {
	padding: 14px 15px 0 0;
	margin: 0;
} 

#main-header-f {
   	text-align: left;
   	background: url('../images/main-header-f.jpg') 0 0 no-repeat; 
   	width: 771px;
   	height: 116px;
   	margin: 0;
   	padding: 0;
}

#logo-f {
	padding: 20px 15px 0 0;
	margin: 0;
} 

#home-bg-left2 {
	background: url('../images/home-bg-left-2.jpg') 0 0 no-repeat;
	width: 397px;
	height: 290px;
}

#home-bg-right {
	background: url('../images/home-bg-right-b.jpg') 0 0 no-repeat;
	width: 374px;
	height: 180px;
}

#home-bg-left2-f {
	background: url('../images/home-bg-left-2-f.jpg') 0 0 no-repeat;
	width: 397px;
	height: 290px;
}

#home-bg-right-f {
	background: url('../images/home-bg-right-b-f.jpg') 0 0 no-repeat;
	width: 374px;
	height: 180px;
}

#home-whats-new {
    font-size: 12px;
	width: 330px;
	color: #000000;
	margin: 20px 0 0 42px; 
}

#home-content {
	font-size: 12px; 
	color: #ffffff;
	margin: 25px 0 0 25px;
}

#content {
	font-size: 11px;
	color: #666666;
	margin: 0 0 10px 15px;
	min-height: 400px;
	_height: 400px;
}

#content2 {
	font-size: 11px;
	color: #666666;
	margin: 0 0 10px 24px;
	min-height: 400px;
	_height: 400px;
}

#content p, #content2 p {
	font-size: 11px;
	color: #666666;
	padding-right: 10px;
}

.border {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

/* =Splash
---------------------------------------------------------------------------------------------------- */
#splash {
	background: #E0EACF;
	height: 210px;
	width: 100%;
}

#splash-btns {
	position: relative;
	margin: 0 auto 0 auto;
	width: 800px;
}

#splash-btns #eng {
	display: block;
	position: absolute;
	top: -70px;
	left: 98px;
}

#splash-btns #fr {
	display: block;
	position: absolute;
	top: -70px;
	left: 536px;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
#main-nav {
	background: #829369;
	text-align: center;
	padding: 3px 0 3px 0;
	width: 771px;
}

#main-nav a {
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 9px 0 9px;
}

#main-nav a:hover {
	color: #333366;
}

#main-nav-f {
	background: #829369;
	text-align: center;
	padding: 3px 0 3px 0;
	width: 771px;
}

#main-nav-f a {
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 14px 0 14px;
}

#main-nav-f a:hover {
	color: #333366;
}

#left-nav-top {
 	width: 170px;
	margin: 0;
	height: 5px;
	padding: 0;
	font-size: 1px;
}

#left-nav {
	background: url('../images/left-nav-bg.gif') right repeat-y;
	margin: 0;
	width: 170px;
}

#left-nav a {
	display: block;
	font-size: 10px;
	color: #829369;
	margin: 0 0 0 21px;
	padding: 5px 0 5px 0;
	/* border: 1px solid #000000; */
}

#left-nav a:hover {
	color: #696969;
}

#left-nav span {
	list-style-type: none;
	margin: 2px 0 2px 0;
}

#left-nav span a {
	padding: 5px 0 2px 3px;
	margin: 0 0 0 25px;
	color: #333366;
	text-decoration: none;
	width: 130px;
}

#left-nav span a:hover {
	color: #333366;
	text-decoration: underline;
}

#left-nav-brd-bottom {
	width: 170px;
	height: 5px;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1px;
}

/* =Language toggle
---------------------------------------------------------------------------------------------------- */
#lang-toggle {
	position: absolute;
	left: 687px;
	top: 10px;
}

#lang-toggle table tr td a {	
	font-size: 8px;
	color: #666666;
	text-decoration: none;
}

#lang-toggle table tr td a:hover {	
	text-decoration: underline;
}

#lang-toggle-f {
	position: absolute;
	left: 694px;
	top: 10px;
}

#lang-toggle-f table tr td {
	padding: 0;
	margin: 0;
}

#lang-toggle-f table tr td a {	
	padding: 0;
	margin: 0;
	font-size: 8px;
	color: #666666;
	text-decoration: none;
}

#lang-toggle-f table tr td a:hover {	
	text-decoration: underline;
}

#level-2-lang-toggle {
	font-size: 10px;
	text-align: right;
	margin-top: 0;
}

#level-2-lang-toggle a {
	font-size: 10px;
	color: #829369;
}
	
/* =Breadcrumb
---------------------------------------------------------------------------------------------------- */
#breadcrumb {
	background: #E6E9E2;
	padding: 4px 0 5px 0;
    text-align: left;
	font-size: 10px;
	color: #829369;
}	

#breadcrumb a {
	font-size: 10px;
	color: #829369;	
}

#breadcrumb a:hover {
	font-size: 10px;
	text-decoration: underline	
}

#breadcrumb #left-pos {
	margin: 0 0 0 25px;	
}	

/* =Links
---------------------------------------------------------------------------------------------------- */
a { 
	color: #000000;
	margin: 0;
}

a:hover {
	color: #777777;
}	

/* =Typography
---------------------------------------------------------------------------------------------------- */
p {
	margin: 0 0 6px 0;
	font-size: 11px;
	line-height: 1.35em;
}

h1 {
	font-size: 20px;
	margin: 0 0 5px 22px;
	color: #333366;
}

h2 {
	font-size: 17px;
	margin: 0 0 5px 0;
	color: #829369;
}

h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
	color: #333366;
}

blockquote {
	font-size: 11px;
}

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

ul li {
	font-size: 11px;
	list-style-type: square;
	margin: 3px 10px 5px 0;
}

/* =Sidebar
---------------------------------------------------------------------------------------------------- */
#sidebar-title, #sidebar-title-none  {
	color: #829369; 
	width: 167px;
	margin: 0;
	padding: 0;
}

#sidebar-title-none {
	background: #e6e9e2 url('../images/sidebar-top-border.gif') no-repeat;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #829369; 
	font-weight: bold;
	text-align: center;
}

.sidebar {
	background: url('../images/sidebar-background.gif') repeat-y;
	width: 167px;
	font-size: 10px;
	color: #829369;
	margin: 0;
	padding: 4px 0 4px 0;
}

.sidebar ul {
	margin: 0 0 0 24px;
	padding: 0;
}

.sidebar ul li  {
	list-style-image: url('../images/sidebar-bullet.gif');
	margin: 2px 0 0 0;
	font-size: 9px;
	padding: 0;
	color: #333366;
}

.sidebar p  {
	margin: 5px 5px 0 8px;
}

.sidebar-border-bottom {
	width: 167px;
	height: 5px;
	margin: 0;
	padding: 0;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#home-footer {
	color: #000000;
	font-size: 10px;
	text-align: left;
}
#home-footer a {
	color: #000000;
	font-size: 0.9em;
}

#home-footer a:hover {
	color: #777777;
}

#footer {
	background: #E3E6EB;
	color: #666666;
	font-size: 10px;
	text-align: left
}

#footer a {
	color: #666666;
	font-size: 0.9em;
}

#foot-position {
	margin: 0 0 0 27px;
	padding: 5px 0 8px 0;
}

/* =Misc: Icons
---------------------------------------------------------------------------------------------------- */
.data {
	border-top: 1px solid #e6e9e2;
	margin: 5px 0 5px 0;
}

.data td {
	border-bottom: 1px solid #e6e9e2;
	vertical-align: top;
	padding: 10px;
}

/* =Misc: Icons
---------------------------------------------------------------------------------------------------- */
.pdf {
	background: url("../images/pdf.gif") no-repeat left top;
	font-size: 1em;
	margin: 0;
	padding: 0 0 6px 0;
	min-height: 14px;
	line-height: 14px;
	padding-left: 16px;
}

/* =Misc: Print & Send
---------------------------------------------------------------------------------------------------- */
#print-send {
	margin: 10px 11px 10px 0;
	padding: 0;
	font-size: 8px;
	color: #333366;
	text-decoration: none;
}

#print-send td {
	padding: 0 0 0 4px;
}

#print-send a {
	font-size: 8px;
	margin: 0;
	padding: 0;
	color: #333366;
	text-decoration: none;
}

#print-send a:hover {
	color: #333366;
	text-decoration: underline;
}

/* =Misc:
---------------------------------------------------------------------------------------------------- */
hr {
	padding: 0 5px 0 0;
}

.validation {
    font-family: verdana;
	color: #ff0000;
	font-weight: bold;
}

.admin-asterisk {
    font-family: verdana;
	color: #ff0000;
	font-weight: bold;
}

.pad {
	padding: 25px 0 0 5px;
}

.list-spaced li{
	margin-bottom:10px;
}

.list-spaced li ol li{
	margin-top:10px;
}



