.tx-slideshow-pi1 {
	padding-left: 30px;
}

body {
	background-color:#f6f6f6;
	color: #858585;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: small;
	padding: 20px;
}

a {
	color: #FF0000;
	font-weight:bold;
	
}

#container {
	background-color: white;
	background-image: url(container_bg.gif);
	background-repeat: repeat-y;
	background-position:left;
}

#header {
	height: 176px;
	background-image:url(header_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#logo {
	position: absolute;
}

#banner {
	position: absolute;
}

/*** Sidebar menu ***/

#leftside {
	padding-left:0px;
	padding-top: 50px;
}

.nav {
	padding: 5px 0px 5px 15px;
	margin: 0px 10px 2px 3px;
	background-image:url(nav_bg.gif);
	background-repeat:repeat-y;
}

.nav a {
	text-decoration: none;
	color: #FF0000;
}

.nav a:hover {
	text-decoration: underline;
}

.active a {
	color: #858585;
}


.sub {
	margin-left: 20px;
	margin-bottom: 5px;
}

.sub a {
	background-image:url(sub_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	margin-top: 5px;
	display: block;
	color: #5A5A5A;
}

.subactive a {
	color: #858585;
}

.sub a:hover {
	text-decoration: underline;
}

#contact {
	font-size: x-small;
	padding-top: 30px;
	padding-left: 20px;
}

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




/*** Content ***/

#content {
/*	background-color:white;*/
	color: #858585;
	padding: 30px 60px 0px 50px;
	
}

#content h1 {
	color: #FF0000;
	letter-spacing:-1px;
	padding:0;
	font-size: medium;
}

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



/*** Footer ***/

#footer {
	color:#464646;
	font-size: x-small;
	background-image:url(footer_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a {
	color: #464646;
	text-decoration: none;

}

#footer p {
	padding: 0px 0px 40px 220px;
	margin: 0px;	

}

#byline {
	color:#CCCCCC;
	padding-top: 3px;
	padding-right: 20px;
	width: 200px;

}

#byline a {
	color: #CCCCCC;
	text-decoration: none;
}

.tx-cfamooflow-pi1 {
  width: 500px;
}