/******************************************/
/*    amc_main.css   -   Main Screen      */
/******************************************/

/*************************************/
/* HTML Tags                           */
/*************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(../img/bg_grad.jpg) fixed;
}

/******* Hyperlink and Anchor Styles *******/

a:link, a:visited {
	color: #0033FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/************** Header Styles **************/

h1 {
 font: bold 120% Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2 {
 font: bold 114% Verdana, Arial, Helvetica, sans-serif;
 color: #003399;
 margin: 0px;
 padding: 0px;
}

h3 {
 font: bold 100% Verdana, Arial, Helvetica, sans-serif;
 color: #003399;
 margin: 0px;
 padding: 0px;
}

h4 {
 font: bold 100% Verdana, Arial, Helvetica, sans-serif;
 color: #003399;
 margin: 0px;
 padding: 0px;
}

h5 {
 font: bold 90% Verdana, Arial, Helvetica, sans-serif;
 color: #003399;
 margin: 0px;
 padding: 0px;
}


/************ List Styles ************/

ul {
	list-style-type: disc;
	color: #CC33FF;
	margin-left: 0.5cm;
	padding-left: 0;
}

ul li {
	padding-left: 1.1em;
	line-height: 1.3em;
	text-indent: -1em;
}


/******* SiteMap List Styles ************/

ul.sitemap {
 list-style-type: none; 
 margin-left: 0.5cm;
 padding-left: 0;
}

ul.sitemap li {
 padding-left: 1.1em;
 list-style-type: none;
 line-height: 1.5em;
 font-weight: bold;
}

ul.sitemap li a {
 background: transparent url(../img/page.gif) no-repeat;
 list-style-type: none;
 margin-left: -2em;
 padding-left: 2em;
}

ul.sitemap li ul a.parent {
 background-image: transparent url(none) no-repeat;
}

ul.sitemap li ul li {
 margin-left: 0.5cm;
 padding-left: 10px;
}

/********* Form and Related Styles *******/

form {
	margin: 0;
	padding: 0;
}

form em {
	color: #CC3333;
	font: larger;
}

label {
 font: bold 1em Arial, sans-serif;
 color: #3333CC;
}
	
label.error {
 font: bold 1em Arial, sans-serif;
 color: #CC0033;
}

input {
font-family: Arial,sans-serif;
}

.error {
 font: bold 1em Arial, sans-serif;
 color: #CC0033;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pageframe {
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead {
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width: 95%;
}

#pageNav {
	float: left;
	width: 178px;
	padding: 0px;
	background-color: #FFCC99;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content {
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #FFCC99;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/

#siteName {
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #FF9933;
	font-weight: normal;
}

/************** intLink Styles *****************/

#intLink {
	font-size: smaller;

}


/************** TopLink Styles *****************/

#tplink {
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #FFCC66;
}

#tplink a {
	color: #aaeeFF;
}

#tplink a:hover {
	text-decoration: underline;
	color: #FFCC66;
}

/************** Time/Date Styles *****************/

#date {
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 38px;
	right: 0px;
	color: #FFCC66;
}

/************** pageName Styles ****************/

#pageName {
	padding: 0px 0px 14px 10px;
	margin: 0px;
}

#pageName h2 {
	font: bold 175% Geneva, Arial, Helvetica, san-serif;
	color: #003399;
	margin:0px;
	padding: 0px;
}

#pageName img {
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav Styles ****************/

#globalNav {
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/glbnav_background.gif);
}

#globalNav img {
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink {
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

a.glink, a.glink:visited {
  	font-size: small;
  	color: #003399;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #99AACC;
}

a.glink:hover {
  	background-image: url(../img/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav Styles **************/

.subglobalNav {
	position: absolute;
	top: 91px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #FFCC66;
	width: 640px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #aaeeFF;
}

.subglobalNav a:hover{
	color: #ffcc66;
}

/************* Search Styles ***************/

#search {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input {
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	color: #0066aa;	
}

#search a:hover {
	margin: 0px;
}

/************* storyNav Styles ****************/

#storyNav {
		padding: 5px 0px 5px 10px;
		font: small Arial, sans-serif;
		color: #AA33AA;
}

