body {
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.1em;	
	margin: 0px;
	padding: 0px;
	font-size: 0.9em; }

.broxdescrip {
	font-size: 0.85em;
	line-height: 1.2em; 
	/*border: 1px solid #FFCC00;*/
	margin:0;
}

.operator {
	color: #006699;
	
	padding: 0;
	margin:   0;
}

.opLink {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #006699;
	background-color: #FFFFFF;
	border: none;
	padding: 0px;
	margin: 5px 0;
	/*border: 1px solid #FFCC00;*/
	text-align: left;
}

.opLink:hover {
	color: #CC0000;
}

.orderB {
	margin: 5px 0 0 0;
	display: block;
	padding:0;
}

.sideFade {
	background-image: url(images/r3_c1.gif);
	background-repeat: repeat-y;
	width: 55px;
}

.featuredBrox {
	background-image: url(images/r3_c1.gif);
	background-repeat: repeat-y;
	background-position:left;
	width: 212px;
}

.featuredBrox .broLabel {
	width: 150px;
	margin: auto;
	margin-bottom: 15px;
	padding: 0px;
	position: relative;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 1.4em;
 color: #006699;
margin-top: 6px;
padding-top: 6px; }

h3{
 font-size: 100%;
 color: #334d55;
padding-top: 3px; }

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
padding: 0px;
	background-color: #FFEABF;
	border-bottom: 1px solid #ccc;
text-align: left; }

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#page_content{
  
	width: 100%;
	margin: 0;
	padding: 10px;
}

.contentCell {
	padding: 10px;
}

.contentCell2 {
	border:  solid #999999;
	border-width: 0 0 0 1px;
	padding: 0 0 0 10px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	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;
}


/*********** #navBar link styles ***********/

#navBar h2{
 font-size: 1.4em;
 color: #006699;
margin-top: 6px;
padding-top: 6px;
padding-left: 9px;
padding-bottom: 0px;
margin-bottom: 0px; }

#navBar {
	padding: 5px;
  width: 180px;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #cccccc;*/
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
color: #963525; }

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 2px 0px 2px 10px;
color: #cc0000; }

/*********** #footer styles ***********/

#footer {
	position: relative;
	clear: both;
	text-align: center;
	margin: 15px 0px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #373dad;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #820505;
}

a.more:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373dad;
	text-decoration: none;
}
a.more:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #820505;
	text-decoration: none;
	
}
a.more:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373dad;
	text-decoration: none;
}
	
	
h3.broTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
 	color: #334d55;
	padding: 5px 0 8px 0;
}
	h3.broTitle a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
 	color: #334d55;
	padding: 5px 0 0px 0;
	text-decoration:none;
}
h3.broTitle a:hover {
    text-decoration:underline;
}
/************** images styles **************/

.imagelink {
	border: 0px solid white;
} 

.orderImage {
	margin: 5px 15px 5px 40px;
}

/************** partners page styles **************/

.partner_box {
	float: left;
	position: relative;
	width: 250px;
	height: 130px;
	border-top: 4px solid #CCCCCC;
	border-left: 4px solid #CCCCCC;
	border-bottom: 4px solid #666666;
	border-right: 4px solid #666666;
	/*text-align: center;*/
	margin: 4px;
	
}

.logo{
	position: absolute;
	top: 0px;
	line-height: 102px;
	height: 102px;
	width: 100%;
	text-align: center;
	
}

.logo input{
	vertical-align:middle;
	margin-left: -0.5ex;
	
}

.logo .alternate {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	font-size:18px;
	
}

.submitLink {
	position: absolute;
	bottom: 0px;
	background-color: #CCCCCC;
	color: #000066;
	width: 100%;
	font-size: 14px;
	padding: 4px 0px;
	margin: 3px 0px;
	/*text-align: center;*/
	border: none;
}

.submitLink:hover {
	color:#FF0000;
}

img.valign {
	height:100%;
	width:0px;
	vertical-align:middle;
}

/************** brochure details page styles **************/

#det_image {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
}

#bro_details {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	
}

#bro_details_inner {
	position: relative;
	margin: 0 0 0 165px;
	padding: 0px ;
}

/* 'Holly hack' to fix IE's 3px jog bug */
* html #bro_details_inner {
	height: 1%;
	}

#bro_details ul {
	
	margin: 0.5em 0;
	padding: 0;
	list-style-position: inside;
}

#bro_details li {
	
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}
#bro_details .extra_image {
	
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

#bro_categories {
	clear: both;
	float: left;
	width: 46%;
	margin: 20px 5px 20px 0px;
	padding: 0px;
}

#det_alsoOrder {
	float: left;
	position: relative;
	width: 46%;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

#det_opOrder {
	clear:both;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}



