html, body {
	height: 100%;
	margin-right: 20px;
	margin-left: 20px;
	background: #E6E6E6;
}

body {
	font: 11px Tahoma, Geneva, sans-serif;
	color: #555;
}

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

.input-text {
	font: 11px Arial, Helvetica, sans-serif;
	color: #565B5F;
}

h1, h2, h3 {
	margin-top: 10px;
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 10px;
	font-size: 11px;
	color: #37494D;
}

h3.style1 {
	margin-bottom: 15px;
	font-size: 18px;
}

p, ol, ul {
	text-align: justify;
	line-height: 17px;
	list-style: circle;
	margin-bottom: 18px;
}

p {
}

ol {
}

ul.list1 {
	margin-left: 0px;
	padding-left: 20px;
	list-style: circle;
	padding-top: 3px;
	padding-bottom: 6px;
}

ul.list1 li a {
	padding-left: 15px;
	background: url(images/homepage09.gif) no-repeat left center;
}

ul.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	padding: 10px 0px;
	border-top: 1px solid #D0D4D8;
}

ul.list2 li.first {
	padding-top: 0px;
	border: none;
}

ul.list2 h3 {
	margin: 0px;
	font-size: 13px;
}

ul.list2 h3 a {
	text-decoration: none;
	color: #37494D;
}

ul.list2 h3 a:hover {
	text-decoration: underline;
	color: #567479;
}

ul.list2 p {
	margin: 0px;
}

ul.list3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.list3 li {
	padding: 20px 0px;
	border-top: 1px solid #D0D4D8;
}

ul.list3 li.first {
	padding-top: 0px;
	border: none;
}

ul.list3 h3 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	color: #8B97A0;
}

ul.list3 h3 a {
	text-decoration: none;
	font-weight: bold;
	color: #37494D;
}

ul.list3 h3 a:hover {
	text-decoration: underline;
	color: #567479;
}

ul.list3 p {
	margin: 0px;
}

a {
	color: #537122;
}

a:hover {
	text-decoration: none;
	color:#C00
}

.more {
	height: 22px;
	padding: 8px 0px 0px 15px;
	background: url(images/homepage10.gif) repeat-x left top;
}

.more a {
	padding-left: 17px;
	background: url(images/homepage11.gif) no-repeat left center;
	color: #56636F;
}

a img {
	border: none;
}

img.border {
	padding: 3px;
	border: 1px solid #CBD0D4;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

img.alignleft {
	margin-right: 15px;
}

img.alignright {
	margin-left: 15px;
}

img.aligncenter {
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {

}

/** LOGO */

#logo {
}

/** SEARCH */

#search {
	float: right;
	width: 210px;
	padding: 60px 0px 0px 0px;
}

#search input {
	float: left;
}

#search .input-text {
	width: 165px;
	height: 16px;
	background: #FFFFFF;
	border: 0px none;
}

#search-input-submit {
	margin-left: 5px;
}

/** TOPMENU */

#topmenu {
	height: 30px;
	color: #525A59;
	background: #FFF url(images/crabtree-services-banner.gif) no-repeat right;
}

#topmenu p {
	margin: 0px;
}

#today {
	float: left;
	padding: 8px 0px 0px 15px;
}

#login {
	float: right;
	padding: 8px 0px 0px;
	color: #FFF;
	margin-top: 70px;
}

#login span {
	color: #8D9192;
}

#login a {
	color: #525A59;
}

#login span, #login a {
	padding: 0px 13px;
}

/** MENU */

#menu {
	height: 30px;
	border-top: 1px solid #CCC;
	border-right: 1px #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px #CCC;
	background: #333;
}

#menu ul {
	margin: 0px;
	padding: 8px 0px 0px;
	list-style: none;
	line-height: normal;
	background: repeat left bottom;
}

#menu li {
	float: left;
	background: url(images/menu-spacer.gif) no-repeat right;
	padding-right: 20px;
	padding-left: 20px;
}

#menu li.first {
	padding-left: 15px;
	background: url(images/menu-spacer.gif) no-repeat right;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #999;
}

#menu a:hover {
	color: #FFF;
}

/** PAGE */

#page {
	padding: 10px 15px;
	border-top: 3px solid #6A912B;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 850px;
}

/** 3-COLUMN LAYOUT */

.three-columns {
}

.three-columns .column1 {
	float: right;
	width: 230px;
	padding: 0px 0px 0px 10px;
	margin-top: 10px;
}

