/* --- set all margins and paddings to 0 for consistency --- */
* {
	margin: 0;
	padding: 0;
}

/* moz scrollbar page-jump fix */
html { overflow: -moz-scrollbars-vertical; }

/* clear fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* --- elements --- */

body {
	color: #666;
	font-size: 76%;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images/background-flock.gif) top center repeat;
}
h1, h2, h3, h4, h5, h6 {
	color: #ba9765;
	margin: .5em 0;
}
h1 {
	position: relative;
	width: 338px;
	height: 70px;
	font-size: 1em;
	margin: 0;
	border-width: 18px 0 0 20px;
	border-style: solid;
	border-color: #fff;
}
h1 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/jenkinsons-logo-main.gif) no-repeat center;
}

h2 {
	font-weight: normal;
	margin-top: 5px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #ECECEC;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 1em 0;
}
p, li {
	font-size: 1em;
	line-height: 1.7em;
}
ul, ol {
	margin: 1em 3em;
}

a:link { color: #ba9765; }
a:active { color: #222; }
a:visited { color: #f03; }
a:hover { color: #999; }


/* site structure */

div#doc-container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#doc-header {
	background: #fff;
	padding: 0;
	margin: 0;
}
div#doc-header img {
	float: right;
	display: block;
}
div#doc-navigation {
	background: #ececec;
}
ul#top-level-navigation {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
ul#top-level-navigation li {
	float: left;
}
ul#top-level-navigation li a:link,
ul#top-level-navigation li a:active,
ul#top-level-navigation li a:visited {
	color: #737373;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
}
ul#top-level-navigation li a:hover {
	color: #ce7f61;
	background: url(../images/nav-hover-background.gif) repeat-x top;
}
ul#top-level-navigation li.sel a:link,
ul#top-level-navigation li.sel a:active,
ul#top-level-navigation li.sel a:visited {
	color: #012D6B;
	background: url(../images/nav-hover-background.gif) repeat-x top;
}

div#doc-content {
	background: #fff url(../images/content-rightbar.gif) repeat-y right;
	padding: 10px 50px 20px 20px;
}
div#doc-footer {
	background: #ECECEC;
	clear: both;
	padding: 4px 20px;
}
div#doc-footer p {
	margin: 0;
	color: #999;
}

div#doc-content-left {
	width: 65%;
	float: left;
}
div#doc-sidebar-right {
	width: 32%;
	float: right;
}
br.clear {
	clear: both;
}

/* table formatted dl */

dl.table-display {
	width: 100%;
	margin: 1em 0;
	padding: 0;
}

dl.table-display dt {
	width: 45%;
	float: left;
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
	font-size: 0.9em;
	color: #999;
}

/* commented backslash hack for mac-ie5 \*/
dt {
	clear: both;
}

dl.table-display dd {
	float: left;
	width: 55%;
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #ccc;
}

/* form stuff */

label {
	font-size: 1.1em;
	font-weight: normal;
	color: #666;
}
input, textarea {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 0.3em;
}
input {
	width: 167px;
}
input.validate-error {
	color: #ba9765;
	padding: 0.3em 35px 0.3em 0.3em;
	width: 136px;
	border: 1px solid #ba9765;
	background: #ffd9e8 url(../images/validate_required.gif) no-repeat right;
	
}
textarea.validate-error {
	color: #ba9765;
	padding: 0.3em;
	border: 1px solid #ba9765;
	background: #ffd9e8 url(../images/validate_required.gif) no-repeat right;
}
input.button {
	font-size: 1em;
	font-family: verdana, Arial, Helvetica, sans-serif;
	width: auto;
	color: #000;
	margin-right: 10px;
}
span.required {
	color: #ba9765;
	font-style: italic;
}
img.captcha {
	margin-bottom: 0.5em;
	border: 1px solid #A5ACB2;
}


/* user prompts */

div.user-message {
	background: #ff9;
	color: #ba9765;
	margin: 1em 0;
	padding: 0 1em;
	border: 1px solid #ee8;
}

/* miscellaneous */

img.page-banner {
	display: block;
}

