/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   


	html, body
	{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size:80%;
	
		background-color:#abce8e;

		height:100%;
		margin: 0;
		padding: 0;
		border:0;
		z-index:0;
		
		/* background-image:url(images/bg_MainImage.jpg); */
		background-position:top center;
		background-repeat: no-repeat;
	}

	small   
	{
		font-size: 10px;
	}
	
	medium   
	{
		font-size: 12px;
	}
	
	big 
	{
		font-size:  14px;
	}

	
	p
	{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 1.2em;
		line-height:1.4em;
		font-weight: normal;
		text-align:normal;
		letter-spacing:normal;
		color: #003333;

		margin:.3em 0px 1em 0px;
		padding: 0px;
	}
	


	b 
	{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-weight: bold;
	}
	
	
		
	/* GENERIC */
	H1, H2, H3 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing:0px;
		text-decoration:none;
	}
	
	H1  {
		font-size: 2.4em;
		line-height:1.2em;
		color: #003333;
		margin:0;
		margin-top:0em;
		margin-bottom:.5em;
		padding:0;
	}
	
	H2  {
		font-size: 1.6em;
		line-height:1.2em;
		color: #003333;
		margin-top:1em;
		margin-bottom:0em;
		padding:0;
	}
	
	H3  {
		font-size:  1.2em;
		line-height:1em;
		color:#003333;
		margin-top:1em;
		margin-bottom:0em;
		padding:0;
	}
	
	
	/************************
			A:LINKS
	*************************/
	a {
		font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
	a:link, a:visited, a:active {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 1.2em;
		font-weight: normal;
		color: #222;
		text-decoration:underline;
	}
	a:hover {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 1.2em;
		font-weight: normal;
		color:#333333;
		text-decoration:underline;
	}
	
	
	BLOCKQUOTE, PRE {
		font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
	UL LI LI    {
		list-style-type: disc;
	}
	
	UL LI LI LI {
		list-style-type: circle;
	}
	
	OL LI   {
		list-style-type: decimal;
	}
	
	OL OL LI    {
		list-style-type: lower-alpha;
	}
	
	OL OL OL LI {
		list-style-type: lower-roman;
	}
	
	
	UL {
		list-style-type: disc; /*Square change to disc*/
		list-style-position: outside;
		margin:0px;
		margin:0 0 0 15px;
		padding:0 0px 0 0px;
	}
	
	LI  {
		font-size: 1.2em;
		line-height:1.4em;
		font-weight: normal;
		text-align:normal;
		letter-spacing:normal;
		color: #003333;
		list-style-type: disc; /*Square change to disc*/
		margin-top:.3em;
		margin-bottom:.5em;
	}
	
	
	
	#main_body
	{
		background-color:transparent;
		/*
		background-image:url(images/bg_MainImage.jpg);
		background-position:top center;
		background-repeat: no-repeat;
*/
		min-height: 713px;
		width: 100%;/* 975px; */
		/* margin:auto; */
		position:relative;
		
		/* padding:245px 0 0 35px; */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: center;
	}
	.mainBodyTable
	{
		background-color:transparent;
		/*
		background-image:url(images/bg_MainImage.jpg);
		background-position:top center;
		background-repeat: no-repeat;
*/
		min-height: 713px;
		width: 100%;/* 975px; */
		/* margin:auto; */
		position:relative;
		
		/* padding:245px 0 0 35px; */
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		/* text-align: center; */
	}
.MainContentContainerColumn
{
	/* float:left; */
	width: 100%; /* 975px; */
	margin:0;
	height: 486px;
	/*padding:245px 0 0 35px;*/
	background-image:url(images/bg_Main.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	vertical-align: top;
	/* text-align: center; */
	
	
}
.HeaderPaneColumn
{
	background-image:url(images/bg_HeaderPane.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 227px;
}

	#header_container
	{
		position: relative;
		top: 240px;
		min-width: 975px; /*IE won't read min-width*/
		width: 100%;
		height: 24px;
		margin: auto;
	}



	#dnnNAV
	{
		float:left;
		width:770px;

		/*
        margin: 0px 30px 20px 20px;
		padding: 10px 20px 15px 0px;
        */
		margin: 0px;
		padding: 0px;
		
		text-align: center;
	
	}
	#header
	{
	    float:left;
		width:800px;

		margin: 0px 30px 0px 20px;
		padding: 10px 20px 0px 0px;
	}
	.headerTagLine
	{
		font-size:14px;
		line-height:16px;
		font-style:italic;
		font-weight:bold;
		color:#003333;
	}
	#header_old
	{
		font-size:14px;
		line-height:16px;
		font-style:italic;
		font-weight:bold;
		color:#003333;
		
		position: absolute;
		top: 0px;
		right:0px; 
		width: 210px;
		_width: 190px;
		height: 24px;
		margin:0;
		padding:0;	
	}
	
	

	#content
	{
		float:left;
		width:650px;

		margin: 0px 30px 20px 20px;
		padding: 10px 20px 15px 0px;
	
	}
/* -------------------------------------------- */
/*   PANES                                      */	
/* -------------------------------------------- */
#headerPane 
{
    width: 770px;
    height: 227px;
    /*
    width: 770px;
    height: 227px;
    min-height: 227px;
    
	background-image:url(images/bg_HeaderPane.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	vertical-align: top;
    */
}
#footerPane 
{
    width: 770px;
	vertical-align: top;
}

#contentPane {
    /* float: left;
    padding: 0px 15px 0 25px; /-If the content is shorter than the two boxes on the right, the site breaks. 		  min-height keeps the content at least as tall as those two boxes. 		  Must synchronize with IE6 hack in the markup (IE6 doesn't support min-height).-->/
    min-height: 300px;
    width: 400px;
    height: 100%;
    _height: 300px;
   
    float:left; */
    /* width:556px; */
    width: 100%;

    /*
    margin: 0px 30px 20px 20px;
    padding: 10px 20px 15px 0px;
    */
    margin: 0;
    padding: 0;    
    
    text-align: left;
	vertical-align: top;
}


.contentPaneColumn {
    /* float: left;
    padding: 0px 15px 0 25px; /-If the content is shorter than the two boxes on the right, the site breaks. 		  min-height keeps the content at least as tall as those two boxes. 		  Must synchronize with IE6 hack in the markup (IE6 doesn't support min-height).-->/
    min-height: 300px;
    width: 400px;
    height: 100%;
    _height: 300px;
    */
    /* float:left; */
    width:556px;

    /* margin: 0px 30px 20px 20px;
    padding: 10px 20px 15px 0px;
    */
    margin: 0;
    padding: 0;
    
    text-align: left;
	vertical-align: top;
}
.SingleContentPaneColumn {
    width:770px;
    margin: 0;
    padding: 0;
    
    text-align: left;
	vertical-align: top;
}
.LeftContentPaneColumn {
    width:365px;
    margin: 0;
    padding: 0;
    
    text-align: left;
	vertical-align: top;
}
.RightPaneColumn {
    width:365px;
    margin: 0;
    padding: 0;
    
    text-align: left;
	vertical-align: top;
}

#loginPane {
    /* float: left; */
    width: 174px;
    
    /* 
    min-height: 300px;
    height: 100%;
    _height: 300px;
    */
    margin: 0;
    padding: 0;
    
    /* text-align: right; */
	vertical-align: top;
	color: #ffffff;
}
#loginPane a, 
#loginPane a:link, 
#loginPane a:visited, 
#loginPane a:active
{
    text-decoration: underline;
}
 
#loginPane a:hover
{
    text-decoration: none;
}
#rightPane {
    /* float: left; */
    width: 365px;
    
    /* 
    min-height: 300px;
    height: 100%;
    _height: 300px;
    */
    margin: 0;
    padding: 0;
    
    /* text-align: right; */
	vertical-align: top;
}
.loginPaneColumn {
    /* float: left; */
    width: 174px;
    /* min-height: 300px; */
    /* height: 100%; */
    /* _height: 300px; */
    margin: 0;
    padding: 0;
    
    /* text-align: right; */
	vertical-align: top;
	color: #ffffff;
}
.loginPaneColumn a,
.loginPaneColumn a:link,
.loginPaneColumn a:visited,
.loginPaneColumn a:active
{    
	color: #ffffff;
	text-decoration: underline;
	font-size:12px;
}
.loginPaneColumn a:hover
{    
	color: #ffffff;
	text-decoration: none;
	font-size:12px;
}
.rightPaneColumn {
    /* float: left; */
    width: 365px;
    /* min-height: 300px; */
    /* height: 100%; */
    /* _height: 300px; */
    margin: 0;
    padding: 0;
    
    /* text-align: right; */
	vertical-align: top;
}
#footerPane 
{
    width: 770px;
}
/* -------------------------------------------- */
/*   END PANES                                  */	
/* -------------------------------------------- */
.spacerColumn 
{
    width: 40px;
}
	.Image_right
	{
		padding: 11px 0 40px 40px; /* Changed 4/1/2008 by Tim Rolands at the request of Rick Rodriguez */
		float:right;
	}
	
	#LoginColumn
	{
		float:left;
		width:150px;
		margin:0px 0 0 0px;
		padding:55px 0 15px 10px;
	}


	#footer
	{
		font-size:14px;
		line-height:16px;
		font-style:italic;
		font-weight:bold;
		color:#003333;
		float:left;
		clear:both;

		width:975px;
		margin:0;
		padding:0px 0 0 20px;
		_padding:0px 0 0 35px;
		background-color:transparent;
	}
	.footerTagLine
	{
		font-size:14px;
		line-height:16px;
		font-style:italic;
		font-weight:bold;
		color:#003333;
	}
	.footer_small_old
	{
	    font-size:12px;
	    line-height:12px;
	    font-style: normal;
	    color:#8f7c56;
	    float:left;
	    clear:both;
	    width:975px;
	    margin:0;
	    background-color:transparent;
	}
	.footer_small
	{
	    font-size:12px;
	    line-height:12px;
	    font-style: normal;
	    color:#8f7c56;
	}


.tr_A
{
    color: #000; /* #5a7a36; Changed 4/1/2008 by Tim Rolands at the request of Rick Rodriguez */
    background: transparent;  /* #ffcc33; Changed 4/1/2008 by Tim Rolands at the request of Rick Rodriguez */
    filter: alpha(opacity=65);
    opacity: .65;
    -moz-opacity:.65;
    
}
.tr_A td
{

    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    padding-left: 7px;
    padding-top: 3px;
    padding-bottom: 3px;  
    padding-right: 0px;  
}
.tr_B
{
    color: #000000;
    background: transparent;
}
.tr_B td
{
    padding-left: 7px;
    padding-top: 3px;
    padding-bottom: 3px;  
    padding-right: 0px; 
}



.Title
{
	color: #993300; 
	font-weight: bold; 
	font-size: 18px;
}


/* ==============================
    CSS STYLES FOR Avastone Menu
   ==============================
*/

/***********************************************************
 Structural CSS for the structure and behavior of the menu 
                   USE EXTREME CAUTION!
   Modifying the CSS here will most likely break the menu!
************************************************************/

ul.AvastoneCssMenu /* root-level menu list (UL) */
{
    position: relative;
    z-index: 111;
	margin: 0;
	border: 0;
	padding: 0;
    display: block;
	white-space: nowrap;
    list-style: none;
    z-index: 999999;
}

ul.AvastoneCssMenu ul /* submenu lists (ULs) */
{
    position: absolute;
	z-index: 222;
	margin: 0;
	border: 0;
	padding: 0;
    display: block;
    _display: none;
	white-space: nowrap;
    list-style: none;
    visibility: hidden;
}

ul.AvastoneCssMenu li  /* menu items */
{
    position: relative;
    list-style: none;
    float: left;
	display: inline;  /* */
	_height: 1%;
}

ul.AvastoneCssMenu a,  /* menu item links */
ul.AvastoneCssMenu span
{
    display: block;
    text-decoration: none;
}

/* Add more rules here if your menus have more than four (4) tiers */
ul.AvastoneCssMenu li:hover ul ul,
ul.AvastoneCssMenu li:hover ul ul ul,
ul.AvastoneCssMenu li:hover ul ul ul ul,
ul.AvastoneCssMenu li.iehover ul ul,
ul.AvastoneCssMenu li.iehover ul ul ul,
ul.AvastoneCssMenu li.iehover ul ul ul ul
{
	left: -9999px;
    visibility: hidden;
    _display: none;
}

/* Add more rules here if your menus have more than four (4) tiers */
ul.AvastoneCssMenu li:hover ul,
ul.AvastoneCssMenu li li:hover ul,
ul.AvastoneCssMenu li li li:hover ul,
ul.AvastoneCssMenu li li li li:hover ul,
ul.AvastoneCssMenu li.iehover ul,
ul.AvastoneCssMenu li li.iehover ul,
ul.AvastoneCssMenu li li li.iehover ul,
ul.AvastoneCssMenu li li li li.iehover ul
{
	left: auto;
    visibility: visible;
    _display: block;
}

.ArrowPointer
{
	cursor: default;
}

/******************************************************
 Presentation CSS for customizing the look of the menu
*******************************************************/

#MainMenuDiv { /* div containing the menu */
	position: absolute;
	top: 183px;
	left: 15px; /*Added later*/
	margin: 0;
	border: 0;
	padding: 0;
	/* width: 935px; */
	width: 660px;
	min-width: 660px;
	height: 20px;
	z-index: 9999999;
}

