/*-------------------------------
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: 1025px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg2col.jpg);
	background-repeat: no-repeat;
}

#content {width:100%;}
.left {float:left;width:457px; margin-top: -20px;}
.right {float:right; width: 393px;}
.bodytext {height: 517px; background-image:url(../images/maintext2col.jpg)} /* furthermore style with border-radius property */
.box1 {height:20px;}
.box4 {height:487px;}

#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: 45px;
	padding-top: 30px;
}
.maintext	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 12px;
	line-height: 14px;
	color: #111;
	margin-left: 45px;
	margin-right: 25px;
}

.maintext a:link {
	color: #111;
	text-decoration: none;
}
.maintext a:visited {
	color: #111;
	text-decoration: none;
}

.maintext a:hover {
	text-decoration: underline;
	color: #00A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.maintext a:active {
	color: #111;
	text-decoration: none;
}

.back {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00A;
	text-align:left;
	padding-left:20px;
}
.back a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00A;
	text-align:left;
}
.back a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00A;
	text-align:left;
}
.back a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00A;
	text-align:left;
	text-decoration: underline;
}
.back a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00A;
	text-align:left;
}

.forward {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00A;
	text-align:right;
	padding-right:20px;
}
.forward a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00A;
	text-align:right;
}
.forward a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00A;
	text-align:right;
}
.forward a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00A;
	text-align:right;
	text-decoration: underline;
}
.forward a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00A;
	text-align:right;
}
.table {
	margin-left:15px;
	margin-top:10px;
}