/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

body {
  min-width: 780px;
}

p {
	padding: 5px;
}

a {
	color:#000;
}

img {
	border: 0;
}

td {
	vertical-align: top;
}

/* Content Styles (RTE) */

.borderbox_light {
	border: 2px solid #FFF2C6
}

.borderbox_dark {
	border: 1px solid #C2BC74;
}

.borderbox_grey {
	border: 1.5px solid #CCC;
}

.backcolorbox_light {
	background-color: #FFFAE7;
	border: 1px solid #A09A55;
}

.backcolorbox_dark {
	background-color: #C2BC74;
	color: black;
}

.bordergrid {
	border: #000000 1px solid;
}

.bordergrid td {
	border: #000000 1px solid;
}
 
.underscore_dark {
	border: 0 solid #C2BC74;
	border-bottom-width: 1.5px;
}

.blockquote {
	margin: 3px 25px;
}

.floatquote_right {
	width: 148px;
	float: right;
	margin: 5px;
}

.floatquote_wideright {
	width: 306px;
	float: right;
	margin: 5px;
}

.floatquote_left {
	width: 148px;
	float: left;
	margin: 5px;
}

.floatquote_wideleft {
	width: 306px;
	float: left;
	margin: 5px;
}

h1, h1 a {
	font-size:22px;
        font-family: Times New Roman, serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	clear: both;
}

h2, h2 a {
	font-size:18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	clear: both;
}

h3, h3 a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

h4, h4 a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

h5, h5 a {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

h6, h6 a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#MainWrap {
	text-align: center;
        background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-y;
        background-position: center;
	background-color: #FFF2C6;
}

#MainWrap img{
        float: centered;
}

#wrapper {
  text-align: left;
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  height:100%;
  min-height: 1000px;
  background-color: #FFFFFF;
}

#wrapper li {
  margin-left: 2em;
}

/*Begin Header*/
#Header {
	background-image:url( '/fileadmin/templates/images/arc-banner.png' );
	background-repeat:no-repeat;
	height: 80px;
	width: 780px;
}

#HeaderLink {
	margin-top: 12px;
	height: 55px;
	width: 355px;
	display: block;
	float: left;
}

#Search {
	float: right;
	margin-right: 40px;
	margin-top: 25px;
	font-weight: bold;
}



/*Begin Navigation*/

#nav {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 40px;
	width: 780px;
	background-color: #c2bc74;
}

#nav * {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#nav a {
	text-decoration: none;
}

#nav li {
	/*float the main list items*/
	float: left;
	display: block;
	height: 20px;
	margin: 0px;
	margin-left: 0.25em;
	margin-right: 0.25em;
}

#nav li ul {
	display: none;
}

#nav li.off ul, #nav li.on ul {
	/*put the subnav below*/
	display: none;
	position: absolute;
	top: 20px;
	right: 0px;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 780px;
}

#nav li a {
	/*for all links in the list*/
	color: #573210;
	font-weight: bold;
	display: block;
	width: auto;
	border: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#nav li.on a {
	/*change text color for active topic area*/
	border: 0px;
	color: #ffffff;
}

#nav li.on ul a, #nav li.off ul a {
	float: left;
	/*ie doesn't inherit the float*/
	border: 0px;
	color: #8f6200;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#nav li.on ul {
	/*display active subnav list*/
	display: block;
	background-color: #a09a55;
	height: 21px;
}

#nav li.on ul li.on a {
	/*change text color for active topic area*/

	border: 0px;
	color: #ffeebb;
}

#nav li.on {
/* MLC off to create solid backgroun if ul margin extends below 
	background-color: #fff;
*/
}

#nav li.off {
	background-color: #c2bc74;
}

#nav li.over ul, #nav li.on:hover ul {
	/*display the other topics when their parent is hovered*/
	display: block;
	background-color: #a09a55;
	z-index: 3000;
}

#nav li.off:hover ul, #nav li.over ul {
	/*display the other topics when their parent is hovered*/
	display: block;
	background-color: #a09a55;
	z-index: 6000;
}

#nav li.off:hover ul li a, #nav li.over ul li a, #nav li.on:hover ul li a {
	color: #573210;
}

#nav li.off:hover ul li a:hover, #nav li.over ul li a:hover, #nav li.on:hover ul li a:hover {
	color: #ffeebb;
}

#nav li ul.right li {
	float: right;
}

#nav li ul.centered li {
	float: centered;
}

#nav li ul.left li {
	float: left;
}

#nav li.on a:hover {
	color: #ffffff;
}

#nav li.off a:hover, #nav li:hover a, #nav li.over a {
	background-color: #a09a55;
	color: #ffeebb;
}

