/*********************/
/* BASIC */
/*********************/



#wrapper {
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	background: url(rpageshadow.jpg) right top repeat-y;
	}


#sidebar {
	float: left;
	width: 155px;
	margin-top: 1px;
	}



body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-color: #E6E6E6;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}


/************************/
/****HOVER TOOL TIP CODE*******/
/*****************************/



#main a.info{
    	position:relative; /*this is the key*/
    	z-index:24; background-color:#FFF;
    	color:#000;
    	text-decoration:none;
	}

#main a.info:hover{z-index:25; background-color:#fff;}

#main a.info span{display: none;
	}

#main a.info:hover span{ /*the span will display just on :hover state*/
    	display:block;
    	position:absolute;
    	top:2em; left:-15em; width:40em; 
    	border:1px solid #0cf;
    	background-color:#cff; color:#000;
    	text-align: left;
	}





/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	background: url(images/bg/banner_bg.jpg) repeat-x left top;
	position: relative;
	border: 1px solid black;
}

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 75px;
	left: 5px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294E56;
	padding: 2px 2px 2px 3px;
	width: 8em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#links #nav a#epubsLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

#logo {
	background: url(images/plane.jpg) no-repeat right top;
	height: 100px;
}

/*********************/
/* SIDEBAR */
/*********************/
#news {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	border-left: 1px solid #294E56;
	border-top: 1px dashed #294E56;
	border-right: 1px solid #294E56;
}
#news li {
	display: inline;
}
#news .title {
	font-weight: bold;
	display: block;
	color: #666666;
}
#news a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dashed #294E56;
	color: #73AFB7;
	line-height: 110%;
	background: #FFFFFF url(images/bg/bg_link.png) no-repeat right top;
}
/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}

#news a:hover {
	color: #000000;
	background-image: url(images/bg/bg_link_h.png);
}

/*********************/
/* MAIN */
/*********************/


#main {
	margin-top: 15px;
	margin-left: 155px;
	margin-right: 0px;
	font-family: arial;
	font-size: .8em;
	}

#newmain {
	margin-top: 15px;
	margin-left: 180px;
	margin-right: 20px;
	font-family: arial;
	font-size: 1.2em;
	}

p.newmain {
        margin-top: 20px;
	}

#links {
	margin-top: 15px;
	margin-left: 175px;
	margin-right: 0px;
	font-family: arial;
	font-size: 1.5em;
	}

p.links {
	margin: 2px;
	padding: 2px;
	}

/**********removed this class because conflicted with special hover*******/
/****#main a:hover {
/****	color: #000000;
/****	background-image: url(images/bg/bg_link_h.png);
/****}
/******************************************/

h1 {
	color: #294E56;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 2em;
	border-top: 4px solid #294E56;
	line-height: 100%;
}
.section {
	display: inline;
	color: #999999;
	font-weight: normal;
}

#main img {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p {
	color: #666666;
	font-family: arial;
}

p.fitness {
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 1em;
	font-size: 1.5em;
}

h2 {
	color: #F4BE04;
	font-size: 1.9em;
	margin-top: 10px;
	margin-left: 20px;
	overflow: hidden;
	padding-top: 0px;
	
}

p.tiny {
	
	color: #666666;
	font-size: .5em;
	font-family: arial;
}

/*********************/
/* FOOTER */
/*********************/
#footer {
	margin-top: 20px;
	border-top: 1px dashed #666666;
	padding: 5px 0 0 5px;
	margin-left: 200px;
	font-size: 10px;
}

