@charset "utf-8";
body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;color: #666;background-color:#57779e;margin: 0 0 20px 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 */
	
}
#container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#fff; position:relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	 text-align: left;/* this overrides the text-align: center on the body element. */
} 
#header { 
	background-color:#fff; background-image:url(headerbg4.gif); background-repeat:no-repeat; height:200px;
	/*padding: 0 10px 0 20px;   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. */
} 
#logo{
	position:absolute; top:30px; left:30px;
}
.tagline{
	position:absolute; top:165px; 
}
/*****************************navigation**********************************/


#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* 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 */
	background-color: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 20px;  margin-top:57px;/**/ margin-left:0; padding-top:0 !important;
}
#sidebar ul{
	margin: 0; margin-top:0;
	padding: 0; 
	list-style-type: none;
	font-size: 75%;
	width:190px;
}
#sidebar ul li{
	margin: 0;margin-top:0;
	padding: 0; display:block;
	list-style-type: none;
	font-size: 100%;
	text-align: left;
	width:190px;
}
#sidebar ul a, ul a:visited {
	display:block;
	border-bottom:1px dotted #db891f;
	background-color:#fff;
	padding-top: 1em; padding-bottom:0.4em; padding-left:.5em; 
	color:#db891f;
	text-decoration: none;
}
#sidebar ul a:hover, ul a:focus
{
	background-color: #f1f1f0;/*f1f1f0;*/
	color: #db891f; display:block;
}

/*****************************navigation**********************************/
#mainContent { 
	margin: 10px 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 50px 30px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */ 
} 

#mainContent h1{ 
	text-align:left; color:#28a5d9; font-size:16px;font-weight:bold; line-height:25px; display:inline; border-bottom:1px solid #28a5d9;/*margin: 70px 0 0 20px;  the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-bottom:5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent p{
	color:#666; font-size:80%; line-height:190%;  padding-top:5px; margin-bottom:-8px; text-align:left;
}
.wplineht{
	line-height:140% !important; margin-top:0;
}
#mainContent p a:link, #mainContent p a:visited{
	 color:#28a5d9; text-decoration:underline;
}
#mainContent p a:hover, #mainContent p a:focus{
	 color:#28a5d9; text-decoration:none;
}
.bolditalic{
	font-style:italic;font-weight:bold;
}	
.italic{
	font-style:italic;
}
.bold{
	font-weight:bold;
}
.boldblue{
	font-weight:bold; 
}
.boldblue a:link, .boldblue a:visited{
	color:#006699 !important;
}

/*******************white papers home page*****************************/

/***************end the white papers home page*****************************/


.imgrt{
	float:right; margin-bottom:10px; margin-left:15px; margin-top:5px;
}
.imglt{
	float:left; margin-bottom:10px; margin-right:12px;margin-top:5px;
}
#closing{
	margin-bottom:30px; margin-top:35px;text-align:center !important;
}

#footer { 
	padding: 10px 50px 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#e8f5fa; text-align:right;
} 
#footer p {
	font-size:70%; color:#666;text-align:right;line-height:120%;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0; /*0 15px 0;  padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p a:link, #footer p a:visited{
	color:#28a5d9; text-decoration:none;
}
#footer p a:hover, #footer p a:focus{
	color:#1d789e; text-decoration:underline;
}
.copy{
	font-size:90%; color:#999;
}
#footer.copy a:link, #footer a:visited{
	color:#28a5d9; text-decoration:none;
}
#footer.copy a:hover, #footer a:focus{
	color:#3a6ca1; text-decoration:underline;
}

.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;
}

