/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
background-image:url('/portals/56/images/body-tile.png');
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}



/* transparent png replacement's */
/* these may need to go in ie7 */
.sample-png-background {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portals/56/html.png',sizingMethod='crop');
  background-image: none;
}

.column,
.float-left, 
.float-right {
  display: inline !important;
}

img.transparent-png {
   behavior: url("/portals/56/javascript/pngbehavior.htc");
}

.page-wrapper4 {
  background: #fff url("/portals/56/{filedir_3}page-wrapper-tile.png") repeat left top;
}

.page-wrapper5 {
  background: #fff;
}

.page-wrapper-outer {
	background: transparent;
	zoom: 1;
}

.page-wrapper-second-outer {
  padding-top: 30px;
  background: transparent url("/portals/56/{filedir_3}page-wrapper-top.gif") no-repeat left top; zoom: 1;
}

.page-wrapper-third-outer {
  padding-bottom: 23px;
  background: transparent url("/portals/56/{filedir_3}page-wrapper-tile.png") no-repeat left bottom;
  margin-bottom: 10px;
  text-align: left;
}

body {
	text-align: center;
}

.left-nav li {
	zoom: 1;
}

/* general layout styles */

body {
  font-size: 62.5%;
	padding: 20px 0;
}

strong {font-weight: bold;}

