/* CSS Style for DotNetNuke - Destination Design Away - 
Nina Meiers - Most Professional DotNetNuke Skin 2004 - dotnetnuke@xd.com.au*/
/* Updated November 08 05 * for Dnn 3, 3. & 4 */
/* background color for the content part of the pages */

Body
{
	/* background-color: #FFFFFF;margin-top: 1px; */
	background-color: #ffffff;
	margin-top: 1px;
	background-image: url(Pix/BackGround_996600.jpg);
	background-repeat: repeat-x;
}

/* Control Panel Colors */

.controlpanel
{
background-color: #EAEAEA;
}


/* --  Classes for the top of the montage & to allow everything
   to line up nicely when not logged in  -- */



.TopPane
{
margin-top: 0px;
margin-left: 0px;
padding-top: 0px; 
padding-left: 0px; 
padding-right: 0px;
padding-bottom: 0px;

}
 /* -- End Classes for Front Page - montage -- */
 
 /* -- Start classes for Site Montage --*/
 
.SiteHeaderTab
{background-image: url(Pix/PortalSiteBanner_ps_996600.jpg);
width: 730px;
height: 90px;
background-repeat: no-repeat;
}

/* -- End rest of site Montage --*/ 
 
 
 /* Generic Spacing for all Panes */
 
 .Panes
{
padding-top: 0px; 
padding-left: 2px; 
padding-right: 0px;
padding-bottom: 0px;
}

#LeftPane 
{
margin-top: -50px;	
}

.TopPanes, #ContentPane, #Column01Pane
{
width: 100%;
padding-top: 0px; 
padding-left: 2px; 
padding-right: 0px;
padding-bottom: 0px;
}
  
 
.LeftPane
{
width: 230px;
padding-top: 0px; 
padding-left: 0px; 
padding-right: 0px;
padding-bottom: 0px;
margin: 0 0 0 0;
}

.Head
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:  12px;
font-weight: bold;
color: #333333;
}
 
.Breadcrumbs
{
color: #000000;
}

.Block
{
width: 13px;
}

.Login
{
color: #333333; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px; 
font-weight: bold; 
font-style: normal;
height: 30px;
}


.Small
{
color: #FFFFFF; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px; 
font-weight: normal; 
font-style: normal;
height: 13px;
padding-left: 1px;
padding-right: 1px;
}
/* Text at the bottom of the page */
.SmallD
{
color: #404040; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px; 
font-weight: normal; 
font-style: normal;
height: 13px;
padding-left: 3px;
padding-right: 3px;
}

.Footer
{
background-image: url(Pix/FooterPane.jpg);
height: 55px;
background-repeat: repeat-x;
}

.FooterText
{
color: #FFFFFF; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px; 
font-weight: bold; 
font-style: normal;

}

/* Menu */

.MainMenu_MenuContainer TD
{
	background-color: transparent;
	height: 25px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.MainMenu_MenuBreak
{
border-bottom: #404040 0px solid; 
border-left: #FF8080 0px solid; 
border-top: #FF8080 0px solid;  
border-right: #404040 0px solid; 
background-color: transparent; 
color: #333333; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt; 
font-weight: bold; 
font-style: normal;
}

.Normal
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    line-height: 1.25em;
    color: #000000;
}

.MainMenu_MenuBar TD
{
cursor: pointer; 
cursor: hand; 
height:16px;
}
/*  Sub Menu */
.MainMenu_MenuItem
{
color: white; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt; 
font-weight: bold; 
padding-right: 2px;
border-left: transparent 0px solid;
border-right: transparent 0px solid;
border-bottom: transparent 0px solid;
border-top: transparent 0px solid; 
font-style: normal; 
color: #660000;
background: #cc9900;
height: 25px;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
}


/* Active Menu  */

.ActiveRootTab TD
{
width: 230px;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt; 
font-weight: bold; 
background-color:#996600;
height: 25px;
/*text-align: center;*/

}

/* Evely menu item except the select one for current page */
.RootTab TD
{
	width: 230px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #660000;
	background: #ffcc66;
	text-align: left; /*text-align: center;*/
}
/* hover over */
.SelectedRootTab TD
{
    width: 230px;
    color: #ffcc00;
    height: 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border-left: #ffffff 0px solid;
    border-top: #ffffff 0px solid;
    background-color: #993300;
    text-align: left; /*text-align: center;*/
}

