/*BODY STYLES*/
body {
	background-color: #d7d3c7;
	padding: 0px;
	margin: 0px;

}

ul {list-style-image: url(../images/chaucer_miniMenu.gif);

}

html, body {
    height: 100%;
}

/*THIS BIT ONLY WORKS IN FIREFOX*/

/*html>body #bigBlock {
	height: auto;
    min-height: 100%;
}/*

/*Image Border*/

img {
  border: none;
  padding: 0px;
  margin: 0px;
}

/*Layout Styles*/
#bigBlock {
	width: 835px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url("../images/chaucerShadow.gif");
	background-repeat: repeat-y;
	background-position: center top;
	/*height: 100%;*/
}

#logo {
  position: absolute;
  top: 0px;
  left: 0px;
}
#Top1 {
  position: absolute;
  top: 0px;
  left: 246px;
}
#Top2 {
  position: absolute;
  top: 0px;
  left: 496px;
}

/*REPEATING SIDE BARS*/

/*#leftBar {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 35px;
	background-repeat: repeat-y;
	background-image: url("../images/chaucerShadowLeft.jpg");

}
#rightBar {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 35px;
	background-repeat: repeat-y;
	background-image: url("../images/chaucerShadowRight.gif");

}*/

#Top4 {
  	position: absolute;
	top: 0px;
  	left: 765px;
    background-image: url("../images/chaucerTop4.jpg");
	background-repeat: no-repeat;
	width: 35px;
	height: 146px;

}

/*CONTAINER FOR TOP LOGO, CENTER, ADDRESS DETAILS*/

div.topBlock {
    position: relative;
	width: 765px;
	height: 146px;
	margin-left: 35px;
}

/*NAVIGATION STYLES*/

div.navigation {
    position: relative;
    height: 37px;
	width: 765px;
	background-image: url("../images/chaucerMenuBG.gif");
	background-repeat: repeat-x;
	margin-left: 35px;
	background-color:#8d8260;
}
div.navigation #leftSeparator {
    float: left;
	padding-right: 5px;
}

.navText{
	color: #d7d3c7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding-top: 1px;
}
.navText a:link{
	color: #d7d3c7;
	text-decoration: none;
}
.navText a:visited{
	color: #d7d3c7;
	text-decoration: none;
}
.navText a:hover{
	color: #d7d3c7;
	text-decoration: none;
}

#Top3 {
    background-image: url("../images/chaucerTop3.jpg");
	background-repeat: no-repeat;
	width: 92px;
	height: 36px;
	float: right;
}

/*HEADER IMAGE*/

div.bigBanner {
    background-image: url("../images/chaucerPalmPic.jpg");
	background-repeat: no-repeat;
	width: 765px;
	height: 264px;
	margin-left: 35px;
}

/*Bar Below Header Image*/

div.littleBar{
    background-image: url("../images/chaucerTop5.jpg");
	background-repeat: repeat-x;
	width: 765px;
	height: 11px;
	margin-left: 35px;
}
/*CONTENT*/ 

#ContentContainer {
    position: relative;
	background-color:#FFFFFF;
	width: 765px;
	margin-left: 35px;
	padding-bottom: 0px;
}
#Content{
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 8px;
	text-align: justify;
	color: #5f5330;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}
#Content a:link{
	
	color: #981e33;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	text-decoration:none;
}
#Content a:visited{
	
	color: #981e33;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	text-decoration:none;
}
#Content a:hover{
	
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	text-decoration:underline;
}

/*FOOTER*/
div.footerBlock {
	position: relative;
	bottom: 0px;
	left: 0px;
	background-image: url("../images/chaucerFooterBG.gif");
	background-repeat: repeat-x;
	width: 765px;
	height: 26px;
	margin-left: 35px;
}
div.footerContainer{
	width: 765px;
	height: 26px;
}
div.footerText{
	text-align: center;
	color: #ffffff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	padding: 6px;
}
div.footerText a{
	color: #981e32;
	font-weight: bold;	
	text-decoration: underline;	

}
#footerShadow {
	width: 835px;
	height:30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url("../images/chaucerBottomShadow.jpg");
	background-repeat: repeat-y;
	background-position: center top;
	/*height: 100%;*/
}