/* CSS stylesheet */

body
{
	background-image: url("bg.gif");
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
}

p, td, input, textarea
{
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

td
{
	vertical-align: top;
}

#site-container
{
	margin-left: auto;
	margin-right: auto;
	width: 729px;
}

#logo
{
	width: 153px;
}

#header-holder
{
	padding-left: 15px;
}

#header
{
	background-color: #C6BD9C;
	width: 561px;
}

#topnav
{
	text-align: right;
	color: #5F493A;
	height: 24px;
	font-size: 12px;
	width: 535px;
	vertical-align: middle;
}

#topnav a:link, #topnav a:visited
{
	color: #5D4838;
}

#topnav a:hover
{
	background-color: Transparent;
	color: #B03A3A;
}

#content
{
	background-color: #fff;
	border-left: solid 1px #DECFB0;
	border-right: solid 1px #DECFB0;
	padding: 3px 15px 10px 15px;
	width: 729px;
}

#content-holder
{
	padding-top: 15px;
}

#footer
{
	padding-top: 5px;
	color: #725845;
	font-size: 12px;
}

*.bottom-curve
{
	vertical-align: bottom;
}

*.top-curve
{
	vertical-align: top;
}

*.right-align
{
	text-align: right;
}

*.center
{
	text-align: center;
}

*.right
{
	float: right;
	margin-left: 10px;
}

*.left
{
	float: left;
	margin-right: 10px;
}

*.imageBorder
{
	border: solid 2px #ccc;
}

*.tagline
{
	font-family: Georgia, Garamond, Times New Roman, Serif;
	color: #B58C6D;
	font-style: italic;
	font-size: 13px;
}

#page-title
{
	font-family: Georgia, Garamond, Times New Roman, Serif;
	color: #5D4838;
	font-size: 16px;
	height: 30px;
}

#side-nav
{
	width: 140px;
	border-right: double 3px #ccc;
}

#side-nav dt
{
	margin-bottom: 8px;
}

#side-nav dd
{
	margin-left: 12px;
	margin-bottom: 6px;
}

#side-nav-content
{
	padding-left: 10px;
	width: 566px;
}

*.heading, th
{
	font-family: Georgia, Garamond, Times New Roman, Serif;
	color: #5D4838;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}

*.label
{
	font-weight: bold;
}

ul
{
	margin-left: 15px;
	padding-left: 15px;
	margin-top: 10px;
	list-style-type: disc;
	list-style-image: url(site_images/bullet.gif);
}

a:link
{
	color: #B58C6D;
}

a:visited
{
	color: #000;
}

a:hover
{
	background-color: #ECE6D9;
}



*.listing th
{
	border-bottom: double 3px #5D4838;
	padding: 3px;
}

*.listing *.descript
{
	vertical-align: top;
}

*.listing *.thumb
{
	background-color: #DECFB0;
}

*.listing *.thumb img
{
	border: solid 1px #5D4838;
}

*.row1
{
	background-color: #ECE6D9;
}

*.row2
{
	background-color: #fff;
}