@charset "utf-8";
body  {
	font: 100% Lucida Grande, Lucida Sans Unicode, Arial;
	background: #383635;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size:12px;
	line-height:18px;
	color: #333;
}
.twoColFixLt #container { 
	width: 756px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt .sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 20px 15px 30px;
	margin:0;
}
.twoColFixLt .mainContent { 
	margin: 25px 20px 0 210px; /* 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: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
 .mainContent {
 	margin-bottom: 20px !important;
}

.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;
}

/*p { 
	padding: 0;
}*/

h1 {
color: #7E1416;
font-weight: bold;
font-size: 14px;
padding: 10px 0 0 0;
margin: 0px;
}

h1.executive_name {
margin-top: 20px;
}

.executive img {
margin-top: 20px;
}

h2 {
color: #333;
font-weight: bold;
font-size: 12px;
padding: 20px 0 0 0;
margin: 0px;
}

hr {
border: 0;
background-color: #CCC;
color: #CCC;
height: 1px;
}

a {
	color: #D1021F;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

.subpage_box_content a {
	color: #CCCCCC;
}


.red_highlight {
color:#7E1416;
font-weight: normal;
}

ul {
color:#7E1416;
list-style-image: url("/images/newsletter/q2_08/arrow.gif");
}

.mainContent_inner { 
	margin: 0px 20px 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: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.mainContent_inner li {
margin: 10px 0;
}

.mainContent_inner ul {
margin: 30px 0 30px 30px;
padding-left: 0px;
}



/*Margin for numbers_img*/
.divider {
margin: 10px 0 30px 0;
}

/*Footer*/

#footer{
text-align: center;
margin:15px 0 15px 0;
color: #CCC;
font-size: 10px;
}

#footer a{
color: #CCC;
}

#footer a:hover{
color: #D1021F;
}



/* side bar sub page stuff */

.subpage_box_gray {
	background-color:#BFBEB8;
	width:182px;
}

/*Shift gray box and gray top/bottom graphics*/
.shift_left {
	margin: 0 4px 0 -6px;
}

/*Shift graphics down*/
.shift_down {
	padding: 30px 0 10px 0;
}

/*Centers the red boxes and gray top/bottom graphics within the gray box*/
.subpage_center {
	width:170px;
	margin: 0px auto;
	padding: 0px;
}

.subpage_center_top {
	width:170px;
	margin: 10px auto 0;
	padding: 0px;
}

.subpage_box_red {
	background-color:#B11F24;
	width:150px;
	color:#FFFFFF;
	padding: 0px 10px;
}

.subpage_box_maintitle {
	font-size:12px;
	padding:0;
	margin: 0px !important;
	font-weight:bold !important;
}

.subpage_box_content {
	padding:0;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	margin: 0px;
}

.subpage_box_content_header {
	font-size:11px;
	padding-bottom: 4px ;
	margin: 0px !important;
	font-weight:bold !important;
}

.alphalist ol {
	list-style:upper-alpha;
}

.alphalist ol li ol {
	list-style:decimal;
}



@media print {

.shift_left img, .subpage_center img, .subpage_center_top img {
display: none; 
}

.twoColFixLt #container { 
border: transparent;
}

}
