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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
.priceTag {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(http://www.fuelthebrain.com/gifs/priceTag.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 43px;
	width: 91px;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	padding: 0px;
	vertical-align: bottom;
	float:right;
}
.priceTag2 {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(http://www.fuelthebrain.com/gifs/priceTag.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 43px;
	width: 91px;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	padding: 0px;
	vertical-align: bottom;
	float:left;
}
.tagNum {
	display: inline;
	margin-top: 10px;
}
body{
	min-width:1020px;
	font-family: Arial,sans-serif;
	color: #317F8C;
	margin-right:0px;
	margin-left:0px;
	margin-top: 0px;
	background-color: #095B8E;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}
#bg {
	width:100%;
	float:none;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:-1px;
	background-color: #095B8E;
}

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: 114%;
 color: #006699;
}
.StrandsetList {
	color:#000000;
	background-color: #119DDC;
	height: 20px;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
	padding: 1px;
}

h3{
	font-size: 100%;
	color: #003366;
}

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{
	
	width: 100%;
	height:120px;
	background-color: #095B8E;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #CCCCCC;
	font-weight: normal;
	background-image: url(gifs/mastbg4.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#masthead img{
margin-left:10px;
}
#navBar{
	float:left;
	padding: 0px;
	position:relative;
	background-color: #095B8E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width:23%;
}

#content{
color: #000000;
	float:right;
	min-height:800px;
	width:77%;
	background-color: #FFFFFF;
	margin: 0;
	padding:0;
	background-attachment: scroll;
	background-image: url(gifs/sideCorner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


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

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


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

#pageName{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.StrandsetList a:hover {
text-decoration: none;
color:#ffffff;
}
.StrandsetList a:visited {
text-decoration: none;
color:#ffffff;
}
.relatedLinks a:hover {
text-decoration: underline;
color:#ffffff;
}
.relatedLinks a:visited {
text-decoration: none;
color:#ffffff;
}
.StrandsetList a:link {
	color:#ffffff;
	text-decoration: none;
	
}
.strandLinks a:link {
	color: #0066FF;
	text-decoration: none;
}
.strandLinks a:hover {
text-decoration: underline;
color: #333333;
}
.strandLinks a:visited {
text-decoration: none;
color: #0066FF;
}


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

#globalNav{
	color: #cccccc;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/* '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{
	font-size: 70%;
	border: medium solid #14A2C8;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 120%;
}
.rshad {
	background-image: url(gifs/rshad.jpg);
	background-repeat: repeat-y;
	width: 36px;
}
.W_rshad {
	background-image: url(gifs/W_rshad.jpg);
	background-repeat: repeat-y;
	width: 36px;
}

.feature h3{
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.feature img{
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: thin solid #000000;
	padding: 0px;
}

.feature5{
	font-size: 80%;
	line-height: 120%;
	background-color: #E2F4F8;
}

.feature5 h3{
font-size: 110%;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.feature5 img{
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: thin solid #000000;
	padding: 0px;
}

.feature4{
	font-size: 80%;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 120%;
}

.feature4 h3{
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 110%;
}

.feature4 img{
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 4%;
	border: thin solid #000000;
	padding: 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.storyHolder{
	clear:both;
	color: #000000;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.story{
	clear: both;
	font-size: 80%;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #000000;
}
.story_home{
 vertical-align:bottom;
	clear: both;
	font-size: 80%;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.story p{
	padding: 0px 0px 10px 0px;
}


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

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 300px;
	margin-top: -1px;
	background-color: #095B8E;
	text-align: center;
}
/* 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" */


/************* #search styles ***************/

#search{
text-align:center;
	padding: 5px 5px 5px 5px;
	font-size: 90%;
}
#search2{
text-align:left;
	padding: 5px 5px 5px 5px;
	font-size: 90%;
}

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

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

#search2 form{
 margin: 0px;
 padding: 0px;
}

#search2 label{
	display: block;
	margin: 0px;
	padding: 0px;
}


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

#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 {
	
}

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


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

#sectionLinks{
	position: relative;
	padding-left: 10px;
	
	font-size: 100%;
	line-height: 140%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

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

#sectionLinks a:link{
	color: #cccccc;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	text-decoration:none;
}
.tableDivide {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	height: 2px;
	
	background-color: #C9EDF2;
}
.tableDivide2 {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	height: 2px;
	
	background-color: #ffffff;
}

#sectionLinks a:visited{
	color: #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	text-decoration:none;
}

