/*basic page definitions */

/* ff bug */
a:focus {outline: none}

#footer {
	overflow: auto;
}

#arcus-logo {
	float: left;
}
body {
 	background-color: #93bad8;
	margin: 0;
	padding: 0px 0px 0px 20px;
	}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: arial, Helvetica, sans-serif;
	}    
	
img { border: none;}                                                             
/* end page definitions*/

/* header styles*/
div#header {
	width: 820px;

	}
/* end header styles */

/* main layout table styles */
table#content {
	margin-top: 10px;
	width: 818px;
	}
	
/*end main table styles */

/* side menu styles */	
#leftnav p {
	font-size: 10px;
	}

#leftnav {
	background-color: #ccc;
	padding-top: 5px;
	border-right: 1px dotted #666;
	width: 175px;

	}
	
#leftnav ul {
	font: .8em/1.1 arial, Helvetica, sans-serif;
	list-style: none;
	margin: 3px 0px 0px 0px;
	padding: 0;
	width: 155px;
	}

#leftnav ul li {
	border-bottom: 1px dotted #fff;
	margin-left: 5px;
	padding: 3px 0px 3px 0px;
	}

#leftnav li ul li {
	border: none;
	}
	
#leftnav ul ul {
	margin-left: 20px;
	}
	
#leftnav li a:link, #leftnav li a:visited {
	text-decoration: none;
	color: #333;
	padding-left: 10px;
	}
	
#leftnav li a:hover{
	
	text-decoration: underline overline;
	color: #1e8ed3;
	padding-left: 10px;
	}

#leftnav li a.expand:link {
    background-image:  url("/SEARCH/images/plus.gif");
	background-repeat: no-repeat;
    padding-left: 10px;
}

#leftnav li a.expand:visited {
    background-image:  url("/SEARCH/images/plus.gif");
	background-repeat: no-repeat;
    padding-left: 10px;
	}
	
#leftnav li a.expand:hover {

	background-image:  url("/SEARCH/images/plus.gif");
	background-repeat: no-repeat;

	padding-left: 10px;
	
}

#leftnav li a.expanded:link {
    background-image:  url("/SEARCH/images/minus.gif");
	background-repeat: no-repeat;
	
    padding-left: 10px;
}

#leftnav li a.expanded:visited {
    background-image:  url("/SEARCH/images/minus.gif");
	background-repeat: no-repeat;
	
    padding-left: 10px;
	}
	
#leftnav li a.expanded:hover {

	background-image:  url("/SEARCH/images/minus.gif");
	background-repeat: no-repeat;
	
	padding-left: 10px;
	}
	
	#siwo  {
  margin-top: 5px;
 background-color: #aaa;
}
/* end side menu styles*/

/* main body content */
td#maincontent  {
	vertical-align: top;
	
	}
	
#maincontent {
	position: relative;
	background-color: #ededed;
	margin: 0px 0px 5px 10px;
	padding: 5px 10px 15px 10px;

}

#maincontent ul.eventlist { padding: 10px 0px 10px 0px; margin: 10px 0px 10px 0px; width: 500px;

}

#maincontent ul.eventlist li { list-style-type: none;

}

/* horizontal navigation definitions */
#maincontent #subnavsingle li.rightmost { border: none;}

#maincontent #subnavsingle {
	
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-left: 0px;
	margin-bottom: 10px;
	width:100%;
	padding: 0px;
	
	
}


#maincontent ul#subnavsingle  {
			padding: 3px 0px;
	}
	
#maincontent #subnavsingle li {
	display: inline;
	padding: 0px 5px 0px 5px;
	border-right: 1px dotted #777;
	
	
	}

#maincontent #subnavsingle a {
	text-decoration: none;
	font: bold 1em  Arial, Helvetica, sans-serif;
	color: #2A4F6F;
	
	}
	
#maincontent #subnavsingle a:hover {
	color: #555;
	}
	
#maincontent #subnav li.rightmost { border: none;}
#maincontent #subnav {
	
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	width: 425px;
	padding: 0px;
	
}

#maincontent ul#subnav  {
			padding: 3px 0px 10px 0px;
	}
	
