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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRt #container {
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background-image:url(images/7.gif);
	background-position:right;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: inherit;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 475px; /* 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 */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 117px 15px 25px;
	margin-right: 0px;
	
}
.twoColFixRt #mainContent {
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 0px;
	width: 225px; 
	
} 

.twoColFixRt #mainContent h3 { font-family:Optima, sans-serif; font-variant:small-caps;}
.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 */
	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:inherit;
    font-size: 1px;
    line-height: 0px;
}
#nav {
	font-family:Optima, Arial, verdana, Helvetica, sans-serif;
	color:#000;
	display:block;
	background-image:
url(images/nav_menu_CSS_background.gif);
	list-style:url(none) none;
	text-align:right;
	padding-top: 175px;
	padding-right: 20px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-color: #898989;
	line-height: 40px;
}
#nav a {color:#FFF; text-decoration:none; font-size:12px;}
h2, h3 {font-family:Optima, Arial, Helvetica, sans-serif; font-weight:lighter; font-size:110%;}

#td1 {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #444444;
}

#td1 a {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-decoration:none;

}

#td2 {
	padding-left:25px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #444444;
}
#td2 a {text-decoration:none; color:#444444;}
#td2 a:hover {text-decoration:none; color:#888888;}

#td4 {font-family: Verdana, Arial, Helvetica, sans-serif; color:#444; font-size:10px; text-align:justify;}
#td4 a {text-decoration:none; color:#444444;}
#td4 a:hover {
	text-decoration:none;
	color:#888;
}



.style1 {
	font-size: 10px;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.style2 {
	color: #CCC;
	line-height: normal;
}

/* style3 is for the projects link to remain black but active when on projects pages*/
.style3 {font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#000; text-align:right;}

.style4 {
	font-size: 10px;
	color: #444444;
	text-align:justify;
	padding-left:10;
	line-height:15px;
}

.style6 a {text-decoration:none; color:#444444;}
.style6 a:hover {text-decoration:none; color:#888888;}

/*these borders are for thumbs in the CSVDataSet for the Project pages*/
#container2 img {
	text-align: justify;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	
}

/*this is for the images table*/
#container3  {
    text-align:justify;
	padding-top: 50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#222222;
	font-size:80%;
}

#lauren {color:#AAAAAA; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-decoration:none; text-align:right; padding-left:20px;}

#footer {
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	position: absolute;
	top: 1018px;
	left: 516px;
}

@font-face {
	font-family: optima;
	src: url('Optima-regular.otf');
}

@font-face {
	font-family: Optima;
	font-weight: bold;
	src: url('Optima-bold.otf');
}

@font-face {
	font-family: Optima;
	font-weight:italic;
	src: url('Optima-italic.otf');
}

[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRt #sidebar1 { width: 475px; }

<![endif][if IE]>

/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRt #sidebar1 { padding-top: 50px; }
.twoColFixRt #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]
