/* HTML TAG STYLES */

div, h1, h2, h3, h4, a, p, th, td, ol, li, form, * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 11px;
    line-height: 130%;
} 

img {
	border: 0;
	vertical-align: top; /* important for html strict mode */
}

h1 {
   font-family: Arial, Helvetica, sans-serif;
   color: #000;
   font-size: 18px;
   font-weight: normal;
   margin-top: 10px;
}

h1ital {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	font-style: italic;
}

h2 {
	color: #818a40;
   font-size: 13px;
   margin-bottom: 5px;
   font-weight: normal;
	border-bottom: 1px solid #818a40;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
   color: #000;
   font-size: 22px;
   font-weight: normal;
}

h4 {

}

a:link, a:visited, a:active { 
   color: #008fd4;
   font-weight: bold;
   text-decoration: none;   
}

a:hover {
   text-decoration: underline;
}

th, td {
	vertical-align: top;
}

ul {
	margin: 0;
	padding: 10px 10px 10px 45px;
}

li {
	margin: 0 0 10px 0; 
	padding: 0;
}

p {
   margin: 0 0 10px 0;
}


/* LAYOUT */

body {
	text-align: center; /* to center page */
	margin: 0;
	padding: 0;
	background-color: #d5d5d5;
}

#containerMargin {
	margin: 10px; /* IE pre-6 box model hack */
}

#container {
	width: 760px;
	padding: 0px;
	background-color: #fff;
	text-align:left; /* to put contents of page back left-aligned */
	margin: 0px auto; /* to center page */
   border: 10px solid #fff;
}

#branding {
   border-bottom: 5px solid #929594;
   margin-bottom: 1px;
}

#contentTable {
	border: 0;
	background-color: #fff;
}

#sidebarTD {
	width: 204px;
	margin: 0;
   background-image: url(images/bg_shadow_right.gif);
   background-position: top right;
   background-repeat: repeat-y;
}

#sidebar {

}

#spacer {
	width: 10px; /* space between sidebar and content */
}

#contentTD {
	margin: 0;
	width: 556px;
}

#content {
   padding: 5px 0 0 10px;
}

#footer {
	text-align: center;
   background-color: #e3e2dd;
   height: 30px;
   color: #333;
   vertical-align: middle;
}

#nav {
   border-bottom: 3px solid #dedfdf;
}



/* LOGO */

#logo {
	float: left;
   margin-bottom: 5px;
}

#search {
float: right;   
margin-top: 40px;
}

#search img {
   float: left;
   margin: 0 18px 0 0;
}

#search .search-box {
   border: 1px solid #000;   
   height: 14px;
   font-size: 11px;
}

#search .search-go {
   background-color: #49643c;
   color: #fff;   
   border: 0;
   padding: 3px 2px 2px 2px;
   font-size: 10px;
}

#support {
   margin-top: 2px;
}

#support a:link,
#support a:active,
#support a:visited,
#support a:hover {
   color: #000;
   text-decoration: none;
   font-size: 10px;
}

#support a:hover {
   text-decoration: underline;
}


/* SIDEBAR */

#sidebar * {
	font-size: 11px;
   line-height: 140%;
}

#sidebar a:link,
#sidebar a:visited,
#sidebar a:active,
#sidebar a:hover {
   color: #008fd4;
   font-weight: bold;
   text-decoration: none;
}

#sidebar a:hover {
   text-decoration: underline;
}

#sidebar .sidebarItem {
   border-bottom: 1px solid #dedfdf;
   padding: 15px 0px 15px 0;
   margin: 0 10px 0 15px;
}

#sidebar .sidebarItem img {
   margin-bottom: 5px;
}

#sidebar h1 {
   font-family: Arial, Helvetica, sans-serif;
   color: #000;
   font-size: 18px;
   font-weight: normal;
}

#quoteTop {
   background-image: url(images/quote_top.gif);
   background-position: top left;
   background-repeat: no-repeat;
   padding-top: 30px;
   padding-left: 10px;
   padding-right: 10px;
}

#quoteTop div {
   line-height: 170%;
}

#quoteBottom {
   background-image: url(images/quote_bottom.gif);
   background-position: top right;
   background-repeat: no-repeat;
   height: 100px;
   margin-right: 10px;
   padding-left: 10px;
}

#subnav ul {
   margin: 20px 0 0 0;
   padding: 0;
   list-style: none;
}

#subnav ul li {
   border-bottom: 1px solid #dedfdf;
   padding-bottom: 2px;
   font-weight: bold;
}

#subnav a:link,
#subnav a:active,
#subnav a:visited,
#subnav a:hover {
   font-weight: normal;
   display: block;
}

#subnav li.selected a:link,
#subnav li.selected a:active,
#subnav li.selected a:visited,
#subnav li.selected a:hover {
   font-weight: bold;
}






/* FOOTER */