#maincontent #subnav li {
	display: inline;
	padding: 0px 5px 0px 5px;
	border-right: 1px dotted #777;
	
	
	}

#maincontent #subnav a {
	text-decoration: none;
	font: bold 1em  Arial, Helvetica, sans-serif;
	color: #2A4F6F;
	
	}
	
#maincontent #subnav a:hover {
	color: #555;
	}

#maincontent #subnav2 li.rightmost { border: none;}
#maincontent #subnav2 {

	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	width: 425px;
	padding: 0px;
	
}

#maincontent ul#subnav2  {
			padding: 0px 0px 3px 0px;
	}
	
#maincontent #subnav2 li {
	display: inline;
	padding: 0px 5px 0px 5px;
	
	border-right: 1px dotted #777;
	
	
	}

#maincontent #subnav2 a {
	text-decoration: none;
	font: bold 1em  Arial, Helvetica, sans-serif;
	color: #2A4F6F;
	}
	
#maincontent #subnav2 a:hover {
	color: #555;
	}

#maincontent p.sio-report { 

font-size: 14px;
margin-bottom: 0px; 
border-top: 1px dotted #CCC;  
padding: 5px;

}

#maincontent .sio-report a {
text-decoration: none;
	font: bold 14px  Arial, Helvetica, sans-serif;
	color: #2A4F6F;

}

#maincontent .sio-report a:hover {
text-decoration: none;
	color: #555;

}

/*end horizontal navigation */

#maincontent a:link { text-decoration: none; color: #2A4F6F; }

#maincontent a:visited { text-decoration: none; color: #2A4F6F; }

#maincontent a:hover { text-decoration: underline; color: #555;}

#maincontent h1 {
		margin: 5px 0px 10px 2px;
		font: bold 175% Tahoma, Helvetica, sans-serif;
}

/*heaader definitions*/
#maincontent h1 span {
	color: #3997d1;
	}

#maincontent h1 span.darkblue {
	color: #3997d1;
	font-size: 22px;
	}

#maincontent h2 {
	font: 16px, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px 0px 15px 0px;
	color: #2A4F6F;
	}
	
#maincontent h2.floatright {
	line-height: normal;
	margin-bottom: 0px;
	}

#maincontent h3 {
	font: bold 13px arial, Helvetica, sans-serif;<link rel="stylesheet" type="text/css" href="search_style.css">
	margin: 20px 2px 15px 0px;
	padding-bottom: 0px;
	color: #2A4F6F;
	}

#maincontent h4 {
		font: bold 13px arial, Helvetica, sans-serif;
		margin: 3px 2px 15px 0px;
		padding-bottom: 0px;
		color: #2A4F6F;
	}

#maincontent h5 {
    font: bold 13px arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	}

#maincontent h6 {
    font: bold 13px arial, Helvetica, sans-serif;
	margin: 3px 0;
	color: #2A4F6F;
	}
/*end header definitions*/
#maincontent p {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin-top: 0px;
	line-height: 1.2em;
	
	}
	
#maincontent #main_image {
	
	float: right;
	margin: 10px 10px;
	width: 300px;
	font-size: .75em;
	border: 1px dotted  #999;
	}


#maincontent #main_image p {
	margin: 3px 10px 3px 10px;
	float: right;
	width: 275px;
}

#maincontent #main_image h4 {
	margin: 5px 0px 0px 10px;
	}
	
#maincontent #main_image img {
	margin-top: 2px;
	margin-left: 10px;
	}
		
#maincontent #main_image_narrow {
	
	float: right;
	margin:30px 2px 30px 10px;
	width: 225px;
	font-size: .75em;

	}

#maincontent #main_image_narrow p {
	
	font-size: 10px;
	
	}

#maincontent #main_image_narrow blockquote {
	margin-top: 0px;
	font-size: 10px;
	
	}
#maincontent ul {
		
		margin: 2px 2px 2px 2px;
	   font-size: 12px;
	   
	}
#maincontent ul li {
	margin-bottom: 3px;
	
	}

#maincontent .unordered-list {
width: auto;
padding-left: 30px;
padding-bottom: 5px;
padding-top: 5px;
}

