/*Stylesheet by Ollie Brummell for Wiley-Blackwell Publishing */

/*COLOURS: 
YELLOW = #CC9A00
GREEN = #25753A
BACKGROUND BLUE = #D7DDEF
TEXT DARK BLUE = #2362AD
TEXT LIGHT BLUE = #97A8D5
*/

body {background-color: #FFF;}

.wrapper  {
	clear: both; 
	margin-left: auto; 
	margin-right: auto; 
	width: 910px;
	height: auto;
	background-color: #D7DDEF;
	background-image: url(../images/main_dropShadow_bgRight.jpg);
	background-position: right;
	background-repeat: repeat-y;
	}


.green_link:link {
	font-weight: normal; 
	font-size: 10px; 
	color: #336633; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	line-height: 1.2em; 
	text-decoration: underline;
}
.green_link:visited {
	font-weight: normal; 
	font-size: 10px; 
	color: #336633; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	line-height: 1.2em; 
	text-decoration:underline;
}
.green_link:active {
	font-weight: normal; 
	font-size: 10px; 
	color: #336633; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	line-height: 1.2em; 
	text-decoration:underline;
}
.green_link:hover {
	font-weight: normal; 
	font-size: 10px; 
	color: #97A8D5; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	line-height: 1.2em; 
	text-decoration:underline;
}

	
/*--Header--*/

#strap span {margin-right: 15px;}

/*--Navigation Menu--*/
#menu {
	float: left;
	width: 180px;
	margin-right: 12px;
	height: 450px;
	}

.Img_Border {
	margin-left: 20px;
	padding:2px;
	border:1px #666666 solid;
}

#nav {
	font-family: arial;
	font-weight: bold;
	font-size: medium;
	color: #001137;
	list-style-type: none;
	font-size:  90%;
	padding-bottom: 12px;
	}

	
#nav a {
	border-left: 5px solid #CC9A00;
	margin-left: -25px;
	padding-left: 15px;
	line-height: 0.9;
	color: #001137; 
	text-decoration: none;
	}

#nav a.current {
border-left: 5px solid #25753A;
text-decoration:underline;
color:#2362AD;
}

#nav a:hover {
	border-left: 5px solid #25753A;
	text-decoration: underline;
	}

#nav li.break {
	padding-bottom: 15px;
	border-left: 5px solid #CC9A00;
	margin-left: -25px;
	padding-left: 20px;
	}

#nav li.break-home {
	padding-bottom: 25px;
	border-left: 5px solid #CC9A00;
	margin-left: -25px;
	padding-left: 20px;
}
#nav li.break-end {
	padding-bottom: 0px;
	border-left: 5px solid #CC9A00;
	margin-left: -25px;
	padding-left: 20px;
	}

/*--Main Content--*/
#content {
	float: left;
	background-color: #FFF;
	width: 660px;
	height: auto;
	border: 1px solid #97A8D5;
	font-family: Arial;
	font-size: small;
	color: #333333;
	padding: 15px;
	margin-top:10px;
	}

#content h1 {
	color: #2362AD;
	font-size: 140%;
	}
	
#content h2 {
	color: #97A8D5;
	font-size: 110%;
	}

#content h3 {
	color: #CC9A00;
	font-size: 100%;
	margin-bottom:-15px;
	}

.top{
	text-align:right;
	color:#006600;
}


#content div.title img {
	float: left;
	display: inline;
	margin-right: 10px;
	}

#content img {border: 1px solid #ccccff; padding:2px;}
#content hr { border:1px solid #97A8D5;}

#content a {color:#333333;}
#content a:hover {color:#97A8D5;}

.wb-logo {
float:right;
}

/*--Footer--*/
#footer {
	clear: both;
	text-align: right;
	height:15px;
	font-size: x-small;
	font-family: Arial;
	background-image:url(../images/footer_shadow_img.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}

#footer a {color: #AAA; text-decoration: underline;}
	
#footer img {border: 0px;}