.site-container {
	background: url(../images/container_bg.jpg) top center repeat-y;
	margin: 0 auto;
	width: 940px;
	padding-left: 10px;
	padding-right: 10px;
}
.advertisement {
	margin-top: 150px;
	margin-left: 20px;
	width: 180px;
}
.global-row {
	width: 940px;
	background: url(../images/container-row-bg.jpg) top center no-repeat;
	min-height: 600px; /*height: 840px;*/
	overflow: visible;
	padding-bottom: 30px;
}
.global-left-col, .global-right-col {
	float: left;
	display: inline;
}
.global-left-col {
	width: 305px;
	margin-right: 5px;
	padding: 50px 0 0 0;
	position: relative;
}
.global-right-col {
	width: 552px; /*628px*/
	padding: 71px 40px 0 38px;
}
.container-bottom {
	background: url(../images/container_footer_bg.jpg) top center no-repeat;
	height: 21px;
	width: 960px;
	margin: 0 auto;
}
.footer {
	width: 940px;
	margin: 30px auto;
	position: relative;
}
.footer .contact-details {
	float: right;
	width: 230px;
	margin-right: 50px;
}
.credits {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 600px;
}
/*background assets*/

a:link.logo, a:visited.logo {
	background: url(../images/haywards-associates-logo.jpg) top left no-repeat;
	height: 96px;
	width: 277px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 29px;
}
ul.main-menu {
	margin: 39px 0 0 20px;
	width: 274px;
	font-size: 107%;
}
ul.main-menu li {
	margin-bottom: 5px;
}
ul.main-menu li a:link, ul.main-menu li a:visited {
	background: #81a452;
	line-height: 31px;
	padding-left: 22px;
	width: 252px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}
ul.main-menu li a:hover {
	text-decoration: underline;
	background: #799b4c;
}
ul.main-menu li.current a:link, ul.main-menu li.current a:visited {
	background: url(../images/mm-selected.jpg) top left no-repeat;
}
.calculator-image {
	background: url(../images/calulator.png) top left no-repeat;
	width: 62px;
	height: 417px;
	position: absolute;
	top: 163px;
	right: 0;
	z-index: 1;
}
.call-to-action {
	float: right;
	height: 139px;
	width: 179px;
	padding-left: 19px;
	vertical-align: bottom;
	text-align: right;
}
.seperator {
	border-top: solid 1px #000;
	display: block;
	height: 37px;
}
.table-bottom {
	background: url(../images/tab-bg-bottom.jpg) bottom left no-repeat;
	height: 16px;
	display: block;
}
.advice-bubble {
	background: #74954a url(../images/help-bg-top.gif) top left no-repeat;
	padding: 36px 30px 13px 22px;
	width: 446px; /*498px*/ 
	overflow: hidden;
}
.advice-bottom {
	background: url(../images/help-bg-bottom.gif) top left no-repeat;
	height: 6px;
	display: block;
}
/*table assets*/

.service-table td {
	vertical-align: middle;
	color: #f2ffd0;
	height: 39px;
}
.service-table td.col-one {
	width: 165px; /*185px*/
	padding: 0 11px 0 9px;
	text-align: right;
	border-bottom: solid 1px #8eb559;
}
.service-table td.col-one.no-border, .service-table td.col-two.no-border, .service-table td.col-three.no-border, .service-table td.col-four.no-border {
	border: none;
}
.service-table td.col-two {
	width: 125px;
	text-align: center;
}
.service-table td.col-three {
	width: 186px;
	text-align: center;
}
.service-table td.sifr-small {
	font-size: 100%;
}
.service-table td.sifr-medium {
	font-size: 135%;
}
.service-table td.sifr-large {
	font-size: 172%;
}
.service-table td.light {
	background-color: #719147;
}
.service-table td.medium {
	background-color: #688641;
	border-bottom: solid 1px #7c9f4e;
}
.service-table td.dark {
	background-color: #587137;
	border-bottom: solid 1px #7c9f4e;
}
.service-table td.bg-1-row-2-col {
	background: url(../images/tab-table-images/1st-row-left.gif) top left no-repeat;
	height: 40px;
	border-bottom: solid 1px #90b85b;
}
.service-table td.bg-1-row-3-col {
	background: url(../images/tab-table-images/1st-row-right.gif) top left no-repeat;
	height: 40px;
	border-bottom: solid 1px #9ac661;
	border-left: solid 1px #80a451;
}
.service-table td.bg-2-row-1-col {
	background: url(../images/tab-table-images/1st-col.gif) top left no-repeat;
}
.service-table td.bg-4-row-1-col {
	background: url(../images/tab-table-images/1st-col-bottom.gif) bottom left no-repeat;
}
.service-table td.bg-5-row-2-col {
	background: url(../images/tab-table-images/bottom-row-left.gif) top left no-repeat;
	height: 40px;
}
.service-table td.bg-5-row-3-col {
	background: url(../images/tab-table-images/bottom-row-right.gif) top right no-repeat;
	height: 40px;
}
/*text*/

h1 {
	font-size: 380%;
	color: #000000;
	font-weight: normal;
	margin-bottom: 25px;
	width: 330px;
	line-height: 100%;
}
h2 {
	font-size: 222%;
	color: #000000;
	font-weight: normal;
	margin-bottom: 14px;
	line-height: 100%;
}
h3 {
	font-size: 138%;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 9px;
	margin-left: 15px;
	line-height: 133%;
}
p {
	font-size: 100%;
	color: #000;
	line-height: 130%;
	margin-bottom: 16px;	
}
img {
	border: solid 1px #000;
}
.TabbedPanels img {
	border: none;
}
.call-to-action img, .footer img {
	border: none;
}
p.intro {
	font-size: 123%;
	font-weight: bold;

	margin-bottom: 34px;
}
.advice-bubble p {
	color: #fff;
	margin-bottom: 0;
}
.footer .contact-details p {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #d7d7d7;
}

/*forms*/
form#myform {
padding-top: 10px;
}
.cssform p {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	/*border-top: 1px solid #80a451;*/
	height: 1%;
}
.cssform label {
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	border: solid 1px #96c05e;
}
.cssform textarea {
	width: 250px;
	height: 100px;
	border: solid 1px #96c05e;
}



/*debug*/

/*.global-left-col {
	background: red;
}
.global-right-col {
	background: green;
}*/

