﻿
body {
	background-position: center;
	margin: 0px;
	padding: 0px;
	background-color: #F2F2F2;
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	font-size: small;
	background-image: url('../images/generic_bg.gif');
	background-repeat: repeat-y;
}

img {
	border: 0px;
}

a {
	color: #716B6B;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


  /* LAYOUT */
  
#container {
	width: 865px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/page_bg.gif');
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden;   /* important for firefox bg image */
}

#inner {
	width: 865px;	/* important for 1 px bg img ie6 */
	padding: 0;
	margin: 0;	
}

#masthead {
	width: 865px;
	height: 179px;
	background-image: url('../images/header_bg.gif');
	background-repeat: no-repeat;
	padding:0px;
	margin: 0;
	background-color: #FFFFFF;
}

#topNav {
	background-position: center;
	width: 865px;
	height: 36px;
	background-image: url('../images/topmenu_bg.gif');
	background-repeat: no-repeat;
	padding-top: 2px;
	margin: 0;
}


#leftCol {
	font-size: 90%;
	padding-top: 111px;
	width: 192px;
	float: left;
	position: relative;
	background-image: url('../images/lh_top.gif');
	background-repeat: no-repeat;

}

#mainCol {
	border-bottom: 1px #C0C0C0 solid;
	background-position: top;
	margin-left: 30px;
	width: 600px;
	float: left;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url('../images/content_bg.gif');
	background-repeat: no-repeat;
}

#footer {
	padding: 0;
	margin: 0;
	clear: both;
	width: 865px;
	background-image: url('../images/generic/footer_bg.jpg');
	background-repeat: no-repeat;
	height: 84px;	
	min-height: 84px;
}

  /* CONTENT Masthead*/
  #logo h1, #strapline h2, #guildlogo h3 {
	display: none;
}


#logo {
	width: 339px;
	height: 64px;
	margin-top: 80px;
	margin-left: 200px;
	position: absolute;
	background-image: url('../images/charles_lamb_logo.gif');
	background-repeat: no-repeat;
}


#guildlogo {
	width: 182px;
	height: 89px;
	margin-left: 530px;
	margin-top: 54px;
	background-image: url('../images/guild_logo.gif');
	background-repeat: no-repeat;
	position: absolute;
}

#strapline {
	width: 524px;
	height: 26px;
	margin-left: 212px;
	margin-top: 143px;
	background-image: url('../images/strapline.gif');
	background-repeat: no-repeat;
	position: absolute;
}


  /* CONTENT Left Column*/
  
#leftMenuContainer {
	float: left;
	position: relative;
	width: 148px;
	margin-bottom: 20px;
	margin-left: 10px;
}


#leftMenuHeader {
	width: 148px;
	height: 25px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image: url('../images/quote_top.gif');
	background-repeat: no-repeat;
	position: relative;
	float: left;
	font-weight: bold;
	color: #333333;
}


#leftMenuContent {

	width: 148px;
	margin: 0px;
	float: left;
	background-image: url('../images/quote_bg.gif');
	background-repeat: repeat-y;
	text-align: center;
}

#quoteText{
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
	padding-right: 25px;
	color: #999999;
	line-height: 17px;
	font-style: italic;
}

#leftMenuFooter {
	width: 148px;
	height: 25px;
	margin-bottom: 10px;
	background-image: url('../images/quote_bottom.gif');
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
 


.leftText {
	color: #FFFFFF;
	padding-left: 25px;
	padding-top: 30px;
}
.leftText a, #footerText a {
	color: #999999;
	text-decoration: underline;
}

.leftText a:hover, #footerText a:hover {
	text-decoration: none;
}


.leftText h3 {
	font-size: medium;
	margin-bottom: 0px;
	margin-top: 0px;
}

#leftContactInfo {
	float: left;
	position: relative;
	width: 150px;
	margin-bottom: 20px;
	margin-left: 10px;
	color: #716B6B;
	font-weight: normal;
	font-style: normal;
}

  /* CONTENT Main Column*/

#mainCol h1, #mainCol h2 {

	font-family: "Georgia", "Times New Roman", "Times", serif;
	color: #716B6B;
}

#mainCol h1 {
	border: 1px #999999 solid;
	padding: 5px 5px 5px 8px;
	font-size: 120%;
}

#mainCol h2 {
	font-size: 120%;
}


  /* CONTENT Footer*/
  
#footerText{
	padding-left: 220px;
	padding-top: 23px;
	color: #999999;
	float: left;
	position: relative;
	font-size: 90%;
}  

  /* CONTENT Misc*/
  
.button
{
	padding-top: 5px;
	display: block;
	width: 92px;
	height: 22px;
	background: url('../images/generic/button_swap.gif') no-repeat 0 0;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #333333;
	color: #FFFFFF;
}

.button:hover
{
	background-color: #999999;
	color: #FFFFFF;
}


table {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 90%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

th {
	text-align: left;
	padding: 5px;
	border: 1px #999999 solid;
	background-color: #C8ECAE;
}

td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border: 1px #999999 solid;
}


.title {
	color: #366C21;
	background-color: #EEFBE1;
	font-weight: bold;
}

.boldertext{
	color: #575353;
	font-weight: bolder;
}



.pictureRight {
	float: right;
	margin-left: 20px;
	margin-top: 10px;	
	margin-bottom: 20px;
	clear: both;
}



































