body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0px 0px 0px 0px;
}
h1 { font-size: 27px;	margin: 0 0 4px 0; }
h2 { line-height: 1.2em; font-size: 18px;	margin: 0 0 3px 0; }
h3 { line-height: 1.2em; font-size: 14px;	margin: 0 0 3px 0; }

#All {
  margin:0px auto 0px auto;
	width:760px;
	text-align:left;
} 
#All, td, tr { font-size:12px; }

.highlight {
	background-color:#FFFF00;
	padding:2px;
}
.highlightLight {
	background-color:#FFFF8C;
	padding:1px;
}

/*****************************************************************/
/*                          FORMS                                */
/*****************************************************************/
legend { 	
	font-weight: bold;
	color: #000033;	
}
.standardInput, select, textarea {
	background-color: #FAFCFE;
	color: #000000;
	border: 1px solid #666666;
} 
.standardInput { width:200px; }
#human {
	visibility:hidden;
	display:none;
}

/*****************************************************************/
/*                           HOME                                */
/*****************************************************************/

.pitch 					{ width:350px; float: left; height:350px; }
.pitch h1 				{ font-style:italic; text-align:center;}
.pitch li 				{ padding:3px;}
.pitch li a, .pitch li a:hover, .pitch li a:visited, .pitch li :active {
	color:#000000;
	text-decoration:none;
}
.pitch li a:hover 		{ text-decoration:underline; }
.product {
	float: right;
	width: 300px;
	text-align: center;
	margin-bottom: 22px;
}			
#special {
	border:3px solid black;
	padding:10px;
	margin-top:10px;
	margin-bottom:30px;
	text-align:center;
	font-weight:bold;
	color:#CF280C;
	background-color:#E0E2EF;
	background-image:url(images/specialBG.gif);
	position:relative;
	top:0px;
	left:0px;
	cursor:pointer;
}
#newCorner {
	position:absolute;
	top:0px;
	left:0px;
}		
#special #cursorHand {
	position:absolute;
	top:50px;
	right:25px;
}

/*****************************************************************/
/*                         NAV TABS                              */
/*****************************************************************/

#TabContainer {
    line-height:normal;
    font-size:11px;
}
#TabContainer ul {
    margin:0;
    padding: 10px 0 0 150px;
    list-style :none;
}
#TabContainer li {
    float:left;
    background :url("../images/Tabs/norm_right.gif") no-repeat right top;
    margin :0;
    padding:0;
		margin-right:2px;
}
#TabContainer a {
    display:block;
    background:url("../images/Tabs/norm_left.gif") no-repeat left top;
    padding:6px 15px 5px;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
    font-size:11px;
}
#TabContainer .selected {
    background-image :url("../images/Tabs/norm_right_on.gif");
}
#TabContainer .selected a {
    background-image :url("../images/Tabs/norm_left_on.gif");
    padding-bottom:4px;
    color:#ffffff;
}
.BlueBand 
{
  background:transparent url("../images/Tabs/bg_tabs.gif") repeat-x bottom;
	background-color:#b4b9dc;
	color:black;
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
	position:relative;
	top:-1px;
	font-weight:normal;
	margin-bottom:20px;
}
/*****************************************************************/



/*****************************************************************/
/*                         NAV TABS                              */
/*****************************************************************/
.SubNavContainer {
	float:left;
	height:325px;
	margin-right:20px;
	border-top:1px solid #999999;
}
.SubNavContainer .Title {
  background:transparent url("../images/side_top.gif") repeat-x bottom;
	background-color:#CBCEE5;
	padding:3px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
	font-size:0.9em;
}
.SubNavContainer ul {
  margin:0px;
	padding-left:0px;
	list-style:none;
	font-size:0.9em;
}

.SubNavContainer li {
	padding:3px;
}

/*****************************************************************/

.popupBodyContainer {
	padding:15px;
}
.searchKeywords {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
	margin-top:10px;
}
#footer {
  clear:both;
	margin-top:20px;
	text-align:center;
}

/*****************************************************************/
.SummaryList {
	font-size:1.1em;
	font-weight:bold;
	font-family:Arial;
}
ul.SummaryList {
	margin-top:25px;
	margin-bottom:25px;
}
.SummaryList li {
	white-space:nowrap;
	padding:5px;
	list-style-image:url(../images/point.gif);
}
.SummaryList li a, .SummaryList li a:hover, .SummaryList li a:visited, .SummaryList li a:active {
	color:#000000;
}





/*****************************************************************/
