@charset "utf-8";
/* CSS Document */


body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/bg_wrapper.gif); /* blue gradient slice */
	background-repeat: repeat-x;
	background-color: #99ccff; /* pale blue to match wrapper gradient if page extends beyond background image */ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}

#wrapper {	
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;
  	background-image: url(../images/bg_main.jpg);
  	background-repeat: repeat-y;
	}

#header {

	height: 162px; /*need height for background image*/
	width: 960px;
	background-image: url(../images/eblanaheader.png);
	background-repeat: no-repeat;
	margin-right: 2px;
	}

#header .eblanalogo {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	}

#home #nav a#homelink,   /* styles 'current' link in nav and subnav */
#about #nav a#aboutlink,
#bookshelf #nav a#bookshelflink,
#resources #nav a#resourceslink,
#noticeboard #nav a#noticeboardlink,
#noticeboard #wrapper #content .leftcol .minutes a#tenlink,
#nine #wrapper #content .leftcol .minutes a#ninelink,
#eight #wrapper #content .leftcol .minutes a#eightlink,
#seven #wrapper #content .leftcol .minutes a#sevenlink,
#six #wrapper #content .leftcol .minutes a#sixlink,
#contact #nav a#contactlink,
#tipsexercises #subnav a#tipslink, 
#bookreviews #subnav a#reviewslink,
#links #subnav a#linkslink {background-image:url(../images/bluescribble.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bolder;

}

#nav {  
	float: right;
	margin-right: 5px;
	margin-top: 138px;
	}

#nav  ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#nav  li {
	float: left;
	}

#nav a {
	display: inline;
	padding: 0 20px 0 20px;
	color: #3265FF; /* medium blue */
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
	}

#nav a:hover {
	font-weight: bold;
	color: #0CF; /* turquoise */
	font-size: 16px;
	}
	

#subnav {       /*subnavigation starts*/
	float: left;
	height: 30px;
	width: 380px;
	margin-top: 10px;
	margin-left: 85px;
	}


#subnav  ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#subnav  li {
	float: left;
	}

#subnav a {
	padding: 0 15px 0 15px;
	color: #3265FF; /* medium blue */
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	}

#subnav a:hover {
	font-weight: bold;
	color: #0CF; /* turquoise */
	font-size: 16px;
	}
	
a {	/*link formatting for main links other than #nav and #subnav*/
	font-weight: bold;
	color: #3265FF; /* medium blue */
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	}
	
	a:hover {
	font-weight: bold;
	color: #0CF; /* turquoise */
	}
	
.rightcol a	{  /*link formatting for minor links in right col*/
	color: #3c68b2; /* medium blue */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	}
	
.rightcol a:hover {
	font-weight: bold;
	color: #0CF; /* turquoise */
	font-size: 12px;
	}
	
.minutes{margin-bottom: 50px;)}	
	
#content {
	width: 920px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
	line-height: 18px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	}
	
h1 {font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;}


h2 {font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold}

h4 {
	text-align: center;
	font-size: 20px;
	}
		
#content .leftcol {
	float: left;
	width: 590px;
	margin-left: 0;
	display: inline; /* prevents double margin float bug in IE*/
	}

#content .rightcol {
	float: right;
	width: 290px;
	margin-right: 0;	
	display: inline; /* prevents double margin float bug in IE, as above*/
	}
	
.hidden { /* this class styles a large section of text on the Book Review and Tips & Exercises pages without making the user have to scroll down to get to the text they want to view  */
	height: 600px;
	overflow: scroll;
}

.hidden h2 {
	margin-top: 0;
}

table {border-collapse: collapse;
	width: 920px;
	border: #3c68b2 1px solid;
	}
	
tr {border: #3c68b2 1px solid;
}
	

	

table th {
font-size: 14px;
		font-weight: bold;
		color: #3c68b2;
		vertical-align: top;
		text-align: left;
}


td {vertical-align: top;
	}

table p {color: #000;
font-size: 12px;

}

#formbookreview {
	width: 920px;
}

#formbookreview p {
	font-size: 12px;
	color: #36F;
	font-weight: bold;
}

#formbookreview p.regular, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #000;
}

#formbookreview fieldset {
	background-color: #99ccff;
	padding: 0 20px 20px 20px;
	margin-top: 25px;
	border-right: solid 3px #999;
	border-bottom: solid 3px #999;
	border-left: none;
	border-top: none;
	}
	
#formbookreview legend {
	margin-top: -15px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #99ccff;
	padding: 3px 10px 5px 10px;
	}
		
#formbookreview input[type="text"] {
	width: 500px;
	}
	
#formbookreview label {
	float: left;
	width: 200px;
	}	
	
.flashgalleryhome {margin-top: 20px;
	padding-top: 20px;
	}
	
.flashgalleryphotos {margin-top: 55px;

	}
	
h3 {margin: 0;
	padding: 0;}
	
em {font-style: italic;}

.author {font-weight: bold;
	}

#footer {
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 25px; 
	width: 920px;
	height: 41px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	font-weight: bolder;
	clear: both;
	}

#footer a	{  /*link formatting for minor links in footer col*/
	color: #3c68b2; /* medium blue */
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	}