/* selected menu for active page */
.BreadcrumbRootTab TD
{
width: 230px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt; 
font-weight: bold; 
background-color: #660000; 
color: #ffcc00;
height: 25px;
/*text-align: center;*/

}
/* selected sub-menu for current sub-page */
.ActiveSubTab
{
background-color: #FEA203;
color: #ffffff;
border-top: 0px solid;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt; 
font-weight: bold; 
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
}

.SubTab
{
background-color: #ffffff;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt; 
font-weight: bold; 
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
}

.SelectedSubTab
{
background-color: #C14337;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt; 
font-weight: bold; 
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
height: 25px;
}

.BreadcrumbSubTab
{
background-color: transparent; /*#000000;*/
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt; 
font-weight: bold; 
border-top: 0px solid;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
}


/* this is the colour in the dropdown menu */
.MainMenu_SubMenu
{
z-index: 1000; 
cursor: hand; 
cursor: hand; 
background-color: #FF9933;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt; 
font-weight: bold; 
font-style: normal; 
color: #C14337;
height: 25px;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#4C648E', Direction=135, Strength=0) ;
border-left:  #FFFFFF 0px solid; 
border-right: #4C648E 0px solid; 
border-top: #ffffff 0px solid;
border-bottom: #ffffff 0px solid;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
}

/* sub menu hover over*/
.MainMenu_MenuItemSel
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	height: 25px;
	border-left: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #993333;
}

.MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuArrow
{
display: none;
}

/* hyperlink style for the DarkBackground tabs */

A.Small:Link
{
color: white;
text-decoration: none;
}

A.Small:Hover
{
color: white;
text-decoration: none;
}

A.Small:Active
{
color: white;
text-decoration: none;
}

A.Small:Visited
{
color: #FAFAFA;
text-decoration: underline;
}

A.SmallD:Link{
color: black;
text-decoration: none;
}

A.SmallD:Hover
{
color: #404040;
text-decoration: none;
}

A.SmallD:Active
{
color: black;
text-decoration: none;
}

A.SmallD:Visited
{
color: #404040;
text-decoration: underline;
}

H1, H2, H3, H4, H5, H6, H7
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    color: #660000;
    font-variant: small-caps;
    line-height: 1.5em;
}
H1
{
    font-size: 18pt;
}
H2
{
    font-size: 16pt;
}

H3
{
    font-size: 14pt;
}

H4
{
    font-size: 12pt;
}

H5, DT  {
}

H6  {
}

h7
{
    font-size: 10px;
    }



/* ==========================
    CSS STYLES FOR LinksMenu
   ==========================
*/

/* Applied to all unordered lists within the div named "LDA1, LDA2, LDA3" */
#LDA1 ul, #LDA2 ul, #LDA3 ul
{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	width: 230px;
}
.LDA1 ul
{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	width: 230px;
}

