/* ------------------------------- Globals ------------------------------------ */

body {
	background-color: #CADB2A;
	margin:30px;
}
.clear {float:none;}

/* ------------------------------- END Globals ------------------------------------ */


/* --------------------------------- Rounded Corner Box ---------------------------------- */

.roundedcornr_box {
	background: #ffffff;
}
.roundedcornr_top div {
	background: url(images/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
	background: url(images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
	background: url(images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
	background: url(images/roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content { 
	margin: 0 15px; 
}

/* --------------------------------- END Rounded Corner Box ---------------------------------- */


/* --------------------------- Menu Tabs --------------------------- */

#nav {
	float:left;
	width:100%;
	line-height:normal;
	border-bottom:5px solid #CADB2A;
	padding-bottom: 0px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

#nav > a:first-child {
	padding-left:7px;
}
	
#nav ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
	white-space: nowrap;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
	white-space: nowrap;
}
#nav a {
	float:left;
	margin:0;
	padding:0 0 0 0;
	text-decoration:none;
}
#nav a span {
	float:left;
	padding:5px 11px 4px 2px;
	color:#89993A;
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.6;
}
#nav a.on:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
/* --------------------------- END Menu Tabs --------------------------- */


/* --------------------------- Main --------------------------- */

#titlelogo {
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#buyTheBook {
	float: right;
}

/* --------------------------- END Main --------------------------- */


/* --------------------------- Formatting Classes --------------------------- */


/* --------------------------- END Formatting Classes --------------------------- */


/* --------------------------- Footer Area --------------------------- */

#footer {
	/* main footer box, with the green line on top */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-top: 2px solid #CADB2A;
	padding-top: 15px;
	margin-top: 25px;
	clear: both;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#footer a {
	color: #0856A4;
}
.footerText {
	margin-left: 10px;
	font-size: 95%;
	line-height: 120%;
}
#footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 8px;
	padding: 0px;
}
#footer li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 40px;
	margin-bottom: 6px;
	margin-left: 20px;
	list-style-type: disc;
}
#footer ul {
	margin: 0px;
	padding: 0px 0px 0px 4px;
}
#forresterLogoArea {
	float: right;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}
#forresterLogoArea p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.forresterLogo {
	/* the image itself */
	margin-bottom: 10px;
}


#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

/* --------------------------- END Footer Area --------------------------- */