/*End Navigation*/

#Banner {
	width: 780px;
	margin-bottom: 4px;
}

#Banner p {
	margin: 0;
	padding: 0;
	border: 0;
}

/*End Header*/

/*Column One*/

#Column1 {
	width: 148px;
	margin-right: 5px;
	float: left;
}

#Column1 img{
	padding-bottom: 3px;
	text-align:center;
}

#Column1 p{
	padding: 5px;
}

#SidebarBox1 {
	border: 1px solid #dfbd80;
	padding: 3px;
	font-weight: bold;
	margin-bottom: 10px;
}

#SidebarBox1 h1 {
	display: block;
	background-color:#dfbd80;
	font-size: 14px;
	padding: 5px;
}

#SidebarBox1Image {
	border: 1px solid #dfbd80;
	font-weight: bold;
	text-align: center;
}

#SidebarBox2 {
	border: 1px solid #CCC;
	padding: 3px;
	font-weight: bold;
	margin-bottom: 10px;
}

#SidebarBox2 h1, #SidebarBox2 h1 a {
	display: block;
	background-color:#CCC;
	font-size: 14px;
	padding: 5px;
}

#SidebarNav {
	background-color:#FFFAE7;
	border: 1px solid #A09A55;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
}

#SidebarNav li {
	list-style-type: none;
}

#SidebarNav a {
	text-decoration: none;
}

#SidebarNav .navl2live {
	background: url(/fileadmin/templates/images/sidebarnav_down.gif);
	padding-left: 18px;
}

#SidebarNav .navl2dead {
	background: url(/fileadmin/templates/images/sidebarnav_right.gif);
	padding-left: 18px;
}

#SidebarNav .navl3live {
	background: url(/fileadmin/templates/images/sidebarnav_dblright.gif);
	margin-left: 10px;
	padding-left: 15px;
}

#SidebarNav .navl3dead {
	background: url(/fileadmin/templates/images/sidebarnav_right.gif);
	margin-left: 10px;
	padding-left: 15px;
}

/*End Column One*/

/*Column Two*/

#Column2 {
	width: 296px;
	margin-right: 5px;
	float: left;
	height:100%;
}

/*End Column Two*/

/*Column Three*/

#Column3 {
	width: 305px;
	float: right;
	vertical-align:top;
	font-weight:bold;
	border: 0;
}

#RightSidebarBox1 {
	border: 1px solid #c2bc74;
	padding: 3px;
	margin-bottom: 10px;
}

#RightSidebarBox1 img{
	text-align:center;
	margin-bottom: 4px;
}

#RightSidebarBox1 h1 {
	background-color:#c2bc74;
	padding: 5px;
	font-size: 14px;
}

#RightSidebarBox2 {
	border: 1px solid #77899e;
	padding: 3px;
	margin-bottom: 10px;
}

#RightSidebarBox2 h1 {
	background-color:#77899e;
	padding: 5px;
	font-size: 14px;
}

#RightSidebarBox3 {
	width: 301px;
	border: 1px solid #004990;
	padding: 3px;
	margin-bottom: 10px;
}

/*End Column Three*/

/*Column 113-2*/

#Column113-2 {
	width: 148px;
	margin-right: 10px;
	float: left;
}

/*End Column 113-2*/

/*Column 113-3*/

#Column113-3 {
	width: 464px;
	float: left;
	vertical-align:top;
	border: 0;
}


/*End Column 113-3*/

/*Column 14-2*/

#Column14-2 {
	width: 600px;
	margin-right: 5px;
	float: left;
	padding: 5px;
	height:100%;
}

/*End Column 14-2*/

/*Column 5-1*/

#Column5-1 {
	height: 100%;
	padding: 10px;
}
	

/*footer*/

#footer {
	background-color:#c2bc74;
	width:780px;
	height:10px;
	clear:both;
}

/* sitemap */
#Sitemap li {
	list-style-type: none;
}

#Sitemap .tx-dropdownsitemap-pi1 img {
	padding-right: 0.5em;
}

#Sitemap .tx-dropdownsitemap-pi1 li {
	padding-bottom: 0.1em;
}

#Sitemap .expAll 
, #Sitemap .level_1
, #Sitemap .level_2
, #Sitemap .level_3
, #Sitemap .level_4
, #Sitemap .level_5
, #Sitemap .level_6
, #Sitemap .level_7
, #Sitemap .level_8
, #Sitemap .level_9
, #Sitemap .level_10 {
	background: inherit;
	border: 0;
}

p.csc-uploads-description {
	font-size: 9pt;
}