#page_content {
	position: relative;
	padding: 20px;
	margin: 0px;
	width: auto;
}
.alsoOrder {
	position: relative;
}
.alsoOrder p, #bro_categories p {
	font-weight: bold;
	color: #963525;
}

.alsoOrder p, #bro_categories p, #bro_categories td b {
	font-weight: bold;
	color: #963525 !important;
}

#bro_categories table {
	width: 40% !important;
}


.alsoOrder li, #bro_categories li {
	
	font-size: small;
}

/* Bundle-list page */

#bun_details  {
	float: left;
	width: 205px;
	height: 380px;
	margin: 0 20px 15px 0;
	padding: 0px;
	overflow:auto;
}
#bun_image {
	position: relative;
	margin: 0px;
	padding: 0px;
	/*width: 205px;*/
}
 #bun_details_inner {
	position: relative;
	margin: 0px;
	padding: 0px ;
}

#bun_details_inner h3 {
	padding: 0;
	margin: 0 0 10px 0;
	
	clear: left;
}

.bundleLink {
	border: none;
	position: relative;
 	width:205px;
 	height:160px; 
}



/************** paragraph styles **************/

.semi_bright {
	color: #CC0000;
	
}

.footnote {
	font-size: small;
	font-weight: normal;
	color: #999999;
}

.form_label {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	padding: 0 1em 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

.form_label p {
	font-size: 1em;
	font-weight: normal;

}

.form_input {
	font-size: 1em;
	text-align: left;
	margin: 0  0 0 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #24408F;
	line-height: 1.3em;
	
}

.alert {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align:center;
}

/*.cleared {

	clear: left;}
	*/
	

.featureColor1 {
	color: #24408F; /* dark blue */
}

.featureColor2 {
	color: #00929E; /* turquoise */
}

.featureColor3 {
	color: #F37021; /* orange */
}

.featureColor4 {
	color: #378EC4; /* sky blue */
}
	
/************** search box **************/

#searchBlock {
	float: right;
	width: 187px;
	padding: 0px;
	margin: 0 0 0 10px;
}

#searchBlock h3 {
	color: #FFFFFF;
	font-size: 17px;
	padding: 9px 0;
	margin: 0;
	/*height: 35px;*/
	width: 181px;
	text-transform: uppercase;
	text-align: center;
	background-image: url(images/backgrounds/search_title.jpg);
	background-repeat:no-repeat;
}

#searchBlock h4 {
	color: #FFFFFF;
	font-size: 17px;
	line-height: 19px;
	padding: 4px 0 0 0;
	margin: 0;
	height: 50px;
	width: 187px;
	
	text-align: center;
	background-image:url(images/backgrounds/Subscribe.jpg);
	background-repeat:no-repeat;
}

#searchBlock h4:hover {
	color: #003399;
	
}

#searchBlock .searchInput {
	position: relative;
	background-image: url(images/backgrounds/searchBox.jpg);
	background-repeat: repeat-x;
	height: 39px;
	width: 181px;
	margin: 0;
	padding: 0;
	
}


* html #searchBlock .searchInput, * html #searchBar .searchInput {
	margin-bottom: -9px;
}

.searchInput input, .searchInput select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 9px 0px 0 5px;
	padding: 1px 0;
	/*width: 135px;*/
}

#searchBlock .searchInput .box {
	/*position: absolute;*/
	width: 135px;
	/*right: 5px;*/
}

#searchBlock .searchInput .button {
	position: absolute;
	right: 5px;
}


#searchBar .searchInput {
	float: left;
	height: 39px;
/*	width: 181px;*/
	padding: 0 9px 0 11px;
	background-image: url(images/backgrounds/searchBox.jpg);
	background-repeat: repeat-x;

}

#searchBar .searchInput .button {
	width: auto;
}

#searchBar {
	/*min-width: 800px;*/
	min-height: 39px;
/*	padding-left: 6px;*/
	
	background-image: url(images/backgrounds/searchBox.jpg);
	background-repeat: repeat;
}


.cleared {
	clear:both;
}


/************** lists **************/

.arrowList {
	list-style-image: url(images/arrowOrange.gif);
	list-style-position: outside;
	padding: 0;
	margin: 0;
}
.arrowList li{
	padding: 2px 0;
	margin: 0 1.5em;	
}

.alsoOrderList ul {
	margin:0;
	padding: 0;
}

.alsoOrderList li {
	margin:0 0 0 1.5em;
	padding: 2px 0 ;
}

/* Dividers */

.solid_1 {
	height: 1px;
	background-color: #999999;
	color: #999999;
	margin: 8px 0;
	padding:0;
}

form.broForm, .operator form.broForm, form.broForm input {
	margin: 0;
	padding:0;
}