﻿/* CSS Document */

/*Text Styles */

html, body
{
    overflow: auto;
}

h1
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

h2
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

h3 
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

h4{
    padding: 0px 0px 0px 10px;
	font-family: Verdana;
	color: #666;
	font-size: 14px;
}

.ordernow
{
    padding: 10px 0px 0px 10px;
    margin:0px;
    font-family: Verdana;
	font-size: 13px;
    font-weight:bold;
    color: #666;
    
}
.smallLink
{
	font-size: 9px;
	font-family: Verdana;
	color: #afafaf;
	line-height: 16px;
}
.smallLink a 
{
	color: #999999;
	text-decoration: none;
}
.smallLink a:hover 
{
	text-decoration: underline;
}


.rootTreeView 
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin:0;
	padding:0;
}

.leafTreeView
{
    font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-right:5px;
}


.MyTabStyle .ajax__tab_header
{
    font-family: "Verdana" , Arial, Sans-Serif;
    font-size: 11px;
    font-weight:bold;
    display: block;
}

.MyTabStyle .ajax__tab_header .ajax__tab_outer
{
    border-color: #222;
    color: #222;
    padding-left: 10px;
    margin-right: 3px;
    border:solid 1px #d7d7d7;
    border-bottom:none; /* My Code */
}

.MyTabStyle .ajax__tab_header .ajax__tab_inner
{
    border-color: #666;
    color: #666;
    padding: 3px 10px 2px 0px;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_outer
{
    background-color:#9c3;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_inner
{
    color: #fff;
}

.MyTabStyle .ajax__tab_active .ajax__tab_outer
{
    border-bottom-color: #ffffff;
    background-color: #d7d7d7;
}

.MyTabStyle .ajax__tab_active .ajax__tab_inner
{
    color: #000;
    border-color: #333;
   
}

.MyTabStyle .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    background-color: #fff;
    border-top-width: 0;
    border: solid 1px #d7d7d7;
    padding: 10px;
    /*border-top-color: #ffffff;*/
    
}


.rblist
{
  display:block
}

.rblist td
{
  padding:0px;
  margin:0px;
}

.rblist .blueline
{
    border-top: solid 1px #6699FF;
    display: block;
}

.VideoLink
{
    float: right; 
    border: 0; 
    padding: 0px 0px 5px 10px;
}

body  {
	background: #ffffff;
	margin: 0; /*  it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #irs_container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

body a 
{
	color: #4593cf;
	text-decoration: none;
}

body a img { border:0; }


body a:hover 
{
	text-decoration: underline;
}

.thrColFixHdr #irs_container { 
	width: 845px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-width: 0px;
	min-height: 720px;
	border: 0;
} 

.thrColFixHdr #header { 
	background: #ffffff; 
	
} 
#subheader {
	position: relative;

}
#logo {
	position: relative;
	float: left;
	width: 133px;
	padding-left: 10px;
	padding-top: 34px;
	margin-bottom: 12px;
}

#subnav {
	float: right;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	top: 42px;
	color: #4593cf;
	padding-right: 10px;
}

#subnav a{
	color: #4593cf;
	text-decoration:none;	
}
#subnav a:hover {text-decoration:underline;}
#slogan {
	position: relative;
	top: 62px;
	width: 148px;
	float: right;
	padding-left: 400px;
	padding-right: 10px;
	margin-bottom: 12px;
}

#menubar {
	/*float: left;*/
	width: 840px;
	margin-bottom: 8px;
	cursor: pointer;
}

.thrColFixHdr #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 */
	
}

.thrColFixHdr #mainContent { 
	float: left;
	width: 630px;
} 

.thrColFixHdr #mainContent 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 */
	
}

.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-left: 10px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}


/* Styles for rounded boxes */
.thrColFixHdr #bottomboxes {
    position: relative;
	float: left;
	display: inline-table;
	width: 630px;
	background-color: #99FF00;
}
/* Show only to IE PC \*/
* html .boxhead h2, html .boxhead h1 {height: 1%;} /* For IE 5 PC */


.sidebox {
	margin: 0 auto; /* center for now */
	width: 210px; /* ems so it will grow */
	
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 10px;
	line-height: 15px;
	float: left;
	/*position: relative;*/
	/*height: 220px;*/
	
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 210px;	
}
.boxhead h2, .boxhead h1 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 13px 20px 9px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	/*text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 10px 20px 15px;
	height: 125px;
}


/* Show only to IE PC \*/
* html .sidebarboxhead h2, html .sidebarboxhead h1 {height: 1%;} /* For IE 5 PC */

.sidebarbox {
	margin: 0 auto; /* center for now */
	width: 212px; /* ems so it will grow */
	
	background: url('../images/SideBarBody-R.gif') no-repeat right bottom;
	font-size: 11px;
	line-height: 14px;
	float: left;
	/*position: relative;*/
	top: 0px;
	left: 0px;
	height: auto;
}
.sidebarboxRound {
	margin: 0 auto; /* center for now */
	width: 212px; /* ems so it will grow */
	
	background: url('../images/SideBarBody-R.gif') no-repeat center bottom;
	font-size: 11px;
	line-height: 14px;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	height: 248px;
}
.sidebarbox4 {
	margin: 0 auto; /* center for now */
	width: 520px; /* ems so it will grow */
	font-size: 11px;
	line-height: 14px;
	position: relative;
	top: 4px;
	left: 11px;
}

