/**********************************************************/
/* BASIC GADGET CSS                                       */
/**********************************************************/

/* Document body */
	body {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		line-height: 140%;
		color: #676767;
	}

/* Default link styles */
	a:link { color: #7B191A; }
	a:active {color: #7B191A; }
	a:visited {color: #666; }
	a:hover {color: #6F6753; }

	#top_menu a { color: #DDCEAC !important; }

/* Content styles */
	.PageTitle {
		color: #676767;
		font-family: Georgia;
		font-size: 30px;
		font-weight: normal;
		line-height: 120%;
	}

	.Headline, .headline {
		color: #EDE3CA;
		color: #91856F;
		font-family: Georgia;
		font-size: 18px;
		line-height: 120%;
		font-weight: normal;
	}


	#tan_bottom
	{
		height: 10px;
		background-color: #DDCEAF;
	}

	#blue_bottom
	{
		height: 5px;
		background-color: #a0c1ca;
	}

	#footer
	{
		background: #988C72;
		text-align: center;
		padding: 5px 0px 1px 0px;
	}

	#footer, #footer a {
		font-size: 11px;
		color: #DDCEAF;
	}

	.footnav_sep {
		padding: 0px 10px;
	}

/* Subnavigation - Level 1 */
	.navspacer {
		border: 1px #CCC solid;
		border-width: 1px 0px;
	}

	.secnav_normal {
		cursor: pointer;
		cursor: hand;
	}
	.secnav_normal a, .secnav_roll a, .secnav_current a {
		display: block;
		font-size: 14px;
		color: #676767;
		text-decoration: none;
		padding: 5px;
		border-top: 1px #ECE1CA dotted;
	}
	.secnav_roll {
		background: #ECE1CA;
	}
	.secnav_current a {
		color: #000;
	}

/* Subnavigation - Level 2 */
	.secnav_subtree_normal {
		cursor: pointer;
		cursor: hand;
	}
	.secnav_subtree_normal a, .secnav_subtree_roll a, .secnav_subtree_current a, .secnav_subtree_normal th {
		padding: 3px 0px;
		text-decoration: none;
		font-size: 12px;
		color: #676767;
		border: 0px;
	}
	.secnav_subtree_normal th {
		padding-left: 12px;
	}
	.secnav_subtree_roll a, .secnav_subtree_roll th {
		background: #ECE1CA;
	}
	.secnav_subtree_current a, .secnav_subtree_current th {
		color: #000;
	}

/* Subnavigation - Level 3 */
	.secnav_2_normal {
		cursor: pointer;
		cursor: hand;
	}
	.secnav_2_normal a, .secnav_2_roll a, .secnav_2_current a, .secnav_2_normal th {
		padding: 3px 0px;
		font-size: 11px;
		color: #676767;
		text-decoration: none;
	}
	.secnav_2_normal th {
		padding-left: 6px;
	}
	.secnav_2_roll a, .secnav_2_roll th {
		color: #000;
	}
	.secnav_2_current a, .secnav_2_current th {
		color: #000;
	}