.block {
  display: block;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.column-container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.column-container {display:inline-block;}
/* Hide from IE Mac \*/
.column-container {display:block;}
/* End hide from IE Mac */

.column {
  float: left;
}

.background-image {
  font-size: 0; 
text-decoration: none; 
line-height: 0; 
text-indent: -9999px; 
display: block; 
background: transparent url("/portals/56/images/template/spacer.gif");
}

.background-image br {display: none;}


/* graphics */

.page-wrapper {
  background: #fff url("/portals/56/images/template/page-wrapper-tile.png") repeat left top;
  width: 729px;
	position: relative;
}

.page-wrapper-outer {
  background: transparent url("/portals/56/images/template/page-wrapper-shadow.png") repeat-y right top;
}

.page-wrapper-second-outer {
  padding-top: 30px;
  background: transparent url("/portals/56/images/template/page-wrapper-top.png") no-repeat left top;
}

.page-wrapper-third-outer {
  padding-bottom: 42px;
  padding-bottom: 23px;
  background: transparent url("/portals/56/images/template/page-wrapper-bottom-2.png") no-repeat left bottom;
}


.home .logo {
  background: transparent url("/portals/56/images/template/home/meet-the-cherokee.jpg") no-repeat left top;
  width: 730px; height: 146px;
	display: block;
	position: relative;
}

.home .logo a {
	height: 85px;
	left: 21px;
	position: absolute;
	top: 8px;
	width: 349px;
}

.second .logo {
  background: transparent url("/portals/56/images/template/second/meet-the-cherokee.jpg") no-repeat left top;
  width: 730px; height: 64px;
	display: block;
}

.second .logo a {
	height: 64px;
	width: 100%;
}

.home .navigation {
	z-index: 9999;
	position: relative;
}

.second .navigation {
  background: transparent url("/portals/56/images/template/second/baskets.png") no-repeat right top;
}

.navigation ul {
  background: transparent url("/portals/56/images/template/top-nav.png") no-repeat left top;
  width: 570px; height: 59px;
  position: relative;
}

.navigation ul li {
	display: inline;
}

.navigation a,
.left-nav a {
  position: absolute;
  font-size: 0; text-decoration: none; line-height: 0; text-indent: -9999px; display: block; background-repeat: no-repeat; background-position: left top;
}

.navigation li.item-1 a {
  width: 194px; height: 58px;
  top: 1px; left: 0;
}

.navigation li.item-2 a {
  width: 169px; height: 58px;
  top: 1px; left: 195px;
}

.navigation li.item-3 a {
  width: 207px; height: 58px;
  top: 1px; left: 365px;
}

.left-nav {
  background: transparent url("/portals/56/images/template/left-sidebar-nav.png") no-repeat left top;
  width: 184px; height: 261px;
  position: relative;
  margin-bottom: 5px;
}

.left-nav li.item-1 a {
  width: 178px; height: 62px;
  left: 1px; top: 0;
}

.left-nav li.item-2 a {
  width: 178px; height: 53px;
  left: 1px; top: 63px;
}

.left-nav li.item-3 a {
  width: 178px; height: 71px;
  left: 1px; top: 117px;
}

.left-nav li.item-4 a {
  width: 178px; height: 66px;
  left: 1px; top: 189px;
}

.tribal-annual-report {
  padding-left: 1px;
  display: block;
  float: left;
}


.second .tribal-annual-report {
  padding-left: 1px;
}

.tribal-annual-report br {
  display: none;
}

.tribal-annual-report img {
  display: block;
}

.tribal-annual-report strong.background-image {
  width: 178px; height: 27px;
  background-image: url("/portals/56/images/template/tribal-annual-report.png");
}

.proud-and-diverse-h1 {
  width: 307px; height: 11px;
  background-image: url("/portals/56/images/template/a-proud-and-diverse-cherokee.gif");
  margin-bottom: 13px;
}

.i-am-cherokee {
  width: 364px; height: 119px;
  background: url("/portals/56/images/template/i-am-cherokee.jpg") no-repeat left top;
  float: left;
  position: relative;
  margin-left: 19px;
}

.i-am-cherokee img {
  position: absolute;
  left: 15px; top: 10px;
  border: 2px solid #704701;
}

.i-am-cherokee .content {
  position: absolute;
  left: 110px;
  top: 42px;
  color: #F7F4EF;
  font-size: 1.1em;
  font-family: 'Verdana',sans-serif;
  width: 240px;
}

.i-am-cherokee .content a {
    color: #F7F4EF;
}

.i-am-cherokee .content a:hover {
    color: #F7F4EF;
    text-decoration:none;
}

.did-you-know {
  display: block;
  float: left;
  margin-left: 9px;
}

.did-you-know br {
  display: none;
}

.did-you-know img {
  display: block;
}

.did-you-know strong.background-image {
  width: 143px; height: 34px;
  background-image: url("/portals/56/images/template/did-you-know.png");
}

.home .main-content .cms {
  background: transparent url("/portals/56/images/template/line-art.png") no-repeat right top;
  padding-right: 15px;
}

.whats-new {
  width: 90px; height: 11px;
  margin-bottom: 13px;
  background-image: url("/portals/56/images/template/whats-new.png");
}

.flash-holder {background:transparent url("/portals/56/images/template/top-nav-bkg.png") no-repeat scroll right bottom;
height:170px;
position:absolute;
right:0px;
top:35px;
width:328px;
z-index:100;
}

.flash-holder img {
	display: block;
}

/* cms stuff */
.cms {
  font-family: 'Verdana',sans-serif;
  font-size: 1.15em;
  color: #704701;
}

.cms h1 {font-size:1.3em;margin-bottom:1.5em;}
.cms h2 {font-size:1.2em;font-weight:bold;margin-bottom:1.5em;}
.cms h3 {font-size:1em;font-weight:bold;}
.cms h1 img, .cms h2 img, .cms h3 img, .cms h4 img, .cms h5 img, .cms h6 img {margin:0;}
.cms p {margin:0 0 1.5em;font-weight:normal;}
.cms p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
.cms p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
.cms a:focus, .cms a:hover {text-decoration:none;}
.cms a {text-decoration:underline;}
.cms blockquote {margin:1.5em;font-style:italic;}
.cms strong {font-weight:bold;}
.cms em, .cms dfn {font-style:italic;}
.cms dfn {font-weight:bold;}
.cms sup, .cms sub {line-height:0;}
.cms abbr, .cms acronym {border-bottom:1px dotted #666;}
.cms address {margin:0 0 1.5em;font-style:italic;}
.cms del {}
.cms pre, .cms code {margin:1.5em 0;white-space:pre;}
.cms pre, .cms code, .cms tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
.cms li ul, .cms li ol {margin:0 1.5em;}
.cms ul, .cms ol {margin:0 1.5em 1.5em 1.5em;}
.cms ul {list-style-type:disc;}
.cms ol {list-style-type:decimal;}
.cms dl {margin:0 0 1.5em 0;}
.cms dl dt {font-weight:bold;}
.cms dd {margin-left:1.5em;}
.cms table {margin-bottom:1.4em;width:100%;}
.cms th {font-weight:bold;background:#C3D9FF;}
.cms th, .cms td {padding:4px 10px 4px 5px;}
.cms tr.even td {background:#E5ECF9;}
.cms tfoot {font-style:italic;}
.cms caption {background:#eee;}


/* inline class style overrides */
.no-margin {margin: 0 !important;}
.no-margin-top {margin-top: 0 !important;}
.no-margin-right {margin-right: 0 !important;}
.no-margin-bottom {margin-bottom: 0 !important;}
.no-margin-left {margin-left: 0 !important;}

.margin-top-p5em {margin-top: 0.5em;}
.margin-right-p5em {margin-right: 0.5em;}
.margin-bottom-p5em {margin-bottom: 0.5em;}
.margin-left-p5em {margin-left: 0.5em;}

.no-padding {padding: 0 !important;}
.no-padding-top {padding-top: 0 !important;}
.no-padding-right {padding-right: 0 !important;}
.no-padding-bottom {padding-bottom: 0 !important;}
.no-padding-left {padding-left: 0 !important;}

.bold {font-weight: bold !important;}

.color-black {color: #000000 !important;}
.color-light-gray {color: #666666 !important;}

.text-align-left {text-align: left !important;}
.text-align-right {text-align: right !important;}

.no-background-image {background-image: none !important;}

.line-height-1p5em {line-height: 1.5em !important;}

.font-style-italic {font-style: italic !important;}

.blue {color: #0066CC !important;}

/* end inline class style overrides */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym,button,input {border:0;}
button {cursor:pointer;}



/* typograpgy */
a {
	color: #cc840a;
}

a:hover {text-decoration:none;}

.footer, .footer a {
  color: #4E3201;
  font-family: 'Verdana',sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.footer {
margin-left:auto;
margin-right:auto;
padding:0 0px;
width:731px;
}

/*Styles to adjust the events page start test*/
#dnn_ctr3643_Events_EventDetails_lblStartDate{
visibility:hidden;
display:none;
}

#dnn_ctr3643_Events_EventDetails_lblStartDateTime{
visibility:hidden;
display:none;
}

#dnn_ctr3643_Events_EventDetails_lblEndDateTime
{
visibility:hidden;
display:none;
}

#dnn_ctr3643_Events_EventDetails_lblEndDate{
visibility:hidden;
display:none;
}

#dnn_ctr3643_Events_EventDetails_lblReccuringEvent{
visibility:hidden;
display:none;
}

#dnn_ctr3643_Events_EventDetails_lblEvent{
visibility:hidden;
display:none;
}

#dnn_ctr3643_Events_EventDetails_lblDescriptionCap{
visibility:hidden;
display:none;
}

#dnn_ctr3643_Events_EventDetails_Panel1{
visibility:hidden;
display:none;
}

#dnn_ctr3643_Events_EventDetails_cmdvEvent2{
visibility:hidden;
display:none;
}

.SubHead #dnn_ctr3643_Events_EventDetails_lblTitle{
font-size:1.3em;
margin-bottom:1.5em;
color:#704701;
font-family:'Verdana',sans-serif;
}


