
#wrap {
	min-width: 600px;
	max-width: 970px;
	margin: 0 auto;
}

#header {
	position:relative;
	width: 100%;
}

#header #session_statusBox {
	position:absolute;
	right:0;
	top: 0;
	padding: 0 40px 0 0;
}

a#logout {
	background-repeat: no-repeat;
	background-image: url("../img/icon_logout.gif");
	line-height: 20px;
	margin-right: 9px;
	padding: 4px 0 5px 25px;
	text-decoration: none;
	color: #565656;
	font-size:11px;
	cursor: pointer;
}
a#logout:hover {
	text-decoration: underline;
	color: #dc6418;
}

#content {
	float: left;
	padding: 0 0 0 40px;
	width: 92%;
	background: url(../img/bg_shadow_l.png) left repeat-y;
}

#footer {
	clear: both;
	padding: 90px 0 36px 40px;
	margin: 0 0 18px 0;
	width: 92%;
	text-align: center;
	color: #666;
	background: url(../img/bg_shadow_bl.png) top left no-repeat;
}

* {
	margin: 0;
	border: 0;
	outline: none;
	padding: 0;
}

body {
	font-size: 12px;
	line-height: 18px;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #000;
}

h2 {
	float: left;
	margin: 0 0 36px 54px;
	
	font-family: "Lucida Grande", "Lucida", "Verdana", sans;
	font-weight:normal;
	
	line-height: 36px;
	font-size: 24px;
	color: #444;
}

h3 {
	margin: 0 0 36px 0;
	
	font-family: "Lucida Grande", "Lucida", "Verdana", sans;
	font-weight:normal;
	
	font-size: 20px;
	color: #dc6418;
}

h4 {
	margin: 18px 0 0 0;
	font-size: 15px;
	color: #888;
}

hr {
	margin: 0 0 18px 0;
	padding: 0 40px 0 0;
	width: 100%;
	height: 1px;
	color: #666;
	background-color: #666;
}

a {
	color: #33c;
	text-decoration: none;
}

a:hover {
	color: #33c;
	text-decoration: underline;
}

.input-btn:hover {
	cursor: pointer;
	background: #333;
	color: #fff;
}

p {
	text-indent: 0;
	margin: 0 0 18px 0;
}

p span span {
	float: left;
	/*display:inline;
		vertical-align: top;*/
	font-size: 36px;
	line-height: 36px;
}

p span {
	text-transform: uppercase;
	letter-spacing: .13em;
}

a#skip {
	display: block;
	top: 0pt;
	left: 0pt;
	margin: 0 0 8px 0;
	padding: 5px 0 13px;
	width: 100%;
	font-weight: bold;
	line-height: 10px;
	text-decoration: none;
	text-align: center;
}

a#skip:link, a#skip:visited {
	color: #fff;
}

a#skip:hover, a#skip:focus, a#skip:active {
	background: #dc6418 url(../img/a-skip.gif) no-repeat scroll center
		bottom;
}

.a-pdf {
	display: block;
	margin: 0 0 18px;
	padding: 9px 0 9px 27px;
	font-size: 14px;
	background: url(../img/pdf.jpg) no-repeat left center;
}
.a-mail {
	margin: 0;
	padding: 9px 0 9px 27px;
	
	background: url(../img/icon_contact.gif) no-repeat left center;
}

/* _______________________________________________________________________ Header ____________________________ */
#logo {
	float: left;
}

#menu {
	float: left;
	width: 100%;
	height: 54px;
	background: url(../img/bg_navi_t.png) bottom repeat-x;
	/*
			RELATIVE position because <ul> contained inside #menu needs ABSOLUTE position to 0 the bottom
		*/
	position: relative;
}

#menu div {
	height: 54px;
	background: url(../img/bg_navi_tr.png) bottom right no-repeat;
}

#menu div div {
	background: url(../img/bg_navi_tl.png) bottom left no-repeat;
}

#menu ul {
	position: absolute;
	bottom: 0;
	margin: 0 0 0 80px;
	padding: 0 0 0 1em;
	list-style: none;
}

