/*-------------------------------
Richco template basic stylesheet
---------------------------------*/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	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: #000000;
	background-image: url(../images/wrapper_bgrd.jpg);
	background-repeat:repeat;
}
#navbar	{
	width:851px;
	height: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	background-image: url(../images/dropdown.jpg);
	background-repeat: no-repeat;
}
#anim	{
	width: 100%;
	height: 300px;
	margin-bottom: 0px;
	background-image: url(../images/animation_bg.jpg);
	background-repeat: no-repeat;
}
#header {
	background: 0;
	height: 85px;
	width: 851px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header .logo {
	float:left;
	margin-left: 15px;
	margin-top: 10px;
}

#header .contact {
	float:right;
	margin-right: 15px;
	margin-top: 10px;
}

#clear {
clear:both;
}

#container {
	width: 851px;
	height: 1125px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}

#content {width:100%;}
.mainContent {
	margin: 0;
	width: 851px;
	margin-top: -20px;
	height: 606px;
	background: url(../images/main_text_body.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 851px;
	height: 82px;
	margin-top: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
}

.footertext	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777;
	text-decoration: none;
	text-align:center;
}

.footertext a:link {
	color: #777;
	text-decoration: none;
}

.footertext a:visited {
	color: #777;
	text-decoration: none;
}

.footertext	a:hover {
	color: #00A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.footertext a:active {
	color: #777;
	text-decoration: none;
}
h1	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 18px;
	line-height: 18px;
	color: #00A;
	padding-left: 75px;
	padding-top: 40px;
}
h2	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	line-height: 20px;
	color: #00A;
	padding-left: 75px;
	padding-right: 55px;
}
h2 a:link {
	color: #00A;
	text-decoration: none;
}
h2 a:visited {
	color: #00A;
	text-decoration: none;
}
h2 a:hover {
	color: #00A;
	text-decoration: none;
}
h2 a:active {
	color: #00A;
	text-decoration: none;
}

.bodytext	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 12px;
	line-height: 18px;
	color: #111;
	margin-left: 75px;
	margin-right: 65px;
	padding-top: 10px;
}

.bodytext a:link {
	color: #111;
	text-decoration: none;
}
.bodytext a:visited {
	color: #111;
	text-decoration: none;
}

.bodytext a:hover {
	text-decoration: underline;
	color: #00A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.bodytext a:active {
	color: #111;
	text-decoration: none;
}

.centretext	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 12px;
	line-height: 18px;
	color: #111;
	margin-left: 75px;
	margin-right: 65px;
	padding-top: 10px;
	text-align:center;
}

.centretext a:link {
	color: #111;
	text-decoration: none;
}
.centretext a:visited {
	color: #111;
	text-decoration: none;
}

.centretext a:hover {
	text-decoration: underline;
	color: #00A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.centretext a:active {
	color: #111;
	text-decoration: none;
}

.brochurelinkprintleft	{
	font-size: 12px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	margin-left: 110px;
	margin-right: 30px;
	margin-top: 20px;
}
.brochurelinkprintright	{
	font-size: 12px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: right;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 130px;
}
.imgleft	{
	float: left;
	margin-left: 130px;
	margin-right: 30px;
	margin-top: 20px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}
.imgright	{
	float: right;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 150px;
}
.table {
	margin-left:75px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
.aboutustable {
	margin-left:75px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
}
.newstable {
	margin-left:75px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#111;
}
.table a:link {
	color: #111;
	text-decoration: none;
}
.table a:visited {
	color: #111;
	text-decoration: none;
}
.table a:hover {
	text-decoration: underline;
	color: #00A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.table a:active {
	color: #111;
	text-decoration: none;
}
.indextable {
	margin-left:75px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#111;
}
.indextable a:link {
	color: #111;
	text-decoration: none;
}
.indextable a:visited {
	color: #111;
	text-decoration: none;
}
.indextable a:hover {
	text-decoration: underline;
	color: #00A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.indextable a:active {
	color: #111;
	text-decoration: none;
}
