/***********************************************/
/* FORMATTING STYLES                           */
/***********************************************/

body {
	font-family: verdana,arial,sans-serif;
	 font-size: 95%;
	color: #333333;
	margin:0 auto;
	padding: 0px;
	line-height: 1.25;
	width:942px;
  /* adjust width as needed */
}


a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 line-height: 1.166;
 color: #000000;
 margin: 10px 0px -10px 0px;
 border-top: 1px solid #b6b5b5;
 padding: 30px 0px 0px 0px;

}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #444444;
 margin: 20px 0px -10px 0px;
 padding: 0px;
}

h4{
 font-family: Verdana,Arial,sans-serif;
 font-size: 90%;
 font-style:italic; 
 color: #444444;
 margin: 20px 0px -10px 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 85%;
 color: #696969;
 margin: 20px 0px -10px 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* MAIN LAYOUT                                 */
/***********************************************/

/*
=Wrapper layout
*/
#wrapper {
	position:relative;
	min-width:780px;
	max-width:59em;
	margin:0 auto;
	padding:0px 0px 0;
	background:#ffffff url(../images/bg_dropshadow.jpg);
	background-repeat: repeat-y;
	text-align:left;
	height: 1%;
}

#masthead{
	position:relative;
	left:7px;
	width: 894px;
	height: 51px;
	padding: 22px 0px 0px 34px;
	margin: 0px;
	vertical-align: top;
	background-image:url(../images/gray_topband.gif);
	background-repeat: repeat-x;
}


#top_green_band {
	position:relative;
	left:7px;
	margin: 0px;
	padding: 0px;
	height:0px;
	width:928px;
	border-top: 8px solid #03a454;
	font-size: 0px;
}

#top_blue_band {
	position:relative;
	left:7px;
	margin: 0px;
	padding: 0px;
	height:0px;
	width:928px;
	border-top: 8px solid #0d4171;
	font-size: 0px;
}


/*
=Header
*/

#header 
{
	position:relative;
	left:7px;
	height:110px;
	width:929px;
	background:#ffffff url(../images/reditest_header-bg.jpg) no-repeat 0 0px;
	z-index:1; 

}
#header img {
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
}
#header a,
#header a:hover {
	border:none;
	color:#fff;
	background:transparent;
	height: 1%;
}


/***********************************************/
/* PRODUCTS HEADER                             */
/***********************************************/
#header_products
{
	position:relative;
	left:7px;
	height:110px;
	width:929px;
	background:#ffffff url(../images/products/reditest_header-bg.jpg) no-repeat 0 0px;
	z-index:1; 
}

#header_products img {
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
}
#header_products a,
#header_products a:hover {
	border:none;
	color:#fff;
	background:transparent;
	height: 1%;
}




/***********************************************/
/* TOP NAV DROPDOWNS                           */
/***********************************************/
 /* common styling */

 /* Set up the default font and ovrall size to include image */
.menu {
	float:none;
	font-family: verdana, arial, sans-serif;
	font-size:10px;
	width:600px;
	height:20px;
	background:#fff;
	position:relative; 
	margin:2em 70px 2px 230px;
	z-index:2; 

}
/* get rid of the default padding - margin and bullets */
.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
	float:left;
	position:relative;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#000; 
	width:88px; 
	height:1.5em;
	color:#006699; 
	border-bottom:8px solid #888;
	background:#fff; 
	padding-left:10px; 
	line-height:1.5em;
	margin-right:2px;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
	width:98px;
	w\idth:88px;
}
/* hide the drop down menu */
.menu ul li ul {
	display: none;
	z-index:3; 
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
	margin:-1px; 
	border-collapse:collapse;
	font-size:1em;
}
/* remove all table style so that it does not interfere with the menu */
table.menu2 {
	margin:-1px; 
	border-collapse:collapse;
	font-size:1em;
}

td.menu2 {
}



/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
	color:#000; 
	border-bottom:8px solid #0d4171;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
	display:block; 
	position:absolute; 
	top:1.2em;
	margin-top:11px;
	left:0; 
	width:130px;
	border:1px solid #888;
	border-top:0;
	background:transparent;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
	display:block; 
	background:transparent url(../images/gray_opaque.png);
	color:#000; 
	border:0;
	margin:0;
	color:#333;
	font-weight:normal; 
	font-size:10px;
	height:auto; 
	line-height:1.5em; 
	padding:5px; 
	width:120px;
	z-index:4; 
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
	background:#888; 
	color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
	background:transparent filter: alpha(opacity=90);
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity:0.9;
	margin-top:10px; /* for IE5.5 faulty box model */
	marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
	background:#ddd;
	width:130px; /* for IE5.5 faulty box model */
	w\idth:120px; /* for IE6 */
}



/***********************************************/
/* MAIN BODY                                   */
/***********************************************/

#left_nav_bar{
	float: left;
	width: 215px;
	margin: 0px;
	padding: 0px;
	
}