.three-columns .column2 {
	padding: 0px 10px;
}

.three-columns .column3 {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
}

/** 2-COLUMN LAYOUT WITH RIGHT CONTENT AREA */

.two-columns-right-content {
}

.two-columns-right-content #content {
	float: right;
	width: 730px;
}

.two-columns-right-content #sidebar {
	float: left;
	width: 240px;
}

/** 2-COLUMN LAYOUT WITH LEFT CONTENT AREA */

.two-columns-left-content {
}

.two-columns-left-content #content {
	float: left;
	width: 770px;
}

.two-columns-left-content #sidebar {
	float: right;
	width: 200px;
}

/** 1-COLUMN LAYOUT */

.one-column-content {
}

/** FOOTER */

#footer {

}

#footer .container {
	width: 850px;
	padding: 30px 0px;
	height: 100px;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #FFF;
}

#footer a {
	padding: 0px 10px;
	color: #FFF;
}

#footer .legal {
	float: left;
}

#footer .links {
	float: right;
}

/** BOX STYLE 1 */

.box-style1 {
	margin-bottom: 10px;
}

.box-style1 h2 {
	height: 20px;
	margin: 0px;
	padding: 5px 0px 0px 9px;
	background: #6A912B;
	font-size: 12px;
	color: #FFFFFF;
}

.box-style1 ul {
	margin: 0px;
	padding: 5px 0px;
	list-style: none;
	line-height: normal;
}

.box-style1 li {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: none;
	border-left: 1px solid #CCC;
	padding: 9px;
	text-align: left;
}

	
.box-style1 li.alt {
	background: #DDDEDF;
}

.box-style1 a {
	text-decoration: none;
	color: #333;
}

.box-style1 a:hover {
	text-decoration: underline;
}

/** BOX STYLE 2 */

.box-style2 {
}

.box-style2 h2 {
	height: 20px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	background: url(images/homepage07.gif) no-repeat left top;
	font-size: 11px;
	color: #FFFFFF;
}

.box-style2 .content {
	padding: 20px 15px 10px 15px;
}

/** BOX STYLE 3 */

.box-style3 {
	margin-bottom: 10px;
}

.box-style3 .title {
	height: 28px;
	padding-bottom: 10px;
}

.box-style3 .title h2 {
	height: 28px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	background: url(images/subpage3_02.jpg) no-repeat left top;
	font-size: 11px;
	color: #3D4145;
}

.box-style3 .content {
	padding: 20px 15px 10px;
	background: #FBFBFB;
	border: 1px solid #CCC;
}

/** BOX STYLE 4 */

.box-style4 {
	margin-bottom: 10px;
}

.box-style4 h2 {
	height: 20px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	background: url(images/homepage12.gif) no-repeat left top;
	font-size: 11px;
	color: #FFFFFF;
}

