<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	background: #d6d5cd;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Open Sans", arial, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
	list-style-position: outside;
}

/*Headings*/
h1     /* page header */   {margin-top: 0;	 color: #3c8da7; font-size: 20px; font-weight: 500; background-color: #fff; text-align: left }
h2     /* secondary heading */        { margin-top: 0;	color: #ab794d; font-size: 16px; font-weight: 600; text-align: left; margin-top: 10px; margin-bottom: 5px }
h3    /* 3rd level heading */ {margin-top: 0;	 color: #ab794d; font-size: 14px; line-height: 24px; text-align: left; margin: 0; padding: 0; float: left }
h4     { margin-top: 0;	color: #ab794d; font-size: 14px; font-weight: 400; line-height: 24px }
h5  {margin-top: 0;	 color: #ab794d; font-size: 14px; font-weight: 400; line-height: 24px; margin: 0; padding: 0; float: left }

.center {
    margin: auto;
    width: 40%;
    padding: 10px;
}

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: #3c8da7; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	text-decoration: none;
}
a:visited {
	color: #3c8da7;
}
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. */
	text-decoration: none;
	color: #3c8da7;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 1038px;
    height: auto;
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ~~ Header */
.header {
	background: #c7bda6;
}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div 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.

*/

.content  {
    height: auto;
	padding-top: 40px;
	padding-right: 140px;
	padding-bottom: 10px;
	padding-left: 140px;
	font-size: 1.4em;
	text-align: left;
	font-family: "Open Sans", arial, sans-serif;
	line-height: 1.8em;
}
.content img {
	border: none;
}

.content li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}
.smallh1 {
	font-size: 1.4em;
	line-height: 1.6px;
	color: #3c8da7;
	font-weight: normal;
	padding-bottom: 0px;
	display: inline;
}
/* ~~ The footer ~~ */
.footer {
	background: #c7bda6;
	padding-top: 5px;
	padding-right: 140;
	padding-bottom: 5px;
	padding-left: 149;
	color: #000;
	text-align: center;
	font-size: 1em;
}
.footer a {
	color: #ab794d;
}

/* ~~ float for project ~~ */
.fltproject {  /* this class is used to float projects for projects page.. */
	float: left;
	margin-left: 8px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 1em;
	padding-right: 11px;
	padding-left: 0px;
	width: 170px;
	line-height: 1em;
	text-transform: none;
	text-decoration: none;

}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class is used to right align images and blockquotes. */
	float: right;
	margin-left: 8px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: center;
}
.fltrtinvproject { /* this class is used to right align images on the individual project pages */
	float: right;
	text-align: center;
	padding-right: 100px;
	padding-left: 8px;
}

.fltlft { /* this class is used to float images to the left and have the text wrap around it. */
	float: left;
	margin-right: 8px;
	padding-right: 30px;
	padding-bottom: 10px;
}
.clearfloat { /* this class can be placed on a &lt;br /&gt; 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;
}
/* Navigation Main 
 *This class provides the main site navigation******************************/
#navigation ul
           { font-size: 15px; font-family: "Open Sans", sans-serif, Arial; font-weight: 400; background-color: #c7bda6; text-align: center; list-style-type: none; margin: 0; padding: 12px 0; width: 1038px }

#navigation ul li       { font-weight: 400; background-color: #c7bda6; text-transform: uppercase; display: inline; border-style: none solid none none; border-width: medium 2px medium medium; border-color: #fff }

#navigation ul li a
       { color: #333; font-weight: 400; text-decoration: none; background-color: #c7bda6; padding: 0.2em 1em }

#navigation ul li a:hover 
      { color: #000; font-weight: 600; text-decoration: none }
 
#navigation ul li a:active 
   { text-decoration: none; background-color: #c7bda7 }
#navigation  li.first-child .page {margin-left:0;}


#navigation li.last-child {border-right: 0; padding-right:0;}
#navigation  li.first-child .page {margin-left:0;}
#navigation li.last-child {border-right: 0; padding-right:0;}
#navigation li.last-child .page {margin-right:0;}
/*Style of Blockquote*/
blockquote    {
	color: #ab794d;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.2em;
	width: 250px;
	float: right;
	border-left: 3px solid #ab794d;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 20px;
	padding-right: 5px;
	padding-left: 20px;
	margin-top: 20px;
}
/*REMOTS Video on MOVIE Page */
#movie  { background-color: white; width: 1038px;}
#movie a   { color: #666; text-decoration: underline;}

.emphasis-copper /* inline heading */  { color: #ab794d; font-weight: 600 }
.emphasis-copper-no /* inline heading */  { color: #ab794d; font-weight: 400 }
.emphasis-blue /* inline heading */  { color: #3c8da7 }
/*Columns for Contact page*/
#left-contact    {
	margin-left: 100px;
	padding-left: 5px;
	float: left;
	border-left: 2px solid #ab794d;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 1.8em;
	text-align: left;
}
#right-contact  {
	display: inline;
	margin-left: 50px;
	padding-left: 3px;
	float: left;
	border-left: 2px solid #ab794d;
	line-height: 1.8em;
	text-align: left;
}
</pre></body></html>