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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}
.augustine-interior #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.augustine-interior #header {
	background: #DDDDDD;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 0 35px 0;
} 
.augustine-interior #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.augustine-interior #nav-bar {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	color: #888f5b;
	vertical-align: top;
	margin: 0px;
}


.augustine-interior #video-feature {
	position: relative;
	width: 540px;
	z-index: 2;
	margin: 20px 0 0 208px;
}


ul.navbar {
	list-style: none;
	margin: 0px;
	text-align: left;
	padding: 0px;
	vertical-align: top;
}
ul.navbar a {
	color:#888f5b;
	text-decoration:none;
}

ul.navbar a:hover {
	color:#888f5b;
	text-decoration: underline;
}

ul.navbar li ul li {
	color:#a87b50;
	list-style: none;
	font-size: 0.8em;
	margin: 0 0 0 -35px;
	text-align: left;
	padding: 0 13px 0 0;
}

ul.navbar li ul li a {
	color:#a87b50;
	text-decoration: none;
}
.augustine-interior #mainContent {
	margin: 0 0 0 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the nav-bar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #nav-bar space when the content in #nav-bar ends. */
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #666766;
	line-height: 1.4em;
} 

.augustine-interior #mainContent a {
	color: #888e5b;
	text-decoration: underline;
} 

strong {

	color: #888e5b;
	font-weight: bold;
}



.augustine-interior #footer {
	padding: 0 0 0 196px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	color: #888E5B;

} 
.augustine-interior #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 */
}

.augustine-interior #footer a {
	color: #888f5b;
	text-decoration: none;
}

.float-right { /* 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: 0 0 20px 0;
}
.float-left { /* 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;
}

h1 {
	color: #888e5b;
	font-size: 1.8em;
	margin: 0;
	line-height: 1.2em;
}

h2 {
	color: #888e5b;
	font-size: 1.4em;
	line-height: 1.5em;
}

h3 {
	color: #888e5b;
	font-size: 1.1em;
	font-weight: bold;
}

h4{
	color: #999965;
	/*margin: 0px;
	padding: 0px;*/
	margin-top: 14px;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}

#map{position:absolute; width:220px; margin:250px 0 0 350px; text-align:center;}

.facprofile_all {
	/*top:600px;*/
	position:relative;
	margin-top:20px;
	margin-bottom:40px;
}

.facprofile_all_first {
	/*first profile needs the clear*/
	position:relative;
	clear:both;
	margin-top:120px;
	margin-bottom:40px;
	
}

/*probably better way to do this, but this is what I got to work:
apply the height to profiles that are short in order to have nice
spacing between profiles*/
.facprofile_all_sm {
	/*top:600px;*/
	position:relative;
	margin-top:20px;
	margin-bottom:40px;
	height:320px;
}


.facprofile {
	/*for the image*/
	height:280px; 
	width:176px;
	top:0;
	right:0;
	float:right;
	margin-left:30px;
	position:relative;
	}

.facinfo_rt {
	/*the right column of info*/
	margin-left:75px;
}

.facinfo_lf {
	/*the left column of info (Title, Education)*/
	position:relative;
	float:left;
}

.facnav {
	/*for the return to top nav*/
	margin-left:265px;
	margin-bottom:50px;
}
	

/*these are for the teacher names and positions
listed alpha and by grade*/
.fac_table {
	position:relative;
	margin-bottom:400px;
	clear:both;
}

.factable_lf {
	position:absolute;
	top:0;
	left:0;
	line-height:24px;
}

.factable_rt {
	margin-left:15px;
	position:relative;	
	float:left;
	top:0;
	left:125px;
	line-height:24px;
}