.box-style4 .content {
	padding: 20px 15px 0px 15px;
	background: #E6E9EB;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/** BOX STYLE 5 */

.box-style5 {
	margin-bottom: 10px;
}

.box-style5 h2 {
	height: 20px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	background: url(images/homepage15.gif) no-repeat left top;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

.box-style5 .content {
	padding: 15px 13px;
	background: #E6E9EB;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/** STOCK TICKER */

.stock-ticker {
}

.stock-ticker .chart {
	margin-bottom: 5px;
}

.stock-ticker .change {
	margin: 0px;
	line-height: normal;
	font-size: 13px;
}

.stock-ticker .change span {
	font-weight: bold;
	color: #128558;
}

.stock-ticker .change small {
	display: block;
	font-size: 10px;
	color: #85909B;
}

/** MORE HEADLINES */

#more-headlines .content {
	padding-bottom: 10px;
}

#logosplash {
	margin: 5px auto 1px;
	padding-top: 4px;
	border-top: 1px solid #CCC;
	width: 870px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.splashimage {
	height: 213px;
	margin: 0px auto;
	width: 870px;
	background: #333 url(images/services-list.gif) no-repeat right;
}
.title h1 {
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-transform: lowercase;
}
#topmenu img {
	float: left;
}
h1 {
	color: #B50006;
	font-size: 16px;
	text-transform: capitalize;
}
h2 {
	font-size: 14px;
}
.content .list1 {
	width: 500px;
	background: #333;
}
.listrightfloat {
	float: right;
}
.list1 {
	line-height: 19px;
}
.content img {
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;
}
a {
	text-decoration: none;
}
.splashimage p {
	float: right;
	height: 200px;
	width: 400px;
}
.splashtext {
	float: right;
	height: 200px;
	width: 400px;
}
.splashtext p {
	height: 160px;
	width: 350px;
	font-size: 18px;
	color: #FFF;
	line-height: 22px;
	text-align: left;
	padding-right: 30px;
	padding-top: 30px;
}
.pageslist {
	font-weight: bold;
	color: #900;
	list-style: circle;
	width: 450px;
	text-align: left;
}
.pageslist ul li {
	line-height: 19px;
	text-align: left;
}
.contactlayout p {
	margin-left: 100px;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin-bottom: 0px;
}
.contactlayout p strong {
	color: #333;
	font-size: 14px;
}.contactlayout p {
	margin-top: 1px;
}
h2 {
	color: #008FAD;
	text-transform: capitalize;
}
.list1 li {
	color: #999;
	font-weight: bold;
	line-height: 20px;
}
#footer .container {

}
#footer {
	background: url(images/footer-bg.gif);
}
.title h1 {
	text-transform: capitalize;
}
.content p {

}
.box-style3 .content {
}
.box-style3 .content {
	width: 565px;
}
.box-style3 .content {
}
.content {
}
#page {
	background: #FFF;
}
#logosplash {
	background: #FFF;
}
.coursehighlightbox {
	background: #E4E4E4;
	border: 1px solid #06F;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
blockquote {
	letter-spacing: 1px;
	font: italic 11px Arial, Helvetica, sans-serif;
	width: 480px;
	background: #EBEBEB;
	padding: 10px;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
	color: #575757;
}
.courseleft {
	float: left;
	width: 270px;
}
.courseright {
	float: right;
	width: 270px;
}
#courseoutlinelist {
	width: 540px;
	background: #E8E8E8;
	height: 1000px;
}
h3 {
	color: #6A912B;
}
.courseleft h3 {
}
.courseleft ul {
	text-align: left;
}
.courseleft ul li {
}
.courseleft h3 {
	width: 250px;
	color: #FFF;
	padding-left: 5px;
	background: #6A912B;
}
.courseright h3 {
	background: #6A912B;
	width: 250px;
	padding-left: 5px;
	color: #FFF;
}
.courseleft ul li {
	line-height: 1.3em;
}
.courseright ul li {
	line-height: 1.3em;
}
.content ul {
}
.content ul li {
	color: #6A912B;
	text-align: left;
}
.coursebullets ul {
}
p strong {
	font-weight: normal;
}
.coursehighlightbox strong {
	font-weight: bold;
}
.coursehighlightbox {
	background: #E8E8E8;
}
.overviewbox {
	background: #E4E4E4;
	width: auto;
	padding: 1px 10px 20px;
	border: 1px dashed #CCC;
}
h2 a {
	color: #39C;
}
.courseprecis {
	background: #CFE8F3;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 40px;
}
.courseheader {
	background: #CFE8F3;
	padding-right: 4px;
	padding-left: 4px;
}
.courseprimer {
	padding-right: 20px;
	padding-left: 20px;
}
.courseprimer h2 {
	padding-top: 10px;
}
.courseprimer p {
	padding-right: 5px;
}
.splashimagepages {
	height: 100px;
}
.courseprimer p img {
}
.courseprimer img {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
.courseprimer {
	background-color: #FFF;
	margin-bottom: 10px;
	border: 1px solid #E4E4E4;
}
.courseprimer p span {
	font-weight: bold;
	color: #333;
}
.content p span {
	font-weight: bold;
	color: #333;
}
.content p strong {
	font-weight: bold;
}
.overviewbox img {
	padding: 20px;
}
.overviewbox h2 {
	padding-top: 20px;
}
.overviewbox address {
	font: bold normal 12px Arial, Helvetica, sans-serif;
	margin-left: 120px;
}
.overviewbox address p {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 20px;
}
.overviewbox address {
	background: #FFF;
	width: 300px;
	padding: 10px;
	border: 1px solid #ADADAD;
}
.overviewbox address {
	margin-top: 40px;
	margin-bottom: 40px;
}
.booking {
	font-weight: bold;
	color: #3C3;
	margin-left: 10px;
	text-align: left;
}
.booking {
	font-size: 14px;
	text-transform: uppercase;
}

