/* `Basic HTML and Layout
----------------------------------------------------------------------------------------------------*/

body
{
	background: url(../img/bkg_yel.jpg);
	color: #3e3c37;
	padding: 0;
	font: 14px/22px Georgia, serif;
}

.header_info
{
	text-align: right;
	font-size: 14px;
	color: #fff;
}

.page_wrap_top
{
	padding: 20px 0px 20px 0px;
	background: #878379 url(../img/bkg_grey.gif);
	min-height: 500px;
}

.page_wrap
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: url(../img/nav_logobar.gif) no-repeat;
}

.footer_wrap
{
	font: 12px/18px Georgia, serif;
	padding-top: 11px;
	background: url(../img/footer_shdw.gif) repeat-x top left;
}

.bkg_t
{
	background: #fff url(../img/pg_txtur.gif) no-repeat top left;
}

.bkg_b
{
	background: url(../img/pg_txtur2.gif) no-repeat bottom left;
}

/* `Text
----------------------------------------------------------------------------------------------------*/

h1
{
	font: normal normal 24px/18px Georgia, serif;
	margin: 40px 20px 20px 20px;
}

h2
{
	font: normal normal 18px/22px Georgia, serif;
	margin: 10px 20px 5px 20px;
}

h3
{
	font: normal normal 16px/22px Georgia, serif;
	margin: 10px 0px;
	color: #fff;
}

.homeh2
{
	font: normal normal 18px/22px Georgia, serif;
	margin: 0px 0px 5px 0px;
	color: #fff;
}

.homep
{
	font: 14px/18px Georgia, serif;
	margin: 0px 0px 10px 0px;
	color: #fff;
}

p 
{
	margin: 0px 20px 10px 20px;
}

ul
}	
	list-style-type: disc;
}



.quote
{
	margin-left: 100px;
	font-weight: bold;
}

.left_text
{
	margin: 0px 0px 20px 0px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	color: #fff;
}

.left_text2
{
	margin: 0px 0px 20px 0px;
	font-size: 13px;
	line-height: 17px;
	overflow: hidden;
	color: #333;
}

.hi
{
	background-color: #fffad9;
}

a.ft_links, a.ft_links:visited, a.ft_links:active 
{
	color: #472d1d;
	text-decoration: none;
}

a.ft_links:hover
{
	text-decoration: underline;
}

a.ft_links2, a.ft_links2:visited, a.ft_links2:active 
{
	color: #8c6c3c;
	text-decoration: none;
}

a.ft_links2:hover
{
	text-decoration: underline;
}


/* `Left Navigation Block
----------------------------------------------------------------------------------------------------*/


#nav_left_wrap
{
	margin-top: 80px;
	margin-bottom: 20px;
}

#navcontainer 
{
	line-height: 0px;
	text-align: left;
	float: right;
	width: 165px;
	background: url(../img/left_nav_point.gif) no-repeat center right;
}

#navcontainer ul
{
	width: 150px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Georgia, serif;
	line-height: 18px;
	border-right: 4px solid #f9c474;
	border-left: 4px solid #f9c474;
}

#navcontainer li
{
	margin-left: 0px;
}

#navcontainer a
{
	text-align: right;
	display: block;
	padding: 8px 20px 8px 8px;
	margin-bottom: 0px;
	background-color: #fff;
	border-bottom: 1px solid #878379;
	border-left: 1px solid #878379;
	border-right: 1px solid #878379;
}

#navcontainer a.last
{
	border-bottom: 0px;
}

#navcontainer a.on
{
	background: #fff url(../img/left_nav_arrow.gif) no-repeat center right;
}

#navcontainer a:link, #navlist a:visited
{
	color: #333;
	text-decoration: none;
}

#navcontainer a:link.on, #navlist a:visited.on
{
	color: #f1950f;
	text-decoration: none;
}

#navcontainer a:hover
{
	background: #fff url(../img/left_nav_arrow.gif) no-repeat center right;
}


/* `Misc
----------------------------------------------------------------------------------------------------*/

.gg_photos
{
	float: left;
	margin: 0px 20px;
	border: 5px solid #ccc;
}


/* `Blog
----------------------------------------------------------------------------------------------------*/

.blog_bg
{
	background: url(/img/blog_bg.gif) bottom right no-repeat;
}

small 
{
	font-size: 11px;
}
