﻿/*==================================
HTML ELEMENTS
==================================*/
*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body
{
	text-align: center;
	font-family: Arial, Helvetica, MS Sans Serif;
	font-size: 12px;
}

img
{
	border: 0px;
}

a, a:link, a:active, a:visited
{
	color: #AB7B4A;
	text-decoration: none;
}
a:hover
{
	color: #6C4824;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 10px 10px;
}
h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 10px 10px;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px;
}

p
{
	margin: 0px 10px 20px 10px;
}

.left
{
	float: left;
	display: inline;
}
.right
{
	float: right;
	display: inline;
}
.center
{
	text-align: center;
}
.clear
{
	clear: both;
}
/*==================================
LAYOUT
==================================*/
#wrap
{
	position: relative;
	width: 732px;
	margin: 0 auto;
	text-align: left;
	background: url( "images/Background.gif" ) repeat-y;
}

#header
{
	position: relative;
	width: 732px;
	height: 237px;
	background: url( "images/Header.gif" ) no-repeat;
}

#main
{
	position: relative;
	padding: 0px 13px 0px 13px;
}

#navigation
{
	float: left;
	text-align: center;
	width: 178px;
	z-index: 1000;
	font: bold 10px Palatino Linotype;
}
#navigation #out
{
	list-style-type: none;
	text-align: left;
}
#navigation #out li a, #navigation #out li a:visited
{
	display: block;
	width: 178px;
	height: 28px;
	text-indent: 10px;
	padding-top: 10px;
	color: White;
	background: url( "images/NavBG.gif" ) no-repeat top left;
}
#navigation #out li a:hover
{
	background-position: bottom right;
	background-color: White;
}
#navigation #out li #in
{
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 191px;
	list-style: none;
}
#navigation #out li:hover #in
{
	visibility: visible;
}
#navigation #out li:hover #in li a.hide
{
	background: #ab7b4a;
	height: 18px;
	width: 225px;
	padding-top: 5px;
	color: White;
	border-bottom: solid 1px white;
}
#navigation #out li:hover #in li:hover a.hide
{
	color: Black;
}

#content
{
	float: left;
	width: 356px;
}

#content ul
{
	padding-left:30px;
}

#content img
{
	padding-left:10px;
}

#promo
{
	float: right;
	width: 160px;
	padding-top: 30px;
}

#footer
{
	width: 732px;
	margin: 0 auto;
	clear: both;
	font-size: 8pt;
	padding-top: 20px;
	background: url( "images/Footer.gif" ) no-repeat top;
}

/*====================================
PAGE SPECIFIC
====================================*/
.News
{
	width: 240px;
	display: inline;
}
.NewsTitle
{
	color: #aa7a4c;
}
#cse-search-box
{
	position: absolute;
	right: 40px;
	top: 40px;
}
