/* CSS Document */

body {
      background:url(img/tile.gif);
      margin:0;
      padding:0;
      color:#000;
      font:x-small/1.5em Myriad, Arial, Helvetica, sans-serif;
      voice-family: "\"}\""; voice-family:inherit;
      font-size:small;
} 
	   
/*all header styles are only for the top drop-down menu */
 
#header{
	position:relative;
	margin-right:5%;	
    float:right;
    width:100%;
	height:45px;
    font-size:93%;	  
    line-height:normal;
	z-index:1;
	text-align:bottom;
	margin-bottom:0;
	padding-bottom:0;
}

#menu { /* all lists */
	min-width:850px;
	max-width:1200px;
	margin-right:19%;
    list-style:none;
	padding-left:85px;

}

.outerli,
.who-we-are,
.what-we-do,
.communications,
.events-calendar,
.contact-us,
.reasons { /* all list items */
	float:right;
    background:url(img/rightoff.gif) no-repeat right top;
    margin:0;

}




#menu li ul { /* second-level lists.  Controls style of list background */
	background-image:none;
	position: absolute;
	display:block;
	background: white;
	list-style:none;
	text-align:left;
	margin:0px 0px 10px 0px;
	border: 1px solid #CCCCCC;
	border-top:hidden;	
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.menulink {
    display:block;
	background:url(img/leftoff.gif) no-repeat left top;      
	padding:1em 2em .5em 2em;
    text-decoration:none;
    font-weight:bolder;
    color:#765;
	}
	
.submenulink {
	background: none;  
	text-align: left;
	}
	
#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	text-align:left;
	margin-left:7px;
}

#menu a:hover {
    color:#669900;
}
    
#header .current {
    background:url(img/righton.gif) no-repeat right top;
	float:right;
    margin:0;
}

#header .current a {
	background:url(img/lefton.gif) no-repeat left top;  
	color:#990000;
}

#header .current ul li a {background:none; color:#333333;}

#header .current ul li a:hover {color:#669900; }

.submenu ul li {
	list-style:none;
	text-align:left;
	z-index:9999;
}

.submenu{

	z-index:9999;
}

.drop{
	list-style:none;
	background: white;
	margin:10px 0 10px;
	
}

li.drop{padding:0 15px; margin-left:0;}

ul.submenu{padding-left:0; margin-left:0;}


.box{
	clear:both;
	background:url(img/topright6.jpg) no-repeat right top;
	width:98%;	
	min-width:950px;
	max-width:1280px;
}
/*  Inline for individual graphics
.box-outer {
	background:url(img/topleft6.jpg) no-repeat left top;
}
*/
.box-inner {
	background: url(img/bottomright6.jpg) no-repeat right bottom;
}

.box-super {
	background: url(img/bottomleft6.jpg) no-repeat left bottom;
	min-height:800px;
	overflow:auto;
	position:relative;
	padding-bottom:36px;
}

.box p {
	padding:0 35px 35px 35px;
}

.box-super h1{
	position:relative;
	padding-left:60px;
	padding-top:20px;
}

.box-super p {
	position:relative;
	padding-left:75px;
	vertical-align:text-top;
}

#homepage .box-super p {
	padding:0;
}

	#homepage .box-super ul#alpha-list{
		margin:0;
		}

	#homepage .box-super ul#alpha-list li {
		list-style-type:lower-alpha;
		margin:0;
		padding:0;
		}
		
		#homepage .box-super ul#alpha-list li strong{
			color:#990000;
			}

		#homepage .box-super ul#alpha-list li p{
			padding:0;
			margin: 0 0 10px;
			}

a{
	color:#333333;
	text-decoration:none;
}

a:hover{
	color:#990000;
	text-decoration:underline;
	cursor:pointer;
}

/* This section is all of the main content of the page including header content, sidebars and footer */


#wrap{
	margin-left:5%;
	margin-right:5%;
}

#logobar {
	padding-top:40px;
	padding-left:40px;
}

#maincontent {
	float:left;
	margin-left:0%;
	width: 70%;
}

#sidebar{
	padding:0 5% 0 0;
	float:left;
	width: 20%;
	font-weight:bolder;
	text-align:right;
}

#sidebar ul li{
	padding-top:10px;

}


#footer {
	clear:both;
	padding:2% 0 5% 2%;
	text-align:right
}

.leadtext {
	float:right;
	width:63.5%;
	padding-left:3.5%;	
	margin-left:20%;
	margin-right:6.5%;
}

.headertext {
	font-size:larger;
	font-weight:bolder;
	color:#990000;
}

.paragraphtext {
	color:#333333;
	font-size:inherit;
	clear:both;
	display:block;
}

.paragraphtext p{padding:0;}

.paragraph{
	padding:0px;
	margin:0px;
	}

