/*
____________________________________________________________________________________
_(D)__David_Martineau_._net_________________________________________________________

	Application : Personal web site
	Web : http://www.davidmartineau.net/
 	File : screen.css
 	Content : Cascading Style Sheet for screen media
 	Language : CSS 2.1

 	Author : David MARTINEAU
 	Email : developement@davidmartineau.net
	Web : http://www.davidmartineau.net

	Licence : COPYRIGHTS DAVID MARTINEAU. ALL RIGHTS RESERVED.

____________________________________________________________________________________
*/

/* elements */

body {
	margin: 0px;
	padding: 0px;
	color: #2F2F2F;
	background-color: #94A4AA;
	font: 12px verdana, helvetica, arial, sans-serif;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #00356F;
}

p {
	font: 12px verdana, helvetica, arial, sans-serif;
	color: #2F2F2F;
}

small {
	font-size: 10px;
}

acronym, abbr {
	text-decoration: none;
	border-bottom: 1px dotted #2F2F2F;
	font-style: normal;
}

acronym:hover, abbr:hover {
	cursor: help; 
}

a {
	color: #00356F;
	text-decoration: underline;
}

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

/* layout */
		
div#page {
	background: #94A4AA url(../images/page-background.gif) center repeat-y;
	text-align: center;
}

div#container {
	position: relative;
	width: 800px;
	border-left: 1px solid #898989;
	border-right: 1px solid #898989;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: white;
	text-align: left;
}		
/* IE bug fixing \*/ * html div#container { width: 802px; widt\h: 800px; } /* IE bug fixing */
		
div#header {
	height: 115px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	color: white;
	background: #00356F url(../images/header-background.jpg) 50% 0 no-repeat;
}

div#bar {
	background: #C4C4C4 url(../images/bar-background.gif) repeat-x;
	height: 29px;
	overflow: hidden;
}

div#bar ul {
	margin: 0 0 0 110px;
	padding: 0;
	list-style: none;
}

div#bar li {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	background: transparent url(../images/tabs.gif) 100% -60px no-repeat;
}

div#bar li.current {
	background: transparent url(../images/tabs.gif) 100% 0px no-repeat;
}

div#bar li.current span {
	display: block;
	padding: 10px 0 7px 20px;
	background: transparent url(../images/tabs.gif) 0 0px no-repeat;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	font-size: 12px;
	color: #2F2F2F;
}
		
div#bar li a {
	display: block;
	padding: 10px 0 7px 20px;
	background: transparent url(../images/tabs.gif) 0px -60px no-repeat;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #2F2F2F;
}

div#bar li:hover {
	background: transparent url(../images/tabs.gif) 100% -120px no-repeat;
}		

div#bar li:hover a {
	background: transparent url(../images/tabs.gif) 0px -120px no-repeat;
	color: #00356F;
}

div#bar li.current {
	background: transparent url(../images/tabs.gif) 100% 0px no-repeat;
}
		
div#topnavigator {
	margin-top: 40px;
	clear: left;
}

div#topnavigator p {
	color: gray;
}

div#topnavigator a {
	color: gray;
}

div#main {
	position: relative;
	padding-bottom: 20px;
}


div#main h1 {
	margin: 20px 60px 0px 70px;
	font-size: 26px;
	color: #00356F;
	clear: left;
	font-variant: small-caps;
}

div#main h2 {
	margin: 30px 60px 30px 70px;
	font-family: 'Century Gothic', Helvetica, sans-serif;
	font-size: 18px;
	color: #00356F;
}

div#main h3 {
	margin: 15px 40px 15px 70px;
	font-family: 'Century Gothic', Helvetica, sans-serif;
	font-size: 14px;
	color: #DC5036;
}

div#main h4 {
	margin: 0px 40px 0px 60px;
	font-family: 'Century Gothic', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2F2F2F;
}

div#main h5 {
	margin: 0px 40px 15px 60px;
	font-family: 'Century Gothic', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2F2F2F;
}