#storyNav a:link, #storyNav a:visited {
		color: #0066aa;
}

#storyNav a:hover {
		color: #FF9966;
		text-decoration: underline;
}

#storyNav ul {
font: small Arial, sans-serif;
}

#storyNav ul ul {

}

/************* BreadCrumb Styles ***************/

#breadCrumb {
	padding: 5px 0px 5px 10px;
	font: small Arial, Helvetica, sans-serif;
	color: #AA33AA;
}

#breadCrumb a, #breadCrumb a:visited {
	color: #003399;
}

#breadCrumb a:hover {
	text-decoration: underline;
}



/************** Feature Styles *****************/

.feature {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3 {
	font: bold 175% Arial,sans-serif;
	color: #003399;
	padding: 30px 0px 5px 0px;
}

.feature img {
	float: left;
	padding: 10px 5px 5px 5px;
}

.feature dl.pic {
	display: block;
	width: 190px;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

.feature dl.pic dt {
	margin-left: auto;
	margin-right: auto;
}

.feature dl.pic dd {
	width: 145px;
	font: italic 80% Arial, sans-serif;
	color: #9933CC;
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

.feature ul {
	color: #003399;
	list-style-type: disc;
	font: Verdana, Arial, Helvetica, sans-serif;
}

.feature li {
	color: #993399;
	font: Verdana, Arial, Helvetica, sans-serif;
}

.feature th {
	font: bold 120% Arial,sans-serif;
	color: #FFCC66;
	background-color: #0033CC;
}

.feature td {
	font: 100% Arial,sans-serif;
	color: #003399;
	background-color: #EEEEFF;
}

/****** SideBar styles  *******/
.feature dl {
	display: block;
	width: 200px;
	padding: 3px;
	border: 3px;
	position: relative;
	float: right;
	background-color: #0033CC;
}

.feature dt {
	background-color: #0033CC;
	color: #FFCC66;
	font: bold 100% Arial,Sans-serif;
}

.feature dd {
	background-color: #EEEEFF;
	color: #003399;
	font: 90% Arial, Sans-serif;
}
/************* Story Styles ****************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3 {
	font: bold 125% Arial,sans-serif;
	color: #003399;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story ul {
	color:#003399;
	list-style-type: disc;
	font: Verdana, Arial, Helvetica, sans-serif;
}

.story li {
	color: #993399;
	font: Verdana, Arial, Helvetica, sans-serif;
}

.story th {
	font: bold 120% Arial,sans-serif;
	color: #FFCC66;
	background-color: #0033CC;
}

.story td {
	font: 1em Arial,sans-serif;
	color: #003399;
	background-color: #EEEEFF;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #0066AA;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

.story th {
	font: bold 1em Arial,sans-serif;
	color: #FFCC66;
	background-color: #0033CC;			
}

.story td {
	font: 1em Arial,sans-serif;
	color: #003399;
	background-color: #EEEEFF;		
}
/************ Clear Table Styles **************/

#clearTable td {
	font: 1em Arial,sans-serif;
	color: #003399;
	background-color: #FFFFFF;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #FFCC99;
	font-size: 9px;
	color: #FF9933;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** sectionLinks Styles ************/

#sectionLinks {
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
	border-bottom:  1px solid #aa33aa;
	background-color: #FFCC99;
	color: #AA33AA;
	font: bold 120% Arial,sans-serif;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
	background-image: url(../img/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #0033CC;
}

#sectionLinks a:hover {
	border-top: 1px solid #0033CC;
	background-color: #8FDAFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#sectionLinks ul {
	color: #003399;
	list-style-type: none;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
}

#sectionLinks li {
	color: #993399;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
}

/*********** relatedLinks Styles ************/

.quickLinks {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #0099FF;
}

.quickLinks h3 {
	padding: 10px 0px 2px 0px;
	color: #0033CC;
	background-color: #FFCC99;
	color: #AA33AA;
	font: bold 120% Arial,sans-serif;
}

.quickLinks a {
	display: block; 
}

.quickLinks img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/************** AAHA Styles ***************/

#aaha {
	padding: 5px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #0033CC;
}

#aaha img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*********************** End ************************/
