@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #D4D0C8;
	background-image: url(../images/design/bg_long.jpg);
}
.crcs #container {
	width: 788px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.crcs #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/design/crcs-logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 155px;
	vertical-align: top;
}
.crcs #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 */
	font-size: medium;
	color: #FFFFFF;
	letter-spacing: normal;
	text-align: right;
	vertical-align: baseline;
	word-spacing: normal;
}
.crcs #address {
	position: relative;
	margin-top: 20px;
	vertical-align: bottom;
}
.crcs #navbar {
	height: 25px;
	position: relative;
	top: 15px;
	margin-top: 25px;
}
.crcs #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1A4615;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.crcs #topcontent {
	height: 250px;
}
.crcs #contact {
	float: left;
	height: 25px;
	width: 130px;
	padding: 3px;
	border: 2px double #1A4317;
	margin-right: 10px;
	margin-bottom: 10px;
	position: absolute;
}
.crcs #bottomcontent {
	height: 400px;
	background-color: #E7E7E7;
}
.crcs #rtcontent {
	width: 30%;
	padding-right: 5px;
	padding-left: 5px;
	float: right;
	margin-left: 10px;
	margin-top: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 8px;
	right: 6px;
	height: 41px;
}
.crcs #ctrcontent {
	width: 30%;
	padding-right: 5px;
	padding-left: 5px;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 269px;
	top: 10px;
	right: auto;
	height: 36px;
	margin-top: 300px;
}
.crcs #ltcontent {
	width: 234px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	height: auto;
	margin-top: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 9px;
	position: absolute;
	left: 3px;
	background-repeat: no-repeat;
	background-position: center top;
}
.crcs #topc {
	background-image: url(images/design/box_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 19px;
}
.crcs #midc {
	background-color: #FFFFFF;
	height: 280px;
	background-position: right top;
	padding-right: 3px;
	padding-left: 3px;
	width: 224px;
	margin-left: 2px;
}
.crcs #botc {
	background-image: url(images/design/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 19px;
	margin-top: -17px;
}
.crcs #footer {
	height: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #1A4615;
}
.crcs #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: 12px;
	color: #FFFFFF;
}
.style2 {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
#apDiv1 {
	position:absolute;
	left:142px;
	top:94px;
	width:786px;
	height:24px;
	z-index:1;
}
.style7 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.style11 {color: #1A4615; font-weight: bold; }
.style12 {
	color: #1A4615;
	font-size: x-large;
	font-weight: bold;
}
.style13 {font-size: xx-large}
.style14 {font-size: x-large; color: #1A4615;}
.style16 {
	font-size: small;
	font-weight: bold;
	font-style: italic;
}
.style17 {font-size: small; font-weight: bold; color: #FFFFFF; font-style: italic; }