.sidebarboxhead {
	background: url(../images/SideBarHead-R.gif) no-repeat top right;
	width:auto;
	margin: 0;
	padding: 0;
	text-align: left;	
}
.sidebarboxhead h2, .sidebarboxhead h1 {
	background: url('../images/SideBarHead-L.gif') no-repeat left top;
	margin: 0;
	padding: 13px 20px 9px; 
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	/*width: 485px;*/
}
.sidebarboxbody {
	background: url(../images/SideBarBody-L.gif) no-repeat bottom left;
	margin: 0;
	padding-left: 2px;
	height: 300px;
}

.sidebarboxbody4 {
	margin: 0;
	padding-left: 2px;
	height: 300px;
	
}

.sidebarbodytext
{
	padding: 10px 20px 15px;
}
.CenterWrapper
{
	width: 210px;
	text-align: center;
}

.SideBarButton
{
	background: #4571B2;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 128px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	margin:0px auto;
}
.SideBarButton a 
{
	color: #ffffff;
}

.leftSideBar
{
	margin-top: 45px;
}

.infobox 
{	
	
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
	background: #fff;
	border-style: dotted;
	border-color: #999999;
	border-width: 1px;
	padding: 5px;

}

.disclosure
{	
	
	text-align: left;
	background: #fff;
	padding: 3px;
	font-size: 9px;
	font-family: Verdana;
	color: #999;
	line-height: 16px;
	width: 170px;

}
.thrColFixHdr #footer { 
	/*padding: 0 0px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background-image: url(../images/bottomMenuBG.gif);*/
	/*width: 840px;*/
	/*height: 68px;*/
	margin-top: 2px;
	border-top: 1px #D5D5D5 solid;

} 
.thrColFixHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footernav {
	float: left;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*top: 14px;*/
	left: 10px;
	color: #4593cf;	
}

#footernav a{
	color: #4593cf;
	text-decoration:none;	
}
#footernav a:hover {text-decoration:underline;}


#YearLogo {
	/*position: relative;*/
	margin-top: 30px;
	margin-right: 0px;
	width: 231px;
	float: right;
	z-index:1;
}

#footercopyright {
	position:relative;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 20px 40px;
	color: #999999;
	text-align: left;
}

.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
    font-size: 1px;
    line-height: 0px;
    width: 840px;
}


/*Internal Page Layout */
.thrColFixHdr #LeftMenu 
{
	width: 200px;
	float: left;
	background-image: url(../images/InternalSideMenuBG.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 10px;
	margin: 0;
	height: 400px;
	font-family: Verdana;
	color: #4571B2;
	font-size: 11px;
	line-height: 22px;
}

.thrColFixHdr #LeftMenu .inner 
{
	margin-left: 10px;
	padding-left: 20px;
}

.thrColFixHdr #MainSection 
{
	
	width: 630px;
	float: left;
	padding: 0px;
	/*z-index: 1;*/
	}	
	


#HeaderImage 
{
	
}

#HeaderImageForms
{
background-image: url(../images/header_blank_blue-green.jpg);
background-repeat: no-repeat;
width: 630px;
height: 65px;

	
}

#internalHeaderText {
	position: relative;
	left:0px;
	top:5px;
	width:600px;
	height:20px;
	padding-left: 10px;
	padding-top: 28px;
	font-size: 18px;
	font-family: Verdana;
	font-weight: 300;
	color: #e0e8f2;


}

#Introparagraph
{
	padding: 10px;
	font-family: Verdana;
	color: #666;
	font-size: 14px;
	line-height: 22px;
}

.heading1Intro
{
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}


#CoreContent
{
	float: left;
	padding: 10px;
	width: 400px;
	font-family: Verdana;
	color: #666666;
	font-size: 11px;
	line-height: 20px;
	padding-right: 5px;
	
}

#CoreContentNoSidebar
{
	float: left;
	padding: 10px;
	width: 615px;
	font-family: Verdana;
	color: #666666;
	font-size: 11px;
	line-height: 20px;
	padding-right: 5px;
	margin: 0;
}
#SideBar1
{
	float: right;
	padding-top: 10px;
	width: 208px;

}

.Listbox
{
	border: 1px;
	border-color: #dedede;	
}

#DivPadding
{
	padding-left: 2px;
}

.nobullet 
{
	list-style: none;
	

}
.indentbullet 
{

	list-style-position: inside;
	list-style: square;

}
#FormOverlay
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.highlighted
{
	color: #4593cf;
}
.formHeaderText
{	
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	}
	
.formListStyle
{
	/*color: #4593cf; */
	font-weight: 600;
	/*line-height: 15px;*/

}
/* Divs for side by side lists */
.sidelist
{	
	float: left; 
	width: 250px;
}
.separator
{
	height: 10px;
}
.HighlightArea
{
	padding: 0px 15px 10px 15px;
	background-color: #f2f2f2;
	border-style: dotted;
	border-width: 1px;

}

.cblist input { margin-left: -20px; }
.cblist td { padding-left: 20px; }

.hrDotted 
{
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #d4d4d4; 
	border-style: none none dotted; 
}
.formHR {
	border: 1px dotted #C0C0C0;
}

.AccordionExecHeader
{
    font-size: 12px;
    cursor: pointer;
    border: 0 none;
    padding-bottom:9px;
}

div.hr
{
    background: none repeat scroll 0 0 #D5D5D5;
    height: 1px;
    width: 90%;
    margin-top: 2px;
}
