/* for centering menu bar */

#menu-outer body {
	font-size: 50%;
	font-family: Helvetica, sans-serif;
	background: url(../p7exp/images/stripe.png) repeat;
	text-align: center;
	padding-top: 30px;
}
#menu-outer h1 {
	margin-bottom: 10px;
}
#menu-outer p {
	margin-bottom: 20px;
}

#menu-outer {
	height: 38px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#menu-outer .table {
	display: table;
	margin: 0 auto;
}

/* for shadows*/

.wrap0, .wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap0 {
	float:left;
	background:url(../_images/shadow.gif) no-repeat right bottom;
  }
.wrap1 {
	background:url(../_images/shadow180.gif) no-repeat;
  }
.wrap2 {
	background:url(../_images/corner_bl.gif) no-repeat 0px 100%;
  }
.wrap3 {
	padding:4px 6px 6px 4px;
	background:url(../_images/corner_tr.gif) no-repeat 100% 0px;
  }
  
  /* generic classse */

.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.h2rightsidebar {
	text-align: right;
	padding-right: 17px;
}
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }

html, body    /* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
/* the following rules get rid of different browser styles for elements. */
}
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
  margin: 0;
  padding: 0;
  }
img {
  border: none;
 } 

form {
  margin: 0;
  padding: 0;
  display: inline;
}
/* sets the body font size and line height */

body  {
	background: #FFFFFF;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
}

a:link, #clientSiteBox a:link {
	color: #006699;
	text-decoration: none;
}
a:visited, #clientSiteBox a:visited {
        text-decoration: none;
        color: #7F9FAA;
}
a:hover, #clientSiteBox a:hover {
        text-decoration: underline;
}
a:active, #clientSiteBox a:active{
        text-decoration: none;
}

* {
	margin: 0px;
	padding: 0px;
}
body,td,th, p    {
	font-size: 80%;
}
body /* sets the body font size and line height */

  {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #FFFFFF;
	font-size: 0.8125em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6, h7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h1, h2, h7 {
	padding-bottom: 10px;
	padding-top: 13px;
	color: #000033;
	line-height: 1.2em;
}
h1 {
	font-size: 155%;
}
h2 {
	font-size: 125%;
}
h3 {
	padding-bottom: 4px;
	font-size: 98%;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	padding-top: 4px;
	color: #000033;
}
h7{  
       font-size: 155%;
       font-weight: bold;
}      
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom: 10px;
	line-height: 1.5em;
}
#centerPage {
	margin-right: auto;
	margin-left: auto;
}
#wrapper  {
	width: 90%;
	max-width: 1174px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#container/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/
  {
	background: #FFFFCC;
	border: thin solid #999999;
	z-index: 1;
	width: 1174px;
}  
/*-----CSS to allow menu to center in table--------------*/
#menu-outer {
	height: 30px;
	background: #FFFFFF;
	width: 1174px;
}
.center #p7menubar {
	clip: rect(auto,auto,0px,auto);
	text-align: center;
	width: 1174px;
}
#table {
	margin: 0 auto;
	padding: 0;
	border: none;
	text-align: center;
	width: 1174px;
}
#header  {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	height: 100px;
	width: 1174px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header   h1    {
	text-indent: -1000em;
}
#logo_tag {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
	float: left;
	margin-left: 20px;
}
#tollfree   {
	height: 20px;
	position: absolute;
	color: #2A3F55;
	margin-right: 0px;
	font-size: 110%;
	float: right;
	top: 50px;
	right: 20px;
}
#header {
	width: auto;
}
#pageHeader   {
	height: 30px;
	border-bottom: 1.5px solid #2A3F55;
	position: relative;
	right: 0px;
	bottom: 0px;
	width: auto;
}
#pageHeader img {
	height: 12px;
	position: absolute;
	right: 15px;
	bottom: 0px;
}
#pageContent {
	background: url(../_images/sidebar_blue.png) repeat-y;
	position: relative;
	padding-bottom: 30px;
	margin-top: -30px;
	padding-top: 35px;
}
.rightImage     {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 999;
}
#sidebar1/* 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 ".thrColHybHdr #sidebar1 p" rule.
*/
  {
	float: left;
	width: 188px;
	margin-top: -35px;
	margin-right: 15px;
	clear: both;
	position: relative;
}
#sidebar1   p   {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCC99;
	padding-left: 8px;
}
#sidebar1  a   {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}
#sidebar1 li {
	list-style: none;
	line-height: 1.5em;
	padding-left: 8px;
}
#sidebar1 img {
	position: absolute;
	left: 0px;
	height: 169px;
	width: 188px;
	z-index: 997;
	margin-top: 0px;
}
.loginHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-size: 110%;
}
#clientSiteBox p {
	background: #D4DFAA;
	color: #000033;
}
#clientSiteBox {
	background: #D4DFAA;
	color: #000033;
	padding-top: 8px;
	padding-right: 5px;
	margin-top: 15px;
	border-right: thin solid #999999;
}
#sidebarHead  p {
	color: #CCCCCC;
	border-bottom: thin dotted #CCCCCC;
	padding-left: 8px;
	height: 20px;
	padding-bottom: 3px;
	margin-bottom: 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
}
.sidebar1Text {
	margin-top: 175px;
}
.sidebar1Text p {
	padding-right: 5px;
}
.sidebar1Text a {
	color: #CCCC99;
}