#right_nav_bar{
  	float:right;
	width: 195px;
	margin: 0px;
	padding: 78px 0px 20px 10px;
}

#content{
	float: left;
  	width: 70%;
	height: 1%;
}



/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 450px;
}

/*
#subpage-logo {
	position:absolute;
	left:7px;
	top:8px;
	width:181px;
	height:62px;
}
*/



#top-band-gray-right-_ {
	position:absolute;
	left:931px;
	top:8px;
	width:4;
	height:62px;
}

#sp-band-professional {
	position:absolute;
	left:0px;
	top:93px;
	width:297px;
	height:110px;
}

#sp-reditest-middle-band_ {
	position:absolute;
	left:297px;
	top:93px;
	width:421px;
	height:110px;
}

#top-gray-band-right_ {
	position:absolute;
	left:718px;
	top:93px;
	width:207px;
	height:110px;
}

#subpage-16_ {
	position:absolute;
	left:925px;
	top:93px;
	width:4;
	height:110px;
}


/***********************************************/
/* TOP NAV BAR STYLES                          */
/***********************************************/
#top_nav_bar{
	padding: 0px 0px 10px 380px;
	font-family: verdana,sans-serif;
	color: #cccccc;
}

#top_nav_bar img{
 display: block;
}

#top_nav_bar a {
	font-size: 8.8pt;
	padding: 0 4px 0 0;
}


/***********************************************/
/* PAGE NAME STYLES                            */
/***********************************************/
#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}


/***********************************************/
/* BREADCRUMB STYLES                           */
/***********************************************/
#breadcrumb_wrapper {
	padding: 10px 0px 24px 405px;
}

#breadcrumb1 {
    float: left;
	display: inline;
	font-size: 7.5pt;
	color: #98999a;
}

#breadcrumb2 {
	float: left;
	display: inline;
	margin: 0px;
	font-size: 7.5pt;
	font-weight: bold;
	color: #959597;
}






/***********************************************/
/* STORY STYLES                                */
/***********************************************/
.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 8.6pt;
	line-height: 1.5;

}

.story p{
	padding: 0px 0px 10px 0px;

}

#content-image {
    float: right; 
    margin: 4px;
	line-height: 1.2;
}



/***********************************************/
/* STORY COLUMN STYLES                         */
/***********************************************/




/***********************************************/
/* STORY TABLE CAP STYLES                          */
/***********************************************/
.green_band_left_cap {
	background-image : url(../images/green_band/green-band_left_cap.gif);
  	background-repeat : no-repeat;
  	width : 13px;
  	height : 23px;
}

.green_band_right_cap {
  	background-image : url(../images/green_band/green-band_right_cap.gif);
  	background-repeat : no-repeat;
  	width : 13px;
  	height : 23px;
}

.green_band_content {
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 95%;
 	font-weight: bold;
 	color: #ffffff; 
}




/***********************************************/
/* STORY TABLE STYLES                          */
/***********************************************/





#table.mytable {
	width: 480px;
	padding: 0;
	margin: 0;
}

table.mytable body {
	font: normal 11px auto "Verdana", Arial, Helvetica, sans-serif;
	color: #4f6b72;
	background: #ffffff;
}

table.mytable a {
	color: #c75f3e;
}




caption {
	padding: 0 0 5px 0;
	width: 480px;	 
	font: italic 11px "Verdana", Arial, Helvetica, sans-serif;
	text-align: right;
}

table.mytable th {
	font: bold 11px "Verdana", Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/table/bg_header.jpg) no-repeat;
}

table.mytable th.left {
	font: bold 11px "Verdana", Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	border-left: 1px solid #C1DAD7;
}


table.mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

table.mytable td.reg {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


table.mytable td.alt {
	background: #F5FAFA;
	color: #797268;
	padding-left: 4;
}

table.mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/table/bullet1.gif) no-repeat;
	font: bold 10px "Verdana", Arial, Helvetica, sans-serif;
}

table.mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/table/bullet2.gif) no-repeat;
	font: bold 10px "Verdana", Arial, Helvetica, sans-serif;
	color: #797268;
}

table.mytable td.altleft {
	background: #F5FAFA;
	color: #797268;
	border-left: 1px solid #C1DAD7;
	padding-left: 4;

}




/***********************************************/
/* STORY ROUNDED CORNER TABLE                  */
/***********************************************/
.rbroundbox {
	background: url(../images/blue_band/nt.gif) repeat; 
}

.rbtop div {
	background: url(../images/blue_band/tl.gif) no-repeat top left; 
}

.rbtop {
	background: url(../images/blue_band/tr.gif) no-repeat top right; 
}

.rbbot div {
	background: url(../images/blue_band/bl.gif) no-repeat bottom left; 
}

.rbbot {
	background: url(../images/blue_band/br.gif) no-repeat bottom right; 
}

/* height and width stuff, width not really necessary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}

.rbcontent {
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 100%;
 	font-weight: bold;
 	color: #ffffff;
	margin: 0 7px; 
}

.rbroundbox {
	width: 510px;
	margin: 1em auto;
}



/***********************************************/
/* RELATED CONTENT AREA ITEMS                  */
/***********************************************/

