

/*
	Standard font family and color for site
*/

body, a, p, h1, h2, h3, h4, h5
{
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
}


/*
	Standard paragraph style
*/

p
{
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 1.8em;
}


/*
	Links
*/

a:link, a:active
{
	color: #CF8635;
	font-size: 1.0em;
	text-decoration: none;
}


a:visited
{
        color: #CF8635;
	font-size: 1.0em;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


/*
	Headings
*/

h1, h2, h3, h4, h5
{
	margin: 0px;
}

h1
{
	font-size: 1.0em;
}

h2
{
	font-size: 1em;
}

h3
{
	font-size: 0.8em;
}


/*
	Standard images
*/

img
{
	border: none;
}


/*
	Page header top area
*/

#header-top
{
	height: 100px;
	width: 100%;
	background-color: #742101;
}


/*
	Logo
*/

#logo
{
  float: right;
	padding-right: 25px;
	padding-top: 17px;
  height: 33px;
}


/*
	Page footer area
*/

#page-footer
{
  text-align: center;
	padding-top: 1em;
}


/*
	Page body style (main page)
*/

body#main
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #742101;
	background-repeat: repeat-y;
}


/*
	Middle row (main page)
*/

#middle-row-main
{
  background-color: #D47A5F;
  width: 100%;

}


/*
	Photo (main page)
*/

#photo-main
{
position: absolute;
background-color: #742101;
}


/*
	Menu (main page)
*/

#menu-main
{
  text-align: right;
	margin-right: 11px;
  /* height + padding should equal 233px */
  height: 78px;
  padding-top: 23px;
}

#menu-main a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.0em;
}

#menu-main a:hover
{
	color: #371D0E;
}


/*
	Content area (main page)
*/

#page-content-main
{
	margin-left: 255px;
	padding-left: 11px;
	padding-right: 23px;
	padding-top: 23px;
	padding-bottom: 5px;
}


/*
	Page body style (sub page )
*/

body#sub
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
  background-color: #742101;

}


/*
	Title (sub page)
*/

#sub-title
{
  position: absolute;
  top: 25px;
  left: 11px;
	font-family: impact, arial, helvetica, sans-serif;
  font-size: 29px;
}


/*
	Menu (sub page)
*/

#menu-sub
{
  text-align: right;
  padding-top: 145px;
  padding-right: 11px;
background-color: #D47A5F;
}

#menu-sub a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
background-color: #D47A5F;
}

#menu-sub a:hover
{
	color: #9D6628;
}


/*
	Right column (sub page)
*/




#right-column-sub
{

  font-size: 1.0em;
  text-align: center;
  float: right;
  width: 200px;
  background-color: #742101;
}


/*
	Content area (sub page)
*/

#page-content-sub
{
        font-size: 1.0em;        
        margin-right: 200px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 20px;
	padding-bottom: 5px;

}


/*
	Content area (aemail form)
*/

#page-content-emailform
{
        font-size: 1.0em;        
        margin-left: 25px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 11px;
	padding-bottom: 5px;

}
