/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fff;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}

.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	text-decoration: underline;
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	font-size: 0.8em; 
	font-style: normal; 
	background-color: Transparent;
	font-family: sans-serif; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	
    /*padding: 0px 3px 0px 1px;	*/
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	font-size: 0.9em; 
	font-style: normal; 
	background-color: Transparent;
	font-family: monospace ;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover 
{
    text-decoration: none;  
    color: #076381;
}

.main_dnnmenu_itemhover td 
{
    text-decoration: none;
    color: #076381;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #0394ac;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}

body {
background-color: #FEFEFE;
background-image: url(leaves.gif);
background-repeat: repeat-y;
background-position: center center;
font-size: 100%;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0;
margin:0;
text-align: center
}

/*
A:link {color: #CC6666; text-decoration: underline;}
A:visited {color: #CC6666; text-decoration: underline;}
A:hover {color: #AA4444; text-decoration: none;}
A:active { color:#CC6666; text-decoration: underline;}
*/

/* ----------container to center the layout-------------- */
#container {
width: 958px;
background-image: url(KOALogoBG.jpg);
background-repeat: no-repeat;
background-position: center center;
margin-bottom: 10px;
margin: 0 auto;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #FFFFFF;
padding: 0px;
margin: 0px;
text-align: right;
}

#banner h1 {
    text-transform:uppercase;
    background-color: #0394ac;
    border-top:1px solid #BBBBBB;
    border-bottom:1px solid #564b47;
    padding:4px 15px;
    margin:0;
    text-align: left;
}

/* -----------------content--------------------- */
#ContentPane {
padding: 0px;
margin: 0 170px 0 220px;
width: 555px;
}

#ContentPaneFull {
padding: 0px;
margin: 0 0px;
width: 775px;
}

div #ContentPane { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 219px;
margin: 0;
}

#right {
float: right;
width: 172px;
margin: 0;
}


/* -----------footer--------------------------- */
#footer {
    clear: both;
    margin: 0;
    padding: 1;
    text-align: center; 
}

#footer h1 {
    font-size: 11px;
    text-transform:uppercase;
    border-top:1px solid #0394ac;
    padding:2px 15px;
    margin:0 
}


/* ---------generic styles-------------------*/

.Normal
{
    font-size: 1.0em;
}

H1
{
	font-size: 1.3em;
	font-weight: normal;
	color: #666644;
}

H2
{
	font-size: 1.2em;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-size: 1.1em;
	font-weight: normal;
}

H4
{
	font-weight: normal;
}

H5, DT
{
	font-weight: bold;
}

H6
{
	font-weight: bold;
}













