/* normalize some things */
img { border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; }
/*html { 	width: 100%; }*/
body
{
	background-color: white;
	margin: 0;
	padding: 0;
	font: 8.5pt Arial;
}

/* all main parts */
#banner, #nav, #heading, #content, #footer
{
	padding: 25px;
	min-width: 840px;
}

#banner
{
	padding: 25px 0px 0px 25px;
	height: 100px;
}

#logo
{
	width: 440px;
	height: 87px;
	padding: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#searchArea {
position:absolute;
left:706px;
top:80px;
width: 200px;
}

.searchLabel {
color:#404040;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
}

.searchTextBox {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
}

/* banner area */
#banner
{
}

/* nav */
#nav
{
	background-color: #4c4c4c;
	padding-bottom: 0;
}

#nav a.navLink
{
	display: block;
	float: left;
	margin-right: 2px;
	background: #6b6b6b top left no-repeat url(../images/navCornerL.png);
	color: #b5b5b5;
	text-decoration: none;
	line-height: 90%;
	font-weight: bold;
}
#nav span
{
	display: block;
	height: 22px;
	width: 80px;
	padding: 5px 6px;
	background: transparent top right no-repeat url(../images/navCornerR.png);
}
#nav a.current, #nav a.navLink:hover
{
	color: white;
}
#nav .info
{
	display: block;
	position: absolute;
	bottom: 3px;
	right: 3px;
	text-align: right;
	letter-spacing: 1pt;
	margin-right: 180px;
}
#nav .info, #nav .info a { color: #ccc; }

#heading
{
	background: #ffa400 url(images/headingHome.jpg) no-repeat;
}
#content
{
	background-color: #f2f2f2;
}
#footer
{
	color: #7f7f7f;
	font-weight: bold;
}
#footer a {	
   color: #3366cc;
	font-weight: bold; 
}
#footer a:hover { 
   color: #3366cc;
	font-weight: bold; 
}

#orangeText
{
	color: #9d5102;
	font-weight: bold;
}

/* utility stuff */
.width
{
	overflow: hidden;
	position: relative;
	width: 966px;
}
.left{ float: left; }
.right{ float: right; }
.description { font-size: 100%; color: #0000ff; }
.searchheading { font-size: 130%; font-weight: bold; }

