/* CSS for index.php */

.letter_l_content { width:535px; float:left; }
.letter_r_content { width:300px; float:left; margin:0px 0px 0px 9px; }
.letter_sidebox { background-color:#213B52; border:3px solid #213B52; margin-top:10px; }

.letter_r_col_text { width:280px; margin-left:10px; color:#fff; font-size:11px; }
.letter_r_col_text ul { margin-left:20px; list-style:disc; }
.letter_r_col_text ul li { line-height:1.5em; margin-bottom:1em; }

.success_stories table { background-color:#E7EBF1; width:850px; margin:10px 0px 10px 0px; padding:0px; border:1px solid #213B52; border-collapse:collapse; }
.success_stories table th { background-color:#213B52; padding:5px; }
.success_stories table td { padding:5px; vertical-align:top; }

.index_nav_box { background-color:#E0E5ED; width:850px; height:165px; margin:10px 0px 10px 0px; }
.index_nav_box a:link, .index_nav_box a:visited { text-decoration:none; color:#213B52; }
.index_nav_box a:hover { text-decoration:underline; color:#7FA0BF; }
.index_nav_box h1 { color:#7FA0BF; font-size:14px; line-height:1.5em; font-weight:bold; margin-bottom:.2em; }
.index_nav_content { width:175px; height:160px; margin:5px 5px 0px 5px; float:left; }
.index_nav_content p { margin-bottom:.09em; font-size:10px; }
.index_nav_divider { float:left; width:7px; height:150px; background-image:url(../images/nav_index_divide.gif); }

