/* Marketing Article */
div#articleMain {margin: 20px;}

/* Left nav */
div#left_nav {width: 180px; color: #003366; padding-left: 20px;  margin-right: 20px; float: left; visibility: hidden;} /*hidden until HTML_OnLoad() is called */
div.left_nav_item {background-repeat: no-repeat; padding-left: 12px; padding-bottom: 3px;} 
div.left_nav_item_selected {background-repeat: no-repeat; padding-left: 12px; padding-left: 12px; padding-bottom: 3px;} 

div#left_nav a {color: #003366; text-decoration: none;} 
div#left_nav a.selected  {color: #999999; font-weight: bold;}

div.left_subnav {display: none;}
div.left_subnav div{padding-left: 1.8em; font-size: .9em; text-indent: -.9em; }

/*h3 {background-image: url("../img/arrow_square_blue.gif"); background-repeat: no-repeat;}*/
h3 a/*Hide from IE 5.0*/ {padding-left: 18px; background-image: url("../img/arrow_square_blue.gif"); background-repeat: no-repeat; height: 15px;}
h3.pdf_link a/*Hide from IE 5.0*/ {padding-left: 18px; background-image: url("../img/download_arrow.gif"); background-repeat: no-repeat;} 
h3.video_title {text-align: center; width: 209px; background-color: #333333; color: white; padding: 5px 0px;}
h3.no_graphic a {background-image: none; padding-left: 0px;} 

h4 {font-size: 1.05em; font-weight: bold; margin-bottom: 0px; margin-top: 0px;} /*small header*/

p { margin-top: 0px; margin-bottom: 18px;}
p.italic_big {font-size: 1.1em; font-style: italic;}

ul { font-weight: bold; margin-left: 5px; margin-top: 5px;}
ul li { font-weight: normal; margin-left: 15px;}
ul.indent li { margin-left: 3em; }

ul.customer_list {color: #660000; padding-left: 5px;}
ul.customer_list li {color: #000000; font-weight: bold; margin-top: 6px; list-style-image: url("../img/bullet_square.gif");}
ul.customer_list li a {color: #0066CC; text-decoration: none;}

div.callout_right {float: right; width: 210px; margin: 0px 0px 25px 15px; padding-left: 15px; background-image: url("../img/dot.gif"); background-repeat: repeat-y;}
div.callout_right_video {float: right; width: 210px; margin: 0px 0px 5px 15px; padding-left: 15px;}
div.h_line {clear: left; height: 3px; background-image: url("../img/dot.gif"); background-repeat: repeat-x;}
div#callout_left_high {position: absolute; left: 15px; top: 43em; width: 180px;}
div#callout_left_low {position: absolute; left: 15px; top: 52.5em; width: 180px;}
div.quote {font-weight: bold; font-style: italic; color: rgb(255, 102, 51);}
div.quote_bubble {background-image: url("../img/quote_middle.gif"); background-repeat: repeat-y; width: 170px;}
div.quote_bubble div {padding: 0px 10px;}

/* standard table used on Events and Reqs pages */
table.gray {font-weight: bold;}
table.gray caption {border: 1px solid #9C9C9C; font-size: 14px; border-bottom: 0px; padding: 5px 0px;}
table.gray thead {padding: 5px 0px;}
table.gray th {font-size: 13px; border-right: 1px solid #9C9C9C; border-bottom: 1px solid #9C9C9C; border-top: 1px solid #9C9C9C; background-color: #CCCCCC;}
table.gray th.first_header {border-left: 1px solid #9C9C9C;}
table.gray td {border-right: 1px solid #9C9C9C; border-bottom: 1px solid #9C9C9C; padding: 20px 10px; font-weight: normal;}
table.gray td.first_col {border-left: 1px solid #9C9C9C; background-color: #EEEEEE; font-weight: bold;}