#maincontent .numbered-list {
width: auto;
padding-left: 30px;
padding-bottom: 5px;
padding-top: 5px;
font-size: 12px;
}

#maincontent .unordered-list li {
line-height: 1.1em;
}

#maincontent .committee .unordered-list li {
list-style-type: none;
}
	
#maincontent #links p {
	margin-top: 25px;
	}
	
#maincontent .switchcontent ol {
	list-style-type: square;
	width: 350px;
	margin: 0px 0px 3px 35px;
	
	}

#maincontent .switchcontent ol li {
	list-style-type: lower-alpha;
	margin: 0px 0px 5px 35px;
	font-size: 12px;
	}

#maincontent #questions h5 {
	margin: 10px 50px 10px 30px;
	width: 450px;
	cursor: hand;
	cursor: pointer;
	}	

#maincontent #questions h5 span {
	color: #2A4F6F;
	}
	
/*end main content */
/* footer style definitions */
#footer {
	text-align: center;
	background-color: #ccc;
	margin: 10px 0px;
	width: 818px;
	padding: 5px 0px;
	line-height: 1.2em;
	-moz-border-radius: 10px 10px 10px 10px;
	font: normal .7em Arial, Helvetica, sans-serif;
	}

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

#footer a:link { text-decoration: none; color: #2A4F6F; }

#footer a:visited {text-decoration: none; color: #2368b1; }

#footer a:hover { text-decoration: underline; color: #555;}

#tagline {
	margin: 0px 35px 0px 0px;
	}
/*end footer styles*/

/*Search Tabular Datasets*/	
.data { width: 600px; font-size: 12px; border-collapse: collapse; } /*data is main table*/

#maincontent .data td {background-color: #EDEDED; border: 1px solid #ccc; padding: 4px;  line-height: 1em; vertical-align: top;} /* td's are the main table cells in the gray block*/

#maincontent table.contactinfo td {background-color: #EDEDED; border: none; padding: 4px;  vertical-align: top;}

#maincontent .data td p {  line-height: 1.25; margin: 0px;} /*applying mainstyles to <p> in the main cells*/

.data tr.altrow {background-color: #DFE7F2;} /*alternating color rows*/

.data tr:hover {background-color: #DFE7F2;} /*mouseovers the rows with lightblue*/

#maincontent .data a:link {color: #1756A3; text-decoration: none; white-space: normal;} /*sets colors for links*/

#maincontent .data a:visited {color: #777; text-decoration: none;} /*sets colors for visted links*/

#maincontent .data a:hover {color: #1E8ED3; text-decoration: underline;} /*sets colors for mouseover links (blue)*/

.data th {padding: 4px 10px 4px 3px; background-color: #ccc; border: 1px solid #999; color: #333;} /*this is the top and side gray rows*/

.data caption {font-weight: bold; font: 125% Georgia, "Times New Roman", Times, serif; margin: 5px 0px 10px 2px; color: #2A4F6F;} /* caption styles lightblue color */

/*end tabular datasets */

/* CLASSES AVAILABLE TO CONTRIBUTE */

/* colors */	
.c1 {color: #555;}
.c2 {color: #9a9a9c;}
.c3 {color: #3997d1;}
.c4 {color: #4a6984;}
.c5 {color: #2a7ea8;}
.c6 {color: #2b9dda;}
.c7 {color: #365876;}
.c8 {color: #f00;}
.c9 {color: #93bad8;}
/*end colors*/
#maincontent .byline {  
	color: #666;
	font: italic bolder 13px Georgia, "Times New Roman", Times, serif;
	}
	
#maincontent .bitalic {
	font-style: italic;
	font-weight: bold;
	}
	
#maincontent .inline {
	display: inline;
	}

#maincontent .floatleft {
	float: left;
}

img.floatright {
margin: 0px 3px;
 }

#maincontent .floatright {
	float: right;
}

img.floatright {
margin: 0px 3px;
 }

#maincontent img.floatleft {
	margin: 10px 10px 5px 5px;
	}
	
#maincontent .clear {
	clear: both;
	}
	
#maincontent ul.contactinfo {
	list-style: none;
	display: inline;

	}


#maincontent ul.space  li {
	line-height: 1;
	}
	
#maincontent .justify {
	text-align: justify;
	}
	
#maincontent ul.list {
	list-style: none;
	width: 80%;
	line-height: 1.2;
	}
#maincontent .colorbar {
	background-color: #93bad8;
	width: 350px;
	padding: 3px 3px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}

#maincontent .topline {
	border-top: 1px dotted #777;
	padding-top: 5px;
	}
	