.paragraphtext ul{
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
	zoom:1;
	width:100%;
	display:block;
	}
	
	.paragraphtext ul li{
		margin:0;
		padding:0 0 0 16px;
		list-style:disc;
		list-style-position:inside;
		}

/* this content is the inner flexible box divs */

.box2{
background: url(img/topright5.jpg) no-repeat right top;

}

.box-outer2 {
background: url(img/topleft5.jpg) no-repeat left top;
}

.box-inner2 {
background: url(img/bottomright5.jpg) no-repeat right bottom;
}

.box-super2 {

margin:0px;
padding:7% 10% 6% 10%;
background: url(img/bottomleft5.jpg) no-repeat left bottom;
}


.rightalign{
text-align:right;
}

.rightaligntop{
float:right;
text-align:right;
position:relative;
}

.leftalign{
padding-top: 10px;
float:left;
position:relative;
text-align:left;
}

.content{
clear:both;
}

.redtext{
color:#990000;
}

.black{
background-color:#333333;
color:#FFFFFF;
}

.greybackground{
background-color:#DBDBDB;
}

.underline{
text-decoration:underline;
}

/*table styles*/

table {
width:100%;
border: 1px solid #000;
background: #fff;
}



table th, table td {
margin:0;
padding: 4px 4px;
text-align:left;
border-bottom: 1px solid #b5b5b5;
}

table .name {
text-align:left;
}

table tr {
background: #e6e6e6;
}

table.sponsor-table tr {
background: #fff;
}

table tr.alt {
background:#f1f1f1;
}

table td a{
display:block;
font-weight:bold;
}

table td a{
display:inline;
font-weight:bold;
color:#900;
}

textarea{
width:100%;
}

table th{
font-weight:bold;
text-align:center;
}

table tr td.price {
text-align:right;
padding-right: 10px;
vertical-align:top;
}

.bold {
font-weight:bold;
}

.styled {
font-weight:bolder;
font-style:italic;
}

li#current ul li a{background-color:#FFFFFF!important; background-image:none !important; color:#333333 !important;}

.downloads{position:relative; overflow:auto; display:block; float:left; width:100%;}
/*.downloads .ccdc-graphics{float:left; display:block; width:50px; clear:both;}*/
.downloads .ccdc-graphics img{border:1ps solid #666;}
.downloads .ccdc-info{float:left; display:block; width:85%; margin-bottom:10px;}
.downloads .ccdc-info p{margin:0; padding: 0;}
h3 .dotted-border {display:block; width:100%; margin-top:24px;}
.dotted-border {border-bottom: 1px dotted #ccc; padding-bottom:6px;}


#homepage #sidebar {min-width:212px;}
#sidebar .downloads{position:relative; overflow:auto; display:block; float:left; width:100%;}
#sidebar .downloads .ccdc-graphics{float:left; display:block; clear:both; width:30px; text-align:left; margin:4px 0;}
#sidebar .downloads .ccdc-graphics img{border:1px solid #666;}
#sidebar .downloads .ccdc-info{float:left; display:block; width:180px; margin-bottom:10px;}
#sidebar .downloads .info{text-align:left; float:left; width:100%; font-weight:normal; font-size:0.9em; color:#666; clear:both; position:relative; margin: 0 0 10px 0; zoom:1;}
#sidebar .downloads .ccdc-info p{margin:0 0 0 10px; padding: 0; text-align:left;}
#sidebar .downloads .ccdc-info p a{margin:0 0 20px 0; padding: 0; text-align:left; width:180px;}
#sidebar h3 .dotted-border {display:block; width:100%; margin:24px 0 0 0; padding:0; text-align:left;}
#sidebar .dotted-border {border-bottom: 1px dotted #ccc; padding-bottom:6px;}

.sponsor{width:100%; border-bottom: 1px dotted #ccc; padding-bottom:10px; margin-bottom:10px; position:relative; overflow:auto;}

.sponsor a{float:left; display:block; overflow:auto;}

.sponsor-list h3{border-bottom: 1px solid #aaa; margin-bottom:10px; padding-bottom:6px;}

.sponsor-list ul{margin:20px 0 0 0; padding:0; list-style:none; display: block; overflow:hidden;}

.sponsor-list ul li{margin:0 16px 0 0; padding:0; display:inline; list-style: none; float:left; height:110px;}

.sponsor-list ul li a{border:none;}

.sponsor-list ul li a img{border:none;}

.sponsortext{clear:both; color:#666; margin-left:64px; float:left;} 

.mandate{
	border-bottom:1px solid #CCCCCC;
	padding:0 5px;
	width:98%;
	}
	
.committee-list{vertical-align:text-top;}

.committee-list tr th{vertical-align:text-top; color:#fff; background:#333;}

.committee-list tr td{}