/*-----------------------------------------------------------------------
//
//	Valerie
//
//	by Ten94 - http://www.ten94.co.uk
//
//  Copyright 2008 DPI 21 Ltd. This code cannot be redistributed without
//  permission from http://www.dpi21.com
//
---------------------------------------------------------------------
//	Global Styles
// --------------------------------------------------------------------*/

* {
	margin: 0 ;
	padding: 0;
	border: 0;
}

body {
	font: 11px Helvetica, Verdana, Arial, Sans-Serif;
	color: #000000;
}	

#wrapper, #banner, #content-container, #bottom {
	width: 975px;
}

#wrapper {
	padding: 10px;
}

p {
	line-height: 16px;
}

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

/*Display None */

#banner, #logo, #banner ul, #bottom img, #footer, #validation, img {
	display: none;
}

/* Content Container */

#content-container,#content-container-home, #content-container-profile, #content-container-corporate, #content-container-contact, #content-container-accessibility, #column1, #column2, #column3 {
	float: left;
	width: 100%;
	padding: 5px 0px;
}

#column1 p, #column2 p, #column3 p, #column2 ul, #bottom p {
	padding: 5px 0px;
	line-height: 15px;
}

#column2 ul {
	list-style-type: disc;
	list-style-position: inside;
}

#column1 ol {
	padding: 5px 0px 0px 15px;
	line-height: 14px;
	list-style-type: decimal;
}

.site-map li {
	list-style-type: none;
	padding-bottom: 5px;
}

/* Bottom */

#bottom, #bottom-text-home, #bottom-text-presentations, #bottom-text-contact {
	float: left;
	width: 100%
}

/* Headings */

h1 {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 5px;
}