div.introduction-home {
	background: #CD7E5F url(../images/introduction-home_background.gif) repeat-x bottom;
	color: #fff;
	margin: 1em 0;
	padding: 0.1em 20px;
}
div.introduction-home p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.8em;
	line-height: 1.3em;
}
div.introduction-home img {
	float: left;
	margin: 20px 20px 20px 0;
}
.image-float-right {
	float: right;
	margin: 0 0 0 20px;
}
div.content-greybox {
	background: #ECECEC;
	padding: 1em;
}
div.content-greybox h3 {
	margin: 0;
}
div.content-greybox p {
	margin-bottom: 0;
}

div.col-left {
	width: 300px; 
	float: left;
}

div.col-right{
	width: 300px; 
	float: right;
}

ul.download-files {
	list-style: none;
	margin: 1em;
}

ul.download-files li {
	font-size: 1.2em;
	padding: 0 0 0 40px;
	line-height: 31px;
}

ul.download-files li.pdf {
	background: url(../images/doc_pdf.gif) no-repeat left;
}

/* testimonials */

div.contentbox-category {
	background-color: #f5f5f5;
	margin-top: 10px;
	padding: 5px;
}

div.contentbox-category img.accompanyingImage {
	float: right;
	margin: 1em 0 1em 1em;
}

div.contentbox-category ul {
	margin-bottom: 0.7em;
}
div.contentbox-category-heading {
	background-color: #BA9765;
}
div.contentbox-category-heading h3 {
	color: #fff;
	margin: 0;
	padding: 0 5px;
	line-height: 2em;
	font-size: 1.1em;
	font-weight: bold;
}
div.contentbox-category-heading h3 a:link,
div.contentbox-category-heading h3 a:active,
div.contentbox-category-heading h3 a:visited,
div.contentbox-category-heading h3 a:hover {
	color: #fff;
	text-decoration: none;
}
div.contentbox-category-heading img {
	float: right;
	margin: 5px 5px 0 0;
}

div.testimonial-container-outer {
	background: url(../images/quote-open.gif) no-repeat top left;
	padding-left: 60px;	
	margin: 2em 0;
}
div.testimonial-container-inner {
	padding-right: 60px;
	background: url(../images/quote-close.gif) no-repeat bottom right;
}
div.testimonial-container-inner p {
	line-height: 1.8em;
}

ul.download-files {
	margin: 2em;
	list-style: none;
}
ul.download-files li {
	line-height: 40px;
	padding-left: 42px;
	font-size: 1.2em;
}
ul.download-files li.pdf {
	background: url(../images/icon-pdf.jpg) no-repeat left;
}

/* gallery */

table.gallery-category {
	width: 100%;
	margin: 1em 0;
}

table.gallery-category tr td.image{
	width: 110px;
}

table.gallery-thumbs {
	width: 100%;
}
table.gallery-thumbs tr {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

table.gallery-thumbs tr td {
	text-align: center;
}

/* form styling */
fieldset {
	margin: 1em 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #D9D6E7;
}
legend {
	color: #C2A479;
	font-weight: bold;
}
fieldset ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
fieldset ol li label {
	display: block;
	margin: 10px 0 2px 0;
}

input.textfield, textarea.textfield {
	border: 1px solid #ccc;
	padding: 4px 2px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
input.captcha {
	width: 172px;
	display: block;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 5px;
	letter-spacing: 3px;
}
input.submitbutton {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding: 2px 10px;
}

span.required {
	color: #888;
	font-size: 0.8em;
	text-transform: uppercase;
}
/* link table */

table.link-table {
	width: 560px;
	margin: 1em auto;
}

table.link-table tr td {
	border-bottom: 1px solid #ECECEC;
	vertical-align: top;
}

table.link-table tr td.intro {
	text-align: right;
}
table.link-table tr td.intro h4 {
	font-size: 1em;
	margin: 1em 0 0 0;
}
table.link-table tr td.intro p {
	margin: 0 0 1em 0;
}
table.link-table tr td ul {
	margin: 1em 0 1em 2em;
	list-style: none;
}
table.link-table tr td ul li span {
	font-weight: bold;
	font-size: 0.8em;
	color: #ccc;
}
