﻿/*********************/
/*** HTML ELEMENTS ***/
/*********************/
html
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body 
{
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, "Times New Roman";
	background-color: #f5f5dc;
	font-size: 13px;
}

h1
{
	color: #888;
	border-bottom: 1px solid #cbcbcb;
	font-size: 20px;
}

h2
{
	margin-top: 30px;
	margin-bottom: -10px;
	font-size: 16px;
	color: #888;
}

p
{
	line-height: 22px;
	margin-bottom: 15px;
	text-align: left;
}

b
{
	color: #50321e;
}

ul
{
	border-top: solid 1px #cbcbcb;
	margin-left: 0px;
	padding-left: 20px;
	width: auto;
}
li
{
	margin-top: 11px;
	margin-bottom: 11px;
}
img
{
	border: none;
}

/***************/
/*** OBJECTS ***/
/***************/
#globalContainer
{
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#header
{
	width: 100%;
	background-color: #50321e;
	height: 120px;
	border-bottom: 4px solid #fff;
}

#titleImage
{
	margin-top: 20px;
}

#contentContainer
{
	border-top: solid 1px #ccc;
	width: 100%;
	
}
#content
{
	width: 570px;
	float: left;
	margin: 0px;
	padding-bottom: 40px;
	text-align: left;
}
#content.wide
{
	width: 620px;
}

#sidebar
{
	width: 200px;
	float: right;
	margin-top: 18px;
}
#sidebar.narrow
{
	width: 150px;
}
#sidebar p
{
	color: #888;
	font-size: 11px;
	margin-top: 6px;
	line-height: 16px;
}
#sidebar img
{
	border: solid 1px #ccc;
}
#sidebar ul
{
	list-style-type: none;
	border: none;
	margin-top: 17px;
	padding-left: 8px;
}
#sidebar a
{
	color: #888;
	text-decoration: none;
}
#sidebar a:hover
{
	color: #50321e;
	text-decoration: underline;
}

#menubar
{
	float: right;
	height: 60px;
}
#menubar ul
{
	list-style-type: none;
	padding: 0px;
	margin-right: -1px;
	border: none;
}
#menubar li
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	width: 80px;
	float: left;
}
#menubar a
{
	color: #777;
	text-decoration: none;
	padding: 3px;
	display: block;
	text-align: center;
	border-bottom: 1px solid #50321e;
	background-color: #ddd;
}
#menubar a:hover
{
	color: #000;
	border-bottom: 1px solid #f5f5dc;
	background-color: #f5f5dc;
}
#menubar .selected
{
	color: #000;
	padding: 3px;
	border-bottom: 1px solid #f5f5dc;
	background-color: #f5f5dc;
}
#topright
{
	margin-top: 25px;
	margin-right: 2px;
	float: right;
	color: #fff;
	font-size: 16px;
}

#footerImages
{
	margin-top: -30px;
	clear: both;
}

#footer
{
	margin: -22px 0 0 0;
	width: 100%;
	height: 15px;
	padding: 0px;
	background-color: #50321e;
	border-top: 4px solid #fff;
	color: #fff;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
}
#footer a
{
	text-decoration: none;
	color: #bbb;
}
#footer a:hover
{
	text-decoration: underline;
}

/*********************/
/*** CLASS OBJECTS ***/
/*********************/
.subContainer
{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}
.titleImage
{
	position: relative;
	top: -24px;
	margin-bottom: -20px;
}

.tableLayout
{
	border: none;
}
.tableLayout tr
{
}
.tableLayout td
{
	padding: 2px;
}
.footerImg
{
	margin-right: 18px;
	border: solid 1px #ccc;
}
.subText
{
	font-style: italic;
	color: #555;
	font-size: 11px;
}
.imageFrame
{
	width: 100%;
}
.imageFrame .lg
{
	width: 80%;
}
.imageFrame .sm
{
	width: 20%;
}
.imageFrame td
{
	vertical-align: top;
	text-align: justify;
}
.imageFrame img
{
	margin-bottom: 5px;
}