.related_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 100%;
	color: #98999a;
	position:absolute;
	margin: -10px -20px;
}

.related_content a {
	text-decoration:underline;
}

.related_content a:hover {
	background-color: #dddddd;
	float:left;
}




/***********************************************/
/* RELATED CONTENT INDENTED AREA ITEMS                  */
/***********************************************/

.related_content_indent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	text-indent:30px;
	font-size: 8pt;
	color: #98999a;
	margin-top:10px;
	position:absolute;
}

.related_content_indent a {
	text-decoration:underline;
}

.related_content_indent a:hover {
	background-color: #dddddd;
	float:left;
}



/***********************************************/
/* CONTACT CONTENT AREA ITEMS                  */
/***********************************************/

.contact {
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
}

.contact a {
	text-decoration:underline;
}

.contact a:hover {
	background-color: #dddddd;
}






/***********************************************/
/* H3 LINKS                                    */
/***********************************************/

.h3links_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 100%;
	font-weight:bold;
	color: #444444;
	position:absolute;
	margin: 10px 0px -10px 0px;
 	padding: 0px;
}

.h3links_content a {
	text-decoration:underline;
}

.h3links_content a:hover {
	float:left;
}



/***********************************************/
/* H3 LINKS 2LINE                                  */
/***********************************************/

#h3links_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 100%;
	font-weight:bold;
	color: #444444;
 	padding: 0px;
}

#h3links_content a {
	text-decoration:underline;
}


/***********************************************/
/* H4 LINKS 2LINE                                  */
/***********************************************/

#h4links_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 80%;
	font-weight:normal;
	color: #444444;
 	padding: 0px;
}

#h4links_content a {
	text-decoration:underline;
}


/***********************************************/
/* FOOTER STYLES                               */
/***********************************************/
#prefooter{
	clear: both;
	position:relative;
	left:7px;
	margin: 0px;
	padding: 10px;
	height:0px;
	width:908px;
	vertical-align: bottom;
	background-image:url(../images/gray_bottomband.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	text-align: center;
}

#footergreen{
	clear: both;
	position:relative;
	left:7px;
	margin: 0px;
	padding: 6px 0px 14px 21px;
	height:16px;
	width:908px;
	border-bottom: 60px solid #03a454;
	font-size: 60%;
	color: #33cccc;
	text-align: center;
}

#footergreen img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


#footerblue {
	clear: both;
	position:relative;
	left:7px;
	margin: 0px;
	padding: 6px 0px 14px 21px;
	height:16px;
	width:908px;
	border-bottom: 60px solid #0d4171;
	font-size: 60%;
	color: #33cccc;
	text-align: center;
}

#footerblue img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/***********************************************/
/* SEARCH STYLES                               */
/***********************************************/
#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/***********************************************/
/* LEFT NAV BAR STYLES                         */
/***********************************************/
#left_nav_bar ul a:link, #left_nav_bar ul a:visited {display: block;}
#left_nav_bar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */


/* fix for browsers that don't need the hack */
html>body #left_nav_bar li {border-bottom: none;}



/***********************************************/
/* SECTION LINKS STYLES                        */
/***********************************************/
#left-nav-head {
	position: relative;
	padding: 0px 0px 0px 13px;
	width: 181px;
	height: 0px;
}

#sectionLinks{
	position: relative;
	left: 0px;
	top: 0px;
	margin: 8px;
	padding: 3px;
	font-size: 73%;
	height: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 3px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 6px 18px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	width: 170px;
}



/***********************************************/
/* RELATED LINKS STYLES                         */
/***********************************************/
.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}


/***********************************************/
/* RIGHT NAV BAR STYLES                         */
/***********************************************/
#right_nav_bar p li{
	padding: 5px 0px 5px 0px;
}



/***********************************************/
/* RIGHT NAV BACGROUND                         */
/***********************************************/
.roundcont {
	width: 180px;
	background-color: #d6d3d3;
	font-size: 73%;
	color: #333333;
	line-height:1.66;
	border-top: 6px solid #d6d3d3;
}


.roundcont p {
	margin: 2px 0px 0px 0px;
	text-indent: -23px; margin-left: 30px;
}

.roundcont a {
	color: #006699;
}

.roundcont_title {
	margin: 0px 0px 0px 0px;
	font-weight:bold;
}

.roundtop { 
	background: url(../images/right_nav/tr.gif) no-repeat top right; 
}


/*
.roundbottom {
	background: url(../images/right_nav/br.gif) no-repeat top right; 
}
*/



img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}





/***********************************************/
/* RIGHT NAV BAR LINK STYLES                   */
/***********************************************/
#right_nav_bar ul a:link, #left_nav_bar ul a:visited {display: block;}
#right_nav_bar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */


/* fix for browsers that don't need the hack */
html>body #right_nav_bar li {border-bottom: none;}


