body {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	background-color: #4f4f4f;
	margin: 0;
	text-align: left;
}

img {
	border: none;
}

.DNNAligncenter {
	text-align: left;
}

#container {
	width: 100%;
	background-color: #2d2d2d;
	float: left;
	margin: 0 auto;
	text-align: center;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 970px;
	height: 78px;
	margin: 0 auto;
	float: left;
}

#navigation {
	width: 970px;
	height: 37px;
	margin: 0 auto;
	float: left;
}

.bottom_logo {
	width: 188px;
	height: 37px;
	float: left;
}

.menu {
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
}

#home_banner {
	width: 970px;
	height: 251px;
	background-image: url(images/home_banner.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	float: left;
}

#internal_banner {
	width: 970px;
	height: 117px;
	background-image: url(images/internal_banner.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	float: left;
}

.table_columns_under {
	background-image: url(images/table_columns_under_bg.gif);
	background-repeat: repeat-y;
}

.table_columns_over {
	width: 970px;
	height: 487px;
	background-image: url(images/table_columns_over_bg.jpg);
	background-repeat: no-repeat;
}

.table_columns_under_admin {
	background-image: url(images/table_columns_under_admin_bg.gif);
	background-repeat: repeat-y;
}

.table_columns_over_admin {
	width: 970px;
	height: 487px;
	background-image: url(images/table_columns_over_admin_bg.gif);
	background-repeat: no-repeat;
}

.footer {
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}

/* Font Styles */

.normal {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
}

.textstandardPARK_Orange {
	color: #dc813e;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
}

.textstandardPARK {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
}
.subheaderPARK {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight:bold;
}
.mainheaderPARK {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight:bold;
}

.bottom_home_headerPARK {
	color: #dc813e;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight:bold;
}

.header_right_panePARK {
  color: #3a3a3a;
  font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight:bold;
}

/* Hyperlinkes */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.footerlink:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.footerlink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.footerlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.footerlink:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* RADMENU styles				(skin=Dnn)*/  

.RadMenu_Dnn .item {
	margin-right: 25px;
}
 
.RadMenu_Dnn .vertical .item a:link, .RadMenu_Dnn .vertical .item a:active, .RadMenu_Dnn .vertical .item a:visited  {
  width: 165px;
  height: 22px;
  padding-left: 8px;
  padding-bottom: 0px;
  background-color:#30342d;
  border-bottom: 1px #000000 solid;
  border-right: 1px #000000 solid;
  cursor: pointer;
}

.RadMenu_Dnn .vertical .item .disabled a:link, .RadMenu_Dnn .vertical .item a:active, .RadMenu_Dnn .vertical .item a:visited  {
  width: 165px;
  height: 22px;
  padding-left: 8px;
  padding-bottom: 0px;
  background-color:#30342d;
  border-bottom: 1px #000000 solid;
  border-right: 1px #000000 solid;
  cursor: pointer;
}

.RadMenu_Dnn .vertical .item a:hover {
  width: 165px;
  height: 22px;
  padding-left: 8px;
  padding-bottom: 0px;
  background-color:#a6b734;
  border-bottom: 1px #000000 solid;
  border-right: 1px #000000 solid;
  cursor: pointer;
}

.RadMenu_Dnn .vertical .item .link {
  color:#a6b734;
  font-size: 11px;
  text-decoration: none;
  line-height: 22px;
  cursor: pointer;
}

.RadMenu_Dnn .vertical .item .link:hover {
  color:#30342d;
  font-size: 11px;
  text-decoration: none;
  line-height: 22px;
  cursor: pointer;
}

.RadMenu_Dnn .expandLeft,
.RadMenu_Dnn .expandRight
{
  background-image:url(images/menuArrow.gif);
  background-repeat:no-repeat;
  background-position: right;
}


/* Admin RADMENU styles			(skin=DNNADMIN)*/  
 
