/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0;
	padding: 0;
	border: 0;	
	background-color: #ffffff;
	background-image: url(../images/nav1_bg.jpg);
	background-repeat: repeat-y;
}

img {
margin: 0;
padding: 0;
border: 0;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family:  Arial,Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;

}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0;
	width: 100%;
background-color: #837ed7;
background-image: url(../images/row1_bg.jpg);
background-repeat: no-repeat;
border-bottom: 2px white solid;
	height: 102px;}
	
#masthead_inner {
	width: 770px;
}
	
#masthead2 {
height: 49px;
background-color: #c8badb;
background-image: url(../images/row2_bg.jpg);
background-repeat: no-repeat;}

#masthead2_inner {
	width: 770px;
}

#masthead2 img {
float: left;
}

#masthead3 {
margin:0;
padding:0;
height: 10px;
background-color: #88d1da;
background-image: url(../images/row3_bg.jpg);
background-repeat: repeat-x;}


#headertext {
display: block;
float: left;
margin: 0;
padding: 7px 0 0 45px;
 font-weight: normal;
 font-size: 29px;
 color: #6ac6d2;}
 
.subhead_purple {
font-weight: bold;
color: #6a5acd;
}

.subhead_grey {
font-weight: bold;
color: #666666;
}

.wish_price {
	color: #006699;	
	}

.credit {
display: block;
font-size: 11px;
font-weight: bold;
margin-top: 5px;
}


#story ul{
 list-style-image:url(../images/bullet_purple.gif);
 margin-left: 0px;
 padding-left: 17px;
}

#story ul li {
margin-bottom: 5px;
}

#printLogo {
display:none;
}
 
#holder {
width: 770px;
}


#navBar{
	float: left;
	margin: 0;
	padding: 28px 0 0 0;
	width: 175px;}

#content{
  float:right;
	width: 595px;
	margin: 28px 0 0 0;
	padding: 0;
}

#right_menu {
float: right;
width: 120px;

}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/************** .story styles *****************/

#story{
	/*clear: both;*/
	float:left;
	width: 435px;
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 80%;
}

#story p{
	padding: 0;
}


/*********** #navBar link styles ***********/


#navBar ul {
list-style: none; 
margin: 0; 
padding: 0;
width: 120px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists 
#navBar li {
border-bottom: 1px #88d1da solid;}*/

/* fix for browsers that don't need the hack 
html>body #navBar li {
border-bottom: none;
}*/


#navBar ul a:link, #navBar ul a:active, #navBar ul a:visited {
	font: 70% Arial, Helvetica, sans-serif;
	display: block;
	width: 120px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/button1_bg.gif);
	color: #7656a6;
	background-color: #88d1db;
	background-repeat: no-repeat;
	padding-top: 2px;
/* Box fix */
	height: 22px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 20px;}

#navBar ul a:hover {
	background-image: url(../images/button2_bg.gif);
	text-decoration: none;
	color: #ffffff;
}

#navBar ul a:link.selected, #navBar ul a:active.selected, #navBar ul a:visited.selected {
	background-image: url(../images/button2_bg.gif);
	text-decoration: none;
	color: #ffffff;
}

#right_menu ul {
list-style: none; 
margin: 0; 
padding: 0;
background-color: #ffffff;
} 

#right_menu ul a:link, #right_menu a:active, #right_menu ul a:visited {
	font: 70% Arial, Helvetica, sans-serif;
	display: block;
	font-weight: bold;
	text-align: left;
	background-color: #b2a8c9;
	color: #7656a7;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-top: 3px;
	/* BOX FIX */
	height: 24px;
	width: 110px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 100px;
	height: 19px; }
	
#right_menu ul a:hover, #right_menu ul a:link.selected, #right_menu ul a:active.selected, #right_menu ul a:visited.selected {
	text-decoration: none;
	color: #ffffff;
}


