/* --------------------------------------------
BASIC STYLE
---------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font: 14px Arial,Helvetica,sans-serif;
	background: #B8B78F;
	text-align: center;
}
img, a {
	border: 0;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
}
table {
	padding: 0;
	margin: 0;
}
.right p {
	font-size: 14px;
}

/* --------------------------------------------
DIV POSITIONS
---------------------------------------------*/

#pageFrame {
	width: 780px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	background-color: black;
	float: none;
}
#topContent, #mainContent {
	width: 780px;
	margin: 0;
	padding: 0;
	border-left: solid 1px white;
	border-right: solid 1px white;
}
.top, .stripe, .navTop {
	border-bottom: solid 1px white;
	width: 100%;
}
.top {
	height: 50px;
	background-color: white;
	padding: 0;
	text-align: right;
	background-image: url("/images/top_bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
.top div {
	padding: 15px 170px 15px 15px;
	}
.stripe {
	background-color: #FFD561;
	height: 10px;
}
.navTop {
	height: 40px;
	background-color: #996600;
	padding: 0;
}
#mainContent {
	position: relative;
	padding: 0;
	text-align: left;
	background-color: #fff;
	border-bottom: solid 1px white;
}
.left {
	top: 0;
	width: 520px;
	background-color: white;
	position: absolute;
	left: 0;
}
.right {
	top: 0px;
	left: 520px;
	width: 258px;
	position: absolute;
	background-color: #EBE0CC;
	border-left: solid 1px white;
}

/* --------------------------------------------
HORIZONTAL MENU
---------------------------------------------*/
#navigation {
	padding: 0;
	width: 778px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 778px;
	}

html>#navTop div#navigation {
	width: 778px;
	}
	
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	clear: left;
	}
	
#navigation li {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	text-align: center;
	border-right: 1px solid #fff;
	margin: 0;
	padding: 0;
	}
	
#navigation li#five {
	border-right: none;
	width: 158px;
	}

#navigation li a {
	display: block;
	padding: 0;
	height: 40px;
	border-right: none;
	border-left: none;
	color: #fff;
	background-color: #996600;
	text-decoration: none;
	line-height: 40px;
	width: 154px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 154px;
	}	

html>#navigation li a {
	width: 154px;
	}

#navigation li a:hover {
	color: #fff;
	background-color: #B9800F;
	text-decoration: none;
	}	
/* --------------------------------------------
HYPERLINKS
---------------------------------------------*/
a:link, a:visited, a:active { 
	text-decoration : underline;
	color: #000;
	background: transparent; 
}
a:hover {
	text-decoration : underline;
	color: #996600;
	background: transparent; 
}
a.foot:link, a.foot:visited, a.foot:active {
	color: black;
	font-size: 14px;
	text-decoration: none;
}
a.foot:hover {
	color: #996600;
	text-decoration: underline;
}
a.side:link, a.side:visited, a.side:active {
	display: block;
	color: #996600;
	text-decoration: none;
}
a.side:hover {
	text-decoration: underline;
}
.top a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	}

/* --------------------------------------------
SIDE CONTENT
---------------------------------------------*/
.rightContentBox {
	background-image: url("/images/side_brdr_side.gif");
	background-repeat: repeat-y;
	background-position: top center;
	padding-top: 10px;
}
td.boxBottom {
	background: url(/images/side_brdr_bot.gif) no-repeat center top;
	height: 10px;
	font-size: 1px;
}
td.boxMiddle {
	background: url(/images/side_brdr_middle.gif) no-repeat center top;
	height: 10px;
	font-size: 1px;
}
h2 span {
	display: none;
}
h2.spotlight {
	background: url(/images/side_spotlight.gif) no-repeat center top;
	height: 30px;
	margin: 0;
}
h2.contact {
	background: url(/images/side_contact.gif) no-repeat center top;
	height: 30px;
	margin: 0;
}
.rightContentBox h3 {
	font-size: 16px;
	color: #996600;
	margin: 8px;
}
.rightContentBox img {
	border: 1px solid #BBB68C;
	padding: 0;
	margin: 0;
}
/* --------------------------------------------
FOOTER
---------------------------------------------*/
.footer {
	width: 490px;
	padding: 15px;
	margin: 15px;
	clear: left;
	text-align: center;
}
.footer p {
	color: black;
	font: 12px Arial,Helvetica,sans-serif;
	margin: 0 0 1em 0;
	padding: 0;
}

/* --------------------------------------------
ALTERNATE STYLE
---------------------------------------------*/
.emphatic {
	color: red;
	font-size: 18px;
}
