@charset "UTF-8";
@import url("../SpryAssets/SpryMenuBarHorizontal.css");
/* CSS Document */

/*---------basic styling----------*/
* {
	margin: 0px;
	padding: 0px;
}

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #7788AA;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.twoColFixLtHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF7EC; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 167px;
	padding-top: 20px;
	background-color: #7788AA;
} 
.twoColFixLtHdr #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: 50px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #center {
	/*background-image: url(../images/center1.jpg);
	background-repeat: repeat-y;*/
	overflow: hidden;
	
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 10px;
	/*padding-bottom: 20px;	*//*padding: 15px 10px 15px 20px;*/
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	padding-bottom: 7000px;	
	margin-bottom: -7000px;
	
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
/*	margin-bottom: 0;*/
	padding-top: 15px;
	padding-right: 20px;
	/*padding-bottom: 10;*/
	padding-left: 20px;
	position: relative;
	width: 500px;
	margin-left: 200px;
	padding-bottom: 7000px;	
	margin-bottom: -7000px;	
} 

#footer {
	float: left;
	height: 35px;
	width: 760px;
}
.twoColFixLtHdr #footer {
	width: 743px;
	border-right-width: 10px;
	border-left-width: 7px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7788AA;
	border-left-color: #7788AA;
	background-color: #535F77;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 8px;
	color: #FFF7EC;
	text-align: center;
	font-size: 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 7px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #center {
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #7788AA;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #7788AA;
}
.twoColFixLtHdr #container #header #JMLheader1 {
	background-image: url(../images/JML760a.jpg);
	float: left;
	height: 167px;
	width: 150px;
}
.twoColFixLtHdr #container #header #JMLheader2 {
	background-image: url(../images/JML760b.jpg);
	float: left;
	height: 121px;
	width: 610px;
}
.twoColFixLtHdr #container #header #JMLheader3 {
	background-image: url(../images/JML760c.jpg);
	float: left;
	height: 46px;
	width: 610px;
	text-align: right;
}

/*-------header------*/

#JMLheader3 a {
	/*color: #000000;
	padding-right: 16px;
	padding-left: 12px;
	font-weight: bold;
	text-decoration: none;*/
}
/*#JMLheader3 a:hover*/
/*.selected */
#Home li.home a{
	color: #FFFDEC;
	font-weight: bold;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 10px;
	background-image: url(../images/over760.jpg);
	padding-bottom: 15px;
	padding-top: 12px;
	background-repeat: repeat-x;
}


#JMLheader3 ul {
	margin: 0;
	padding-right:20px;
	list-style: none;
	float: right;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
/*#JMLheader3 ul li{
	float: left;	
}*/
/*#JMLheader3 ul a{
	padding-top: 12px;
	padding-bottom: 15px;
	font-size: 13px;
	text-decoration: none;
	float:left;
	display:block;
	padding-right: 16px;
	padding-left: 12px;
}*/
#JMLheader3 a.current 
{
	color: #FFFDEC;
	font-weight: bold;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 10px;
	background-image: url(../images/over760.jpg);
	padding-bottom: 15px;
	padding-top: 12px;
	background-repeat: repeat-x;
}
#JMLheader3 a.currentDropdown 
{
	color: #FFFDEC;
	font-weight: bold;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 10px;
	background-image: url(../images/over760.jpg);
	padding-bottom: 20px;
	padding-top: 12px;
	background-repeat: repeat-x;
}

/*-------sidebar------*/

#sidebar1 p {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
}
#sidebar1 h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 5px;
	padding-top: 10px;
	margin: 0px;
	text-align: left;
}
#sidebar1 h3 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 18px;
	padding-top: 5px;
}
#sidebar1 h4 {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 20px;
}
#sidebar1 ul {
	margin: 0;
	padding-left:20px;
	list-style: none;
	padding-top: 0;
	padding-bottom: 0;
	width: 150px;
	float: left;
	}
#sidebar1 ul li{
	float: left;
	width: 150px;
}
#sidebar1 ul a{
	color:#003399
	
	font-size: 13px;
	text-decoration: none;
	float:left;
	display:block;
	color: #2D3647;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#sidebar1 a:hover{
	color:#776853;
	font-weight: bold;
	text-decoration: none;
}
#sidebar1 a.current{
	color:#564C3D;
	font-weight: bold;
	text-decoration: none;
}

#sidebar1 #review a {
	padding-left: 20px;
	padding-top: 0px;
}
#sidebar1 p a {
	font-weight: bold;
	color: #2D3647;
	text-decoration: none;
}
/*-------main content------*/

#mainContent h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	padding-bottom: 5px;
}
#mainContent h2 {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#mainContent p {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
}
#mainContent p.quote {
	font-style: italic;	
}
#mainContent p.author {
	font-style: italic;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 15px;
}

#mainContent table {
	vertical-align: top;
	text-align: left;
}
#mainContent a {
	font-weight: bold;
	color: #2D3647;
	text-decoration: none;
}
#mainContent a:hover {
	font-weight: bold;
	color: #776853;
	text-decoration: none;
}
#mainContent p img {
	/*padding-right: 10px;*/
}

/*--------footer---------*/

#footer p {
	font-size: 14px;
}
#footer a {
	color: #FFF7EC;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}

#mainContent p.poem {
	font-style: italic;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 15px;
}
#mainContent table {
	padding-bottom: 15px;
}
#mainContent h5 {
	padding-top: 10px;
	font-size: 11px;
}
