@charset "UTF-8";
body  {
	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: #2E2326;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #806246;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CCC url(../facultywebLayout2015_D.jpg);
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 800px;
	margin: 0 auto 0px;
	position: relative;
}
.oneColFixCtrHdr #header {
}
.oneColFixCtrHdr #mainContent {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 500px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
.oneColFixCtrHdr #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #Navigation {
	background-color: transparent;
	position: absolute;
	top: 525px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	text-align: center;
	left: 50px;
}
.oneColFixCtrHdr #Navigation img {
	margin-right: 85px;
	border-width: 0px;
	border-style: none;
}

.oneColFixCtrHdr #footer {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	position: absolute;
	top: 400px;
	left: 20px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	height: 1200px;
	background: #816248 url(../facultywebLayoutInnerPages2015.jpg) no-repeat 0px 0px;
	position: relative;
	margin: 0 auto 0px;
} 
.thrColFixHdr #Navigation {
	background-color: transparent;
	width: 750px;
	padding-left: 250px;
	margin-top: 50px;
}
.thrColFixHdr #Navigation img {
	margin-right: 65px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 150px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin: 0 325px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer {
	text-align: center;
}
.thrColFixHdr #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #47332B;
	line-height: 30px;
}
.thrColFixHdr   h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #300;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #003;
	border-width: 0px;
	border-style: none;
}
a:link {
	color: #003;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 0px;
	border-style: none;
}
a:visited {
	color: #003;
	font-family: Verdana, Geneva, sans-serif;
}
a:hover {
	color: #660000;
	font-family: Verdana, Geneva, sans-serif;
}
.oneColLiqCtr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background: #816248 url(../facultywebLayoutInnerPages2015.jpg) no-repeat 0px 0px;
	margin: 0 auto;
	height: 2500px;
}
.oneColLiqCtr #Aboutcontainer {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	height: 2800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: url(../facultywebLayoutInnerPages2015.jpg) no-repeat 0px 0px;
}
.oneColLiqCtr #mainContent {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 650px;
	text-align: center;
}

.oneColLiqCtr #mainContent a:link {
	color: #2E2326;
	border-width: 0px;
	border-style: none;
}
.oneColLiqCtr #Navigation {
	background-color: transparent;
	width: 800px;
	padding-left: 250px;
	margin-top: 50px;
}
.oneColLiqCtr #Navigation img {
	margin-right: 75px;
}
.oneColLiqCtr #portfolioHolder {
	height: 450px;
	width: 600px;
	text-align: center;
}
.oneColLiqCtr h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #2E2326;
}
.oneColLiqCtr h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2E2326;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #2E2328;
	line-height: 30px;
}

#containerSchedule {
	margin-right: auto;
	margin-left: auto;
}

#mainContent #AboutText {
	margin-left: 30px;
}

#mainContent table {
	margin-left: 40px;
	margin-top: 20px;
}
