/* 
================================
Skin styles for Simple Red Leaf Skin 3 Pane Layout
Created by Lee Sykes - http://www.dnncreative.com
================================
*/


body
{
    /* set default font size for skin (Titles etc. will then use a percentage to specify their sizes) */
    margin: 0;
    padding: 0;
    line-height: 1.1;
    color: #666666;
    font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: white;
}

#wrap
{
    min-width: 500px;
    max-width: 1400px;
    padding: 0 5px 0 5px;
}

.tagline
{
    float: left;
    width: 65%;
    padding-left: 25px;
}

#loginlinks
{
    float: right;
    width: 30%;
    text-align: right;
}

#logo
{
    clear: both;
    padding: 10px 0 15px 0px; /*margin: 0 0 15px 0; */
    width: 100%
}

#rotate
{
    float: right;
    width: 60%;
    text-align: right;
}

#logo h1
{
    font: bold 300% Verdana, Tahoma, Helvetica, Arial, sans-serif;
    color: #C00;
    letter-spacing: 0.1em; /* adjusts how close the title is to the top tag line */
    margin-top: 0px;
}
/* Main Layout */
#content
{
	text-align:center;
    width: 908px; /*padding: 10 0 0 10px; */
    margin: 0px;  
     padding: 0px 0 0px 0px;
}

#sidebar
{
    width: 100px;
}

#leftpane
{
    width: 100px;
}

#date
{
    clear: both;
    padding-top: 10px;
    color: #C00;
}
#footer
{
    color: #C00;
}



/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
}

/* ================================
style for module titles
================================ */
.Head
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 170%;
    font-weight: bold;
    color: #666666; /* letter-spacing: 2; */
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  85%;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  85%; 
}

/* ===============
button style for standard HTML buttons 
================== */
.StandardButton
{
	font-size: 90%;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1, H2, H3, H4, H5, DT, H6
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
H1
{
    font-size: 150%;
    font-weight: bold;
    color: #999;
}

H2
{
    font-size: 150%;
    font-weight: bold;
    color: #C00;
}

H3
{
    font-size: 120%;
    font-weight: bold;
    color: #999;
}

H4
{
    font-size: 110%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H5, DT
{
    font-size: 90%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H6
{
    font-size: 80%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}



/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

#menuDiv
{
	width: 950px;
	height: 33px;
	
}

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH { /* menu wrapper div */
	padding: 0;
	margin: 0;
	border: 0;
	white-space: nowrap;
	position: relative;
}

#houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/


#houseMenuH
{
	border: solid 0px #036;
	height: 33px;
	_height: 33px;
	background-color: white;
	/*_position: absolute; seems to be necessary for IE when used for HouseMenu skinobject */
}

#houseMenuH ul
{
	line-height: 33px;
	background-color: white;
}

#houseMenuH li { /* all list items - both top menu and drop downs*/
	background-color: white;
	width: 150px;
	height: 33px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	/*width: auto; jmp */
	_width: 150px;
	_height: 33px;
	/* end hack */
	margin: 0px;
	text-align: center;


}

#houseMenuH li li { /* all items under the top level */
	width: 150px;
	height: 33px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 150px;
	_width: 150px;
	/* end hack */

}

#houseMenuH a
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 0.9em;
	padding-bottom: 0px;
	vertical-align: middle;
	text-transform: uppercase;
	width: 100%;
	color: #fff;
	padding-top: 8px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	height: 25px;

	text-align: center;
	text-decoration: none;
	background-image: url(darkgreymenu.gif);
    background-repeat: no-repeat;

}

#houseMenuH li li a { /* all item links under the top level */
	padding: 0px;
	width: 250px;
	height: 33px;
	color: white;
	background-color: white;
	background-image: url(greymenu.gif);
    background-repeat: no-repeat;
	margin-left: -75px;
    text-align: left;
    padding-left:10px;
    position:relative;

}


html>body #houseMenuH li li a { /* all item links under the top level */

	width: 150px;
	*width: 300px;
	_width: 150px;
	height: 33px;
	
	margin-left: 0px;
    text-align: center;
    padding-left:0px;
	
	color: white;
	*margin-left: -75px;
	*text-align: left;
	*padding-left:10px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 33px;
	_height: 33px;
	/* end hack */
	background-color: white;
	background-image: url(greymenu.gif);
    background-repeat: no-repeat;

    

}

#houseMenuH li a:hover 
{
	padding-top: 8px;
	background-image: url(rollovermenu.gif);
    background-repeat: no-repeat;
	color: #666666;
	background-color: white; 
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 25px;
	_height: 25px;
	text-align: center;
	
	/* end hack */
		
}

#houseMenuH li li a:hover 
{
	margin-left: -75px;
    text-align: left;
    padding-left:10px;
	color: #666666;
	    background-image: url(rollovermenu.gif);
    background-repeat: no-repeat;
	background-color: white; 
	padding: 0px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 33px;
	_height: 33px;
	/* end hack */
	padding-left:10px;
}

html>body #houseMenuH li li a:hover 
{
	margin-left: 0px;
    text-align: center;
    padding-left:0px;
	*margin-left: -75px;
    *text-align: left;
    *padding-left:10px;

	color: #666666;
	    background-image: url(rollovermenu.gif);
    background-repeat: no-repeat;
	background-color: white; 
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 33px;
	_height: 33px;
	/* end hack */
}

#houseMenuH li ul { /* second-level lists */
	width: 150px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 0px #036;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 33px;
	background-color: white;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 244px;
	border: solid 0px #036;
	line-height: 33px;
	background-color: white;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	padding: 0px;
	color: #fff; 
	background-color: #036; 
	text-decoration: none;
}