#dnn_ctr3643_Events_EventDetails_lblDescription p{
  float: left;
  width: 591px;
  margin-left: 9px;
  bgcolor:red;
  padding: 15px;
  font-size: 1.0em;
   line-height: 1.333333333333;
  margin:0 0 1.5em;
  font-family: 'Verdana',sans-serif;
  font-size: 1.0em;
  color: #704701;
}


#dnn_ctr3643_Events_UP table tr td p{
margin:0 0 1.5em;
padding:0;
color:#704701;
font-family:'Verdana',sans-serif;
font-size:0.8em;
}

#dnn_ctr3643_Events_EventDetails_lblDescriptionCap{
visibility:hidden;
display:none;
}


#dnn_ctr3643_Events_UP table tr td.SubHead{
visibility:hidden;
display:none;
}

#dnn_ctr3643_Events_EventDetails_lblTitle
{
visibility:visible;
display:block;
}


/*END TEST*/
a.test1{
text-decoration:underline;
font-family:'Verdana',sans-serif;
font-size:1.0em;
cursor:pointer;
color:#CC840A;
}

a.test1:focus, a.test1:hover {
text-decoration:none;
font-family:'Verdana',sans-serif;
font-size:1.0em;
cursor:pointer;
color:#CC840A;
}


.footer a:link{
color:#4E3201;
text-descoration:underline:
}

.footer a:visited{
color:#4E3201;
text-descoration:underline:
}

.footer a:hover{
color:#4E3201;
text-descoration:none:
}

.ListDate span{
color:#704701;
font-family:'Verdana',sans-serif;
font-size:9pt;
white-space:nowrap;
width:75px;
height:25px;
}


a.ListTitle{
color:#CC840A;
text-decoration:underline;
font-family:'Verdana',sans-serif;
font-size:9pt;
align:left;
padding:0;
}

a.ListTitle :hover, a.ListTitle:focus{
text-decoration:none;
color:#CC840A;
font-family:'Verdana',sans-serif;
font-size:9pt;
padding:0;
}


.ListTitle :hover,.ListTitle:focus{
color:#CC840A;
font-family:'Verdana',sans-serif;
font-size:9pt;
padding:0;
text-decoration:none;
}

.XSubHeadX span{
  font-family: 'Verdana',sans-serif;
  font-size: 1.15em;
  color: #704701;
}















































