/*-------------------------------
Richco template basic stylesheet
---------------------------------*/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	background: url(images/wrapper_bgrd.jpg) repeat;
	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);
}
#contentWrapper	{
	width: 100%;	
}
.blockquote	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #111;
	margin-left: 45px;
	margin-right: 30px;
}
.blockquotesmaller	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #111;
	margin-left: 45px;
	margin-right: 30px;
}
.formtext	{
	font-size: 10px;
	color: #111;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 10px;
}
.tabletext	{
	font-size: 10px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.tabletextheading	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00A;
}
.blockquoteheading	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 14px;
	color: #00A;
	margin-left: 45px;
	margin-right: 30px;
	margin-top: 30px;
	font-weight: bold;
}
#navbar	{
	width: 100%;
	height: 60px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 8px;
	background-image: url(images/dropdown.jpg);
	background-repeat: no-repeat;
}
#anim	{
	width: 851px;
	height: 300px;
	margin-bottom: 0px;
	background-image: url(images/animation_bg.jpg);
	background-repeat: no-repeat;
}
.smallprint	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777;
	text-decoration: none;
}
.smallprint	a:hover {
	font-size: 9px;
	color: #00A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.imgleft	{
	float: left;
	margin-left: 100px;
	margin-right: 30px;
}
.imgright	{
	float: right;
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 20px;
}
#clear {
clear:both;
}
a:link {
	color: #777;
	text-decoration: none;
}
a:active {
	color: #777;
	text-decoration: none;
}
a:visited {
	color: #777;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftContent {
	width: 457px;
	height: 507px;
	float: left;
	margin-top: -20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/maintext2col.jpg);
	background-repeat: no-repeat;
}
#rightContent	{
	width: 393px;
	height: 506px;
	float: right;
	margin-top: -20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/dotpoints.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container {
	width: 851px;
	height: 1005px;
	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;
}
.oneColFixCtrHdr #header {
	background: url(images/header.jpg);
	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. */
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin: 0;
	width: 851px;
	height: 506px;
	background: 0;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: 0;
	width: 851px;
	margin-top: -15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p {
	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 */
	padding-bottom: 2px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
table	{
	border-collapse: collapse;
	width: 353px;
	border: none;
	margin-left: 15px;
	margin-right: 5px;
	padding: 0px;
	}
th, td	{
	padding: 4px;
}
#treerightContent	{
	width: 393px;
	height: 506px;
	float: right;
	margin-top: -20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.metaprint	{
	font-size: 7px;
	color: #777;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.metaprint a:link	{
	font-size: 7px;
	color: #777;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.metaprint a:visited	{
	font-size: 7px;
	color: #777;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.metaprint a:active	{
	font-size: 7px;
	color: #777;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.metaprint	a:hover {
	font-size: 7px;
	color: #00A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

