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

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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#container {
	width: 760px;
	border: 1px solid #003366;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content a:link, #content a:visited {
	color: #003366;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#content .handler, #content .handler_down {
	text-decoration: underline;
	color: #003366;
	cursor: hand;
}

#content a:hover {
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


h1 {
	font-size: large;
	color: #000;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 10px;
}

h2 {
	font-size: medium;
	color: #000;
	font-style: italic;
	font-weight: normal;
}

h3 {
	font-size: medium;
	color: #900;
	font-style: italic;
	font-weight: normal;
}

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;
}
				
.toggle {
	display: block;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 5px 0px 0px 0px;
	width: 100%;
}

#content{ 
	float: none;
   width: 600px; 
	margin:0 10px 0 10px;
	padding: 20px 0 0 0;
}

#content p {
	margin-top: 2px;
	margin-bottom: 8px;
	line-height: 1.2em;
}

#content p.signature {
	color: #730000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: small;
	text-align: right;
}

#content p.example {
	margin: 10px 30px 10px 30px;
	padding-left: 10px;
	font-style: italic;
	line-height: normal;
}


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

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


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

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


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

#globalNav {
	display: none;

}

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

#siteInfo {
	clear: both;
	
	 border-top: 4px solid #B09E79; /* beige */
/* border-top: 4px solid #9FBEA0; /* green */
	font-size: x-small;
	color: #000;
	padding: 4px 10px 4px 10px;
	margin-top: -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.5em;
}
/* 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;
}

#siteInfo a:link, #siteInfo a:visited, #siteInfo a:hover {
	color: #003366;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


#topquote {
	font-family: Georgia, serif;
	font-size: large;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #730000;
	line-height: normal;
	float: right;
	padding: 20px 10px 20px 0px;
}

.quote {
	font-family: Georgia, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #730000;
	padding: 10px 0 10px 0;
	line-height: normal;
}

#navcontainer {
	display: none;
	font-weight: normal;
	width: 180px;
	border-right: thin #730000 solid;
	margin: 5px 0 5px 0;
}

.doit {
	font-family: georgia, serif;
	font-weight: bold;
	color: #003366;
	background: url(images/arrow.gif) no-repeat left;
	float: right;
	padding: 5px 5px 5px 35px;
}

img.thumbright {
	float: right;
	display: inline;
	margin: 10px 0px 10px 10px;
}

img.thumbleft {
	float: left;
	display: inline;
	margin: 10px 10px 10px 0px;
}

input.submit {
   background-color: #fff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #000;
}

.textbox {
	background : #fff;
	font-size : 12px;
	font-family: arial, sans-serif;
}

p.kudocomment {
	font-style: italic;
	border-bottom: 0px;
	margin-bottom: 0px;
}

p.kudoauthor {
	margin-top: 0px;
	padding-top: 0px;
}

table.library td {
	padding: 10px;
	padding-top: 20px;
}

p.sublist {
	margin-left: 20px;
	padding-top: 6px;
}

.booktitle {
	font-weight: bold;
	font-style: italic;
}