html, body { border: 0; margin: 0; padding: 0;}

html {	
	margin: 0;
	padding: 0;
	}

body {
	padding: 0 10px 0 10px;
	margin: 0;
	background: #FFF1D0; /*#DEDEDE;*/
    font-family: Trebuchet MS, Verdana, Lucida, Helvetica, Arial, sans-serif;
    color: #000;
	font-size: 80%;
    text-align: center;
}

body.grey {
	background: #ccc;
}

h1 {
	font-size: 140%;
	font-weight: bolder;
	color : #D91900;
}

h2 {
	font-size : 120%;
	font-weight: normal;
	color : #D91900;
}

h3 {
	font-size : 115%;
	color : #D91900;
}

img.center {
	margin-left : auto; 
	margin-right : auto; 
	display : block; 
	text-align : center;
}

#content_wrapper {
	margin-left: auto;
	margin-right: auto;
    padding: 0 !important;
    width: 580px;
	text-align: left;
    background: #fff
}

/* Holly hack for IE \*/
* html #content_wrapper { height: 0; }
/* */

#navtop {
	background-color: #000000;
	height: 20px;
	padding-bottom: 0px;
	background-repeat: no-repeat
}

#navtop img {	
	vertical-align: top;
}

/* Holly hack for IE \*/
* html #navtop { height: 20px; }
/* */

/* ---------------- PRINT buttons ----------------- */

#printbuttons ul {
    margin: 0;
    padding: 0px 0px 0px 60px;
	float: left;
    white-space: nowrap;
    list-style: none;
    line-height: 20px;
    height: 20px;
    background: transparent url(../images/print/print_icon.gif) 0px 0px no-repeat;
}

#printbuttons li {
    display: inline;
}

#printbuttons li a {
    /* The normal, unselected tabs. They are all links */
    display: block;
    float: left;
    text-indent: -10000px;  /* */
    color: #fff;
    height: auto;
    padding: 0px 0px 0px 6px;
    text-decoration: none;
    text-transform: normal;
    width: 87px;
    height: 20px;
}

#printbuttons li a:hover {
    color: #fff;
}

/* PRINT PAGE */
#printbuttons li#printpage a {
    background: transparent url(../images/print/print_page.gif) 0px 0px no-repeat;
}
#printbuttons li#printpage a:hover {
    background: transparent url(../images/print/print_page_over.gif) 0px 0px no-repeat;
}

/* PRINT PACK */
#printbuttons li#printpack a {
    background: transparent url(../images/print/print_pack.gif) 0px 0px no-repeat;
}
#printbuttons li#printpack a:hover {
    background: transparent url(../images/print/print_pack_over.gif) 0px 0px no-repeat;
}

/* ---------------- I D E A buttons ----------------- */

#navbuttons {
	margin-right: 10px;
}

#navbuttons ul {
    margin: 0;
    padding: 0;
	float: right;
    white-space: nowrap;
    list-style: none;
    line-height: 72px;
    height: 72px;
    background: #000;
}

#navbuttons li {
    display: inline;
}

#navbuttons li a {
    /* The normal, unselected tabs. They are all links */
    display: block;
    float: left;
    text-indent: -10000px;  /* */
    color: #fff;
    height: auto;
    padding: 0;
    text-decoration: none;
    text-transform: normal;
    width: 23px;
    height: 72px;
}

#navbuttons li.selected a {
    /* The selected tab. There's only one of this */
    color: #fff;
}

#navbuttons li a:hover {
    color: #fff;
}

/* I */
#navbuttons li#link_i a {
    background: transparent url(../images/nav/i_up.gif) 0px 0px no-repeat;
}
#navbuttons li#link_i.selected a {
    background: transparent url(../images/nav/i_down.gif) 0px 0px no-repeat;
}
#navbuttons li#link_i a:hover {
    background: transparent url(../images/nav/i_over.gif) 0px 0px no-repeat;
}

/* D */
#navbuttons li#link_d a {
    background: transparent url(../images/nav/d_up.gif) 0px 0px no-repeat;
}
#navbuttons li#link_d.selected a {
    background: transparent url(../images/nav/d_down.gif) 0px 0px no-repeat;
}
#navbuttons li#link_d a:hover {
    background: transparent url(../images/nav/d_over.gif) 0px 0px no-repeat;
}

