﻿@charset "utf-8";

body {
	background-image:url('../images/bg-home.jpg');
	background-repeat:repeat-y;
	background-position:center center;
	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;
	height:100%;
}

.faculty_image {
	width:122px;
	height:150px; 
	text-align:left;
	border:0;
	}
#faculty {
	text-align:left;
}	

.faculty_td {
	vertical-align:top;
	width:145px;
	height:150px;
	text-align:left;
}
.faculty_td_short {
	vertical-align:top;
	width:145px;
	height:64px;
	text-align:left;
}
.faculty_td_short2 {
	vertical-align:top;
	width:145px;
	height:51px;
	text-align:left;
}

.assignment {
padding-top:26px;
}

.normal {
	line-height:1.2em;
	font-size:.9em;
	margin-top:0;
	margin-bottom: 0;
	width:100%;

}
.bold {
	line-height:1.2em;
	font-size:.9em;
	margin-top:0;
	margin-bottom: 0;
	font-weight:bold;
	width:110%;

}



.heading {
	line-height:1.2em;
	font-size:1.2em;
	margin-bottom: 1.5pt;
	font-weight:bold;

}
.ital {
	font-family:"Times New Roman", Times, serif;
	font-size:.9em;
	margin-top:0;
	margin-bottom:0;
	font-style:italic;

}
.oneColFixCtrHdr #container {
	margin-left:-1px;
	width: 802px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

}

.oneColFixCtrHdr #header {
	background: #06056b; 
	background-image:url('http://www.chstacoma.org/images/group.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:-1px;
	background-repeat:no-repeat;
	padding: 30px 40px 0 0;  /* 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. */
	height:120px;
	color:white;
	text-align: right;

}

.oneColFixCtrHdr #header p {
	font-family: "Times New Roman", Times, serif;
	padding:0 auto;
	font-size:large;
	font-style: italic;
}

.oneColFixCtrHdr #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:0 auto;/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24pt;
	font-family: "Times New Roman", Times, serif;
	letter-spacing:8px;
}

/*------------------------------------------------------
M E N U - MENUWRAPPER, TABS2
------------------------------------------------------*/
#menuwrapper {
    background-image:url('/images/shadow.gif'); 
    background-repeat:repeat-x;
    background-position: left top;
	margin:0 auto;
	padding:20px 0 0 0;
	width:802px;
	height:85px;
/*			background:#ffffff;*/
	overflow:hidden;
	}
    #tabs2 {
		margin:0 auto;
		float:left;
		font-size:.78em;
/*		background:#F4F7FB;*/
		line-height:normal;
		border-bottom:1px solid #627EB7;

      }
    #tabs2 ul {
	margin:0;
	  padding:0 5px 0 12px;
	  list-style:none;
      }
    #tabs2 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs2 a {
      float:left;
      background:url('../images/tableft1.gif') no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
            }
    #tabs2 a span {
      float:left;
      display:block;
      background:url('../images/tabright11.gif') no-repeat; right top;
      color:#000033; 
	padding:5px 15px 4px 6px;            }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs2 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
     color:#627EB7;
      }
    #tabs2 a:hover {
      background-position:0% -42px;
      }
    #tabs2 a:hover span {
      background-position:100% -42px;
      }
/*- END TABBED MENU--------------------------- */ 

/*------------------------------------------------------
M A I N - Columns, RIGHTBOTTOM
------------------------------------------------------*/
#columns {
	margin:0 auto;
	padding:6px 6px 6px 6px;
	width:776px;
	height:450px;
}

#singlecolumn {
	margin:0 auto;
	padding:0 30px 10px 30px;
	height:auto;
	overflow:hidden;
}


.column1 {
	float: left;
	width: 390px;
	margin-left:12px;
	padding-right:12px;
	margin-bottom:10px;
}
.column2 {

	border-left:1px #000 solid;
	float: left;
	padding-left:25px;
	width: 320px;
	height:450px;
	margin-right:5px;

}
.column2 ul {
padding: 0 0 0 0;
list-style-type: none;
}
.column2 ul li a {
text-decoration: none;
}
.column2 ul li a:hover {
color: #111;
}
.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;
}

.oneColFixCtrHdr #mainContent {
	margin-left:-1px;
	height:auto;
	padding:5px 5px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding-top:35px; 
	padding-left:8px;
	padding-right:8px;
	padding-bottom:0;
	height:65px;
	padding-bottom:20px;
	background-image:url('../images/footer.jpg');
	background-position:right top;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #footer h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0 0 0 8px;
	color:navy;
	font-size:12pt;
	font-weight:bolder;
	}/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
.oneColFixCtrHdr #footer ul {
	  margin:0;
	  padding:18px 5px 5px 0;
	  list-style:none;
      }
.oneColFixCtrHdr #footer li {
	font-size:10pt;
	display:inline;
	margin:0 auto;
	color: #333333;
	padding:5px 5px 5px 5px;
	border-left: 1px solid #000066;
      }	
.oneColFixCtrHdr #footer li.first {
	margin-left: 4px;
		padding:5px 5px 5px 5px;
	border-left: none;
	list-style: none;
	display: inline;
	}
.oneColFixCtrHdr #footer a {
	text-decoration:none;
	color:navy;
}	
.oneColFixCtrHdr #footer a:hover {
	text-decoration:underline;}

