@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f1ebd9 url(actionbg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #896836;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f0ebd7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #A85400;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD url(images/header.gif) repeat-x;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f0ebd7;
}


.oneColFixCtrHdr #available h3 {
	
	color: #a51e2d;	
}

.oneColFixCtrHdr #footer {
	padding: 12px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f1ebd9 url(images/footer.gif) repeat-x;
	height: 50px;
	font-size: 10px;
	color: #DDDBBF;
}
.oneColFixCtrHdr #footer p a:link {
	margin: 0 0 0 120; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px 0 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	
}





#menu {
	width: 740px;
	height: 40px;
	margin: 0 0;
	padding: 0px 0px;
	background-color: inherit;
	
}
.navbar {
		height: 50px;
	width: 740px;
}

.navbar a {
	text-decoration: none;
	font: bolder small-caps normal 22px Verdana, Arial, Helvetica, sans-serif;
}

.navbar a:hover {
	text-decoration: underline;
	background-color: #000000;
}

#menu ul {
	margin: 0;
	list-style:none; 
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 80px;/*CHANGE THIS TO CENTER MENU*/
}




#menu a, #nav strong, #nav span {
	float:left;
	
	color:#A85400;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	background-color: inherit;
	background-image: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font: bolder small-caps normal 16px Verdana, Arial, Helvetica, sans-serif;
	}

#menu a { 
	float:none; 
}

#menu li {
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30;
	margin-left: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;	
}

#menu a:hover {
	float:left;
	display:block;
	color:#FFFFFF;
	padding: 4px 7px;
	text-decoration:underline;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	font-variant: small-caps;
	background: #990033;
	}
#hiddentext {
	font-size: xx-small;
	color: #f0ebd7;
}



#nav ul {
	list-style: none;
	width: 600px;
	float: right;
	
}
#nav li {
	float: left;
	text-align: center;
	padding-right: 45px;
	width: 108px;
	font: bolder normal 12px Verdana, Arial, Helvetica, sans-serif;
}
#nav a {
	width: 108px;
	display: block;
	padding-top: 110px;
	text-decoration: none;
	color: #A85400;
	font-size: 14px;
}
#nav a:hover {
	font-weight: bold;
	
color:#990033;
text-decoration:underline;
}




#cnav a {
	background: url(images/c-nav.jpg) no-repeat;
}

#cvideonav a {
	background: url(images/c-videonav.jpg) no-repeat;
}

#cstorynav a {
	background: url(images/cstorynav.jpg) no-repeat;
}
#subhead h3, a {
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color:#A85400;
	
}
#subhead a:hover {
	background: #990033;
	color: #FFFFFF;
}

#videolist {
	font-size: 12px;
	line-height: 26px;
}
#videolist a {
font-size: 12px;
text-decoration: none;
	color: #A85400;
}
#videolist a:hover {
	font-size: 12px;
	background: #990033;
	color: #FFFFFF;
}
#mnav a {
	background: url(images/m-photo.jpg) no-repeat;
}

#mvideonav a {
	background: url(images/m-video.jpg) no-repeat;
}

#mstorynav a {
	background: url(images/m-stories.jpg) no-repeat;
}


/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}