ul#MainMenu { /* root-level menu */
	background-color: transparent;
	text-align: left;
}

/* nested menu lists/submenus */
ul#MainMenu ul 
{
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul#MainMenu li  /* menu items */
{
	width: auto;
	_width: auto;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}

ul#MainMenu li li  /* nested menu items */
{
	width: 180px;
	height: 24px; /* auto; */
	/*_height: 12px; */
	white-space: normal;
	
	border-bottom: solid 1px #ffffff;
	padding: 1px 0px 1px 0px;
	
}

ul#MainMenu a,  /* menu item links */
ul#MainMenu span
{
	margin: 0;
	padding: 0px 4px 0px 4px;

	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	/* line-height: 12px; */
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
	
	color: #FFFFFF; /* #333; */
	background-color: transparent;

	width: auto;
	height: auto;
}
ul#MainMenu ul a,  /* nested menu item links */
ul#MainMenu ul span
{
    background-color: #5a7a36;
    height: auto;
    line-height: 22px;
    margin: 0px;
    padding: 0px 4px 0px 4px;
	/* border-bottom: solid 1px #ffffff; */
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Second-level menu lists only */
ul#MainMenu li:hover ul,
ul#MainMenu li.iehover ul
{
	background-color: #5a7a36; /* #f0f0f0; */
	width: 180px; /* width of submenu, must be set so third-level list can get shifted over properly */
	/* border: solid 1px #c00; */
	/* border: none;
	display: block;
	visibility: visible;
	left: auto; */
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Add more rules here if your menus have more than three (4) tiers */
ul#MainMenu li li:hover ul,
ul#MainMenu li li li:hover ul,
ul#MainMenu li li li li:hover ul,
ul#MainMenu li li.iehover ul,
ul#MainMenu li li li.iehover ul,
ul#MainMenu li li li li.iehover ul
{
	left: 180px;
	top: 0;
	width: 180px;
	border: solid 1px #c00;
}

/* hovered menu item links */
ul#MainMenu li a:hover
{
	background-color: transparent;
	color: #2f4f0b; /* #c00; */
}

ul#MainMenu li li a:hover 
{
	background-color: transparent; /* #ddd; */
	color: #aace8d; /* #2f4f0b; */ /* #c00; */
}

ul#MainMenu li.MenuRootBranch a {
}

ul#MainMenu li.MenuItemBranch a {
}

ul#MainMenu li.MenuItemCurrent a 
{
	background-color: transparent;
	color: #2f4f0b; /* #c00; */
}

ul#MainMenu li.MenuItemBreadcrumb 
{
}

ul#MainMenu li.rootSeparator {
	padding: 4px 0 4px 0;
	color: #fff; /* #c00; */
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
}

ul#MainMenu li.rightCap {
}