#sectionLinks a:hover{
	border-bottom: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	color: #000000;
	text-decoration:none;
}


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

.relatedLinks{
	font-size: 90%;
	
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 140%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.relatedLinks h3{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	color: #FFFFFF;
}


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

#advert{
	font-size: 80%;
	
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}

#advert img{
}


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

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

#headlines p{
	padding: 5px 0px 5px 0px;
}
.relatedLinks a:link {
	color:#FFFFFF;
}
.relatedLinks a:hover {
text-decoration: none;
color:#ffffff;
}
.relatedLinks a:visited {
text-decoration: none;
color:#ffffff;
}
#masthead a:link {
color:#CCCCCC;
}
#siteInfo a:link {
color:#CCCCCC;
}
#siteInfo a:hover {
	color:#000000;
	text-decoration:underline;
}
.feature1 h3 {
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
	background-color: #14A2C8;
}
#siteInfo  a:visited {
color:#CCCCCC;
}
.feature1 {
	font-size: 70%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: thin solid #999999;
	line-height: 100%;
	list-style-position: inside;
	background-color: #14A2C8;
}
.feature10 h3 {
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFFFFF;
	background-color: #095B8E;
}
.feature10 {
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: thin solid #999999;
	line-height: 100%;
	list-style-position: inside;
}
.top {
	background-image: url(gifs/topshad.jpg);
	height: 36px;
	background-repeat: repeat-x;
}
.rtop {
	background-image: url(gifs/rtopcorner.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 36px;
}
.W_top {
	background-image: url(gifs/W_topshad.jpg);
	height: 36px;
	background-repeat: repeat-x;
}
.W_rtop {
	background-image: url(gifs/W_rtopcorner.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 36px;
}
.relatedLinks h4 {
	font-weight: bold;
	color: #000000;
	font-size: 90%;
	text-align: center;
	background-color: #CCCCCC;
}
.medal {
	border: medium solid #14A2C8;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 100%;
	text-align: center;
	float: left;
	width: 150px;
}
#loginForm {
	color:#095B8E;
	
	
	height:120px;
	width: 200px;
	
}
#loginForm2 {
	color:#095B8E;
	
	height:120px;
	width: 200px;
	
	

}
#loginForm a:link {
	color:#095B8E;
	
}
#loginForm2 a:link {
	color:#095B8E;
	margin-top:5px;
	
	
}
#loginForm2 h1 {
color:#095B8E;
font-size:90%;
margin-top:10px;
margin-bottom:10px;
}
#loginForm h1 {
color:#095B8E;


}

#loginForm a:hover {
	color:#00CCFF;
	text-decoration:underline;
}
#loginForm2 a:hover {
	color:#00CCFF;
	text-decoration:underline;
}
#loginForm a:visited {
	color:#095B8E;
	
}
#loginForm2 a:visited {
	color:#095B8E;
	
}
.ltop {
	background-image: url(gifs/ltopcorner.jpg);
	height: 36px;
	width: 36px;
	background-repeat: no-repeat;
}
.rbot {
	background-image: url(gifs/rbotcorner.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 36px;
}
.lbot {
	background-image: url(gifs/lbotcorner.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 36px;
}
.lshad {
	background-image: url(gifs/lshad.jpg);
	background-repeat: repeat-y;
	width: 36px;
}
.bot {
	background-image: url(gifs/bottomshad.jpg);
	height: 45px;
	background-repeat: repeat-x;
}
.W_ltop {
	background-image: url(gifs/W_ltopcorner.jpg);
	height: 36px;
	width: 36px;
	background-repeat: no-repeat;
}
.W_rbot {
	background-image: url(gifs/W_rbotcorner.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 36px;
}
.W_lbot {
	background-image: url(gifs/W_lbotcorner.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 36px;
}
.W_lshad {
	background-image: url(gifs/W_lshad.jpg);
	background-repeat: repeat-y;
	width: 36px;
}
.W_bot {
	background-image: url(gifs/W_bottomshad.jpg);
	height: 45px;
	background-repeat: repeat-x;
}
.logFormTop {
	background-attachment: scroll;
	background-image: url(gifs/loginBackground.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 10px;
	
}
.feature5 h1 {
	font-size: 180%;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #0FB2DC;
}
.style100 {
	color:#6f8489;
	font-size: 80%;
}
.style101 {
	
	font-size: 140%;
}
.details {
	
	font-size: 80%;
	vertical-align: top;	
}
.strandHeader {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}

