/*** Define Basic Elements ***/
html {
	margin:0px;
	padding:0px;
}
body {
	background:url(../_images/bg_body.jpg) repeat-x #726962;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#796F66;
	line-height: 15px;
}
form {
	padding:0px;
	margin:0px;
	border:none;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#7F3701;
	padding: 8px;
	margin: 16px 0px;
	border-bottom:1px dashed #95928D;
	font-weight:normal;
}
.insetContent h1,
.templateData h1 /* Admin edit area */
{
	border-top:1px dashed #95928D;
}
h1.noBorder
{
	border: 0 !important;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#046380;
	font-weight:normal;
	padding:0px;
	margin:12px 0 5px 0;
}
h3 {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:12px;
	color:#D68B1D;
	font-weight:normal;
	padding:0px;
	margin:10px 0 5px 0;
}

h4 {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:11px;
	color:#666666;
	font-weight:normal;
	padding:0px;
	margin:8px 0 3px 0;
}
h5 {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:11px;
	color:#D68B1D;
	font-weight:normal;
	padding:0px;
	margin:8px 0 3px 0;
}

h6 {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:11px;
	color:#D68B1D;
	font-weight:normal;
	padding:0px;
	margin:6px 0 3px 0;
}
a {
	color:#046380;
	text-decoration:none;
}
a img
{
	border: 0;
}
a:hover {
	text-decoration:underline;
}
p {
	padding: 0px;
	margin:0 0 0.6em 0;
}
.topEdge
{
	margin: -20px 0 19px 0;
	height: 1px;
}
.alignRight,
.floatright
{
	float: right;
	margin: 0 0 4px 8px;
}
.alignLeft,
.floatleft
{
	float: left;
	margin: 0 8px 4px 0;
}
.noTopMargin {
	margin-top: 0px !important;
}
ul,
ol
{
	padding: 0;
	margin: 5px 0 8px 15px;
}
ul li,
ol li
{
	margin: 0 0 3px 0;
}
.caption
{
	line-height: 1.1em;
}
p.caption,
.caption p
{
	margin-bottom: 0.3em;
}
.clear
{
	clear: both;
}

.return,
.returnButton,
.newsPressDetail .itemTitle
{
	display: none;
}

/*** Fluff ***/
#topBorder {
	background:url(../_images/bg_topBorder.gif) repeat-x left top;
	height:15px;
}

/*** Primary Viewport ***/
#mainContainer {
	background:url(../_images/bg_mainContainer.jpg) repeat-y right top;
	width:768px;
	margin: 0 auto 10px auto;
}

/*** Navigation ***/
#navContainer {
	margin-top:25px;
	width:144px;
	float:left;
	background:url(../_images/bg_navContainer.jpg) repeat-y right top;
}
#Nav1a {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:right;
	margin-left:25px;
	width:110px;
	padding-bottom:5px;
}
#Nav1a li {
	padding:5px 0px;
	margin: 0;
}
#Nav1a li a {
	color:#726962;
	text-decoration:none;
	text-transform:uppercase;
}
#Nav1a li a:hover {
	color:#333333;
	text-decoration:none;
}
#Nav1a li ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:right;
	width:110px;
	padding-bottom:5px;
	padding-top:5px;
	border:1px dashed #95928D;
	border-left:none;
	border-right:none;
	display:none;
}
#Nav1a li.curMenu ul {
	display:block;
	margin-top:5px;
}
#Nav1a li li {
	padding:3px 0px;
}
#Nav1a li li ul {
	display:none !important;
}
#Nav1a li li a {
	color:#046380;
	text-decoration:none;
	text-transform:none;
}
#Nav1a li li a:hover {
	color:#333333;
	text-decoration:none;
}
#Nav1a li ul a.curMenu
{
	font-weight: bold;
}

/*** Content Area - includes header and footer inside content region ***/
#contentContainer {
	width:624px;
	float:right;
}
#contentHead {
	width:594px;
	margin-top:-13px;
	margin-left:10px;
	border-bottom:1px dashed #95928D;
}
#logo {
	width:470px;
	border-right:1px dashed #95928D;
	padding-top:13px;
	height:44px;
}
#searchArea {
	width: 115px;
	padding-top:25px;
}
#searchFor {
	width: 79px;
	float: left;
	display: inline;
	border: 0;
	background: url(../_images/searchBox.gif) no-repeat left center !important;
	color: #555;
	height: 13px;
	line-height: 13px;
	padding: 1px 2px;
	margin: 0;
}
#searchFor.empty
{
	color: #555;
	background: transparent url(../_images/searchBoxEmpty.gif) no-repeat left center !important;
}
#searchButton
{
	height: 15px;
	width: 15px;
	float: left;
	display: inline;
	border:none;
}
#links {
	height:58px;
}
#subscribe {
	width:180px;
	border-right:1px dashed #95928D;
	height:38px;
	padding:10px;
}
#donateMembership {
	width:391px;
}
#contentFooter {
	width:594px;
	border-top:1px dashed #95928D;
	margin-left:154px;
	font-size:10px;
}
#contentFooter div div {
	padding:5px;
	float:left;
	border-right:1px dashed #95928D;
	text-align:center;
	line-height:16px;
}
#contentFooter div div .redText {
	color:#7F3701;
}
#contentFooter div div a {
	color:#796F66;
	text-decoration:none;
}
#contentFooter div div a:hover {
	text-decoration:underline;
}
#pageGraphicContainer, #heroSection, #heroFlash {
	text-align:center;
	border-bottom:1px dashed #95928D;
	width:594px;
	padding:15px 0px;
	margin-left:10px;
	overflow:hidden;
}
#heroFlash div {
	border:3px solid #796F66;
	width:577px;
	height:175px;
	margin:auto;
}
#heroSection img {
	border:2px solid #796F66;
	border-left:1px solid #796F66;
}
#heroSection img#heroPicture1Area {
	border:2px solid #796F66;
}

