/* CSS overrides for subpages */

/* Colors
#000000: Default font color
#183069: headings, links
#fbb003: link:hover
#a0a5be: ad box border
#d6dae2: Page heading bg color
#555454: copyright font
*/

body {
	font-size: 11px;
	color: #000000;
	}

h1, h2, h3, h4, h5, h6 {
	color: #183069;
	}

a, a:link, a:visited, a:active {
	color: #183069;
	}

a:hover {
	color: #fbb003;
	}

#header_sub {
	width: 999px;
	height: 111px;
	margin: 0;
	}

/* To get rid of the 2px space between bottom border in IE we need to use display: block; */
#header_sub img {
	display: block;
	}

#topnav_ind_sub {
	background-image: url(../img/topnav_sub.gif);
        background-repeat: no-repeat;
	width: 999px;
	height: 25px;
	}

/* To get rid of the 2px space between bottom border in IE we need to use display: block; */
#topnav_ind_sub img {
	display: block;
	}

#pg_content_wrapper {
	width: 999px;
	background: #ffffff url(../img/sub_bg.gif) repeat-y;
	background-position: top left;
	min-height: 600px;
	height: auto; !important
	height: 600px;
	/* Force the background to extend if floated
	   left side navigation is longer than the
	   body on the right. So simple...so awesome!
	*/
	overflow: auto;
	}

#side_lt {
	width: 228px;
	float: left; 
	}

#side_lt_product {
	margin: 10px 10px 40px 18px;
	font-size: 12px;
	color: #183069;
	}
	
#sub_body_lt {
	margin-left: 228px;
	margin-bottom: 30px;
	}

#sub_body_lt a { 
	text-decoration: underline;
	font-weight: bold;
	}

#sub_body_lt a.tm {
	text-decoration: none;
	}

#sub_body_lt a.tm:hover {
	color: #fbb003;
	} 

#sub_body_lt a.tm span {
	text-decoration: underline;
	}

#screenshot {
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	}

#screenshot a { 
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	}

#screenshot a.tm {
	text-decoration: none;
	}

#screenshot a:hover, #screenshot a.tm:hover {
	color: #fbb003;
	} 

#screenshot a.tm span {
	text-decoration: underline;
	}

/* Holly Hack for IE6 3px jog bug. Awesome! */
/* Hide from IE5-mac. Only IE-win sees this. \*/

* html #side_lt {
	margin-right: -3px;
	}

* html #sub_body_lt {
	height: 1%;
	margin-left: 0;
	}

/* End hide from IE5/mac */


#pg_banner {
	width: 771px;
	height: 197px;
	}

/* To get rid of the 2px space between bottom border in IE we need to use display: block; */
#pg_banner img {
	display: block;
	}

#add_box {
	margin: 10px 8px;
	border: 1px solid #a0a5be;
	background-color: #ffffff;
	padding: 10px 4px 14px 5px;
	}

#add_box img {
	margin: 10px 0px;
	}
	
#add_box div {
	padding: 0px 6px;
	}

#footer_sub {
	width: 999px;
	background: #f0f25f url(../img/sub_bg.gif) repeat-y;
	height: 20px;
	clear: both;
	color: #555454;
 	}

.side_lt_links a {
	font-size: 12px;
	}

.side_lt_links, .side_lt_links a:link, .side_lt_links a:visited, .side_lt_links a:active {
	color: #183069;
	}

.side_lt_links a:hover {
	color: #fbb003;
	}

.side_lt_links a.bolded {
	font-weight: bold;
	}

.side_lt_links a.bolded:hover {
	color: #183069;
	}

.sd_ln {
	padding-left: 9px;
	}

.sub_heading {
	width: 100%;
	background-color: #d6dae2;
	color: #183069;
	margin: 0;
	padding: 5px 0px;
	}

.sub_heading h1, .sub_heading h2, .sub_heading h3 .sub_heading h4, .sub_heading h5, .sub_heading h6 {
	padding: 0px 25px;
	}

.copy_lt_pad {
	padding: 0px 25px;
	}

.pg_title_img {
	margin: 25px 0px 10px 20px;
	}

.no_indent_side {
	padding-left: 0px;
	margin: 0;
	list-style-type: none;
	}

.copyright_sub {
	padding-left: 253px;
	}

.blue {
	color: #183069;
	}

.und {
	text-decoration: underline;
	}

.bbn {
	color: #183069;
	font-weight: bold;
	text-decoration: none;
	}

.question {
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0;
	}
		
.answer {
	margin-bottom: 10px;
	margin-left: 19px;
	}	
	
.italic {
	font-style: italic;
	}

.indent {
	margin-left: 39px;
	}