#maincontent .box img {

	margin: 5px 10px 3px 3px;
	}
	
	
#maincontent td.tableback {background-color: #93bad8;	} /*table background color*/ 
#maincontent td.tableback2 {background-color: #ccc; } /*secondary table background color*/ 

.imgborder {border: 1px solid #000; margin: 10px 10px 10px;}

/*agenda styles*/

.agenda { font-size: 12px; border-collapse: collapse; border: 1px solid #ccc; width: 100%;

}

.agenda td { padding: 3px; border: 1px solid #ccc; vertical-align: top;

}

#maincontent .agenda td p {
padding: 0;
margin: 0;
}

#maincontent .agenda .talk-title {
margin-bottom: 10px;
}

.agenda-header {
text-align: center;
}

#maincontent .agenda .talk-title {

}

#maincontent td.agenda-topic {
color: #ffffff;
font-variant: small-caps;
font-size: 14px;
font-weight: bold;
font-style: italic;
background-color: #999999;
}

#maincontent .agenda-header ul {
list-style: none; 
width: auto; 
margin: 0px;
padding-top: 3px; padding-bottom: 3px;
}

#maincontent .agenda-header ul li {
padding: 0;
margin: 0;
}

#maincontent .agenda .numbered-list {
margin: 5px;
}

#maincontent .agenda .unordered-list {
width: auto;
padding-left: 30px;
padding-bottom: 10px;
padding-top: 5px;
}

#maincontent .agenda .unordered-list li {
list-style-type: disc;
}

/*end agenda styles*/

/* New contact/plist styles */

li.name {
font-weight: bold;
}

.p-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.person {
	float: left;
	height: 200px;
	width: 45%;
} 

#maincontent .person ul {
    list-style-type: none;
    padding-left: 0;
}

.person ul li.name {
    font-weight: bold;
}

.person ul li.name em {
	font-weight: normal;
}

/* icons */
ul.documents {
	list-style: none;
		padding: 0;
}


li.pdf-small {
  background: transparent url(/images/icons/sm/icon_pdf_sml.png) no-repeat left center;
  padding-left: 20px;
  line-height: 18px;
}	

/* document icon styles */
#maincontent ul.documents {
	padding: 0 0 0 10px;
	margin-bottom: 20px;
}

ul.documents li {
	margin: 10px 0;
}

li.pdf {
	list-style-type: none;
	margin-bottom: 8px !important;
	padding-left: 20px;
	background: transparent  url(http://www.arcus.org/images/icons/sm/icon_pdf_sml.png) left center no-repeat;
}

li.ppt {
	list-style-type: none;
	margin-bottom: 8px !important;
	padding-left: 20px;
	background: transparent  url(http://www.arcus.org/images/icons/sm/icon_powerpoint_sml.png) left center no-repeat;
}

li.external {
	list-style-type: none;
	margin-bottom: 8px !important;
	padding-left: 20px;
	background: transparent  url(http://www.arcus.org/images/icons/sm/icon_external_10.png) 5px center no-repeat;
}

/* sub nav*/
#sub-nav-wrapper {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:2px 0;
	padding:0.2em 0;
	width:100%;
	margin-bottom: 10px;
}

#sub-nav {
	list-style-type:none;
	margin:0;
	padding:0;
}

#sub-nav li {
	border-right:2px solid #AAAAAA;
	display:inline;
	padding:0 0.5em 0 0.3em;
}

#sub-nav li.last-child {
	border-right:medium none;
}

.content-right {
	float:right;
  margin:0 0 10px 10px;
}

.content-left {
	float:left;
  margin: 0 10px 10px 0;
}

/* sio */
.logos {
  list-style: none;
  padding: 0;
}

.logos li {
  display: inline;

}
