/* Page structure */
body {
	padding: 0px;   
	margin: 0px; 
/*	background: #fff url(./images/index_bgd3.jpg) top left repeat-y; */
	font-family: Georgia, "Times New Roman", Times, serif;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 11px; 
	color: #FFF; 
	line-height: 13px;
	text-align: left;
}
a.model:link {
	color: #000;
}
a.model:hover {
	color: #333;
}
a.model:visited {
	color: #000;
}

a:link {
	color: #FFF;
}
a:hover {
	color: #333;
}
a:visited {
	color: #FFF;
}


.navbar {
	width: 990px;
	float: left;
	height: 28px;
}
#container {
	padding: 0px;
	margin: 0px;
}
#main { 
/*	background: #fff url(stripes.gif) top left repeat-y; */
	width: 990px;
	padding: 0px;
	margin: 0px;
}



#leftc {
	margin: 0px;  
	padding: 0px; 
	font-size: 10px; 
	float: left;  
	width: 431px; 
	color: #000; 
	line-height: 12px; 
	font-family: Verdana, sans-serif;
}

#centerc {
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 1px; 
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	color: #000; 
	float: left; 
	width: 320px; 
	line-height: 14px; 
	/*background: #fff; */
		
	/* IE5 Win */
 	voice-family: "\"}\""; 
  	voice-family: inherit; 
}
.centerc H3 {
	padding: 0px; 
	margin: 0px 0px 6px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; 
	color: #795527; 
	line-height: 18px; 
}
.centerc a:link {
	color: #000;
}
.centerc a:hover {
	color: #f00;
}
.centerc a:visited {
	color: #666;
}
#rightc {
	padding: 4px 0px 0px 0px;
	margin: 0px; 
	float: right; 
	width: 235px;  
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000; 
	line-height: 12px;   
	voice-family: inherit;
}
/* end Page structure */

/* this is to fix that weird IE clear bug */
	.clearfix:after {
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	/* Hides from IE-mac \*/
	* html .clearfix {clear: both; height: 1%;}
	/* End hide from IE-mac */	


/* begin nav */
.navBar {
	height: 28px;
	width: 750px;
	background: #ccc url(navbar_bgd2.jpg) top left no-repeat;
	z-index: 1000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float: center;
	position: relative;

}
.collapsed, .expanded {
	float: left;
	display: inline;
}
.collapsed .dropContainer {
	visibility: hidden;
}
.expanded .dropContainer {
	visibility: visible;
}
.collapsed .navItem {
	color: #555; /*Font Color of Main Titles*/
}
.expanded .navItem {
	color: #D70900; /*Font Color of Main Titles*/
	cursor: pointer;
}
.navItem, .anchorItem {
	border: 0px solid #f00;
    position: relative;
    display: inline;
    /* added 
    height: 28px;*/
    top: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 6px;
    padding-right: 5px;
    background-image: url(./images/pipe.gif);
/*    background-repeat; 
    no-repeat;
    /* added */
} 
.navItem img {
	/* added */
	position: absolute;
	left: 0px;
	top: 0px;
	/* ----- */
	vertical-align: middle;
}
.anchorItem {
	width: 68px;
}
.navItem a {
	color: #555;
	text-decoration: none;
}
.navItem a:hover {
/*	color: #D70900; */
	color: #CC3366;
}
.dropContainer {
	position: relative;
	width: 10px;
	overflow: visible;
}
.dropMenu, .anchorDropMenu, .dropMenu2 {
	position: absolute;
	left: 0px;
	/* changed */
	top: 13px;
	/* changed */
	width: 166px;
	clear: both;
/*	background-color: #888; /* Menu Drop Down Background Color*/
	background-color: LightGray;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 1px;
	padding-right: 1px;
/*	border-bottom: 1px solid #555;
	border-right: 1px solid #666;
	border-top: 1px solid #CCC;
	border-left: 1px solid #777;
*/
	border-bottom: 1px solid Gray;
	border-right: 1px solid Gray;
	border-top: 1px solid Gray;
	border-left: 1px solid Gray;
	z-index: 800;
}
.anchorDropMenu, .anchorDropMenu .dropMenu2 {
	background-color: #CCC;
	border-bottom: 1px solid #999;
	border-right: 1px solid #AAA;
	border-left: none;
	width: 166px;
}
.dropMenu .dropItem, .dropMenu .dropItemHi, .anchorDropMenu .dropItem, .anchorDropMenu .dropItemHi {
	position: relative;
	padding-left: 3px;
	padding-right: 3px;
	/*
	padding-top: 2px;
	padding-bottom: 2px;
	*/ /*
	border-top: 1px solid #888;
	border-left: 1px solid #888;
*/
	border-top: 1px solid lightGray;
	border-left: 1px solid lightGray;
	color: #e9e9e9;
/*	cursor: default;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* remove on final 
	cursor: pointer;
	/* remove on final */
}
.dropMenu .dropItem_s, .dropMenu .dropItemHi_s {
	position: relative;
	background-image: url(./images/dropBG2.gif);
	background-repeat: no-repeat;
	padding-left: 3px;
	padding-right: 5px;
	/*
	padding-top: 2px;
	padding-bottom: 2px;
	*/
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	color: #e9e9e9;
/*	cursor: default; */
}
.dropMenu .dropItemHi a, .dropMenu .dropItem a, .dropMenu .dropItemHi_s a, .dropMenu .dropItem_s a {
	display: block;
	padding: 2px 0px 2px 0px;
/*	color: #e9e9e9; /* Font Color of sub menu items*/
	color: black; 
	width: 100%;
}
.anchorDropMenu .dropItem {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	/*cursor: pointer;*/
	color: #F00;
}
.dropContainer .dropItemHi {
/*	background-color: #666; /* Background Color of sub menu items Selected*/
	background-color: RoyalBlue;
/* 
	border-top: 1px solid #555;
	border-left: 1px solid #555;
*/
	border-top: 1px solid RoyalBlue;
	border-left: 1px solid RoyalBlue;
	/*cursor: pointer;*/
	color: #FFF;
}
/*
.dropContainer .dropItemHi_s {
	cursor: pointer;
	color: #FFF;
}
*/
.anchorDropMenu .dropItemHi {
	background-color: #E5E5E5;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	color: #880000;
}
.dropContainer a {
	color: #CCC;
	text-decoration: none;
}
.dropContainer a:hover {
	color: #FFF;
}
.anchorDropMenu a, .anchorDropMenu a:link {
	display: block;
	padding: 2px 0px 2px 0px;
	width:100%;
	color: #F00;
	text-decoration: none;
}
.anchorDropMenu a:hover {
	color: #880000;
}
.rule {
	height: 2px;
	line-height: 1px;
/*	border-top: 1px solid #aaa; */
	border-top: 1px solid RoyalBlue;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 5px;
}
/* specific tier 2 classes */
.dropMenu2 {
	left: 159px;
	top: -8px;
	visibility: hidden;
	z-index: 801;
}
.dropMenu .dropItemHi .dropMenu2 {
	visibility: visible;
}
.anchorDropMenu .dropItemHi .dropMenu2 {
	visibility: visible;
}
.dropMenu .dropItem .dropMenu2 {
	visibility: hidden;
}
.anchorDropMenu .dropItem .dropMenu2 {
	visibility: hidden;
}
img.tier2Arrow {
	position: absolute;
	left: 152px;
	top: 4px;
}
/* end nav */
.style1 {
font-size: 10px;
color: #FFFFFF;
}

.styleReps {
font-size: 10pt;
color: #FFFFFF;
}

.style2 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
}