#menu ul li { /*
			FLOAT: left
			if normal flow, <li> HEIGHT seems to be 0 and the margin doesn't apply
		*/
	float: left;
	margin: 0 3px 0 0;
}

#menu ul a {
	float: left;
	margin: 0;
	padding: 0 1.5em;
	line-height: 2em;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #555;
}

#menu ul a:hover {
	background: #fff;
}

#menu ul .on a,#menu ul .on a:hover {
	font-weight: bold;
	color: #dc6418;
	background: #fff;
}

#homeWrap {
	min-width: 600px;
	max-width: 970px;
	margin: 0 auto;
	background: url(../img/bg_01.jpg) no-repeat;
	background-position: 0 50%;
}

#homeTitle {
	font-family: "Lucida Grande", "Lucida", "Verdana", sans;
	font-weight:normal;
	margin: 36px 0 54px 54px;
	color: #444;
}

#recent h3 {
	margin: 36px 0 9px 50%;
	line-height: 27px;
}

#recent ul {
	margin: 0 0 0 0px;
	padding: 18px 9px 18px 54px;
	/*background: #f1f1f1;*/
	border-top: solid 1px #888;
}

#recent ul:hover {
	background: #EAF0FF;
	/*background:#ccc;*/
}

/*#recent ul li
		{
		width: 100%;
		}*/
#recent ul li:hover {
	background: #fff;
}

.punchline {
	float: left;
	clear: left;
	margin: 0 0 0 20%;
	width: 43%;
}

.punchline p,.punchline ul {
	background-color: #fff;
}

.punchline ul {
	padding: 0 0 0 54px;
}

#news {
	position: relative;
	float: right;
	margin: 0;
	width: 38%;
}

#news h3 {
	position: absolute;
	margin: 0 .5em 0 .5em;
	padding: 0 0 18px 0;
	/*width: 50%;*/
	top: -36px;
	right: 0;
}

#news div { /*
			FLOAT: left
			if normal flow, the div doesn't wrap the image entirely if the text is smaller than the image.
			Then, width:100% becomes necessary for the bg to get a consistent width...
		*/
	float: left;
	padding: 6px;
	margin: 0 0 9px 0;
	width: 100%;
	/*background: url(../img/transparent_black_pixel.gif);
	/background: #efefef;*/
	border-top: 1px solid #888;
	cursor:pointer;
}

#news div:hover {
	background: #eaf0ff;
}

#news h4 {
	margin: 0 0 .5em 0;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .09em;
}

#news img {
	float: left;
	margin: 4px .5em 0 0;
	/*border: solid 0.5px #aaa;
	width: 54px;
		height: 54px;*/
}

#news p {
	margin: 0;
	line-height: 130%;
	font-size: 0.9em;
	text-indent: 0;
	/*background: #fff;*/
}

#news div h4:hover {
	color: #000;
}

#submenu ul {
	float: right;
	clear: right;
	margin: 0 0 0 54px;
	padding: 18px 0 0 0;
	width: 90%;
	list-style-type: none;
}

#submenu ul li {
	float: right;
	margin: 0 0 18px 0;
	border-right: #888 1px solid;
	background: #fff;
}

#submenu ul a {
	padding: 0 18px;
	white-space: nowrap;
	text-decoration: none;
	color: #888;
}

#submenu ul .on	a,#submenu ul a:hover {
	padding: 0 14px 0 22px;
	color: #dc6418;
	background: url(../img/bullet.png) left no-repeat;
	background-position: 4px 1px;
}

/*
			h2 just won't  CLEAR: right  in ie
			fix: <div> container of id #content_head for .box and .toc
		*/
.box {
	float: left;
	clear: left;
	margin: 0 8px 0 54px;
	width: 44%;
	/*background: #fff;*/
}

#chapter_illustration {
	float: right;
	padding: 0 0 0 3px;
	width: 43%;
}

#chapter_illustration img {
	width: 100%;
}

h3+h4 {
	margin-top: 0px;
}

h3+ul {
	margin-top: 0px;
}

