@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(/images/background.jpg) no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	color: #585858;
}

xmp {font-size:13px; font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #585858;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #585858;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    color: #787878;
	text-decoration: none;
}

hr {
	border: 0;
	border-bottom: 1px dashed #787878;
    background: #787878;
	margin-left: 30px;
	width: 700px;
	height: 1px;
}


/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 960px;
	background: #fff url(/images/container-background.jpg) repeat-y;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */

.index-header {
	position:relative;
    height: 561px;
}

.index-header .search-image {
	position:absolute;
	top:55px;
	right:27px;
	background: url(/images-slices/search.jpg) no-repeat;
	width: 251px;
	height: 55px;
}

.index-header div.search-image form {
	position:absolute;
	top: 12px;
	right: 15px;
}
.index-header div.search-image form .input {
    font-size:11px; 
	padding: 7px 0 5px 5px;
	width: 215px;
	border:#dcdcdc 1px solid;
}

.index-header div.search-image ul.search-nav {
	font-family:"Museo Slab 500", Rockwell, Georgia, serif;
	font-weight:500;
	font-style:normal;
	position:absolute;
	top: 50px;
	right: 8px;
	font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 7px 2px 0 2px;
}
.index-header div.search-image ul.search-nav li {
    display: inline;
}
.index-header div.search-image ul.search-nav li a:link {
	color: #585858;
	text-decoration:none;
}
.index-header div.search-image ul.search-nav li a:visited {
	color: #585858;
	text-decoration:none;
}
.index-header div.search-image ul.search-nav li a:hover {
	color: #787878;
	text-decoration:none;
}

.index-header div.header-nav {
	position:absolute;
	top: 150px;
	left: 180px;
    margin: 0;
    padding: 0;
    padding-top: 7px;
}

.index-header div.header-nav2 {
	position:absolute;
	top: 150px;
	left: 10px;
    margin: 0;
    padding: 0;
    padding-top: 7px;
}

.index-header p {
	background-color: #acb0a5;
	color: #fff;
	text-align:center;
	font-size: 12px;
    margin: 0;
    padding: 5px 0 5px 0;
}
.index-header p a:link {
	color: #fff;
	text-decoration:underline;
}


.content .index-paper-wrapper {
	position:absolute;
	top: 390px;
	left: 5px;
}

.content .index-paper-wrapper img.paper-image {
	margin: 0 0 0 0;
}


.content .index-paper-wrapper .paper p iframe {
	margin: 0 0 20px 90px;	
}

.header {
	position:relative;
    height: 534px;
}

.header .search-image {
	position:absolute;
	top:55px;
	right:27px;
	background: url(/images-slices/search.jpg) no-repeat;
	width: 251px;
	height: 55px;
}

.header div.search-image form {
	position:absolute;
	top: 12px;
	right: 15px;
}
.header div.search-image form .input {
    font-size:11px; 
	padding: 7px 0 5px 5px;
	width: 215px;
}


.header div.search-image ul.search-nav {
	font-family:"Museo Slab 500", Rockwell, Georgia, serif;
	font-weight:500;
	font-style:normal;
	position:absolute;
	top: 50px;
	right: 8px;
	font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 7px 2px 0 2px;
}
.header div.search-image ul.search-nav li {
    display: inline;
}
.header div.search-image ul.search-nav li a:link {
	color: #585858;
	text-decoration:none;
}
.header div.search-image ul.search-nav li a:visited {
	color: #585858;
	text-decoration:none;
}
.header div.search-image ul.search-nav li a:hover {
	color: #787878;
	text-decoration:none;
}

.header div.header-nav {
	position:absolute;
	top: 150px;
	left: 180px;
    margin: 0;
    padding: 0;
    padding-top: 7px;
}

.header div.header-nav2 {
	position:absolute;
	top: 150px;
	left: 180px;
    margin: 0;
    padding: 0;
    padding-top: 7px;
}

.input-prompt {
  position: absolute;
  font-style: italic;
  color: #aaa;
  margin: 3px 0 0 8px;
}


