.headline
{
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	text-decoration: underline;
}

.title,
.formlabel
{
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.content
{
	font-size: 12px;
	line-height: 16px;
}

.subtitle
{
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}

.subcontent
{
	font-size: 11px;
	line-height: 14px;
}

.contactinfo
{
	font-size: 10px;
}

.page_title
{
	clear: both;
	margin: 0;
}

	.page_title img
	{
		display: block;
		border: 0;
	}

a:link
{
	color: #030;
}

a:visited
{
	color: #600;
}

a:hover,
a:active
{
	color: #89B589;
}

body
{
	margin: 0;
	background: #FFF url(../graphics/layout/bg_body.gif) 0 0 repeat-x;
	padding: 0;
	font-family: Georgia,'Times New Roman',serif;
	color: #000;
}

#primary
{
	position: relative;
	width: 752px;
	margin: 0 auto;
	padding: 30px 0 0;
}

#menu_ur ul
{
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

	#menu_ur ul li {
		float: left;
		border-left: 1px solid #FFF;
		padding: 0 10px;
		font-size: 10px;
	}

	#menu_ur ul li:first-child {
		border-left:0;
	}

	#menu_ur ul li.first
	{
		border-left: 0;
	}

		#menu_ur ul li a:link,
		#menu_ur ul li a:visited
		{
			color: #FFF;
			text-decoration: none;
			font-weight:normal;
		}

		#menu_ur ul li a:hover,
		#menu_ur ul li a:active
		{
			text-decoration: underline;
			font-weight:normal;
		}

#masthead
{
	position: relative;
	width: 752px;
	height: 217px;
	margin: 0;
	border-bottom: 1px solid #1f571f;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
}

	#masthead div img, #masthead a#logo img
	{
		border: 0;
		position: absolute;
		top: 28px;
		left: 28px;
	}
		

	#masthead img
	{
		position:absolute;
		top: 0;
		left: auto;
		right: 0;
	}

#page_content
{
	width: 750px;
	border: 1px solid #1f571f;
	border-width: 0 1px;
	background: #FFF url(../graphics/layout/bg_page_content.gif) 0 0 repeat-x;
	padding: 24px 0 0;
}

#column_l p img {
	border:0;
}

#nav
{
	width: 230px;
	margin: 0 0 30px;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
}

	#nav ul
	{
		margin: 0;
		padding: 0 25px;
		list-style: none;
	}

		#nav ul li
		{
			background: transparent url(../graphics/layout/bg_nav_li.gif) left bottom no-repeat;
			padding: 10px 40px 10px 0;
		}

			#nav ul li a:link,
			#nav ul li a:visited
			{
				display: block;
				width: 100%;
				padding: 3px 20px;
				background: transparent url(../graphics/layout/paw.gif) 0 4px no-repeat;
				color: #030;
				text-decoration: none;
			}

			#nav ul li.selected a:link,
			#nav ul li.selected a:visited
			{
				background: transparent url(../graphics/layout/paw_on.gif) 0 2px no-repeat;
			}

			#nav ul li a:hover,
			#nav ul li a:active
			{
				color: #600;
				text-decoration: underline;
			}

	#nav ul ul
	{
		margin: 0;
		padding: 0 0 0 20px;
		list-style: none;
		font-size: 10px;
		line-height: 10px;
	}

		#nav ul ul li
		{
			background: none;
			padding: 0 0 0 10px;
		}

			#nav ul ul li.selected
			{
				background: transparent url(../graphics/layout/bg_nav_li_dot.gif) 0 13px no-repeat;
			}

			#nav ul ul li a:link,
			#nav ul ul li a:visited
			{
				color: #600;
				background: none ! important;
				padding: 10px 0 0;
			}
	
			#nav ul ul li a:hover,
			#nav ul ul li a:active
			{
				text-decoration: underline;
			}

#quick_links
{
	width: 230px;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
}

	#quick_links ul
	{
		margin: 0;
		padding: 0 25px;
		list-style: none;
	}

		#quick_links ul li
		{
			margin: 0 0 10px;
			background: transparent url(../graphics/homepage/bg_quick_links_li.gif) left bottom no-repeat;
			padding: 0 0 1px;
		}

		#quick_links ul li a:link,
		#quick_links ul li a:visited
		{
			display: block;
			width: 100%;
			height: 20px;
			background: transparent url(../graphics/homepage/quick_links_dog.gif) left bottom no-repeat;
			padding: 5px 0 0 30px;
			color: #600;
			text-decoration: none;
		}

		#quick_links ul li a:hover,
		#quick_links ul li a:active
		{
			text-decoration: underline;
		}

		#quick_links ul li.cat a:link,
		#quick_links ul li.cat a:visited
		{
			background: transparent url(../graphics/homepage/quick_links_cat.gif) left bottom no-repeat;
		}
	
#column_r
{
	background: transparent url(../graphics/layout/bg_column_r.gif) 0 0 repeat-y;
}
	
.column_r_content
{
	border-left: 1px solid #1f571f;
	background: transparent url(../graphics/layout/bg_column_r_content.gif) 0 0 repeat-x;
	padding: 10px 30px;
}

#footer
{
	width: 720px;
	margin: 0 auto;
	border: 1px solid #1f571f;
	border-width: 0 1px 1px;
	background: #89b589 url(../graphics/layout/bg_footer_top.gif) 0 0 repeat-x;
	padding: 20px 15px 15px;
}

	#footer *
	{
		margin: 0;
	}

	#footer form
	{
		float: right;
	}

		#footer form *
		{
			font-size: 10px;
		}

	#footer a:link,
	#footer a:visited
	{
		color: #600;
		text-decoration: none;
	}

	#footer a:hover,
	#footer a:active
	{
		text-decoration: underline;
	}

ul.liststyleID6009
{
	list-style: none;
}

	ul.liststyleID6009 li
	{
		background: transparent url(../graphics/layout/checkbox.gif) 0 2px no-repeat;
		padding: 0 0 0 18px
	}
	
.clear {
	clear:both;
}

.formtitle, .form_title, h5.form_title, div.form_row_submit {
	background:#600;
	color:#FFF;
}

.content_image_box {
	border:0;
	margin:0;
	padding:0;
	background:none;
}