/* E */
#navbuttons li#link_e a {
    background: transparent url(../images/nav/e_up.gif) 0px 0px no-repeat;
}
#navbuttons li#link_e.selected a {
    background: transparent url(../images/nav/e_down.gif) 0px 0px no-repeat;
}
#navbuttons li#link_e a:hover {
    background: transparent url(../images/nav/e_over.gif) 0px 0px no-repeat;
}

/* A */
#navbuttons li#link_a a {
    background: transparent url(../images/nav/a_up.gif) 0px 0px no-repeat;
}
#navbuttons li#link_a.selected a {
    background: transparent url(../images/nav/a_down.gif) 0px 0px no-repeat;
}
#navbuttons li#link_a a:hover {
    background: transparent url(../images/nav/a_over.gif) 0px 0px no-repeat;
}

#panel {
	display: block;
	margin: 0px;
	padding: 0px;	
	width: 580px;
	height: 75px;
}

#panel img {
	display: block;
	margin: 0px;
	padding: 0px;
}

#panel.introduce {
    background: transparent url(../images/banners/panel_introduce.png) 0px 0px no-repeat;
}

#panel.discover {
    background: transparent url(../images/banners/header_gfx.jpg) 0px 0px no-repeat;
}

#panel.engage {
    background: transparent url(../images/banners/header_gfx.jpg) 0px 0px no-repeat;
}

#panel.apply {
    background: transparent url(../images/banners/header_gfx.jpg) 0px 0px no-repeat;
}

#navmiddle {
	display: visible;
	width: auto;
	margin: 0px;
	padding: 0px;
	height: 6px;
	overflow: hidden; /* IE */
	background-color: #ddaf50;
}

/* Holly hack for IE \*/
* html #navmiddle { height: 6px; }
/* */

#idea_pack_title {
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	background-color: #ddaf50;
}

#idea_pack_title h2 {
	font-size: 115%;
	font-variant: small-caps;
	letter-spacing: 3px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

#main_content {
	background-color: #fff;
	margin-top: 15px;
	padding: 10px 10px 10px 10px;
}

#footer {
	height: 20px;
    background: #FFF1D0;
}

/* Holly hack for IE \*/
* html #footer { height: 45; }
/* */

/* ------------ DATA TABLES -------------- */

.data {
    border-collapse: collapse;
    border-left: 1px solid #ddaf50;
    border-top: 6px solid #ddaf50;
    border-bottom: 1px solid #ddaf50;
    margin: 1em 0em 1em 0em;
	width: 100%;
    font-size: 100%;
	text-align: left;
    color: #737373;
}

.data th {
    background: #ddaf50;
    border-top: 1px solid #ddaf50;
    border-bottom: 1px solid #ddaf50;
    border-right: 1px solid #ddaf50;
    font-weight: bold;
    color: white;
    padding: 1em;
    text-transform: uppercase;
}

.data td {
    background-color: #fbfbfb;
    border-right: 1px solid #ddaf50;
	border-top: 1px solid #e4e4e4;
    padding: 1em;
    vertical-align: top;
}

/* holly hack to fix cells with italic text \*/
* html .data td {
	overflow: hidden;
	o\verflow: visible;
	he\ight: 1%;
}
/* */

.data td.header {
    background-color: #f5f5f5;
	font-style: italic;
	font-weight: bold;
}

.quote {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 25px;
	font-family: Georgia;
	font-style: italic;
}

.quoteref {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-style: italic;
	color: #808080;	
}

/* ICON TABLE STYLES */

.icon_top_left {
	background-image:url(../images/icon_tp_left_114.gif);
	width : 114px;
	height : 7px;
	background-repeat : no-repeat;
}

.icon_top {
	background-image:url(../images/str_icon_top.gif);
	height : 7px;
	background-repeat : repeat-x;
}

.icon_top_right {
	background-image:url(../images/icon_tp_right.gif);
	width : 8px;
	height : 7px;
	background-repeat : no-repeat;
}

.icon_right {
	background-image:url(../images/str_icon_right.gif);
	width : 9px;
	background-repeat : repeat-y;
}

.spacing {
	margin-left : 16px;
	margin-right : 12px;
}

.kc {
	background-color: #ddaf50;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: Black;
	border-left-style: ridge;
	border-left-color: Black;
	border-left-width: 1px;
	border-right-style: groove;
	border-right-color: Black;
	border-right-width: 1px;
	border-top-style: groove;
	border-top-color: Black;
	border-top-width: 3px;
	font-family: "Courier New", Courier, monospace;
	color: white;
	padding: 10px	
}