#mainContent/* 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.
*/
  {
	margin: 0 280px 0 182px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 20px 0 30px;
	width: auto;
	position: relative;
} 

#mainContent  ul {
	list-style: disc inside;
	font-size: 1em;
	padding-bottom: 15px;
}
#mainContent  ul ul {
	margin: 15px;
	list-style: circle inside;
	font-size: 1em;
	padding-bottom: 15px;
}
#mainContent  li {
	line-height: 1.5em;
	font-size: .95em;
	display: list-item;
}
#mainContentFloat ul {
	margin: 0px;
	padding: 0px 207px 0px 0px;
	float: left;
	width: 100%;
	list-style: none;
}
#mainContentFloat li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 15em;
	clear: right;
}
.sectionb {
	width: auto;
}
.sectionc {
	position: relative;
	top: 1em;
	clear: both;
}
.fltlist ul {
	margin: 0px 0 0 0px;
	padding: 0;
	font-size: 1em;
	list-style: none;
	position: relative;
	top: .5em;
}
.fltlist {
	clear: both;
	padding-top: 5px;
}
.fltlist li {
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
}
#subcontentbox {
	background: #D4DFAA;
	padding-right: 10px;
	padding-left: 15px;
}
.fltlft  {
	float: left;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
}
#footer    {
	height: 60px;
	width: 100%;
	clear: both;
	font-size: 80%;
}
#footer .fltlft { /* this class can be used to float an element left in your page */
	float: left;
	width: 300px;
	background: bottom;
	padding-top: 20px;
}
#footer  .fltrt {
	float: right;
	width: auto;
	margin-right: 8px;
	vertical-align: bottom;
	padding-top: 20px;
}
.clear/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
 {
	clear: both;
}
#sidebar2  {
	float: right;
	width: 250px;
	padding-top: 15px;
	display: block;
	color: #666666;
}
#sidebar2 ul {
	text-align: right;
	padding-right: 20px;
}
#sidebar2 ul li {
	padding-bottom: 8px;
	list-style: url(none) none;
}

/* Typography
-----------------------------------------------------------------------------*/
#sidebar2 p
	{
	font-size: 1.2em;
	z-index: 5;
	text-align: right;
}
#quote      blockquote  p    
	{
	padding: 0px 15px 0px 10px;
	font-size: 110%;
	line-height: 1.3em;
	float: left;
	z-index: 20;
	position: relative;

}
#quote p {
	padding: 0px 15px 8px 10px;
	font-size: 110%;
	line-height: 1.3em;
}

#sidebar2 cite
	{
	font-size: 0.8em;
	float: right;
	color: #666666;
	margin-right: -3px;
	position: relative;
	z-index: 10;
	margin-top: 20px;
}
#quoteUp {
	height: 14px;
	width: 14px;
	background: #CC3300 url(../_images/quote_up.gif) no-repeat;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}
#quote  {
	width: 250px;
	margin-left:auto;
	margin-right:auto;
	position: relative;

}
#quoteDownBox {
	margin-left:auto;
	margin-right:5px;
	position: relative;
	float: right;
	width: 17px;
	height: 14px;
	padding-left: 0px;
	margin-top: -5px;
}
#quoteDown img   {
	z-index: 0;
}
#tollFreeBox, #tollFreeBox p  {
	height: 40px;
	width: 168px;
	color: #CCCCCC;
	position: absolute;
	bottom: 10px;
	left: 8px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
}
#extraBHeight6em {
	height: 6em;
}
#extraBHeight3em {
	height: 3em;
}
#extraBHeight12em {
	height: 12em;
}
#extraBHeight2em {
	height: 2em;
}
#sidebartextright {
	text-align: right;
	padding-right: 15px;
}
#mainContent img {
	width: 550px;
}
.extraBHeight12em {
	height: 12em;
}
#clickHere   a:link, #clickHere a:visited       {
	height: auto;
	width: auto;
	margin: 0px 2px 0px 0px;
	background: #006699;
	color: #FFFFFF;
	border: 0px none #999999;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

