﻿body
{
	margin:0px;
	padding:0px;
}

body
{
	font-family: Arial, Tahoma;
	font-size: 14px;
	line-height:18px;
}

H1
{
	color: #935A15;
	line-height:20px;
	font-size:18px;
}

H2
{
	color: Black;
	line-height:20px;
	font-size:17px;
}

H3
{
	color: #DA8520;
	line-height:20px;
	font-size:16px;
}

A:link
{
	color: #DA8520;
	text-decoration: underline;
}
	
A:visited
{
	color: #935A15;
	text-decoration: underline;
}
	
A:hover
{
	color: #84989A;
	text-decoration: underline;
}

p
{
	margin-top:0px;
}

* + p
{
	margin-top:17px;
	margin-bottom:17px;
}

.ControlError
{
	background-color:#cc0001;
	color:White;
}


/**************** Contact Page Style *****************/

.moduleContact
{
}

.tblContact
{
	margin-left:10px;
}

.tblContact td 
{
	height:10px;
	line-height:10px;
}

.tblContact td.ContactLabel
{
	padding-right:10px;
}

	

/**********************************************
/* Layout Styles 
**********************************************/

#divBoundary
{
	width:799px;
	border-left: solid 3px #DCA41D;
	border-right: solid 3px #DCA41D;
	margin-left:auto;
	margin-right:auto;
	background-color:White;
	background-image:url(images/LeftBird.jpg);
	background-repeat:no-repeat;
	background-position:10px 180px;
}

#divHeader .divMenu
{
	height:30px;
	width:680px;
	overflow:hidden;
	margin-left:49px;
	margin-right:70px;
}

#divContentArea
{
	height:auto;
	min-height:200px;
	width:557px;
	margin-top:30px;
	margin-right:91px;
	margin-bottom:14px;
	margin-left:151px;
	overflow:hidden;
}

#divFooter
{
	width:100%;
	height:131px;
	overflow:hidden;
	position:relative;
	
}

/*Allows the quote to expand to these limits if needed*/
#divFooter .footerQuote
{
	width:750px;
	height:70px;
	border:solid 0px black;
	position:absolute;
	top:58px;
	left:10px;
	overflow:hidden;
	text-align:left;
}

/*Causes the quote name to align right depending on the width of the quote*/
/*The parent table allows this div to align left.*/
#divFooter .footerQuote .Inner
{
	/*Do not set a width. Let them choose their own line breaks.*/
	padding-top:7px;
	padding-bottom:8px;
	padding-right:10px;
	height:55px;
	color:White;
	font-weight:bold;
	font-size:15px;

	text-align:right;
	border:solid 0px black;
	
	background-image:url(images/TransBox.png);
	background-position:267px -4px;
	background-repeat:no-repeat;
}

#divFooter .footerQuote .Inner em, #divFooter .footerQuote .Inner i
{
	line-height:15px;
	display:block;
}

#divFooter br
{
	line-height:5px;
}