#pageGraphic {
	border:2px solid #796F66;
	margin-left:-2px;
}


/*** Page Footer ***/
#footerContainer {
	display: block;
/*	background:url(../_images/bg_footer.jpg) no-repeat top right #726962; */
}
#footerContent {
	color:#A6A09A;
/*	margin: 0 20px 0 161px; */
/*	padding-top: 15px; */
	font-size:10px;
}
#footerContent img {
/*	margin-left:10px; */
	border:none;
}
#footerContent .footerCopy
{
	float: left;
	display: inline;
	width: 237px;
}
#footerContent .footerLogos
{
	float: right;
	display: inline;
	width: 363px;
}

#footerContainer {
	display: block;
	background: transparent url(../_images/footerContainerBk.jpg) no-repeat scroll right top;
	padding-top: 12px;
	width: 768px;
}
#footerContent {
	background: transparent url(../_images/footerContentBk.jpg) repeat-y scroll right top;
	color:#A6A09A;
	margin: 0 0 0 150px;
	padding: 0 20px 6px 11px;
	font-size: 10px;
}
#footerArea {
	background: transparent url(../_images/footerAreaBk.jpg) no-repeat scroll right bottom;
	padding: 0 0 12px 0;
}


/*** General Classes ***/
.insetContent .clear {
	clear: left;
}
.floatLeft {
	position:relative;
	float:left;
}
.floatRight {
	position:relative;
	float:right;
}
.templateData, /* Admin */
.insetContent {
	position: relative;
	margin: 15px 0;
	padding: 0 15px 0 25px;
	letter-spacing:0.01em;
	color: #4F4C4A;
	background-color: transparent;
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 10px;
	line-height: 130%;
}
.templateData a, /* Admin */
.insetContent a {
	color:#046380;
	text-decoration:none;
}
.templateData a:hover, /* Admin */
.insetContent a:hover {
	color:#333333;
	text-decoration:none;
}
.templateData table, /* Admin */
.insetContent table {
	background-color:#E2DDD7;
/*	border:1px dashed #95928D; */
	margin: 10px 0 15px 0;
}
.templateData table, /* Admin */
.insetContent table td {
}
.templateData table th, /* Admin */
.insetContent table th {
	border-bottom:1px dashed #95928D;
	background-color:#CCC5BF;
	color:#7F3701;
	font-weight:normal;
}
.inputText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#796F66;
	padding:0px 3px;
	border:1px solid #D1CBC2;
}
.submitButton {
	background: url(../_images/img_button.gif) no-repeat 0 2px;
	color:#fffcce;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
	border:none;
	width:58px;
	height:19px;
	margin-right:5px;
	cursor:pointer;
}
a.submitButton {
	float: left;
	color: #fffcce;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 19px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}
a.submitButton:link,
a.submitButton:visited,
a.submitButton:hover,
a.submitButton:active
{
	color: #fffcce !important;
	background-color: transparent;
	text-decoration: none !important;
}
.leftContent{
	width:604px;
}
body.wRightBar div.leftContent{
	min-height: 250px;
}
* html body.wRightBar div.leftContent{
	height:250px;
}

#rightBar .submitButton {
	display:block;
	margin:5px 5px 5px 0px;
}


#pageTitle {
	position: relative;
	padding-right: 160px;
	margin: 0 0 10px 10px;
	text-transform:uppercase;
}


/* kill this to revert to 2 col */
.leftContent{
	width:604px;
}