/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
}
.sidebar1 p {
	font-size: 12px;
	margin: 0 10px 0 0;		
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
.sidebar1 div.main-nav {
	margin: 20px 0 15px 0; /* this creates the space between the navigation on the content below */
	font-size: 12px;
	width: 187px;
}


.content {
    position:relative;
	padding: 10px 4px 10px 4px;
	width: 762px;
	float: left;
}


/* home page table styles */
.content table {
	width: 740px;
	border: 0;
	margin: 10px 0 0 20px;
}
.content table tr td hr {
	background: transparent;
	color: transparent;
	border: 0;
	border-bottom: dashed 1px #787878;
	margin-left: 10px;
	width: 680px;
}

.content table tr td img {
	padding: 0;
}
.content table tr td h1 {
	font-family:"Museo Slab 500", Rockwell, Georgia, serif;
	font-weight:500;
	font-style:normal;
	font-size: 14px;
	padding: 0;
	text-align:center;
	margin-left: -5px;	
}
.content table tr td h1 a:link {
	color: #585858;
	text-decoration:none;
}
.content table tr td h1 a:visitied {
	color: #585858;
	text-decoration:none;
}
.content table tr td h1 a:hover {
	color: #787878;
	text-decoration:none;
}

.content table tr td p.text-home {
	font-size: 10px;
	padding: 0 15px 0 22px;
}

.content table tr td p.text-home a:link {
	font-size: 10px;
	padding: 0 15px 0 22px;
	color: #585858;
	text-decoration:none;
}
.content table tr td p.text-home a:visitied {
	font-size: 10px;
	padding: 0 15px 0 22px;
	color: #585858;
	text-decoration:none;
}
.content table tr td p.text-home a:hover {
	font-size: 10px;
	padding: 0 15px 0 22px;
	color: #787878;
	text-decoration:none;
}
/* end home page table styles */



.content ul.secondary-nav {
	font-family:"Museo Slab 500", Rockwell, Georgia, serif;
	font-weight:500;
	font-style:normal;
	position:absolute;
	top: -35px;
	left: 25px;
	font-size: 16px;
        list-style: none;
        margin: 0;
        padding: 7px 0 0 0;
}
.content ul.secondary-nav li {
    display: inline;
}
.content ul.secondary-nav li a:link, ul.secondary-nav li a:visited {
	padding: 5px 15px 5px 15px;
	border: 2px solid #c6c8c5;
	background-color:#fff;
	color: #585858;
	text-decoration: none;
}
.content  ul.secondary-nav li a:hover {
	padding: 5px 15px 5px 15px;
	border: 2px solid #c6c8c5;
        color: #787878;
	background-color:#ebeee7;
	text-decoration: none;
}
.content  ul.secondary-nav li.current a:visited {
	padding: 5px 20px 5px 20px;
	border-top: 2px solid #c6c8c5;
	border-bottom: 2px solid #c6c8c5;
	color: #787878;
	background-color:#ebeee7;
	text-decoration: none;
}


/* pages without secondary and tertiary navigation */
.content .paper-wrapper2 {
	position:absolute;
	top: 18px;
	left: 5px;
}
.content .paper-wrapper2 .paper h1 {
	font-family:"Museo Slab 500", Rockwell, Georgia, serif;
	font-weight:500;
	font-style:normal;
	font-size: 24px;
	color:#585858;
	padding: 0 40px 0 40px;
	margin-top: 0px;
}
.content .paper-wrapper2 .paper h3 {
	font-family:"Museo Slab 500", Rockwell, Georgia, serif;
	font-weight:500;
	font-style:normal;
	font-size: 14px;
	color:#585858;
	padding: 0 40px 0 40px;
	margin: 15px 0 5px 0;		
}


.content .paper-wrapper2 img.paper-image {
	margin: 0 0 0 0;
}


/* pages with secondary and tertiary navigation */

.content .paper-wrapper {
	position:absolute;
	top: 66px;
	left: 5px;
}

.content .paper-wrapper img.paper-image {
	margin: 0 0 0 0;
}


.content .paper {
	background: url(/images/paper-bkgrnd-body.png) repeat-y;
	padding: 0 0 30px 0;  /* this is to remove gap between paper-bkgrnd-body and its associated footer image */
}

.content .paper-wrapper .paper h1 {
	font-family:"Museo Slab 500", Rockwell, Georgia, serif;
	font-weight:500;
	font-style:normal;
	font-size: 24px;
	color:#585858;
	padding: 0 40px 0 40px;
	margin-top: 0;	
}
.content .paper-wrapper .paper h2 {
	font-family:"Museo Slab 500", Rockwell, Georgia, serif;
	font-weight:500;
	font-style:normal;
	font-size: 18px;
	color:#585858;
	padding: 0 40px 0 40px;
	margin: 0 0 5px 0;		
}

.content .paper-wrapper .paper h2 a:link, h2 a:visited {
	font-family:"Museo Slab 500", Rockwell, Georgia, serif;
	font-weight:500;
	font-style:normal;
	font-size: 18px;
	color:#585858;
	padding: 0 40px 0 0px;
	margin-top: -15px;
	text-decoration:underline;		
}

.content .paper-wrapper .paper h2 a:hover {
	font-family:"Museo Slab 500", Rockwell, Georgia, serif;
	font-weight:500;
	font-style:normal;
	font-size: 18px;
	color: #787878;
	padding: 0 40px 0 0px;
	margin-top: -15px;
	text-decoration:underline;		
}
.content .paper-wrapper .paper h2.current {
	font-family:"Museo Slab 500", Rockwell, Georgia, serif;
	font-weight:500;
	font-style:normal;
	font-size: 18px;
	color: #787878;
	padding: 0 40px 0 40px;
	margin-top: -15px;
	text-decoration:none;		
}

.content .paper-wrapper .paper h3 {
	font-family:"Museo Slab 500", Rockwell, Georgia, serif;
	font-weight:500;
	font-style:normal;
	font-size: 14px;
	color:#585858;
	padding: 0 40px 0 40px;
	margin: 15px 0 5px 0;		
}




.content .paper-wrapper .paper p {
	font-size: 12px;
	padding: 0 40px 10px 40px;
}



.content .paper-wrapper .paper p a:link {
	font-size: 12px;
	padding: 0 0 10px 0;
	color:#585858;
	text-decoration:underline;
}
.content .paper-wrapper .paper p a:visitied {
	font-size: 12px;
	padding: 0 0 10px 0;
	color:#585858;
	text-decoration:underline;
}
.content .paper-wrapper .paper p a:hover {
	font-size: 12px;
	padding: 0 0 10px 0;
	color: #787878;
	text-decoration:underline;
}




.content .paper-wrapper2 .paper p {
	font-size: 12px;
	padding: 0 40px 0 40px;	
}


.content .paper-wrapper2 .paper p a:link {
	font-size: 12px;
	padding: 0 0 10px 0;
	color:#585858;
	text-decoration:underline;
}
.content .paper-wrapper2 .paper p a:visitied {
	font-size: 12px;
	padding: 0 0 10px 0;
	color:#585858;
	text-decoration:underline;
}
.content .paper-wrapper2 .paper p a:hover {
	font-size: 12px;
	padding: 0 0 10px 0;
	color: #787878;
	text-decoration:underline;
}



.content .paper-wrapper .paper ul {
	font-size: 12px;
	padding: 0 40px 0 40px;	
	margin-bottom: -3px;
}
.content .paper-wrapper .paper ul li {
    margin: 0 0 15px 15px;
}

.content .paper-wrapper2 .paper ul {
	font-size: 12px;
	padding: 0 40px 0 40px;	
	margin-bottom: -3px;
}
.content .paper-wrapper2 .paper ul li {
    margin: 0 0 15px 15px;
}


.content .paper-wrapper .paper img.fright {
	float:right;
	margin: 5px 45px 10px 10px;
	border:solid 1px #585858;	
}
.content .paper-wrapper .paper img.fleft {
	float:left;
	clear:left;
	margin: 5px 10px 10px 40px;
	border:solid 1px #585858;	
}
.content .paper-wrapper .paper img.fleft2 {
	float:left;
	clear:left;
	margin: 5px 10px 10px 40px;
	border: none;	
}


.content .paper-wrapper2 .paper img.fright {
	float:right;
	margin: 5px 45px 10px 10px;
	border:solid 1px #585858;	
}
.content .paper-wrapper2 .paper img.fleft {
	float:left;
	clear:left;
	margin: 5px 10px 10px 40px;
	border:solid 1px #585858;	
}
.content .paper-wrapper2 .paper img.fleft2 {
	float:left;
	clear:left;
	margin: 5px 10px 10px 40px;
	border: none;	
}


.content .paper-wrapper ul.tertiary-nav {
	font-family:"Museo Slab 500", Rockwell, Georgia, serif;
	font-weight:500;
	font-style:normal;
	position:relative;
	top: -50px;
	left: 250px;
	font-size: 16px;
        list-style: none;
        margin: 0;
        padding: 7px 0 0 0;
	width: 490px;
}

.content .paper-wrapper ul.tertiary-nav li {
    display: inline;

}
.content .paper-wrapper ul.tertiary-nav li a:link, ul.tertiary-nav li a:visited {
	padding: 0px 0px 0px 0px;
	color: #585858;
	text-decoration: underline;
}

.content .paper-wrapper  ul.tertiary-nav li a:hover {
	padding: 0px 0px 0px 0px;
        color: #787878;
	text-decoration: underline;
}
.content .paper-wrapper ul.tertiary-nav li.current {
	padding: 2px 2px 2px 2px;
	color: #787878;
	text-decoration: none;
}

.content .paper p {
	position:relative;
	top: 0px;
	font-size: 12px;
	padding: 0 40px 0 40px;	
}

.content .paper .video {
	position:relative;
	left: 40px;
	padding: 5px 0 20px 0;	
}

.content paper-wrapper .paper p iframe {
	margin: 0 0 20px 90px;	
}
.content paper-wrapper2 .paper p iframe {
	margin: 0 0 20px 90px;	
}


/* paper area tables on various pages */
.container .content .paper-wrapper .paper table {
    width: 620px;
	border: 0;
	margin: 10px 0 30px 40px;
}

.content .paper-wrapper .paper table tr td img {
	padding: 0;
}
.content .paper-wrapper .paper table tr td h3 {
	font-family:"Museo Slab 500", Rockwell, Georgia, serif;
	font-weight:500;
	font-style:normal;
	font-size: 16px;
	padding: 0 0 0 0;	
}

.content .paper-wrapper .paper table tr td {
	font-size: 12px;
	padding: 0 0 10px 0;
}

.content .paper-wrapper .paper table tr td a:link {
	font-size: 12px;
	padding: 0 0 10px 0;
	color:#585858;
	text-decoration:underline;
}
.content .paper-wrapper .paper table tr td a:visitied {
	font-size: 12px;
	padding: 0 0 10px 0;
	color:#585858;
	text-decoration:underline;
}
.content .paper-wrapper .paper table tr td a:hover {
	font-size: 12px;
	padding: 0 0 10px 0;
	color: #787878;
	text-decoration:underline;
}
/* end paper area tables on various pages */


/* paper area tables on various pages without secondary or tertiary navigation */
.container .content .paper-wrapper2 .paper table {
    width: 630px;
	border: 0;
	margin: 10px 0 30px 35px;
}

.content .paper-wrapper2 .paper table tr td img {
	padding: 0;
}
.content .paper-wrapper2 .paper table tr td h3 {
	font-family:"Museo Slab 500", Rockwell, Georgia, serif;
	font-weight:500;
	font-style:normal;
	font-size: 16px;
	padding: 0 0 0 0;	
}

.content .paper-wrapper2 .paper table tr td {
	font-size: 10px;
	padding: 0 0 10px 0;
	text-align:center;
}

.content .paper-wrapper2.paper table tr td a:link {
	font-size: 10px;
	padding: 0 0 10px 0;
	color:#585858;
	text-decoration:underline;
}
.content .paper-wrapper2 .paper table tr td a:visitied {
	font-size: 10px;
	padding: 0 0 10px 0;
	color:#585858;
	text-decoration:underline;
}
.content .paper-wrapper2 .paper table tr td a:hover {
	font-size: 10px;
	padding: 0 0 10px 0;
	color: #787878;
	text-decoration:underline;
}
/* end paper area tables on various pages */


/* paper area form tables on various pages without secondary or tertiary navigation */
.container .content .paper-wrapper2 .paper form table {
    width: 400px;
	border: 0;
	margin: 10px 0 30px 45px;
}

.content .paper-wrapper2 .paper form table tr td {
	font-size: 10px;
	padding: 0 0 10px 0;	
}

.content .paper-wrapper2 .paper form table tr td table tr td {
	font-size: 10px;
	padding: 0 0 10px 0;
}

/* end form tables on various pages */





/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}



