/***********************************************/
/* Standard Styles                             */
/***********************************************/

body{
	margin:0px;
	padding:0px;
	background:#ffffff url(../images/wp.gif) repeat-x;	
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
}


#centerform {
	text-align: center;	
}

TD {
	color: #000000;
	font-size: 100%;
}

.input {
	width: 300px;
	font-size: 95%;
}

#formbuttons {
	margin-left: 325px;
	margin-top: 20px;
}

#formcontent {
	width: 750px;
}

#formcontent p {
	font-size: 95%;
}

form{
	margin:0px;
}

img{
	border:0px;
	background:transparent;
}	
			
p{
	margin-top:0px;
}

.top{
	margin-top:20px;
}
		


li{
	list-style:circle;
	margin-bottom:10px;
}		
			
h1{
	font-size:2.3em;
	margin:0px;
	padding:0px;
	font-weight:400;
	color:#333333;
}
		
h2{
	color:#666666;
	font-size:1.3em;
	margin-top:0;
	padding:0;
}
			
h3{
	color:#EE4629;
	text-transform:uppercase;
	font-size:1em;
}	

input{
	margin:0px;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#frame{
	width:900px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}

/* Header */

#header{
	width:900px;
	height:76px;
	color:#999999;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#header .left{
	float:left;
	margin-left:10px;
	margin-top:20px;
}

#header .right{
	float:right;
	margin-right:10px;
	margin-top:6px;
	text-align:right;
}

#header a{
	color:#999999;
	text-decoration:none;
}

#header a:hover{
	text-decoration:underline;
}

#header .search{
	margin-top:4px;
}

/* 3 Columns */

#container3c{
	width:880px;
	text-align:left;
	font-size:.8em;
	margin:10px;
}

#container3c .masthead{
	display:block;
	margin-bottom:20px;
}

#container3c .left{
	float:left;
	width:32%;
}

#container3c .middle{
	float:left;
	width:33%;
	margin-left:10px;
	margin-right:10px;
}

#container3c .right{
	float:right;
	width:32%;
}

/* 2 Columns 5050 */

#container2c5050{
	width:880px;
	text-align:left;
	font-size:.8em;
	margin:10px;
}

#container2c5050 .masthead{
	display:block;
	margin-bottom:20px;
}

#container2c5050 .left{
	float:left;
	width:49%;
}

#container2c5050 .right{
	float:right;
	width:49%;
}

/* 2 Columns 7030 */

#container2c7030{
	width:880px;
	text-align:left;
	font-size:.8em;
	margin:10px;
}

#container2c7030 .masthead{
	display:block;
	margin-bottom:20px;
}

#container2c7030 .left{
	float:left;
	width:69%;
}

#container2c7030 .right{
	float:right;
	width:29%;
}

/* 1 Column */

#container1c{
	width:880px;
	text-align:left;
	font-size:.8em;
	margin:10px;
}

#container1c .masthead{
	display:block;
	margin-bottom:20px;
}

#container1c .left{
	float:left;
	width:100%;
}



/***********************************************/
/* Main Navigation                             */
/***********************************************/			

#tabs {
	line-height:normal;
	width:900px;
	height:30px;
}

#tabs ul {
	margin:0;
	list-style:none;
	padding-left:10px;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float:left;
    background:url(../images/tableft.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
#tabs a span {
    float:left;
    display:block;
    background:url(../images/tabright.gif) no-repeat right top;
    padding:8px 15px 7px 6px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
    color:#f5922c;
}

#tabs a:hover {
    background-position:0% -42px;
}

#tabs a:hover span {
    background-position:100% -42px;
}

#tabs #current a {
	background-position:0% -42px;
}

#tabs #current a span {
	background-position:100% -42px;
	color:#f5922c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:default;
}

/***********************************************/
/* Sub Navigation                              */
/***********************************************/

#subnav{	
	text-align:left;
	width:900px;
	margin-top:10px;
}

#subnav ul{
	margin:0;
	padding-left:16px;
	padding-bottom:6px;
	font-size:12px;
	background:url(../images/wp_subnav.gif) repeat-x bottom;
	border-bottom:#eaeaea solid 2px;
}

#subnav li{
	display: inline;
	list-style: none;
	margin:0;
	padding-right: 10px;
	padding-left:12px;
	background:url(../images/ico_arrow.gif) no-repeat 0px 4px;
}

#subnav a{
	color:#333333;
	text-decoration:none;
}

#subnav a:hover{
	text-decoration:underline;
}

#subnav #current a span {
	color:#f5922c;
	border-bottom:#f5922c dotted 1px;
	text-decoration:none;
	cursor:default;
}

/***********************************************/
/* ICU                                         */
/***********************************************/

/* Top Border */

#icutop{
	background: url(../images/icu_wp_top.gif) repeat-x;
	height:7px;
}

