﻿@import url(/z_common/resources/style.css);

body {
	color:#b5b5b5;
	font:normal 18px/20px "Goudy Old Style","Times New Roman", Times, serif;
	padding:0; 
	margin:0;
}

body, html{
	height: 100%;
	position:relative
}
.main 	{
	width:100%;
	position:relative;
	min-height: 100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
	padding:0 0 0 0;
	overflow:hidden
}
.main-sub { 
	margin:0 auto; width:940px; padding:0 0px 20px 0px; position:relative; margin-top:25px;
}
.main-sub-sub {
	background:url(/images/nav/tile0_90.png) 0% 0% repeat; border-radius:25px; -moz-border-radius:25px; -webkit-border-radius:25px; padding:20px 0; z-index:500;
}

a, button{ cursor:pointer;}
a {
	color:#3e6fb2;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#3e6fb2;	/*#5bb2c7 old teal color*/
	outline:none;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	color:#E3CFA3;
	margin:5px 0;
	padding:0;
}
h1 		{
	font-size:23px;
	line-height:23px;
}
h2 		{
	font-size:20px;
	line-height:20px;
}
h3 		{
	font-size:18px;
	line-height:18px;
}
h4		{
	font-size:18px;
	line-height:18px;
}

blockquote{
	margin:3px 0 12px;
	padding:0 0 0 25px;
}
hr{
	margin-bottom:10px;
	border:none;
	border-bottom:1px solid #cccccc;
	background:none;
	height:1px
}
input,textarea,select{
	border:1px solid #ccc;
	background-color:#f8f8f8;
	color:#333333;
	padding:2px
}


/* ######### CSS for SMS Shell pages, which are manually encapsulated inside a "public" DIV ######### */
#public {clear:both;}
#public p,td		{ text-align:justify;}
#public .para		{ margin-left:-25px; color: #E3CFA3; font-style:italic; font-size:28px}
#public .quote		{ text-align:center; font-style:italic;}
#public .quoteRef	{ text-align:center; color: #E3CFA3; font-style: italic;}

/* ######### Begin ddLevelsMenu CSS Overrides ######### */

	/* ######### Sub-Level Menu Bar CSS (used for both vertical & horizontal implementations) ######### */

	.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively */
	background-color: #ffffe8;	 		/*flyout container background*/
	}

	.ddsubmenustyle li a{				/*Note: height of the li floats as needed to show the text*/
	font: bold 14px Arial, Helvetica, sans-serif;
	width: 190px; 						/*width of sub(s) (not including side paddings)*/
	background-color: #ffffe8;
	color:#333;
	padding: 5px 5px;
	border-bottom: 1px solid #333;		/*flyout item bottom border*/
	}

	/*.ddsubmenustyle li a:hover{		//sub(s) hovers	- ORIGINAL*/
	.ddsubmenustyle li:hover > a {		/*sub(s) hovers - this version cascades thru the current tree to give a breadcrumb color scheme*/
	background-color: #333;
	color: #ffffe8;
	}

	/* ######### Root-Level Menu Bar CSS (horizontal version) ######### */

	.rootmenu li a{						/*root tab link markup*/
	font: bold 14px Arial, Helvetica, sans-serif;
	/*width:99px;						Omit width declaration for floating width root tabs*/
	padding:5px 17px; 					/*padding inside each root tab*/
	border-right: 1px solid #ccc; 		/*right divider between root tabs*/
	background-color: #a00000;
	color:#fff;
	}

	.rootmenu li a:visited{				/*markup for visited root tabs*/
	background-color: #a00000;
	color: #fff;
	}

	.rootmenu li a:hover{				/*hover behavior for root tabs*/
	background-color: #900000;
	color: #e0e0e0;
	}

	.rootmenu a.selected{				/*root item behavior when hovering in this item's dropdown/flyout; "selected" class assigned to its LI via DD Levels code when hovering*/
	background-color: #900000;	 		/*background of tab with "selected" class assigned to its LI*/
	color: #fff;
	}

/* ######### End ddLevelsMenu CSS Overrides ######### */

