/*	default.css */

/*	general styles */
		html, body, div, img {
			margin:										0px;
			padding:									0px;
			border:										0px;
			font-size:								12px;
			font-family:							verdana, helvetica, arial;
		}
		body {
			background-color:					#ddd;
		}
		div#page_container {
			width:										760px;
			margin:										auto;
			background-color:					rgb(98,64,42);
		}



/* 	header style */
		div#header {
			width:										760px;
			border-left:							1px solid #000;
			border-right:							1px solid #000;
		}
		div#header img {
			display:									block;
		}



/*	content container style */
		div#content_container {
			width:										760px;
			border-left:							1px solid #000;
			border-right:							1px solid #000;
			overflow:									hidden;
			background-color:					rgb(98,64,42);
		}



/*	navigation style */
		div#navigation {
			width:										155px;
			background-color:					rgb(156,69,32);
			border-right:							rgb(154,126,102);
			float:										left;
			border-left:							1px solid #000;
		}
		div.navButton {
			width:										155px;
			height:										21px;
			border-right:							1px solid rgb(159,105,71);
			background:								url(../_graphics/navigation/navButton_bkg.gif) no-repeat;
			color:										#fff;
			line-height:							1.6em;
		}
		div.navButton a {
			padding-left:							7px;
			color:										#fff;
			text-decoration:					none;
			font-weight:							bold;
			font-size:								10px;
		}
		div.navButton a:hover {
			color:										rgb(223,208,163);
		}
		div.activeNavButton {
			border-right:							1px solid rgb(184,163,132);
			background:								url(../_graphics/navigation/activeNavButton_bkg.gif) no-repeat;
		}
		div.activeNavButton a {
			color:										#000;
		}
		div.activeNavButton a:hover {
			color:										#000;
		}
		div.activeNavMenu {
			width:										155px;
			border-right:							1px solid rgb(184,163,132);
			background:								url(../_graphics/navigation/navButton_open_bkg.gif) repeat-y;
		}
		div.activeNavMenu a {
			display:									block;
			font-size:								10px;
			padding-top:							5px;
			padding-left:							18px;
			text-decoration:					none;
			color:										rgb(98,64,42);
		}
		div.activeNavMenu a:first-child {
			font-weight:							bold;
			padding-left:							7px;
		}
		div.activeNavMenu a:hover {
			text-decoration:					underline;
		}
		a.activeNavLink {
			font-color:								black;
			font-weight:							bold;
		}


/*	body style */
		div#content_body {
			background-color:					rgb(223,208,163);
			border-top:								1px solid rgb(131,131,129);
			border-left:							1px solid rgb(184,163,132);
			padding:									0px 10px 0px 10px;
			// padding-top:						10px;
			float:										right;
			width:										582px;
			color:										rgb(98,64,42);
		}
		div#content_body img {
			border:										2px solid #fff;
		}
		p#freshness {
			font-size:								10px;
			color:										#555;
			clear:										both;
			margin-bottom:						10px;
		}
		div#column1, div#column2 {
			width:										285px;
			float:										left;
		}
		div#column1 {
			margin-right:							12px;
		}
		p {
			margin:										10px 0px;
		}
		h3 {
			margin:										20px 0px 10px 0px;
		}
		div.photoBox {
			font-size:								10px;
			margin-top:								0px;
			margin-bottom:						7px;
			padding-bottom:						3px;
			border:										1px solid #fff;
			text-align:								center;
		}
		div.pbHorizontal {
			width:										202px;
		}
		.fLeft {
			float:										left;
			margin-left:							0px;
			margin-right:							7px;
		}
		.fRight {
			float:										right;
			margin-left:							7px;
			margin-right:							0px;
		}
		div.photoCollection {
			margin:										auto;
			clear:										both;
		}
		.citation {
			list-style-image:					url(../_graphics/content/listImage.png);
		}
		.citation li {
			padding-bottom:						10px;
		}
		.quoteBox {
			width:											550px;
			margin:											auto;
		}


/*	footer style */
		div#footer {
			width:										760px;
			float:										left;
			background-color:					#fff;
			border-left:							1px solid black;
			border-right:							1px solid black;
			border-bottom:						1px solid black;
			line-height:							0.6em;
			// line-height:						0.6em;
			padding-bottom:						19px;
			// padding-bottom:				0px;
		}
		img#footer_borderTop {
			display:									block;
			padding-bottom:						20px;
		}
		div#footer div, img {
			background-color:					#fff;
		}
		img#logo_GoA {
			margin-left:							56px;
			padding-right:						20px;
			float:										left;
			border-right:							1px solid #164E93;
		}
		div#footerLinks {
			float:										left;
		}
		div#footerLinks ul {
			padding-left:							10px;
			margin-left:							0px;
		}
		ul#goaLinks {
			margin-top:								0px;
		}
		div#footer li {
			list-style:								none;
			display:									inline;
			padding-left:							10px;
		}
		div#footer p {
			padding-left:							20px;
		}
