@charset "UTF-8";
.top {
	background-color: #333333;
	margin-left: 0px;
}

/* Class Styles */

.logo {
	background-color: #333333;
	}
.navbar {
	background-color: #CCCC99;
	border-right-width: 36px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 0px;
}
#content/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
 {
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	border-left-style: solid;
	border-left-width: 240px;
	border-left-color: #C3C3C3;
	padding-bottom: 1.5em;
	margin: 0px;
	border-right-width: 36px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 1.5em;
} 



/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/
	


/* header and navigation bar selectors are located in the current version of the "basic" css */


/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/


#sidebar {
	float: left;
	width: 218px;
	height: auto;
	margin-left: -240px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	background-position: left;
}
	
.sidebar { /* a default for text in the sidebar section */
	line-height:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-indent: 0px;
	padding-right: 1em;
	padding-left: 1em;
	font-weight: normal;
	padding-bottom: 1em;
	color: #1C1C17;
	text-align: left;
	text-decoration: none;
	}
.sidebarlinks {
	line-height: .9;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 1em;
}
.sidebargraphic {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#sidestory {/* a sub-compartment for the text */
	background-color: #ECECEC;
	width: auto;
	height: auto;
	clear: left;
	margin-left: 0px;
	position: relative;
}
.callout {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	text-align: left;
	font-size: 20px;
	font-style: italic;
	line-height: 135%;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}


.headline { /* for a header in the body section */
	color: #490048;
	letter-spacing:0.1em;
	line-height:20px;
	background-color: #FFFFFF;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 72px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 200;
	}
		
.mainbodyText { /* for text in the body section */
	line-height:24px;
	color:#000000;
	background-color: #FFFFFF;
	text-indent: 0px;
	padding-right: 10%;
	padding-bottom: 0;
	padding-left: 72px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
.text-hilite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
}
#footer {
	background-color: #333333;
	border-right-color: #333333;
	clear: both;
} 
	
.footer {
	color: #CCCCCC;
	border-top-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
}

/* Default Link Styles */

a {
	text-decoration:none;
	font-weight:normal;
	color: #FF0066;
	}
.sidebar a {
	color: #003399;
	font-weight: bold;
}
	
a:hover {
	color: #8c1837;
	text-decoration:underline;
}
.sidebar  a:hover {
	text-decoration:underline;
	color: #006699;
}

a:visited {
	color: #666666;
	font-weight: bold;
}

.sidebar a:visited {
	color: #8c1837;
}

a:active {
	color: #680023;
}
.sidebarlinks  a:active {
	color: #FFFFFF;
}





/****************************************************************************************

  MENU BUTTON STYLES
  
****************************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
	

	
ul.MenuBarHorizontal a	/* Basic style for buttons */
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFCC;
	border-bottom-color: #7F7F5C;
	border-left-color: #7F7F5C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	padding-top: 0.4em;
	padding-right: 1.2em;
	padding-bottom: 0.5em;
	padding-left: 1.2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: auto;
}


/* MOUSEOVER CONDITIONS: */


/* On mouse-over, or "focus," buttons change to a grey background and white text. 

The following rule only applies to the IE browser (notice the syntax using the colon): */

 
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #333333;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

/* The next rule set has a group selector, so top-menu and submenu items will have the same background color and font color.  Notice that the font color here overrides the base rule, above. Menu items that are open with submenus are set to MenuBarItemHover with a grey background and white text. */

ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #333333;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #CC0033;
	color: #FFF;
}


/********************************************************************************

  MENU BUTTONS FINISHING TOUCHES: (styles for indicating that a submenu is under a 
  given menu item, and for the look of those subitems)

 *******************************************************************************/

/* These first rules position arrows on menu buttons when sub-menus exist, and on sub-menu buttons when sub-sub-menus exist, in the default (non-rollover) style.  The two sets below it similarly define the arrows in the hover state. Note that these buttons can either a down arrow OR a right arrow, depending on its position in the tree. */

/* This selector works only on 2nd-level buttons, therefore it can be used to differentiate them from the top-level buttons. */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	padding-right: 1.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #7F7F5C;
	border-left-color: #7F7F5C;
	border-right-style: solid;
	border-right-color: #FFFFCC;
}
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	padding-right: 1.5em;
	background-color: #FFFFFF;
	width: auto;
}


/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #333333;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #333333;
}
#maincontent {
	padding-top: 2em;
}
