body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #c3c3c3 url(../images/bg_body.jpg) repeat-x;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 780px;
	width: 100%;
	text-align: center;
	font-weight: normal;
	position: relative;

	font-size: 81.25%;
	line-height: 1.5em;
}

p
{
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
}

h1, h2, h3, h4, h5
{
	color: #7f3434;
	text-align: left;
	padding: 0px;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 138%;
	margin: 0px 0px 20px 0px;
}

h2
{
	font-size: 131%;
	margin: 20px 0px 0px 0px;
}

h3
{
	font-size: 123%;
	margin: 10px 0px 0px 0px;
	color: #000;
}

h4
{
	font-size: 115%;
	margin: 10px 0px 0px 0px;
	color: #000;
}

h5
{
	font-size: 108%;
	margin: 10px 0px 0px 0px;
	color: #000;
}

a, a:link
{
	color: #333322;
}

a:visited
{	color: #555544;
}

a:hover, a:active
{	color: #000;
}

textarea
{
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#banner
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	width: 780px;
	height: 150px;
	background: #fff;
	position: relative;
}

#navbar
{
	width: 780px;
	height: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	background: #a6010f repeat-x url(../images/bg_navbar.jpg) center;
}

	#navbar table, #footer table
	{
		width: 740px;
		height: 50px;
		margin: 0px 20px;
	}

	#footer table
	{
		width: 780px;
		margin: 0px auto 10px auto;
		background: #eeeeee url(../images/bg_footer_bottom.jpg) no-repeat bottom;
	}

		#navbar table td, #footer table td
		{
			margin: 0px;
			padding: 0px 10px 0px 10px;   /* Works for most browsers */
			vertical-align: middle;
			text-align: center;
		}

			#navbar table td a, #footer table td a
			{
				font-family: Arial, Helvetica, sans-serif;
				text-decoration: none;
				font-weight: bold;
				margin: 0px;
				padding: 5px 0px;
				color: #fff;
			}

			#footer table td a
			{
				color: #000;
			}

			#navbar table td a:hover, #navbar table td a:active
			{
				color: #000;
			}

			#footer table td a:hover, #footer table td a:active
			{
				color: #a00;
			}

#footer
{
	/* width: 780px; */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	padding: 0px 0px 15px 0px;
	background: #bbb url(../images/bg_footer.jpg) repeat-x left;
}

	#footer p
	{
		color: #000;
		margin-bottom: 7px;
	}

		#footer p img
		{
			margin: 0px 10px;
		}

	#footer p#credit a, #footer p#credit a:visited
	{
		font-size: 85%;
		margin: 0px;
		padding: 5px 0px 5px 0px;
	}

	#footer p#credit a:hover, #footer p#credit a:active
	{
		color: #000;
	}

#container
{
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 2px 0px;		/* Need bottom padding for space at bottom of page? */
	text-align: left;
	width: 780px;
	vertical-align: top;
	background: #fff url(../images/bg_container.jpg) repeat-x left top;
	/* float: left; */
}

#container-content
{
	margin: 0px 40px 20px 40px;
	padding-top: 20px;
}

/* Need to put width in or anything in main below the sidebar will
shift slightly to the left */
#main
{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #fff;
	float: right;
}

#sidebar-right
{
	float: right;
	width: 280px;
	margin: 0px 0px 20px 30px;
	padding: 0px;
}

	#sidebar-right h2
	{
		font-size: 108%;
		margin: 0px;
		padding: 0px 10px 5px 0px;
		color: #a00;
	}

	#sidebar-right ul li a
	{
		font-weight: bold;
	}

#hp-box
{
	margin: 10px 0px 20px 0px;
}

	#hp-box a img, #hp-box a:visited img
	{
		float: left;
		width: 202px;
		margin: 20px 44px 20px 0px;
		border: 1px solid #fff;
	}

	#hp-box a:hover img, #hp-box a:active img
	{
		border: 1px solid #a00;
	}

p.button a, p.button a:link, p.button a:visited
{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	text-decoration: none;
	background: #e4eeff repeat-x url(../images/bg_admin_th.jpg);
	color: #000;
	margin: 0px;
	padding: 5px;
}

p.button a:hover, p.button a:active
{
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	color: #000;
	background: #ccddee;
}

p.form-error-heading
{
	font-weight: bold;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}

p.form-error
{  	color: #f00;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

.th-note, .td-note, .td-heading
{
	font-weight: normal;
	font-style: italic;
}

.td-heading
{
}

span.required
{
	color: #f00;
	vertical-align: bottom;
	padding-left: 3px;
}

.pullquote-right
{
	float: right;
	margin: 0px 0px 10px 15px;
	font-family: georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	width: 420px;
	background: #eee;
	color: #000;
	border: 1px solid #aaa;
	padding: 5px 10px;
}

.pullquote-right img
{
	float: right;
	margin: 0px 0px 10px 10px;
}

.pullquote-right p
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.8em;
	font-size: 120%;
}

.pullquote-right p.author
{
	text-align: right;
	margin-top: 0px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	line-height: 1.5em;
}

#previousArrow
{
	float: left;
}

#nextArrow
{
	float: right;
}

#main-image
{
	clear: both;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

#imageDescription
{
	font-weight: bold;
}

.img-left
{
	float: left;
	margin: 0px 20px 20px 0px;
	text-align: center;
	border: 1px solid #ccc;
	background: #f0f0f0;
}

.img-right
{
	float: right;
	margin: 0px 0px 10px 20px;
	text-align: center;
	border: 1px solid #ccc;
	background: #f0f0f0;
}

.img-left p, .img-right p
{
	margin: 5px 0px 5px 0px;
}

.table-contact
{
	margin: 0px 0px 20px 0px;
}

	.table-contact th, .table td-contact
	{
		padding: 5px 10px 5px 0px;
	}