#rightBar {
	width:160px;
	float:right;
	text-align:left;
	margin: 0 0 10px 10px;
	padding: 0px;
	background-color:#E2DDD7;
	border:1px dashed #95928D;
	border-top:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#rightBar h1 {
	color:#7F3701;
	font-size:12px;
	margin:0px;
	padding: 8px;
	background-color:#CCC5BF;
}
#rightBar a {
	color:#046380;
	text-decoration:none;
}
#rightBar a:hover {
	color:#333333 !important;
	text-decoration:none !important;
}
#rightBar ul {
	list-style:none;
	list-style-type:none;
	padding: 0px;
	margin: 5px 5px 0 8px;
}
#rightBar ul li {
	margin: 3px 0;
}
#rightBar > ul.sideBar {
	list-style:none;
	list-style-type:none;
	padding: 0px;
	margin: 0;
}
#rightBar > ul.sideBar > li.sideBar {
	margin: 0 0 10px 0;
}
#rightBar ul li ul li a {
}
#rightBar ul li ul li a:hover {
	color:#046380;
	text-decoration:none;
}
#rightBar p {
	margin: 5px 8px;
}
#rightBar h2,
#rightBar h3,
#rightBar h4,
#rightBar h5,
#rightBar h6
{
	margin-left: 8px;
	margin-right: 8px;
}
#secmenu ul
{
	margin-left: 0;
}
#secmenu ul li
{
	margin-left: 8px;
	padding-left: 0;
	padding-top:3px;
}
#secmenu ul li ul
{
	display: none;
}
#secmenu ul li.curMenu ul.curMenu
{
	display: block;
}
#secmenu ul li.curMenu
{
	margin-left: 0;
	padding-left: 10px;
	color:#046380;
	background: transparent url(../_images/secmenuCurrent.gif) no-repeat left top;
}
#rightBar a.curMenu
{
	color: #046380;
	background: transparent;
	font-weight:bold;
}

#rightBar a.curMenu
{
}
#rightBar h3 {
	color:#D68B1D;
	border:none;
	font-size:12px;
}
.rightBarBox
{
	padding: 0px;
	margin: 0 0 5px 0;
}
#rightBar .container {
	padding: 8px;
}
#rightBar .topEdge
{
	display: none; /* IE issue */
}

/* homepage */
#home .insetContent {
	padding: 0 0 0 10px;
	margin: 0;
}
#home div.leftBlock{
	width:604px;
}
#home .wRightBar div.leftBlock,
#home.wRightBar div.leftBlock{
	width: 380px;
	margin: 0 0 0 17px;
	padding: 0 14px 0 0;
	float: left;
	min-height: 275px;
}
* html #home.wRightBar div.leftBlock{
	height: 275px;
}
#home .rightBarBox {
	padding: 0px;
	margin: 0 0 10px 0;
	background-color:transparent;
	color:#796F66;
}
#home #rightBar {
	width: 182px;
	overflow: hidden;
	float: right;
	background-color:transparent;
	margin: 0;
	color: #796F66;
	padding: 0px;
	border: 0;
	margin-top: 0;
}
#home #rightBar ul li ul {
	list-style:none;
	list-style-type:none;
	padding: 0px;
	margin: 0px 8px;
}
#home #rightBar ul li ul li{
	padding: 3px 0px;
}

#home #rightBar a {
	color:#046380;
	text-decoration:none;
}
#home #rightBar a:hover {
	text-decoration:underline;
}
#home #rightBar ul li ul li a {
	color:#046380;
	text-decoration:none;
}
#home #rightBar ul li ul li a:hover {
	text-decoration:underline;
}
#home #rightBar h1 {
	font-size: 14px;
	line-height: 14px;
	color: #7F3701;
	margin: 0 0 10px 0;
	padding: 8px 8px 7px 8px;
	border-bottom:1px dashed #95928D !important;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom: 10px;
}
#ahome #rightBar h2 {
	font-size:13px;
	color:#046380;
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-transform:uppercase;
}
#ahome #rightBar h3 {
	font-size:13px;
	color:#B2A369;
	padding:0px;
	margin:0px;
	font-weight:normal;
	padding-top:15px;
	padding-bottom:5px;
	text-transform:uppercase;
}
#home div.leftBlock h1 {
	margin:20px -15px 10px -15px;
	padding-left:15px;
}
#home div.leftBlock h2 {
	margin-bottom:10px;
}
#home #heroFlash {
border-bottom:none;
}
#home #pageTitle {
	display:none;
}
#home #content {
	background:url(../_images/bg_content.jpg) repeat-y;
	width: 624px;
	overflow: hidden;
}
#home #pageTitle
{
	display: none;
}


div.photoBrowser
{
	float: left;
	margin: 0 15px 15px 0;
}

#rightBar div.linksBrowser
{
	margin: 0;
	display: block;
	float: none;
}


h1.releaseMonth {
	color: #046380;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 13px;
	font-weight: normal;
	margin: 12px 0 5px;
	padding: 0;
	border: 0;
}

div.list div.item,
div.detail div.item {
	margin: 15px 0;
}



span.shareThis {
	position: absolute;
	right: 4px;
	top: 8px;
}

a.facebookLink {
	position: absolute;
	right: 95px;
	top: 9px;
	text-decoration: none;
}
a.facebookLink:hover span {
	text-decoration: underline;
}
a.facebookLink img {
	float: left;
	margin: 0 5px 0 0;
}
a.facebookLink span {
	text-transform: none;
	font-size: 10px;
	line-height: 17px;
}
