body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#2D3F6D url(../_images/jpgs/bkgrnd_tile.jpg) repeat top left;
	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 #container selector */
	color: #000000;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs 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 entire layout will downsize proportionately. You may want to increase the widths of the various divs 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.
*/

.thrColElsHdr #container { 
    width: 765px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 13px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	padding: 14px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:1;
} 

.thrColElsHdr #bottompart{
	position:relative;
} 

.thrColElsHdr #header {
	position:relative;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 85px;
	background-color: #FFFFFF;
	color:#0375B4;
	z-index:60;
} 

.thrColElsHdr #sidebar1 {
	background-image:url(../_images/jpgs/cf_logotype.jpg);
	background-repeat:no-repeat;
	background-position:center;
	top:0px;
	left:0px;
	position:relative;
	float:left;
	width: 112px; /* since this element is floated, a width must be given */
	height: 64px;
	padding: 0px; /* top and bottom padding create visual space within this div */
}

/* 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.
*/

.thrColElsHdr #mainContent {
 	margin-top: 5px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	margin-left: 196.0px;
	font-size:15.2px;
	width:auto;
	background:#E8E8E8;
	padding: 15px;
	
} 


.thrColElsHdr #mainContent p, .thrColElsHdr #mainContent blockquote {
	font-size:12.8px; margin-top:5px;
} 
.thrColElsHdr #mainContent a, .thrColElsHdr #mainContent 	a:visited , .thrColElsHdr #case{
	text-decoration:none;
	color:#037; 
	font-weight:500;
} 

.thrColElsHdr #pdflink{ text-indent:-21px;
					   
					   
} 



.thrColElsHdr #mainContent a:hover{
	text-decoration:underline;
} 

.thrColElsHdr #mainContent li{
	font-size:12.8px;
} 

.thrColElsHdr #mainContent h1 {
	color:#00529C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:800;
	font-size:12.8px;
	} 

.thrColElsHdr #mainContent h2 {
	color:#00529C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:12.8px;
	} 


.thrColElsHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-size:10px;
} 
.thrColElsHdr #footer p {
	margin: 0; /* 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 */
}

/* 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;
	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;
}

.logo{
	position: absolute;
	top: 1px;
	right: 0px;
	border:none;
}


#logotype{
	position: absolute;
	border:none;
	left: 31px;
	top: 9px;
}


.menuitems {
	margin: 0px; /*removes indent IE and Opera*/
	padding-right: 0px; /*removes indent Mozilla and NN7*/
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
	position:absolute;
	vertical-align:baseline;
	width:670px;
	top: 69px;
	height:auto;
	left:0px;
	overflow:auto;
	z-index:1;
	background-color:#FFFFFF;
}


.menuitems li{
	margin: 0px; /*removes indent IE and Opera*/
	padding-right: 4px;  /*removes indent Mozilla and NN7*/
	padding-top:50px;
	list-style-type:none;
	display: inline; 
	vertical-align:text-bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11.2px;
	font-weight:200;
	text-transform:uppercase;
}

.menuitems #firstitem{
	color: #FF0000;
	padding: 0px 75px 0px 0px;	
	margin:0px;
}

.menuitems  a, .menuitems a:visited{
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color:#0375B4;
}


.menuitems a:link {
	text-decoration:none;
	color:#0375B4;
}

.menuitems a:hover {
	text-decoration:underline;
	color:#00529C;
}

 

.menuitems a:active, .menuitems #curlink2 {
	text-decoration:none;
	color:#000000;
	text-decoration: underline;
}

#curlink3 {
	font-weight:bold;
}


.topbg{
background-image:url(../_images/jpgs/bkgrnd_top_dropquote.jpg);
background-position:center;
background-repeat:no-repeat;
padding-top:10px;
padding-left:25px;
margin-left:auto;
margin-right:auto;
height:190px;
position:relative;
	z-index:50;
}

#topbglist{
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	position:absolute;
	left:-8px;
	z-index:55;
	top:30px;
	height: 82px;
}

.topbg #topbgtext{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:19.2px;
	margin: 0; /*removes indent IE and Opera*/
	padding: 5px; /*removes indent Mozilla and NN7*/
	position:absolute;
	left:207px;
	top:29px;
	height: 135px;
	width: 526px;
}

#topbglist li {
background-repeat: no-repeat;
padding-bottom: 30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:500;
font-size:14.4px;
}

#topbglist a, #topbglist a:visited {
color:#FFFFFF;
padding: 0px 0px 0px 20px;
margin: 0px 0px 0px 0px;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:500;
font-size:15.2px;
background: url(../_images/jpgs/nav_dot.jpg);
background-position: 0 -28px;
background-repeat: no-repeat;
}
 

#topbglist a:link {
color:#FFFFFF;
text-decoration:none;
background: url(../_images/jpgs/nav_dot.jpg);
background-position: 0 -28px;
background-repeat: no-repeat;}

#topbglist a:hover, #topbglist a:active{
color:#FFFFFF;
font-weight:500;
text-decoration:underline;
background: url(../_images/jpgs/nav_dot.jpg);
background-position: 0 -28px;
background-repeat: no-repeat;
}



#topbglist #curlink{
color:#FFFFFF;
text-decoration:none;
background: url(../_images/jpgs/nav_dot.jpg);
background-position: 4px 4px;
background-repeat: no-repeat;
}
