body, td, a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:black;
}

body {
	margin:0;
	padding:0;
}

h1, .bigred {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 14px;
	color:#C00;
}

h2 {
	margin: 0px;
	margin-top: 12px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#C00;
}

h3 {
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	margin-top: 8px;
	margin-left: 0px;
	padding-left: 14px;
}


a {
	color:#A91721;
}

img {
	border: 0;
}

form {
	margin:0;
	padding:0;
}

input {
	border: 1px solid black;
}

table.contenttable {
	margin: 10px 0px;
	border: 1px solid black;
	border-collapse:collapse;
}

table.contenttable td, table.contenttable th {
	border: 1px solid black;
	padding: 5px;
}

table.contenttable th {
	background: #CCC;
	color: #444;
}

#framework {
	width:775px;
}

#header {
	position: relative;
	background: #CCC;
	height: 78px;
}

/* To get around a weird IE height increase when 
   the logo is anchored */
#logo {
	position: absolute;
}

#toyota {
	position: absolute;
	left: 650px;
}

#topnav {
	position: absolute;
	left: 120px;
	top: 0px;
	margin: 0px;
	padding: 0px 0px 0px 22px;
}

#topnav li {  
	float: left;
	display:block;
	padding: 0px;
	margin: 0px;
	height: 78px;
}

#topnav a {  
	display:block;
	float: left;
	padding: 57px 8px 5px 20px;
	height: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #444;
	background: url(/images/nav/white_arrow.gif) 1px 34px no-repeat;
}

#topnav li.selected a, #topnav a:hover {  
	background: url(/images/nav/red_arrow.gif) 1px 34px no-repeat #ECECEC;
	color: #C00;
}

#content {
	min-height: 360px;
}
/* IE version min-height: */
* html #content {height: 360px}

img.gohome {
	margin-top: 10px;
}

#grayendblock {
	background: #E0E0E0;
	border-left: 500px solid #EBEBEB;
	height: 70px;
}


.graybox {
	position: relative;
	background: #ECECEC;
	padding-left: 26px;
}

#homebox, #homebox .spacer { height: 99px; }
#faqbox, #faqbox .spacer { height:119px; }
#glossarybox, #glossarybox .spacer { height: 39px; }
#promotionbox, #promotionbox .spacer { height: 98px; }

.graybox p {
	position: absolute;
	bottom: 4px;
	margin: 0px;
}

/* 775-328 */
#homebox p {
	width: 421px; 
}

.graybox img {
	position: absolute;
	right: 0px;
	top: 0px;
}

.basicindent {
	margin: 17px 26px;
}
.basicindent2 {
	margin: 17px 6px 0 26px;
}


/* HOMEPAGE STYLES */
#hometable td {
	vertical-align: top;
}

#lefthome {
	width: 343px;
}

#righthome {
	width: 432px;
}

ul.mediaplanlist {
	margin-bottom: 36px;
	margin-top: 12px;
}

table.archivesplit {
	width: 100%;
}

table.archivesplit td {
	width: 50%;
	vertical-align: top;
}

/* MEDIA PLAN STYLES */

#mediaplantable  {
	margin-top: 12px;
	padding-top: 0px;
	width: 100%;
}

#mediaplantable td {
	vertical-align: top;
}

#mediaplantable td.col1 {
	width: 300px;
	color:#C00;
}

#mediaplantable tr.lastrow td {
	padding-top: 20px;
}

#mediaplantable pre {
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* PROMOTIONS STYLES */

table.promotionstable {
	width:723px;
	border-collapse:collapse;
}

table.promotionstable tr.centered td {
	padding-top: 6px;
	text-align: center;
	color:#C00;
}

table.promotionstable tr.contents td {
	border: 3px solid #C00;
	vertical-align: top;
	width: 115px;
	height: 92px;
}

td.unused {
	background: #BBB;
}

.promotionlist {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.promotionlist li {
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}

.monthcontents {
	padding: 3px;
}


/* LOGIN PAGE STYLES */

#login {
	background: #E6E6E6;
	padding-top: 17px;
}

.login_indent {
	padding-left: 12px;
	padding-right: 4px;
}

#login_table {
	margin: 0px;
	margin-left: 11px;
	padding: 0px;
	margin-top: 7px;
}

#login_table tr td {
	vertical-align: top;
}

#login_right {
	padding-left: 2px;
}

#login_img {
	padding-top: 10px;
}

#login_inner_indent {
	padding-right: 4px;
}

#login form p input {
	vertical-align: top;
	margin-right: 11px;
}

#login form {
	margin-bottom: 10px;
}

/* END LOGIN PAGE STYLES */
