/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #333333;
	font: 12px/1.166 Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/parchment.gif) repeat scroll;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	color: #006699;
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #337941;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	text-align: center;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	margin: 0px;
	padding: 10px 0px 2px 2px;
	font-style: italic;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.thrColLiqHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
} 
.thrColLiqHdr #masthead { 
	background: url(images/parchment.gif) repeat scroll;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColLiqHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColLiqHdr #navBar p, .thrColLiqHdr #navBar h3, .thrColLiqHdr #headlines p, .thrColLiqHdr #headlines h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 20%; /* since this element is floated, a width must be given */
	margin: 0px;
	padding: 0px; /* top and bottom padding create visual space within this div  */
	background-color: #eeeeee; /* the background color will be displayed for the length of the content in the column, but no further */
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
	float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#content{
	float: left;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background: #FFFFFF;
}

.content h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.content img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 12px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/************** .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: 10px;
	color: #cccccc;
	padding: 10; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#siteInfo p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/************* #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 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 ***********/

.thrColLiqHdr #sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
}

.thrColLiqHdr #sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

.thrColLiqHdr #sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

.thrColLiqHdr #sectionLinks a:hover{
	background-color: #dddddd;
}



/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 2px 0px 2px 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 0px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	background: #EEEEEE;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #headlines styles **************/

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #337941;
	text-align: left;
	word-spacing: normal;
	border: thin solid #D11241;
}
.studyCellOdd {
	color: #006633;
}
.bodyEmphasis {
	font-style: italic;
	font-weight: bold;
	color: #CC0033;
}
.bannerText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
.summaryOn {
	font-weight: bold;
	color: #339933;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:small
}
.summaryOff {
	color: #CCCCCC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:small
}
.summaryTitle {
	font: bold small Geneva, Arial, Helvetica, sans-serif;
}
.summaryDetail {
	font: small Geneva, Arial, Helvetica, sans-serif;
}
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}
.rollover {
	margin: 0px;
	padding: 1px;
	vertical-align: middle;
}
.rplFee {
	font-style: italic;
	color: #6666CC;
}
.marketing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC9933;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.market2 {
	font: italic bold 14px Georgia, "Times New Roman", Times, serif;
	color: #F15672;
	text-align: center;
}
.market3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #66CCCC;
	text-indent: 5px;
	border: thin solid #FF0000;
}
.thrColLiqHdr #container #content .w_holiday {
	color: #FFFFFF;
	background: #339900;
}
.bannerByLine {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #D11241;
}
.thrColLiqHdr #container #content .w_dates {
	background: #EAEAEA;
}
.thrColLiqHdr #container #content .w_null {
	background: #FFFFFF;
}
.thrColLiqHdr #container #content .w_session {
	font: 12px "Times New Roman", Times, serif;
	background: #FFFFCC;
}
