/* Accent color: PMS 124M (#F1B32A) */

body
{
	margin: 10px;
	padding: 0px;
	color: #444;
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-size: 14px;
	line-height: 1.4em;
	background-color: #AAA;
}

div#box
{
	margin: 0 auto;
	width: 1000px;
	background-color: #FFF;
	border: 1px #000 solid;
	box-shadow: 3px 3px 5px #666;
}

/* Header */

div#box div#header img
{
	width: 310px;
	height: 95px;
	margin: 0px 345px;
}

div#inquiryListButton:hover
{
	background-color: #FFF;
}

div#inquiryListButton a
{
	color: #FFF;
	background-color: #F1B32A;
	text-decoration: none;
	cursor: pointer;
}

div#inquiryListButton a:hover
{
	color: #000;
	background-color: #FFF;
	text-decoration: none;	
}

/* Navbar */

div#box h1
{
	width: 900px;
	margin: 0px auto;
	padding: 3px 0;
	text-align: center;
	border-top: 1px #F1B32A solid;
	border-bottom: 1px #F1B32A solid;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	line-height: 160%;
	color: #F1B32A;
	white-space: nowrap;
}

div#box h1 span.none
{
	color: #000;
	font-weight: bold;
}

div#box h1 a
{
	text-decoration: none;
	color: #666;
}

div#box h1 a:hover
{
	text-decoration: none;
	color: #000;
}

div#box h1 a.noAnchor
{
	text-decoration: none;
	color: #000;
	cursor: default;
	font-weight: bold;
}

/* Address bar */

div#box div.addbar
{
	width: 900px;
	margin: 0px auto;
	padding: 3px 0;
	text-align: center;
	border-top: 1px #F1B32A solid;
	border-bottom: 1px #F1B32A solid;
	font-family: Arial, Sans-Serif;
	font-size: 14.8px;
	line-height: 160%;
	color: #000;
	white-space: nowrap;
}

div#box div.addbar a
{
	text-decoration: none;
	color: #000;
	background-color: inherit;
	border-bottom: 1px dotted black;
}

div#box div.addbar a:hover
{
	text-decoration: none;
	color: #999;
	background-color: inherit;
	border-bottom: 1px dotted #999;
}

/* Copyright Bar */

div#box div#copy
{
	padding: 0 25px;
	text-align: center;
	color: #585858;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	line-height: 30px;
}

div#box div#copy a
{
	text-decoration: none;
	color: #585858;
	background-color: inherit;
}

div#box div#copy a:hover
{
	text-decoration: none;
	color: #000;
	background-color: inherit;
}

/* Buttons */

div#box div#main button
{
	color: #333;
	font-size: 16px;
	line-height: 100%;
	font-weight: normal;
	margin: 5px 10px 0px;
	padding: 5px 10px;
	border-style: solid;
	border-color: #F1B32A;
	border-width: 1px;
	border-radius: 8px;
	background-color: #FCF1D8;
	cursor: pointer;
}


div#box div#main button:hover
{
	color: white;
	background-color: #F1B32A;
}
