@import url(rte.css);

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

a {
	color: #D2232A;
}

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

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

#logo {
	position: absolute;
	border: 1px solid black;
	top: 2px;
	left: 2px;
}

#topnav {
	position: absolute;
	top: 202px;
	left: 22px;
	background-color: black;
	width: 736px;
}

#topnav ul {
	padding: 0px;
	margin: 0px;
}

#topnav li {
	float: left;
	list-style: none;
}

#topnav li a {
	text-transform: lowercase;
	color: white;
	text-decoration: none;
	display: block;
	padding: 15px 30px 15px 30px;
}

#topnav li a:hover {
	background-image: url(topnav_active_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*** Sidebar menu ***/

#leftside {
	margin-left: 22px;
	padding: 0px;
	font-size: 11px;
	width: 220px;
}

.nav {
	background-image:url(primarynav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px white solid;
	padding: 5px 5px 5px 30px;
}

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

#leftside .odd {
	background-color: #E4E2E3;
}

.nav a:hover {
	color: #D2232A;
}

.active a {
	color: #D2232A;
}


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

.sub a {
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	margin-top: 5px;
	display: block;
	color: #D2232A;
}

.subactive a {
	font-weight: bold;
}

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

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

#contact h1 {
	padding: 15px 10px 0px 10px;
	margin: 0px;
	font-size: x-small;
}

#contact .button {
	padding: 10px;
}

#contact .button h1 {
	padding: 0px;
	font-size: medium;
}

#contact .button p {
	padding: 0px;
}





/*** Content ***/

#content {
	padding: 10px 20px 0px 20px;
}

#content h1.csc-firstHeader {
	color: #D2232A;
	font-size: x-large;
	font-weight: normal;
	padding: 5px 0px 2px 0px;
	border-bottom: 1px dotted #D2232A;
	margin-bottom: 10px;
}

#content h1 {
	margin: 0px;
	font-weight: normal;
	font-size: medium;
}

#content h2 {
	font-size: small;
}

#content h3 {
	color: #D2232A;
	margin: 0px;
	font-weight: normal;
	font-size: medium;
}

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

#content p {
	margin-top: 0px;
}


/*** Footer ***/

#footer {	
	font-size: x-small;
	margin-top: 10px;
	padding: 2px;
	background-color: white;
	background-image: url(container_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

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

#byline {
	padding-right: 20px;
	width: 200px;

}

#graphic {
	margin-top: 5px;
	border: 1px solid black;
}

.tt-news-item {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}