@import url(./undohtml.css);
@import url(./headers.css);
@import url(./forms.css);
@import url(./menu.css);


body {
  margin: 10px 10% 10px 10%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #fff;
}


p, table, td, ul, li, address {
  font-family: Verdana, Arial, Helvetica, sans serif; 
  font-size: small;
  color: #333;
  line-height: 150%;
}

p {
  margin: 1em 0;
}


.warn {
	color:#f00 !important;
	font-weight:bold;
}
ul, li {
  line-height: 170%;
}

ul {
  margin: 10px 5px;
  padding: 5px;
  list-style-type: disc;
}

ul li {
  margin-left: 2em;
}

a:hover {
  text-decoration: none;
}

fieldset {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0.5em 1em;
}


/** main layout divs **/

#header {
  background: url(../img/header_bg.png) repeat-x #fff; 
  margin-bottom: 10px;
  height:140px;
}

#logo {
  float: left;
  width: 495px;
  background: url(../img/header_bg_left.png) no-repeat left;
  height:140px;
}

/*
#options {
  margin-left: 400px;
  margin-right: 5px;
  text-align: right;
}

#options p {
  margin-bottom: 5px;
}
*/
#contact {
  float: right;
  text-align: center;
  background-color: #066;
  border: 1px solid #000;
  padding: 0;
  width: 150px;
  margin-right: 2px;
}

#contact p a {
  font-size: large;
  color: #fff;
}

/*
#get-a-quote {
  float: right;
  text-align: center;
  background-color: #066;
  border: 1px solid #000;
  padding: 0;
  width: 150px;
}

#get-a-quote p a {
  font-size: large;
  color: #fff;
}
*/

#search {
  float: right;
}


#get-a-quote {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  border: 0;
}
#get-a-quote p a {
  clear: right;
  display: block;	
  float: right;
  width: 160px;
  height: 46px;
  background: #fff url(../images/get-a-quote.gif) top left no-repeat;
  border: 0;
  margin-top: 1em;
  text-decoration: none;
}

#container {
  text-align: left;
  min-width:770px;
  /* width: 760px; */ 
}

#contentcontainer {
/*	float:left;*/
	border-left:1px solid #eee;
	padding-left:15px;
	margin:0 0 0 210px;
}
#right {
	margin: 0px 0px 0px 200px;
}

#menu, #homepageimages {
  float: left;
  width: 160px;
  margin-top: 0;
}

#homepageimages img {
  border: 1px solid #000;
}

#homepageimages p, #imagerotate p {
  font-size: x-small;
  /* width: 138px; */ /* same size as cover images */
  margin-top: 0;
}

#imagerotate {
  background-color: #fff;
  float: left;
  margin-right: 10px;
  margin-top: 0;
  padding-top: 0;
}

#menulist {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
  border-bottom: 1px solid #eee;
}

#menulist li {
  list-style: none;
  margin: 0 0 1px 0;
  padding: 0.25em;
  border-top: 1px solid #ccc;
  border-left: 15px solid #ccc;
  background-color: #eee;
}

#menulist li a { 
  text-decoration: underline; 
}

#menulist li a:hover {
  text-decoration: none;
}

#menulist #current {
  font-weight: bold;
}

#content, #homepagecontent {
  margin-left: 160px;
}

#content h2 {
  margin-bottom: 1em;
}

#homepagecontent h2, #content h2 {
  font-size: x-large;
}

.highlightbox, .homepagebox {
  border-bottom: 1px solid #ccc;
  border-top: 5px solid #ccc;
  background-color: #eee;
  padding: 0.5em;
  width: 180px;
  margin-top: 1.2em;
  margin-right: 0px;
  margin-left: 0.5em;
}

.homepagebox {
  float: right;
}

.homepagebox h3 {
  font-size: x-large;
}

.servicesbox {
  border-bottom: 1px dashed #ccc;
  margin: 1em 1em 1em 0;
}

#sidebar {
  clear: right;
  margin-left: 75%;
}

.sidebarbox {
  background-color: #eee;
  border-bottom: 1px dashed #ccc;
  border-top: 6px solid #ccc;
  text-align: center;
  margin: 0.6em 0;
}

.sidebarbox p {
  font-size: medium;
  font-weight: bold;
}

#sidebar h3 {
  font-size: small;
  padding: 0 0 0 5px;
  margin: 0 0 10px 5px;
}

#sidebar ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;

}

#sidebar ul li a {
  background: transparent url(../images/arrow-off.gif) left center no-repeat;
  padding-left: 13px;
  margin-left: 0;
  text-align: left;
  text-decoration: underline;
}

#sidebar ul li a:hover {
  background: transparent url(../images/arrow-on.gif) left center no-repeat;
  text-decoration: none;
}

#footer {
  clear: both;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.3em;
  background:url(../img/footer_bg.png) #FFF;
}

#footer p, #footer a, #footer table, #footer td {
  font-size: x-small;
}

#address {
  float: none;
}

#frog {
  float: right;
}

.light {
  background-color: #ccc;
}

.contactbutton, .emphasisbox {
  border: 1px solid #ccc;
  padding: 1em;
  background-color: #eee;
  font-weight: bold;
  text-align: center;
}

.examplebooksbox {
  border: 1px solid #ccc;
  padding: 1em;
  background-color: #eee;
  margin-bottom: 1em;
}

.skiplink {
  display: none;
}

.validationerror {
  color: red;
  font-size: x-small;
}

.backtotop {
  text-align: right;
  font-size: x-small;
}

/* redesign: Feb 2008 */

#buttonleft {
  float: left;
  width: 48%;
  background-color: #f0f4ff;
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px 0 2px 0;
  margin-bottom: 1em;
}

#buttonright {
  float: right;
  width: 48%;
  background-color: #eee;
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px 0 2px 0;
  margin-bottom: 1em;
}

#buttoncentre {
  width: 70%;
  margin: 0% 15% 0 15%;
  background-color: #f0f4ff;
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px 0 2px 0;
}

.headerlinks {
  font-size: small;
  text-align: right;
  margin: 0; 
  padding: 0;
}

/* move this */
#homepagecontent {
  margin-left: 200px;
}




.highlight {
  text-align: center;
  padding: 5px;
}

#logoright {
  float: right;
  text-align: center;
  height:140px;
  background:url(../img/header_bg_right.png) no-repeat right;
  padding-right:25px;
}


#homepagebuttons {
  margin-top: 1em;  
  margin-bottom: 1em;  
  width: 100%;
  text-align:center;
  margin:auto;
  width:790px !important;
  width:840px;
  height:200px;
}

.homepagebutton {
	height:133px; width:203px; 
	float:left;
	padding:10px;
	margin:20px;
}

.hpbleft {
	background:url(../img/home_boxleft.jpg); 
	padding-left:140px;
}

.hpbright {
	background:url(../img/home_boxright.jpg); 
	padding-right:140px;
}

#bevel {
	background:url(../img/_bevel_left.jpg) repeat-x;
	height:16px;
	line-height:1px;
	font-size:1px;
	margin-bottom:5px;
} 
#bevel img {
	float:right;
	border:none;
	padding:0; margin:0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}

.icon {
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}