.toc {
	clear: right;
	float: right;
        margin: 18px 0 0 0;
	border: #dedede 1px solid;
	padding: 0 9px 17px 18px;
        width: 38%;
	/*background: #fff;*/
}

.toc h4 {
	margin: 17px 0 18px 0;
	padding: 0;
	width: 100%;
	text-align: center;
	color: #dc6418;
}

.toc ul {
	list-style-type: none;
}

.toc li {
	clear: left;
	margin: 0;
	width: 100%;
	color: #ccc;
}

.toc li a {
	float: left;
	width: 100%;
	/*white-space: nowrap;*/
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

.toc li a:hover,.toc li a:focus,.toc li a:active {
	color: #111;
}

.toc li div {
	display: block;
	margin: 18px 18px 0 9px;
}

.toc li div a {
	float: none;
	margin: 0 2px 0;
	padding: 0 4px 0;
	width: auto;
	color: #666;
	font-weight: normal;
	/*border-right: #888 1px solid;*/
}

.toc li ul {
	float: left;
	margin: 0 18px 0 9px;
}

.toc li ul li {
	display: inline;
	float: left;
	width: auto;
	clear: none;
}

.toc li ul a {
	float: none;
	margin: 0 2px 0;
	padding: 0 4px 0;
	width: auto;
	color: #666;
	font-weight: normal;
	/*border-right: #888 1px solid;*/
}

.top {
	display: block;
	clear: both;
	margin: 18px 0 9px 0;
	padding: 9px 0 0 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
	text-decoration: underline;
	color: #888;
	background: #fff url(../img/a-skipTop.gif) no-repeat center top;
}

.top:hover,.top:active {
	text-decoration: none;
	color: #fff;
	background: #dc6418 url(../img/a-skipTop.gif) no-repeat center top;
}

#map {
	float: left;
	margin: 18px 0 18px 0;
	width: 100%;
	height: 550px;
}

#deco_banner {
	float: left;
	/*clear: both;*/
	margin: 18px 0 18px 0;
	width: 100%;
	height: 108px;
	overflow: hidden;
}

/* _______________________________________________________________________ Content :: Main ____________________________ */
.main_content {
	display: block;
	margin: 0 0 0 23%;
	width: 60%;
}

.main_content h3 {
	margin: 0 0 18px 0;
}

.main_content h4 {
	font-size: 13px;
	color: #000;
}

.main_content ul {
	clear: left;
	margin: 18px 0 18px 36px;
	list-style-type: disc;
}

.main_content ul li ul {
	margin: 0 0 0 18px;
	padding: 0 0 0 18px;
}

.main_content div {
	clear: left;
	padding: 36px 0 0 0;
}

.main_content div h4 {
	float: left;
	margin: 0 18px 0 0;
	width: 50%;
}

.main_content div img {
	float: left;
	margin: 0 9px 0 0;
}

.main_content div img.image {
	display: block;
	float: none;
	clear: left;
	margin: 0 auto;
	padding: 18px 0 0 0;
}

.description {
	float: left;
	clear: both;
}

#footer p {
	clear: left;
	font-size: .9em;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .1em;
	background: #fff;
}

#tools {
	font-size: 11px;
	padding: 1em 0 3em 0;
	background: #fff;
}

#tools ul,#tools ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tools li {
	display: inline;
}

#tools a {
	background-repeat: no-repeat;
	line-height: 20px;
	margin-right: 9px;
	padding: 4px 0 5px 25px;
	text-decoration: none;
	color: #565656;
}

#tools a:hover {
	text-decoration: underline;
	color: #dc6418;
}

#tool-email a {
	background-image: url("../img/icon_contact.gif");
}

.tool-admin a {
	background-image: url("../img/icon_lock.gif");
}

#tools form {
	text-align: left;
	position:relative;
	width: 30%;
	margin: 0 0 0 40%;
}

#tools input {
	position:absolute;
	right:0;
	color: #333;
	border: 1px solid #888;
}

#tools input:hover {
	background: #dfe;
	cursor:pointer;
}

#tools .input-txt {
	background: #fffdee;
	padding: 0 0 0 9px;
	width: 50%;
}




