@import url("rte.css");

body {
	background-color: white;
	background-image: url(body_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #898272;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #CE9118;
}


#container {
	background-color: white;
	background-image: url(container_left_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

#container_right_bg {
	height: 690px;
	width: 11px;
	background-image: url(container_right_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
}

#header {
	background-image: url(header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 206px;
	overflow: visible;
}

#logo {
	position: absolute;
	bottom: 0px;
	left: 20px;
}

/*** Sidebar menu ***/

#leftside {
	background-image: url(leftside_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 472px;
	padding: 0px;
}

.nav {
	background-image: url(nav_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: 11px;
	width: 160px;
	font-size: small;
}

.nav a {
	color: #898272;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 10px 5px 6px 30px;
	background-image: url(nav_a_bg.gif);
	background-repeat: no-repeat;
	background-position: 12px 13px;
}

.active a, .nav a:hover {
	color: #CE9118;
}


#contact {
	padding: 20px 10px 0px 20px;
	font-size: x-small;
}

#contact p {
	padding: 0px;
	margin: 0px;
}

/*** Content ***/

#content {
	font-size: small;
	padding: 10px 30px 10px 20px;
	min-height: 500px;
}

#content h1 {
	color: #CE9118;
	font-size: medium;
}

#content h1.csc-firstHeader {
	font-size: x-large;
	background-image: url(h1_bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.csc-textpic-caption {
	font-size: smaller;
}

/*** Footer ***/

#footer {
	font-size:x-small;
	padding: 5px 40px 5px 40px;
}

#footer a {
	color: #CE9118;
	text-decoration: none;
}

#footer p {
	padding: 0px;
	margin: 0px;
}

#banners {
	float: right;
}

#banners img {
	padding-bottom: 5px;
}

.quote {
	background-color: #DAD0BB;
	padding: 10px;
	margin-left: 40px;
	margin-right: 40px;
}