div#main h6 {
	margin: 0px 40px 0px 60px;
	font-family: 'Century Gothic', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00356F;
}

div#main p {
	margin: 0px 60px 15px 60px;
	text-align: justify;
	font: 12px/18px 'Lucida Grande', Helvetica, sans-serif;
}

div#main p.show {
	text-align: center;
}

div#main ul {
	margin: 0px 60px 15px 60px;
	padding-left: 30px;
	font: 12px/18px 'Lucida Grande', Helvetica, sans-serif;
}

div#main blockquote {
	margin: 0px 70px 15px 70px;
	padding: 5px 0px 5px 0px;
	background-color: #F8F8F8;
	text-align: left;
}

div#main q {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 110%;
	font-style: italic;
}

div#main q:before {
	content: '« ';
	font-size: 150%;
}

div#main q:after {
	content: ' »';
	font-size: 150%;
}

div#main blockquote p:before {
	font-size: 200%;
	font-style: normal;
	content: '« ';
}

div#main blockquote p:after {
	font-size: 200%;
	font-style: normal;
	content: ' »';
}

div#main hr {
	margin: 0px 60px 0px 60px;
	border: 0px hidden white;
	visibility: hidden;
	clear: left;
}

div#main img {
	margin: 0px 15px 15px 60px;
	border: 0;
}

div#extra {
	float: right;
	width: 200px;
	padding: 20px 60px 0px 0px;
	margin: 0px 0px 10px 30px;
}

/* IE bug fixing \*/ * html div#extra { width: 257px; w\idth: 200px; padding: 50px 57px 0px 0px; p\adding: 50px 60px 0px 0px; } /* IE bug fixing */

div#extra a {
	text-decoration: none;
}

div#extra a:hover {
	text-decoration: underline;
}

div#extra h1 {
	margin: 0px 0px 0px 0px;
	border: 0;
	font-variant: normal;
	overflow: hidden;
	padding-top: 5px;
	font-size: 12px;
	height: 17px;
	background: #4B779A url(../images/title-background.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: white;
}

div#extra p {
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 15px 10px;
	font: 12px arial, sans-serif;
	text-align: left;
	background: #F9F9F9 url(../images/pane-background.gif) bottom;
}

div#extra p img {
	margin: 0px 10px 5px 0px;
	border: 0;
	float: left;
}

div#extra ul {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 15px 30px;
	font-size: 12px;
	background: #F9F9F9 url(../images/pane-background.gif) bottom;
	list-style: outside;
	list-style: url(../images/list-bullet.gif);
}

div#extra li {
	margin-bottom: 5px;
}

div#status {
  height: 42px;
  margin: 0;
  padding: 0;
  background: url(../images/status-background.jpg) right top no-repeat;
}

div#status p.label {
  display: block;
  float: left;
  height: 42px;
  margin: 0;
  padding: 10px;
  background: url(../images/status-background-dash.jpg) left top no-repeat;
  color: #DC5036; 
}

div#status p.label a {
  color: #DC5036;
}

div#status p.text {
  height: 42px;
  margin: 0;
  padding-top: 10px;
  color: #7E8B40;
}

div#status p.text a {
  color: #7E8B40;
}

div#status p.text a:hover {
	text-decoration: underline !important;
}

div#footer {
	background: #94A4AA url(../images/footer-background.gif) center repeat-y;
	height: 80px;
	text-align: center;
}

div#footer p.screen {
	margin: 0px auto 0px auto;
	padding-top: 20px;
}

div#footer p.print {
	display: none;
}

a.smooth {
	text-decoration: none;
}

a.smooth:hover {
	text-decoration: underline;
}

a.clean {
	text-decoration: none;
}

a.clean:hover {
	text-decoration: none;
}

a.hide {
	text-decoration: none;
	color: inherit;
}

a.hide:hover {
	text-decoration: none;
	color: #7E8B40;
}

img.icon {
	border: 0 !important;
	margin: 0 !important;
	float: none !important;
	vertical-align: bottom !important;
}

img.figure {
	float: left;
}