#footerLinks {
	margin: 0px 10px 0 0;
   float: right;
   color: #333;
   line-height: 30px;
}

#copyright {
	margin: 0px 0 0px 10px;
   float: left;
   color: #333;
   font-size: 10px;
   line-height: 30px;
}

#footerLinks a:link, #footerLinks a:visited, #footerLinks a:hover, #footerLinks a:active, #footerLinks {
	font-size: 10px;
   color: #333;
   font-weight: bold;
}


/* HOME */

#homeContent {
   margin: 5px 0 5px 0;
}

#homeContent td {
   padding: 0 10px 0 10px;
   border-right: 0px solid #dedfdf;
}

#homeContent td a:link,
#homeContent td a:active,
#homeContent td a:visited,
#homeContent td a:hover {
   color: #fca65f;
}


h1.intheNews {
   margin: 10px 0 0 10px;
}

.readMore {
   margin: 20px 0 15px 10px;
}

.readMore a:link,
.readMore a:visited,
.readMore a:active,
.readMore a:hover {
   color: #008fd4;
   font-weight: bold;
   text-decoration: none;
}

.readMore a:hover {
   text-decoration: underline;
}

#flashArea {
   background-color: #48003d;
   color: #fff;
}

#flashTextArea {
   padding: 10px 10px 5px 10px;   
   background-color: #48003d;
}

#flashTextArea * {
   color: #fff;
}




/* COMMON ELEMENTS */

.clear {
   clear: both;
}



/* STYLING */


#mainContentSidebar a:link,
#mainContentSidebar a:active,
#mainContentSidebar a:visited,
#mainContentSidebar a:hover {
   color: #008fd4;
}

#mainContentSidebar {
   width: 160px;
   background-image: url(images/bg_shadow_left.gif);
   background-position: top left;
   background-repeat: repeat-y;
   padding: 10px 5px 0 15px;
}

#mainContentTD {
   padding: 10px 10px 30px 0;
   width: 396px;
}

#mainContentFull {
   padding: 10px 10px 30px 0;
   width: 554px;
}

#mainContentTD img,
#mainContentFull img {
   float: left;
   margin: 3px 15px 10px 0;
}

#mainContent {
   border-top: 10px solid #aaaf85;
}

#breadCrumb {
   margin: 0 0 5px 0;
   font-size: 10px;
}

#breadCrumb * {
   color: #999;
   font-size: 10px;
}

.pdf {
	color: #999999;
}

.newsItem {
	margin: 0 0 20px 0;
}

#supportersTable td {
   padding: 0 10px 20px 0;
}

#subnav a.subnavHeaderLink:link,
#subnav a.subnavHeaderLink:active,
#subnav a.subnavHeaderLink:visited,
#subnav a.subnavHeaderLink:hover {
   color: #000;
   font-weight: bold;
   text-decoration: none;
}

#subnav a.subnavHeaderLink:hover {
   text-decoration: underline;
}



/* AMC STRUCTURE */

#diagram {
	width:547px;
}

#diagram h1 {
	font-size:18px;
	font-weight:normal;
	border-bottom:10px solid #aaaf85;
	margin-bottom:0px;
}

#diagram p.h1-caption {
	margin-top: 10px;
}

#diagram table#amc_structure {
	width:547px;
	height:330px;
	border:none;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}

#diagram table#amc_structure td {
	padding:0px;
	margin:0px;
}	

#diagram table#amc_structure td img {
	border: 0;
	margin: 0;
	padding: 0;
}

	
/* styles for the hidden text content items */	
#diagram .items {
	width:547px;
	margin-top:6px;
}	

#diagram #item1, 
#diagram #item2, 
#diagram #item3, 
#diagram #item4, 
#diagram #item5, 
#diagram #item6, 
#diagram #item7,
#diagram #item8,
#diagram #item9,
#diagram #item10,
#diagram #item11 {
	display:none;
}

#diagram .items h2 {
	color:#4c7d34;
	font-size:18px;
	font-family:arial, sans-serif;
	border-bottom:1px solid #aaaf85;
	margin-bottom:5px;
	padding-bottom:3px;
}

#diagram .items h3 {
	font-weight:bold;
	font-size:11px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#diagram .items p.close {
	margin-top:0px;
}

#diagram span.intro {
	margin-top:5px;
	display:block;
}

#diagram .dataTable {
	border-top: 1px solid #AAAF85;
	border-left: 1px solid #AAAF85;
	margin: 10px 0;
}

#diagram .dataTable td {
	border-right: 1px solid #AAAF85;
	border-bottom: 1px solid #AAAF85;
	padding: 3px 6px;
}

#diagram .chartLink {
	font-size: 9px;
	float: right;
	padding: 0px 0px 10px 15px;
	text-align: center;
	font-weight: bold;
	color: #666;
}

#diagram ol {
	margin: 5px 0 5px 35px;
}
