/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 



/*
<?
	header ("Content-type: text/css");
	include "BrowserDetectLib.php";
	include "CSSUtils.php";
	CSS_SetFonts();
?>

BODY, TH, TD, OL, UL, LI { font-size: <?= $font_normal ?>;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	color: #666666;
} 
*/

BODY, TH, TD, OL, UL, LI, P { font-size:small;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	color: #000000;
} 



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

a:hover {
	text-decoration: underline;
}


/* overrides decoration from previous rule for hovered links */


	H1 {
	font-size: 200%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	color: #000066;
} 
	h2 {
	font-size: 150%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	color: #ff0000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;

}



H3 {
	font-size: 125%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	color: #000066;
} 
	H4 {
	font-size: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	color: #666666;
margin-bottom: .25em; } 
	H5 {
	font-size: 75%;
	font-family: "Courier New", Courier, mono;
	color: #000000;
} 
	H6 {
	font-size: 50%;
	font-family: "Courier New", Courier, mono;
	color: #faEAb9;
}

ul{
 list-style-type: square;
}

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

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

label{
 font: normal 100%;
 color: #000000;
}
				

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

#masthead{
	margin: 0;
	
	width: 100%;
	
}

#catBar{
	margin: 0 79% 0 0;
	padding: 0px;
	color: #000000;
	border: 1px solid #0087C7;
}



#content{
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	background-color: #FFFFFF;
}
/******************MAB added*************************/


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

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 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;
color: #ff0000; }

.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 #000000;
	font-size: 75%;
	color: #000000;
	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 catBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/*#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	
}
*/

/*********** #catBar link styles ***********/

/**- #catBar ul a:link, #catBar ul a:visited {
	display: block;
	color: #FFFFFF; 
}**/
#catBar ul {list-style: none; margin: 0; padding: 0;}

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

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


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
}

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

#sectionLinks a:link{
	padding: 5px 0px 5px 10px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
/*	color: #000000;*/
}

#sectionLinks a:visited{
	padding: 5px 0px 5px 10px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:hover{
	background-color: #FFFFFF;
	padding: 2px 60px 2px 10px;
	color: #0057B3;
}


/*********** .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;
}

/************** #New (MAB) **************/
.new {
	color: #CC3366;
}

/************** #New (MAB) **************/
#serviceNav {
	border: thin solid #666666;
	margin-left: 300px;
}
/* Navigation bar components from i3Forum */


table#nav	{
	border-bottom: 5px solid #0057b3;
	border-left: 5px solid #0057b3;
	border-top-width: 5px;
	border-right-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #0057b3;
	border-right-color: #0057b3;
	}

table#nav td	{
	text-align: center;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	font-size: small;
	}

table#nav td a	{
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}
	
#nav td a:link, #nav td a:visited {
	background: transparent url(/images/bgpat.gif) repeat;
	display: block;
	margin: 0;
	width: 100px;
	line-height: 25px;
	} 

#nav td a:hover {
	color: #f60;
	background: white url(/images/nopat.gif) repeat;
	} 
	
#form action td {
	background-color:"#CDDFBE";
	}
#priceblock a:link {
	text-decoration: underline;
}
#pubinfo a:link {
	text-decoration: underline;
}

#titles {
	font-size: large;
	color: #0087C7;
border: #0000 outset; }

#p id="caption" {
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
color: #0055b1;
font-weight: bold;
border-bottom: outset;
border: #000 outset; }

#catlink a {
/*	font-size: 75%;*/
	padding: 0px 4px 0px 0px;
}

input type="submit" { STYLE="border:outset #000066 2;background-color:#006699;color:#ffffff; ONMOUSEOVER="this.style.border='inset #DA7310 2';this.style.backgroundColor='#DA7310'" ONMOUSEOUT="this.style.border='outset #918A18 2';this.style.backgroundColor='#918A18'"
	text-align: center;}