.atx {
font-size: 10pt; font-family: Tahoma; text-align: center;
}

.style10 {
font-size: 12px;
color: #FFFFFF;
}

.product_header{
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
text-align: center;
font-size: 28px;
color: #FFFFFF;
}

.product_subheader{
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
text-align: center;
font-size: 20px
color: #FFFFFF;
}

.table_header_style {
font-family: Georgia, "Times New Roman", Times, serif;
/*background-color: #8E1A39;*/
/*background-color: #7E7E7E;*/
background-color: #D5006A;
color: #FFFFFF;
font-weight: bold;
text-align: center;
}

.table_row1_style {
font-family: Georgia, "Times New Roman", Times, serif;
/*background-color: #FF80C0;*/
/*background-color: #FFFFFF;*/
background-color: #FFEAF4;
color: #000000;
text-align: center;
}


.table_row2_style {
font-family: Georgia, "Times New Roman", Times, serif;
/*background-color: #D2576C;*/
/*background-color: #BCBCBC;*/
background-color: #FFDFEF;
color: #000000;
text-align: center;
}

.table_header_style2 {
font-family: Georgia, "Times New Roman", Times, serif;
/*background-color: #8E1A39;*/
/*background-color: #7E7E7E;*/
/*background-color: #CC3366;*/
background-color: #40BFBF;
color: #FFFFFF;
font-weight: bold;
text-align: center;
}

.table_row1_style2 {
font-family: Georgia, "Times New Roman", Times, serif;
/*background-color: #FF80C0;*/
/*background-color: #FFFFFF;*/
/*background-color: #66CCCC; */
background-color: #B3E6E6;
color: #000000;
text-align: center;
}

.table_row2_style2 {
font-family: Georgia, "Times New Roman", Times, serif;
/*background-color: #D2576C;*/
/*background-color: #BCBCBC;*/
background-color: #8CD9D9;
color: #000000;
text-align: center;
}