/* ~~ The footer ~~ */
.footer {
	padding:0;
	background-color: #64675f;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.footer ul.footer-nav {
	font-family:"Museo Slab 500", Rockwell, Georgia, serif;
	font-weight:500;
	font-style:normal;
	background-color: #7f827b;
	text-align:center;
	font-size: 12px;
	height: 30px;
    list-style: none;
    margin: 0;
    padding: 16px 0 3px 0;
}
.footer ul.footer-nav li {
    display: inline;
	padding: 0 6px 0 6px;
}
.footer ul.footer-nav li a:link, ul.footer-nav li a:visited {
	padding: 7px 6px 7px 6px;
	color: #fff;
	text-decoration: none;
}
.footer  ul.footer-nav li a:hover {
    color: #ccc;
}

.footer p {
	text-align:center;
	font-size: 12px;
    margin: 0;
	color: #fff;
    padding: 20px 0 20px 0;
}


/* ~~ miscellaneous float/clear classes ~~ */

.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: 8px;
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.editable p
{
font-family: "Museo Slab 500", Rockwell, Georgia, serif;
font-weight: 500;
font-style: normal;
font-size: 14px;
padding: 0px;
text-align: left;
margin-left: 45px;
margin-right: 40px;
}

.editable h3
{
font-family: "Museo Slab 500", Rockwell, Georgia, serif;
font-weight: 500;
font-style: normal;
font-size: 18px;
padding: 0px;
text-align: left;
margin-left: 45px;
margin-right: 40px;
}

.editable h5
{
font-family: "Museo Slab 500", Rockwell, Georgia, serif;
font-weight: 500;
font-style: normal;
font-size: 22px;
padding: 0px;
text-align: left;
margin-left: 45px;
margin-right: 40px;
}

