/*-- reset css --*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/*-- end eric meyer reset css --*/

/* -- general styles for page --*/

html body {
font-family: Arial, Helvetica, sans-serif;
margin: 20px;
background-color: #220f00; /* red */ 
color: #e2a962;
font-size:14px;
}

 pre {font-family: 'Courier New'; font-size: 11px; line-height: 12px; text-align: left; width: 510px; overflow-x: scroll; overflow-y: hidden; border: 1px solid #d7d7d7; color: #ccc; background-color: #666; margin: 30px 0 0 0;}
 body {text-align: left;}
 h1 {
 color: #e2a962;
 font-size: 16px;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-weight: normal;
 margin-bottom: 5px;
 padding-bottom: 0;
 }

 h2 {
 color: #e2a962;
 font-size: 14px;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-weight: normal;
 margin-bottom: 5px;
 padding-bottom: 0;
 margin-top: 15px;
 padding-top: 0;
 text-decoration: underline;
 }
 
 h3 {
 color: #fff;
 font-size: 14px;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-weight: normal;
 margin-bottom: 5px;
 padding-bottom: 0;
 margin-top: 15px;
 padding-top: 0;
 }
 
 p {
 margin: 15px auto 25px auto;
 line-height: 1.5em;
 }
 
 a {
 	color: #fff;
 	text-decoration: none;
 }
 
 .white {
 	color: #fff;
 }
 
 .smaller {
 	font-size: 12px;
 }
/*-- end general styles for page --*/

div#page-container {
	width: 960px;
	height: 660px;
	border: #e2a962 solid 3px;
	margin:0 auto 0 auto;
	color: #e2a962;
	position: relative;
	padding:0;
}

div#page-header {
	position: relative;
	height: 76px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 20px;
	border-bottom: 3px solid #e2a962;
	z-index:999;
}

div#page-header img {
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
}

div#page-header .close {
	position: absolute;
	right: 0;
	bottom: 0;
	font: 11pt Verdana;
	width: 330px;
	text-align: right;
	margin-right:15px;
}

div#page-footer {
	position: absolute;
	bottom: 0; 
	width: 100%;
	height: 41px;
	padding-top: 14px;
	border-top: 3px solid #e2a962;
	text-align: right;
}

div#page-footer img {
	padding: 0 4px 0 4px;
	border: 0;
}

div#page-footer img.ph{
	padding: 0 8px 0 2px;
}

div#page-footer img.last{
	padding: 0 38px 0 2px;
}

div#main-content-container {
	height: auto;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}

/* -- gallery styles --*/


body#gallery div#page-container {	
	height: 720px;
}

body#gallery div#main-content-container {
	margin-right:-100px;
	width:890px;
}


/* -- end gallery styles --*/


/* -- home styles --*/
body#home div#main-content-container {
  position:relative;
  padding-left:0px;
  padding-right:0px;
  z-index: 800;
}

/* -- end home styles --*/

/* -- copy page styles --*/

/* main-copy-1 : 1 col copy layout scrollable */
div#main-content-container div#main-copy-1{
	height: 480px;
	position: relative;
	overflow-y: scroll;
}

div#main-content-container .noscroll {
	overflow-y: hidden;
}

/* main-copy-2 : 1 col copy layout scrollable with space for bottom nav */
div#main-content-container div#main-copy-2{
	height: 450px;
	position: relative;
	overflow-y: scroll;
}

div#main-content-container div#main-copy-2{
	height: 450px;
	position: relative;
	overflow-y: scroll;
}

div#main-content-container div#main-copy-2.no-scroll, div#main-content-container .no-scroll, .no-scroll {
	overflow-y: hidden;
}

/* -- end copy page styles --*/

#toolkit-nav p{
	color: gray;
}