/* CSS Document */

/* 	Defaulting
	Basic Structure
	Navigation
	Headings
	Images
	Lists & Text */

/* Defaulting
---------------------------------- */
body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li{margin:0;padding:0}
ul{list-style-type:none}

/* Basic Structure
---------------------------------- */
body {
	margin: 0 auto;
	color: #555555;
	background: #c4e446;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	}
div#wrap {
	margin: 0 auto;
	width: 760px;
	color: #555555;
	background-color: #ffffff;
	text-align: left;
	line-height: 150%;
	}
div#main_content {
	position: relative;
	float: right;
	margin-right: 15px;
	margin-left: 25px;
	margin-bottom: 1.5em;
	width: 497px;
	}
div#footer_image {
	position: relative;
	clear: both;
	width: 760px;
	height: 340px;
	background: #ffffff url(../_images/footer.jpg) top left no-repeat;
	}
div#footer {
	position: relative;
	clear: both;
	font-size: 85%;
	width: 760px;
	height: 3em;
	text-align: center;
	border-top: 1px solid #f15a22;
	}
	div#footer ul {
	margin: 0 20%;
	padding-top: .8em;
	line-height: 130%;
	}
	div#footer ul:after {
	clear: both;
	}
	div#footer ul li {
	position: relative;
	float: left;
	margin-left: 2em;
	}

/* Links
---------------------------------- */
/* Left au naturale */
p.top /* "Top of page" links */ {
	clear: both;
	margin-bottom: 1em;
	margin-left: 1.5em;
	font-size: 90%;
	}

/* Navigation
---------------------------------- */
ul#nav {
	position: relative;
	float: left;
	margin-top: -18px;
	width: 223px;
	}
ul#nav li {
	border-top: 1px solid #d8f176;
	line-height: 2.2em;
	}
	ul#nav li#home {
	border: 0;
	}
ul#nav li a {
	padding-left: 21px;
	color: #666666;
	text-decoration: none;
	outline: none;
	}
ul#nav li a:hover, ul#nav li a:active {
	color: #f15a22;
	text-decoration: underline;
	}
ul#nav li a#selected {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}
ul#nav ul.subnav {
	margin-bottom: .5em;
	padding-left: 20px;
	}
	ul#nav ul.subnav li {
	margin-left: 20px;
	font-size: 90%;
	list-style-type: disc;
	border-top: 0;
	}
	ul#nav ul.subnav li a {
	padding-left: 0;
	}

/* Headings
---------------------------------- */
h1 {
	height: 152px;
	width: 760px;
	background: #ffffff url(../_images/h1.gif) top center no-repeat;
	text-indent: -9999px;
	}
h2,h3 {
	clear: both;
	margin-left: -3px;
	font-family: "Comic Sans MS", "Comic Sans", Arial, Helvetica, sans-serif;
	}
	h2 {
	margin-bottom: .5em;
	color: #f15a22;
	}
	h3 {
	margin-top: .5em;
	margin-bottom: .3em;
	color: #93b400;
	}
h4 {
	margin: .8em 0;
	font-family: "Comic Sans MS", "Comic Sans", Arial, Helvetica, sans-serif;
	font-size: 110%;
	border-bottom: 1px solid #d8f176;
	}
h5,h6 {
	font-size: 100%;
	}
	h5 {
	color: #f15a22;
	}
	h6 {
	color: #93b400;
	}

/* Images
---------------------------------- */
img.milestone {
	position: relative;
	float: right;
	margin: 0 0 1em 1em;
	}
img#main_photo {
	margin-bottom: 1em;
	border-top: 1px solid #f15a22;
	border-bottom: 1px solid #f15a22;
	}

/* Lists & Text
---------------------------------- */
p {margin-bottom:.8em}
ol {
	margin-bottom: .8em;
	margin-left: 1.25em;
	}
	ol.long li {
	margin-bottom: .8em
	}
ul.list, ul.website_list {
	margin-bottom: .8em;
	margin-left: 1.25em;
	list-style-type: disc;
	}
	ul.website_list li {
	margin-bottom: .3em;
	}
ul.book_list {
	position: relative;
	float: left;
	margin: .8em 0 .8em 2%;
	width: 48%;
	height: 12em;
	list-style-type: none;
	}
	ul.book_list li {
	line-height: 130%;
	}
	ul.book_list li.image {
	margin-bottom: .3em;
	}
	ul.book_list li.authors {
	font-size: 90%;
	}
ul.contact_list {
	margin-bottom: .8em;
	}
	ul.contact_list li.name {
	font-weight: bold;
	}
ul.address {width: 45%}
	ul.address li.name {font-weight: bold}
	ul.channahon {margin: -7.5em 0 3em 50%}
ol.anchor-links {margin-bottom: 1.25em}
ol.anchor_links.with_images {margin-left: 0}
	ol.anchor_links.with_images li {
	position: relative;
	float: left;
	margin: .4em 5px 1.2em 0;
	padding: 0;
	width: 50px;
	height: 50px;
	list-style-type: none;
	border: 3px solid #ffffff;
	}
	ol.anchor_links.with_images li:hover {border: 3px solid #f15a22}
input.paysimple {
	width: 200px;
	height: 70px;
	background: transparent url(../_images/paysimple.gif) center no-repeat;
	border: 0;
	cursor:pointer;
	}
form#paypal_group, form#paypal_regular {margin-left: 30px}