@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #352A20;
	background-image: url(../ims/bgbody.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FEECCB;
	background-repeat: repeat-x;
}
.jtc .img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.jtc #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #352A20;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F3EFD7;
}
.jtc #topspacer {
	width: 46em;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.jtc #header {
	background-color: F1994F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #352A20;
	color: #FFECCB;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 2px;
	height: 205px;
	background-image: url(../banner/banner.jpg);
} 
.jtc #header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.jtc .hiddenlink {
	color: #FDECCB;
	text-decoration: none;
	cursor: text;
}
.jtc #mainContent {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	min-height: 450px;
	float: inherit;
	background-color: #F4EFD7;
	text-align: left;
}
.jtc #mainContent h1 , h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #191264;
}
.jtc #mainContent p {
	text-align: justify;
	font-size: 0.9em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.jtc #topmenuholder {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.jtc #menuspace {
	height: 30px;
	background-color: #F5EFD7;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #342A20;
}
.jtc #footer {
	padding: 0 10px;
	background-color: F1994F;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #352A20;
	min-width: 300px;
	clear: both;
} 
.jtc #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.75em;
	text-align: center;
}
.jtc h1 {
	font-size: 1.3em;
}
.jtc h2 {
	font-size: 1.2em;
}
.jtc h3 {
	font-size: 1.12em;
}
.jtc h4 {
	font-size: 1em;
}
.bullet_list {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	list-style-position: inside;
	list-style-type: square;
}
.number_list {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
.jtc testimonialtable {
	font-size: 0.75em;
}
.imageplace {
	float: right;
	padding: 10px;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.jtc #map_frame {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 1px solid #342A20;
	padding: 3px;
	height: 400px;
	width: 500px;
	clear: both;
}
.jtc #index_panel {
}
.jtc .tiny {
	font-size: 75%;
}
.jtc .tiny_centre {
	font-size: 50%;
	text-align: center;
}
.jtc .picture_left  {
	float: left;
	border: 1px dotted #342A20;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
	clear: left;
}
.jtc .picture_right {
	float: right;
	border: 1px dotted #342A20;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 5px;
	clear: right;
}
.jtc .tdlist {
	font-size: 0.8em;
	list-style-type: none;
	white-space: nowrap;
	line-height: 1.1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F00;
	font-weight: bold;
	text-indent: -30px;
}
.jtc .tdsmalltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.3;
	font-style: normal;
}
.jtc #container #mainContent table tr .section_bar {
	font-size: 0.9em;
	font-variant: small-caps;
	text-transform: capitalize;
	text-align: center;
	display: block;
	border: 1px dashed #342A20;
	color: #F0EDC9;
	background-color: F1994F;
	font-weight: bold;
}
.jtc #container #mainContent table tr td ul li {
	font-size: 0.7em;
	list-style-type: none;
	line-height: 1.5em;
	margin-left: -1.5em;
}
.jtc #container #mainContent table tr td a img {
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
}
.jtc #container #mainContent table tr .welcome p {
	font-size: .9em;
	line-height: 1.3em;
	color: #342A20;
}
.jtc #container #mainContent .standoutred {
	text-align: center;
	margin-right: 4em;
	margin-left: 4em;
	color: #9C2A20;
	font-style: oblique;
	font-variant: small-caps;
	font-weight: bold;
}
.jtc #container #mainContent p slist {
	list-style-type: circle;
}
#appform {
}
.jtc #bannerContent {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	min-height: 20px;
	float: inherit;
	background-color: #F4EFD7;
	text-align: left;
	overflow: auto;
	color: #7F5F00;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #F1994F;
	border-right-color: #F1994F;
	border-bottom-color: #F1994F;
	border-left-color: #F1994F;
}