/* Applied to all list items within the div named "houseMenuVstatic" */
#LDA1 li, #LDA2 li, #LDA3 li
{
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	width: 230px;
	list-style-type: none;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#LDA1 a, #LDA2 a, #LDA3 a
{
    display: block;
    color: #660000;
    background-color: #ffffcd; /*		background-color: transparent;  */
    text-decoration: none;
    font-weight: bold;
    width: 230px;
    _width: 230px;
    margin: 0;
    padding: 4px 6px;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#LDA1 a:hover, #LDA2 a:hover, #LDA3 a:hover
{
    background-color: #660000;
    color: #ffcc00;
}

/* Applied to first-level links */
#LDA1 ul a, #LDA2 ul a, #LDA3 ul a
{
}

/* Applied to second-level links */
#LDA1 ul ul a, #LDA2 ul ul a, #LDA3 ul ul a
{
	padding-left: 12px;
	background-color: #fed07b;
	width: 138px;
}

/* Applied to third-level links */
#LDA1 ul ul ul a, #LDA2 ul ul ul a, #LDA3 ul ul ul a
{
	padding-left: 18px;
	background-color: #fed07b;
	width: 138px;
}

/* Applied to fourth-level links */
#LDA1 ul ul ul ul a, #LDA2 ul ul ul ul a, #LDA3 ul ul ul ul a
{
	padding-left: 24px;
	background-color: #fed07b;
	width: 138px;
}

/* Applied to fifth-level links */
#LDA1 ul ul ul ul ul a, #LDA2 ul ul ul ul ul a, #LDA3 ul ul ul ul ul a
{
	padding-left: 30px;
	background-color: #fed07b;
	font-weight: normal;
	width: 138px;
}


================================
Styles for News Items
Created by Lonnie Wormley http://www.launi.com
These are used to group photos with text.  Images must be aligned left or right.
================================
*/
/*  
================================
Styles for News Items
Created by Lonnie Wormley http://www.launi.com
These are used to group photos with text.  Images must be aligned left or right.
================================
*/
P { clear: left }

#News1 { position: relative; width: 100%; margin: 0; padding: 0;  }
#News2 { position: relative; width: 100%; margin: 0; padding: 0; }
#News3 { position: relative; width: 100%; margin: 0; padding: 0; }
#News4 { position: relative; width: 100%; margin: 0; padding: 0; }
#News5 { position: relative; width: 100%; margin: 0; padding: 0; }
#News6 { position: relative; width: 100%; margin: 0; padding: 0; }
#News7 { position: relative; width: 100%; margin: 0; padding: 0; }
#News8 { position: relative; width: 100%; margin: 0; padding: 0; }
#News9 { position: relative; width: 100%; margin: 0; padding: 0; }
#News1 h2, #News2 h2, #News3 h2, #News4 h2, #News5 h2, #News6 h2, #News7 h2, #News8 h2, #News9 h2 
{ 
      color: #600; 
      font-size: 14pt; 
      font-family: Verdana, Arial, Helvetica, sans-serif; 
      font-weight: normal; 
      line-height: 1.25em; 
      margin: 0; 
      padding-top: 10px; 
}
#News1 img, #News2 img, #News3 img, #News4 img, #News5 img, #News6 img, #News7 img, #News8 img, #News9 img
{
      float: right;
      margin-left: 10px;
      margin-top: .25em;
      margin-bottom: 10px;
      margin-right: 5px;
      border: 4px;
      border-color:#660000;
      
}
#News1 p, #News2 p, #News3 p, #News4 p, #News5 p, #News6 p, #News7 p, #News8 p, #News9 p
{
      color: black;
      font-size: 10pt;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-weight: normal;
      line-height: 1em;
      text-align: left;
      margin: 0;
      clear: left;
      margin-bottom: 0em;
}
#News1 a:link, #News2 a:link, #News3 a:link, #News4 a:link, #News5 a:link, #News6 a:link, #News7 a:link, #News8 a:link, #News9 a:link 
{ 
      color: #ff8b00; 
      font-size: 11pt; 
      font-family: Verdana, Arial, Helvetica, sans-serif; 
      font-weight: bold; 
      line-height: 1em; 
      text-decoration: none; 
      margin: 0; 
}
#News1 a:visited, #News2 a:visited, #News3 a:visited, #News4 a:visited, #News5 a:visited, #News6 a:visited, #News7 a:visited, #News8 a:visited, #News9 a:visited 
{ 
      margin: 0; 
}
#News1 a:hover, #News2 a:hover, #News3 a:hover, #News4 a:hover, #News5 a:hover, #News6 a:hover, #News7 a:hover, #News8 a:hover, #News9 a:hover 
{ 
      color: red; 
      text-decoration: underline; 
      margin: 0; 
}
.news
{ 
      color: #669999; 
      font-size: 11pt; 
      font-family: Verdana, Arial, Helvetica, sans-serif; 
      font-weight: normal; 
      line-height: 1em; 
      text-align: left; 
      margin: 0; 
      clear: left;
}

.learnmore, .learnmore a:link, .learnmore a:visited
{
	text-transform: capitalize;
	color: #330000;
	text-align: right;
	text-decoration: none;
	font: bold italic small-caps 10pt/0.25em Arial, Verdana, Sans-Serif;
	line-height: .25em;
	margin-right: 5px;
	margin-bottom: 10px;



}

.learnmore a:hover
{
	color: #ff9900;
	text-decoration: underline;
}