#icutop .left{
	float:left;
	height:7px;	
	width:7px;
}

#icutop .right{
	float:right;
	height:7px;
	width:7px;
}

/* Heading */

#icuheading{
	border-left:#e4e4e4 solid 2px;
	border-right:#e4e4e4 solid 2px;
	padding-left:2px;
	padding-right:2px;
}

#icuheading .title{
	background:#ececec;
	padding:2px 4px 4px 4px;
}

#icuheading h2{
	text-transform:uppercase;
	font-size:1em;
	font-weight:700;
	color:#666666;
	margin:0px;
}

/* Content */

#icucontent{
	border-left:#e4e4e4 solid 2px;
	border-right:#e4e4e4 solid 2px;
	padding-left:2px;
	padding-right:2px;
}

#icucontent .content{
	background:url(../images/wp_icu.gif) repeat-x bottom;
	padding:6px;	
	color:#666666;
}

#icucontent ul{
	margin:0px;
	padding-left:16px;
}

#icucontent li{
	list-style:circle;
	border-bottom:#cccccc dotted 1px;
	padding-bottom:4px;
}

/* Bottom Border */

#icubot{
	background: url(../images/icu_wp_bot.gif) repeat-x;
	height:7px;
	margin-bottom:10px;
}

#icubot .left{
	float:left;
	height:7px;	
	width:7px;
}

#icubot .right{
	float:right;
	height:7px;
	width:7px;
}


/***********************************************/
/* Footer                                      */
/***********************************************/

#footer{
	text-align:center;
	color:#999999;
	border-top:1px dotted #70A80F;
	padding-top:5px;
	font-size:.7em;
}

/***********************************************/
/* Misc                                        */
/***********************************************/

.hilite{
	background-color:#ffffbb;
}





/*old stuff below this line*/
/**************************************************************************/


/***********************************************/
/* Standard Styles                             */
/***********************************************/

	
	
/***********************************************/
/* Header                                      */
/***********************************************/

#AllHeaderBottom{ /*white area w/seal*/
	background-image:url(../images/AllPgHeader_bottom.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:900px;
	height:32px;
}		
			
#MainContent{
	width:900px;
	margin:0 auto;
	padding:0;
	border:0;
	text-align:left;}			
			
#PageTitle{
	width: 100%;
}

#Right{
	float:right;
	width:307px;
}

#Left{
	float:left;
	width:307px;
}

#Middle{
	float:left;
	width:420px;
}

.SearchContainer{
	float:right;
	margin:6px 2px 0px 0px;
	height:22px;
}


/***********************************************/
/* Case Study                                  */
/***********************************************/

.NextBack{
	background:url(../images/cs_bkgrnd.gif) no-repeat;
	width:236px;
	height:30px;
	color:#ffffff;
	margin-left:10px;
	padding-top:4px;
}

#CSPageTitle{
	width: 100%;
	margin-bottom:20px;
	margin-top:20px;
}

#CSRight1{
	float:right;
	width: 638px;
	margin:0px 0px 20px 0px;
}

#CSRight{
	float:right;
	width: 222px;
	margin:0px;
}

#CSLeft{
	float:left;
	width:200px;
	margin:0px 20px 0px 0px;
	color:#8A8B8B;
}

#CSMiddle{
	float:left;
	width:400px;
}

.quote{
	color:#999999;
	font-style:italic;
}

/***********************************************/
/* Links                                       */
/***********************************************/

a{
	color:#0E67CE;
}

a:hover{
	color:#666666;
}
		
a.link1{
	background:url(../images/icon_doublearrow.gif) no-repeat 0px 7px;
	padding-left:10px;
}

a.link2{
	text-transform:uppercase;
	font-weight:bold;
}

a.link3{
	color:#999999;
	text-decoration:underline;
}


			


/***********************************************/
/* All Pages                                   */
/***********************************************/

/*for pages w/left navigation*/

.MainText{
	margin:0px 20px 0px 10px;
}

#SubNavLinks{
	float:left;
	width:216px;
	margin-top:-20px;
}

#SubNavContent{
	float:right;
	width:634px;
}
			
/*for pages w/o left navigation*/

.MainText2{
	margin:0px 20px 20px 20px;
}					
	
/***********************************************/
/* All Pages                                   */
/***********************************************/

/***********************************************/
/* Alerts                                      */
/***********************************************/

#alerts {
	width:840px;
	border:#cccccc dotted 1px;
	padding:10px 10px 10px 50px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	text-align:left;
	color:#666666;
	background:url(../images/ico_alert.gif) no-repeat 10px 10px;
}

#alerts p{
	margin:0;
	padding:0;
	line-height:normal;
	font-size:.8em;
}

#alerts .title{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0;
	padding:0;
	color:#000000;
}


				
			


			

		