/*************set styles for body - align centre (needed for ie 5)***/
body {
	margin: 5px 0px;
	padding: 5px 0px;
	font-size: 98%;
	text-align: center;
	background-color: #EF1C23;
	background-image:url(images/bg-image.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #00529F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00529F;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}
/*********************** end body styles******************************/	

/****************** wrap style to hold the entire site centered at 755 pixels wide *************************/
div#wrap {
	margin:0 auto;
	width:775px;
	background-color: #FFF;
}
/********************************end wrap**************************/


/********************** styles for top navigation ************************/
#topnav {
	background-image: url(images/bg-topnav.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	text-align: right;
	margin-right: 0px;
	margin-left: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E5E5E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#topnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 5px;

}

#topnav li {
	display: inline;
	font-size: .80em;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-top: 1em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	margin-left: 0.5em;
	padding-right: 5px;
	line-height: 20px;


}
#topnav li a{
	color: #333366;
	text-decoration: none;

}
#topnav li a:hover{
	color: #333366;
	text-decoration: underline;
}

/******************styles to hold the logo*********************/
#holdlogo {
	float:left;
	width:200px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	}

/***************************end logo********************************/

/****************** header styles (hold library basket and header text)**************/
#header {
	background-color: #FFF;
	background-image:url(images/headerimages/red-header-bg.jpg);
	background-position: center 5px;
	background-repeat: no-repeat;
	height: 119px;
	padding-top: 5px;
}
#header #mainlogo {
	padding: 10px 15px;
	float: left;
}
#header #telephonenumbers {
	float: right;
	color: #FFF;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	padding: 10px 15px;
}
/****************************end header*****************************/


/******************position and style the left nav*********************/
#leftnav {
	float:left;
	width:175px;
	clear: both;
	margin-left: 5px;
	background-image:url(images/leftnav-bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	min-height: 500px;
}
#leftnav ul {
	margin-left: 5px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: .8em;
	text-align: left;
	font-color: #00529F;
/*	font-weight: bold;*/
}

#leftnav a {
	display: block;
	color: #00529F;
	width: 165px;
	padding: 8px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 0px;
}

#leftnav a:link {
	color: #00529F;
	text-decoration: none;
}
#leftnav a:visited {
	color: #00529F;
	text-decoration: none;
}

#leftnav a:hover {
	color: #EF1C23;
}
#leftnav a:active {
	color: #00529F;
	text-decoration: none;
}
#leftnav .active {
	font-weight: bold;
	background-color: #FFF;
}
#leftnav .propsearchbanner {
	padding: 3px;
	margin: 0px;
}




/******************************* end left nav ****************************/


/************************* position + style main column ***************/	
#main {
	width: 581px;
	float: right;
	margin-right: 5px;
	background-image:url(images/innerpage-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/**************************** end main styles ***************************/


/******************** position and style footer*************************/	
#footer {
	clear:both;
	background-color: #FFFFFF;
	color: #00529F;
	text-align: left;
	padding: 0px 0px 10px 0px;
	height: 97px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
	background-color: #FFF;
	background-image:url(images/footer.jpg);
	background-position: center 5px;
	background-repeat: no-repeat;
	font-size: .70em;
	color: #D4D4D4;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
#footer p {
	padding-right: 5px;
	margin: 10px 5px 0px 5px;
}

#footer ul {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
	float: right;

}
#footer li {
	text-align: left;
	display: inline;
	font-size: .70em;
	color: #D4D4D4;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 8px;
}
#footer a {
	text-decoration: none;
	color: #A8A8A8;
}
#footer a:hover{
	text-decoration: none;
	color: #094084;
}


/*********************************end footer*****************************/


/**************************miscellaneous styles***************************/

/* align objects right with 5px padding*/
.alignright {
	padding: 5px;
	float: right;
}
/* align objects left with 5px padding*/
.alignleft {
	padding: 5px;
	float: left;
}
/* medium text*/
.mediumtext {
	font-size: .80em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
/* style captions for tables*/
caption {
	font-size: .80em;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	padding: 5px;
	background-color: #EFEFEF;
}
caption a {
	color: #FFFFFF;
}
#textarea {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
}
#textarea p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.25em;
	text-align: justify;
	color: #666;
	margin: 0px 0px 10px 0px;
}
#textarea li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.25em;
	text-align: left;
	color: #00529F;
	
}
#textarea h1 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #00529F;
	font-weight: 900;
	text-align: left;
	margin-top: 0px;
	padding-top: 10px;
	text-transform: capitalize;
}
#textarea h2 {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00529F;
	margin-bottom: 5px;
	text-align: left;
	text-transform: capitalize;
}
.alignright {
	float: right;
	margin: 0px;
}

.message {
	color: #FF0000;
	text-align: center;
	padding: 4px;
	margin-left: 20px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D7D7;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #00529F;
	background-color: #E0E3F2;
	padding: 5px;
}
.alignimageright {
	clear: both;
	float: right;
}
.required {
	color: #FF0000;
}
#mainbg {
	margin: 0px;
	padding: 25px 0px 0px 0px;
}
#basket {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00529F;
	border-right-color: #00529F;
	border-bottom-color: #00529F;
	border-left-color: #00529F;
	clear: both;
	float: left;
	width: 163px;
	margin: 5px;
	background-color: #FFF;
}
#basket p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .80em;
	color: #00529F;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 5px;
}
#basket h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
	border-bottom-color: #D7D7D7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #00529F;
}

#basket ul {
	margin-left: 5px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: .9em;
	text-align: left;
	font-color: #00529F;
	font-weight: bold;
}

#basket a {
	display: block;
	color: #00529F;
	width: 140px;
	padding: 5px;
	border: 1px solid #00529F;
	margin-bottom: 0px;
	background-color: #EFEFEF;
}

#basket a:link {
	color: #00529F;
	text-decoration: none;
}
#basket a:visited {
	color: #00529F;
	text-decoration: none;
}

#basket a:hover {
	color: #EF1C23;
}
#basket a:active {
	color: #00529F;
	text-decoration: none;
}



.whiterow70 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .80em;
}
.greyrow70 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .80em;
	color: #CC0000;
	background-color: #EFEFEF;
	padding: 5px;
}
.bluecell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 10px;
	border: 1px solid #D4D4D4;
}
.beigebox {
	margin-left: 20px;
	border: 1px solid #D4D4D4;
}
.indent {
	margin-left: 20px;
}
div#wrapprint {

	margin:0 auto;
	width:615px;
}
#headerprint {

	width: 600px;
	text-align: left;
	border-top: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	border-left: 10px solid #D7D7D7;
	padding: 8px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.mediumtextgrey {

	font-size: 0.8em;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
#textarea h3 {

	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00529F;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 0px;
}


/* Newsletter Archive */

#newsarchive {
	margin: 0px auto;
	padding: 0px auto;
	width: 100%;
}
.newsarchive {
	width: 170px;
	padding: 5px;
	margin-bottom: 5px;
	float: left;
	margin-right: 5px;
	text-align: center;
	font-size: 0.8em;
}
.newsarchive img {
	border-width: 5px;
	border-style: solid;
	border-color: #EFEFEF;
}
#newsarchive a {
	text-decoration: none;
}


/*----- Grey Bits -----*/

.greyheader {
	background-image:url(images/headerimages/grey-header-bg.jpg) !important;

}
.greyheader #telephonenumbers {
	color: #00529F !important;
}

.greycontent {
	background-image:url(images/headerimages/grey-innerpage-bg.jpg) !important;
}
.greyfooter {
	background-image:url(images/headerimages/grey-footer.jpg) !important;
}