﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: ;
	background-image: url(../images/background_body.gif);
	background-repeat: repeat-x y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-size: 16px;
	color: #396195;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-size: 17px;
	color: #396195;
	font-weight: bold;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #FF9900 ;
	text-decoration: none;
}
#wrapper {
	margin: auto;
	width: 902px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FFFFFF;
}
#header {
	background-image: url('../images/header.gif');
	width: 902px;
	height: 100px;
	
}
#logo-area {
	width: 875px;
	height: 80px;
	background-color: #F5F5F5;
	padding-left: 27px;
	padding-top: 20px;
	vertical-align: middle;
	border-top: 1px gray dotted;
	border-bottom: 1px gray dotted;
}
#logo-area ul {
	display: inline;
}
#logo-area li {
	display: inline-block;
	text-decoration:none;
}

#main {
	width: 902px;
	background-image:url('../images/main-background.gif');
	background-repeat:repeat-y;
	margin: 0 auto;
	float: left;
}
.logos {
	height: auto;
	width: auto;
	float: left;
	margin-right: 20px;
	vertical-align: middle;
	border: 0px;
}
.amdlogo {
	height: 37px;
	width: 224;
	float: left;
}
#left {
	width: 207px;
	/*min-height: 1000px;*/
	float: left;
	padding-top: 20px;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 20px;
	height: auto;
	
}
#left ul{
	margin: 0;
	padding: 0px 0px 0px 20px;
	list-style: none;
	text-decoration:none;
}
#left li{
	text-decoration:none;
	/*margin: 10px 0px 10px 0px;*/
	border-bottom: 1px #FFFFFF dotted;
	position: relative; 
	padding: 5px 0px 5px 0px; 
	
}
#left li.first{
	text-decoration:none;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px #FFFFFF dotted;
	position: relative; 
	
}

#left li ul {
	position: absolute;
	left: 167px;
	top: -1px;
	display: none;
}
#left li:hover ul {
	display: block;
	background: #8E9EA5;
	width: 150px;
	padding: 0px 5px 0px 5px;
	border: 1px #FFFFFF dotted;
}

#left a{
	text-decoration: none;
	margin: 10px 0px 10px 0px;
	/*border-bottom: 1px #FFFFFF dotted;*/
	color: #ffffff; 
	
	
}
#left a:hover{
	text-decoration: none;
	margin: 10px 0px 10px 0px;
	/*border-bottom: 1px #FFFFFF dotted;*/
	color: #007ac1; 
}

#story {
	width: 635px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: 247px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}
#story p{
	font-size:13px;
	line-height:16px;
	width:100%;
	color:#333333;
	
}
#story p.first{
	font-size:13px;
	line-height:16px;
	width:100%;
	margin-top:0px;
}
#story p.last{
	font-size:13px;
	line-height:16px;
	width:95%;
	margin-bottom:60px;
}
#story p.section-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}

#story ul {
	margin: 0;
	padding: 0px 0px 0px 20px;
	list-style: none;
	text-decoration: none;
	font-size: 13px;
}
#story li {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-decoration: none;
	font-size: 13px;
	list-style-image: url('../images/arrow-bullet.gif');
	list-style-position: outside;
}
#story a {
	color:#396195
}
#story a:hover {
	color: #8E9EA5
}
#story h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-size: 17px;
	color: #396195;
	font-weight: bold;
	border-bottom: 1px #396195 dotted;
}
#story h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-size: 14px;
	color: gray;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.clear {
	clear: both;
}
.style1 {
	font-size: medium;
}
.style2 {
	font-size: medium;
	font-weight: normal;
}
.clearfooter {   
	clear: both;
}
#footer {
	width: 902px;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: .05em;
}

#menu {
	width: 187px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#title1 {
	width: 187px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#title2 {
	width: 187px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#title3 {
	width: 187px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#title4 {
	width: 187px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#title5 {
	width: 187px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#llmmenu {
	width: 187px; 
	display:none; 
	margin:0px 5px 10px 0px;
}
#gcimenu {
	width: 187px; 
	display:none; 
	margin:0px 5px 10px 0px;
}
#gcmenu {
	width: 187px; 
	display:none; 
	margin:0px 5px 10px 0px;
}
#nmpromenu {
	width: 187px; 
	display:none; 
	margin:0px 5px 10px 0px;
}
#gmpromenu {
	width: 187px; 
	display:none; 
	margin:0px 5px 10px 0px;
}
.newStyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.leftsubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.boldsentence {
	font-size: 14px;
	font-weight: bold;
	color: #8E9EA5;
	text-transform: uppercase;
	font-style: normal;
}
.home {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	margin-bottom: 3px;
	font-weight: bold;
}
.imageright {
	float: right;
	border: 1px solid #000000;
	margin: 0px 0px 10px 10px;
	clear: none;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	float: right;
	text-align: left;
	width: 185px;
	color: #000000;
}
.imagerightholder {
	float: right;
	width: auto;
	text-align: right;
}
.table {
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 13px;
	font-weight: normal;
	/*clear: right;*/
}
.tablerates {
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: normal;
	/*clear: right;*/
}

.table-top-row {
	font-weight: bold;
	color: #396195;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.tablecell {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #8E9EA5;
	width: 220px;
}
.tablecellrates {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #8E9EA5;
	width: 220px;
	text-align:center;
}
.tablerateslast {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	/*clear: right;*/
}

.columns {
	text-align: right;
	padding-right: 25px;
	border-left-style: dotted;
	border-right-style: dotted;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #E8E8E8;
	border-left-color: #E8E8E8;
}

.table-last {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
	/*clear: right;*/
}
#story p.first-spec {
	font-size: 13px;
	line-height: 16px;
	width: 535px;
	margin-top: 0px;
	margin-bottom: 65px;
}
.columnscolorchanges {
	text-align: right;
	padding-right: 85px;
}
.columnsdimensions {
	text-align: center;
	border-left-style: dotted;
	border-right-style: dotted;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #E8E8E8;
	border-left-color: #E8E8E8;
}
.issue-column {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 125px;
	vertical-align: middle;
}
.columnsqa {
	text-align: right;
	padding-right: 43px;
	border-left-style: dotted;
	border-right-style: dotted;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #E8E8E8;
	border-left-color: #E8E8E8;
}