/* =SUBCONTENT
--------------------------------------------------- */
#subcontent h3{
font-family: "helvetica neue", Arial, Helvetica, "Lucida Grande", Verdana, sans-serif;
font-size: 1.5em;
font-weight: bold;
color: #333;
margin: .3em 0;
padding: 3px 0;
border-bottom:4px solid #ddd;
line-height: 1.2em;
letter-spacing: -1px;
display: block;
}
* html #subcontent h3 {
height: 1%;
}
#subcontent h3, #subcontent h4 {
clear: both;
}
#subcontent ul {
margin: 0 0 1.2em;
}
#subcontent ul li {
line-height: 1.4em;
}
* html #subcontent ul li {
height: 1%;
}
#breakingnews, 
#sections
{
width:48%;
float: left;
position: relative;
z-index: 99;
}
#featuredstories, 
#resources {
width:48%;
float: right;
position: relative;
z-index: 99;
}
.sharednews h3 {
padding:0;text-align:center;
background:#fff;
border-top:4px solid #ddd;
border-bottom:4px solid #ddd;
width:330px;
}

#subcontent h3 a.feed:hover {
background-position: 0 -15px;
}


#subcontent .headlines ul li a {
padding: .1em 0;
border:0;
}

#subcontent #breakingnews ul li, 
#subcontent #featuredstories ul li {
background-position: 0 8px;
}
#subcontent #breakingnews ul li a, 
#subcontent #featuredstories ul li a {
font-weight:bold;
}
#sections, #resources {
margin-bottom:1em;
}

#subcontent #sections h3, 
#subcontent #resources h3
{
padding: 3px 0px;
clear:none;
}
#subcontent #sections ul li a span { color: #999; }
#subcontent #sections ul li a:hover span { color: #ccc; }

#subcontent #blogroll_header {
margin-top: 1em;
padding: 5px 0;
display: block;
}
.winblogrollcat .trigger {
background: url(./images/arrow-dn-blue.gif) no-repeat right top;
border-bottom:  1px solid #eee !important;
color: #FFF;
display: block;
padding: 6px 0;
font-size: 10pt; font-family: Georgia; text-align: left;
}

.winblogrollcat2 .trigger {
background: url(./images/arrow-dn-blue.gif) no-repeat right top;
border-bottom:  1px solid #eee !important;
color: #333;
display: block;
padding: 6px 15;
font-size: 10pt; font-family: Georgia; text-align: left;
}

.winblogrollcat3 .trigger {
background: url(./images/arrow-dn-blue.gif) no-repeat right top;
border-bottom:  1px solid #eee !important;
color: #333;
display: block;
padding: 6px 35;
font-size: 10pt; font-family: Georgia; text-align: left;
}


.winblogroll_item {
font-size: 10pt; font-family: Georgia; text-align: left;
padding: 6px 0;
}

.winblogroll_item2 {
font-size: 10pt; font-family: Georgia; text-align: left;
padding: 6px 20;
}

.winblogrollcat .trigger:hover {
color: #000;
cursor: pointer;
border-bottom-color: #ddd !important;
}

.winblogrollcat2 .trigger:hover {
color: #000;
cursor: pointer;
border-bottom-color: #ddd !important;
}

#subcontent .accordian,
#subcontent .accordian ul {
margin-bottom: 0;
}
#subcontent .accordian ul a {
border-bottom: 1px solid #eee !important;
color: #66CCCC;
display: block;
padding: 5px 15px;
text-decoration: none;
}
#subcontent .accordian ul a:hover {
color: #fff;
border-bottom-color: #ddd !important;
}
* html .winblogrollcat .trigger,
#subcontent ul li a {
height: 1%;
}

* html .winblogrollcat2 .trigger,
#subcontent ul li a {
height: 1%;
}

.trigger {cursor:pointer;}





/* v4 */

/* =RESET */
html, body, form, fieldset{ margin: 0;padding: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address{ margin:0;padding: 0; }
a img, :link img, :visited img {border: 0;}
input, select, textarea	{ font-size:1em; }
label input 	{border: 0;}
dd, blockquote	{margin-left: 1em;}
form label 	{cursor: pointer;}
fieldset	{border: none;}
textarea 	{font-size:1.1em;font-family: Arial, Helvetica, sans-serif;}
ol, ul, ul li 	{list-style: none;}
table 		{border-collapse: collapse;border-spacing: 0;}
blockquote, q 	{quotes: none;}
:focus 		{outline: 0;}
ins 		{text-decoration: none;}
del 		{text-decoration: line-through;}


a:hover     { color: #fff;background: #66CCCC; text-decoration: none; }
a.icon:hover     { color: #fff;background: #fff; text-decoration: none; }
strong      { font-weight: bold; }










