/*cb css file*/
/* global */
html
{
  height: 100%;
}

body
{
  /*background: #000000 url(../graphics/logo1.jpg) repeat;*/
  /*background-color: #ffffff;*/
  /*background-color: #FFE7C4;*/
  /*background-color: #653600;*/
  background: #000000 url(../graphics/background.jpg) repeat;
  font-weight: normal;
  font-size: 12px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

#main
{
  background-color: #FFE7C4;
  /*border: solid 1px #ffffff;*/
	left:0px; 
	margin-left:auto; 
	margin-right:auto;
	padding-bottom: 5px;
	position:relative; 
	text-align:left; 
	top:0px; 
  width: 790px;
}

#content
{ 
  background-color: #FFE7C4;
  /*border: solid 1px #ffffff;*/
  float: left;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  width: 780px;
}

/* navigation menu */
#menu
{ 
  /*background-color: #653600;*/
  background: #653600 url(../graphics/gradient.jpg) repeat-x;
  /*border: solid 1px #ffffff;*/
  height: 24px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 5px;
  position: relative;
  width: 790px;
}

#menu ul
{
  height: 24px;
  margin: 0px 0px;
} 

#menu li
{ 
  float: left; 
  height: 24px;
  list-style-type: none;
  margin: 0px 5px 0px 5px;
  padding: 0px;
} 

#menu li a 
{ 
  background: transparent; /* set to stop padding moving menu down in NN*/
  color: #FFE7C4;
  display: block; 
  float: left; 
  font-size: 14px;
  font-weight: bold;
  height: 21px;
  padding: 3px 10px 0px 10px;
  text-align: center;
  text-decoration: none; 
} 

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ 
  background-color: #653600;
  color: #FFE7C4;
  /*color: #FFE7C4;*/
} 

/* logo */
#logo
{ 
  background-color: #FFE7C4;
  /*border: solid 1px #ffffff;*/
  width: 780px;
  margin-left: 5px;
  margin-right: 5px;
  height: 180px;
  position: relative;
}

/*footer*/
#originalfooter
{
  /*background was #7233f3*/
  background-color: #653600;
  /*border: solid 1px #ffffff;*/
  color: #FFE7C4;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  padding: 5px;
  position: relative;
  text-align: center;
  width: 770px;
}

#footer
{
  /*background-color: #653600;*/
  background: #653600 url(../graphics/gradient2.jpg) repeat-x;
  /*border: solid 1px #ffffff;*/
  /*color: #FFE7C4;*/
  color: #653600;
  font-weight: bold;
  font-size: 12px;
  height: 24px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  position: relative;
  text-align: center;
  width: 100%;
}

#dropmenudiv
{
  border:1px solid #ffffff;
  border-bottom-width: 0;
  font-family: arial;
  font-size:12px;
  line-height:22px;
  position:absolute;
  z-index:100;
}

#dropmenudiv a
{
  /*background: url(../graphics/menuli.jpg) repeat-x;*/
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 0;
  text-align: left;
  text-decoration: none;
  text-indent: 10px;
  width: 100%;
}

#dropmenudiv a:hover
{ 
  /*background: url(../graphics/menulihover.jpg) repeat-x;*/
  color: #ff8000;
}

#top
{
  /*border:1px solid #ffffff;*/
  height: 145px;
  padding-bottom: 10px;
  text-align: right;
}

#middle
{
  /*border:1px solid #ffffff;*/
  height: 260px;
}

#middlelandlord
{
  height: 400px;
}

#normal
{
  /*border:1px solid #ffffff;*/
  padding-top: 0px;
  margin-top: 0px;
  vertical-align: top;
}


#bottom
{
  /*background-color: #0000ff;
  border:1px solid #ffffff;*/
  height: 105px;
  vertical-align: bottom;
}

.normalLI
{
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing:1px;
  padding-bottom: 0px;
  padding-left: 25px;
  padding-right:25px;
  padding-top:15px;
}

.landlordli
{
  font-family: arial;
  font-size: 12pt;
  color: #ff8000;
  list-style-type: disc;

}

p
{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  /*padding-top:15px;
  padding-left: 25px;
  padding-right:25px;
  padding-bottom: 0px;*/
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  letter-spacing:1px;
  /*color: #c0c0c0;*/
  color: #653600;
}

td
{
  font-size: 12px;
  padding: 5px 10px 5px 10px;
}

ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{
  list-style-type: circle;
  margin: 0px 0px 11px 10px; 
  padding: 0px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}

li.select
{
  color: #ffffff;
  list-style-type: disc;
}

a:visited
{
  color: #0000ff;
  text-decoration: none;
}

a
{
  color: #0000ff;
  text-decoration: none;
}

a.but 
{
	font-size: smaller; 
	font-weight: bold; 
	color: #ff0000;
	text-decoration: none; 
	font-family: arial;/*, helvetica,sans-serif;*/
}

a.but:hover, a.butselect
{
	color: #0000ff;
}

textarea
{
  font-family: arial;
  font-size: 12px;
}

h1
{
  color: #653600;
  margin: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

h2
{
  color: #653600;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

h3
{
  color: #FFE7C4;
  margin: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

oldh2
{
  margin: 5px;
  font-family: arial;
  font-weight: bold;
  font-size: 16px;
  color: #7233fe;
}

img
{
  border: 0;
}

a.normalLink
{
  font-family: arial;
  font-size: 10px;
  color: #ff0000;
}

a.normalLink:visited
{
  font-family: arial;
  font-size: 10px;
  color: #ff0000;
}

a.ipswichwebs, a.ipswichwebs:visited
{
  color: #ff8000;
  color: #0000ff;
}

.normalUL
{
  color: #000000;
  font-size: 12px;
  font-weight: normal;
}

.contact
{
  font-family: arial;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}

.pagetitles
{
  margin: 5px;
  font-family: arial;
  font-weight: bold;
  font-size: 16px;
  color: #f21985;
  text-align: center;
}

.landhome
{
  font-family: arial;
  font-size: 18pt;
  font-weight: normal;
  color: #ff8000;
  padding-left: 5px;
}

.form
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-top:15px;
  padding-left: 25px;
  padding-right:25px;
  padding-top: 0px;
  padding-bottom: 0px;
  letter-spacing:1px;
  color: #ffffff;
}

td.tagline
{
  color: #ff8000;
  font-size: 28pt;
}

td.month
{
  background-color: #653600;
}

table.paypal
{
  /*border-color: #653600;
  border: 3px #653600 solid;*/
}

td.paypal
{
  background-color: #653600;
}

p.month
{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  letter-spacing:1px;
  /*color: #c0c0c0;*/
  color: #FFE7C4;
}

p.monthname
{
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  letter-spacing:1px;
  /*color: #c0c0c0;*/
  color: #FFE7C4;
}

table.white
{
  background-color: #ffffff;
  border: 3px #653600 solid;
}

img.mainpage
{
  border: 4px #653600 solid;
}

td.brownborder
{
  border: 4px #653600 solid;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