.RadMenu_DNNADMIN  .item a:link, .RadMenu_DNNADMIN .item a:active, .RadMenu_DNNADMIN .item a:visited {
	background-color:#000000;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-weight:bold;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
}
.RadMenu_DNNADMIN .item a:hover {
	cursor: hand;
	cursor: pointer;
	background-color:#808080;
	color: #FFFFFF;
}
.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}

/* Form Master */
.formmaster
{
	border-right: #000000 0px dotted;
	border-top: #000000 0px dotted;
	border-left: #000000 0px dotted;
	border-bottom: #000000 0px dotted;
	border-collapse: collapse;
}
.formmaster TD
{
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: left;
}

.NormalTextBox 
{
font-family: Tahoma, Arial, Helvetica;
font-size:12px;
font-weight:normal;
}

/* 
================================================================================================================================================================================================
Nuke News Styles
================================================================================================================================================================================================
*/

.NewsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ee6b1e;
}

.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ee6b1e;
}

.NewsHeader a:link {
	color: #ee6b1e;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.NewsHeader a:visited {
	color: #ee6b1e;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.NewsHeader a:hover {
	color: #ee6b1e;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.NewsHeader a:active {
	color: #ee6b1e;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ee6b1e;
}

.newstitle a:link {
	color: #ee6b1e;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.newstitle a:visited {
	color: #ee6b1e;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.newstitle a:hover {
	color: #ee6b1e;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.newstitle a:active {
	color: #ee6b1e;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.NewsPostDetails {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight: bold;
}

.SummaryBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.NewsBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.ReadMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.ReadMore a:link {
	color: #ee6b1e;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.ReadMore a:visited {
	color: #ee6b1e;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.ReadMore a:hover {
	color: #ee6b1e;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.ReadMore a:active {
	color: #ee6b1e;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.newsactionbarlinks:link, .newsactionbarlinks:active, .newsactionbarlinks:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	background-color: gray;
	padding: 3px 5px 3px 5px
}

.newsactionbarlinks:hover
{
	color: #FFFFFF;
	background-color:Black;
}



/*--------------------- Store Directory Table ---------------------*/
#hor-store
{
	font-family: "Tahoma", Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#hor-store th
{
	font-size: 12px;
	font-weight: normal;
	padding: 10px 8px;
	color: #000000;
}
#hor-store td
{
	padding: 8px;
	color: #333333;
	background: #e87a09; 
	border-top: 1px #e3660a solid;
}

#hor-store tbody tr:hover td
{
	background: #bf2e01;
}

#hor-store .odd
{
	background: #e87a09; 
}
#hor-store .heading
{
	background: #2d2d2d;
	color: #fff;
	font-weight: bold;
}

/*--------------------- Centre Info Table ---------------------*/

#one-column-emphasis
{
	font-family: "Tahoma", Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #333333;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	border-top: 1px solid #e3660a;
	color: #333333;
	background: #e87a09;
}
.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #333333;
	background: #bf2e01;
}

/*--------------------- Contact Table ---------------------*/
#hor-contact
{
	font-family: "Tahoma", Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#hor-contact th
{
	font-size: 12px;
	font-weight: normal;
	padding: 1px 1px;
	color: #000000;
}
#hor-contact td
{
	padding: 1px;
	color: #ffffff;
	background: #333333; 
}

#hor-contact tbody tr:hover td
{
	background: #869526;
}

#hor-contact .odd
{
	background: #a0b22d; 
}
#hor-contact .heading
{
	background: #333333;
	color: #fff;
	font-weight: bold;
}

/*--------------------- Standard Table ---------------------*/

td {
	font-family: "Tahoma", Sans-Serif;
	font-size: 12px;
	text-align: left;
}

/*--------------------- Nuke News ---------------------*/

.newstitle {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

.newstitle a:link {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.newstitle a:visited {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.newstitle a:hover {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.newstitle a:active {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.NukeNews_AltItem {
	background-color: none;
}

.newspostdate {
	color: #FFFFFF;
}
