/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

body {
	background-color:#666666;
	font-size:11px;
	min-width:660px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#mainContainer{
	background-color:white;
	margin:75px auto 150px auto;
	width:661px;
	position:relative;
}
#logo{
	position:absolute;
	top:-34px;
	left:-3px;
	height:32px;
	width:207px;
	background-image:url(../images/tylorneist.gif);
	background-repeat:no-repeat;
}
#navBar{
	position:absolute;
	top:-22px;
	right:15px;
	height:20px;
	width:auto;
	color:white;
	font-weight:normal;
}
#navBar a{

	color : white;
	font-weight:normal;
	text-decoration : none;
}
#navBar a:hover{ color:red;}
#filler{
	height:5px;
	width:auto;
}
#header{
	margin-top:0px;
	margin-bottom:7px;
	margin-right:auto;
	margin-left:auto;
	width:654px;
	height:152px;
	background-image:url(../images/contact_header.jpg);
	background-repeat:no-repeat;
}
#header_teaching{
	margin-top:0px;
	margin-bottom:7px;
	margin-right:auto;
	margin-left:auto;
	width:654px;
	height:152px;
	background-image:url(../images/teaching_header.jpg);
	background-repeat:no-repeat;
}
#header_contact{
	margin-top:0px;
	margin-bottom:7px;
	margin-right:auto;
	margin-left:auto;
	width:654px;
	height:152px;
	background-image:url(../images/contact_header.jpg);
	background-repeat:no-repeat;
}

#breadCrumbBorder{
	height:2px;
	line-height:0px;
	background-color:#343D3C;
	border-bottom:1px solid #636357;
	color:#cccccc;
}
#breadCrumb{	
	background-color: #343D3C;
	padding-left:1.2em;
	padding-right:1em;
	padding-top:.5em;
	padding-bottom:.5em;
	text-align:left;
	color:#cccccc;
	
}
/* main */
.content{
	padding:10px 35% 15px 15px;
	color:#333333;
	text-align:left;
}
.content p {
	font:11px/16px verdana, arial, helvetica, sans-serif;
	margin:0px;
	padding:.5em;
}
.content ul{
	list-style-type:none;
	margin:0px;
	padding:.5em;	
	line-height:16px;
}
.content img{
	margin:10px;
}
.content h2{
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #666666;
	margin-bottom:10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.content h3
{
	font-size:13px;
	font-weight:bold;
	padding:7px 0px 7px .5em;
	margin:0px;
}
.content a{
	color:#900;
	text-decoration:none;
}	
.content blockquote{
	margin:0 15px 0 15px;
}
.content #NoSidebar{ width:100%;}
/* sidebar */
#sidebar {
		width:30%;
		height:auto;
		position:absolute;
		top:185px;
		left:445px;
		color:#666666;
	}

/* main no sidebar*/
.contentNoSidebar{
	padding:10px 70px 15px 70px;
	color:#333333;
	text-align:left;
}
.contentNoSidebar p {
	font:11px/16px verdana, arial, helvetica, sans-serif;
	margin:0px;
	padding:.5em;
}
.contentNoSidebar ul{
	list-style-type:none;
	margin:0px;
	padding:.5em;	
	line-height:16px;
}
.contentNoSidebar img{
	margin:10px;
}
.contentNoSidebar h2{
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #666666;
	margin-bottom:10px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.contentNoSidebar h3
{
	font-size:13px;
	font-weight:bold;
	padding:7px 0px 7px .5em;
	margin:0px;
}
.contentNoSidebar a{
	color:#900;
	text-decoration:none;
}	
.contentNoSidebar blockquote{
	margin:0 15px 0 15px;
}

	
/*  sponsered links  */

#sponseredLinks{
	margin-top:20px;
	margin-left:0px;
	background-color: #CCCCCC;
	color: #333333;
	}
#sponseredLinks p {
	font:11px/16px verdana, arial, helvetica, sans-serif;
	margin:0px;
	padding:.5em;
	}
#sponseredLinks h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: auto;
	width: auto;
	color: #cccccc;
	margin:0px;
	padding:0.5em;
}
#sponseredLinks a{
	color:#900;
	text-decoration:none;
}	

.tr_gray{
 background: url("../images/tr_dgray.gif") no-repeat right top;
 height:100%;
 width:100%;
}
.tl_gray{
 background:  url("../images/tl_dgray.gif") no-repeat left top;
 background-color: #343D3C;
 height:100%;
 width:100%;
}
.br_gray{
 background: url("../images/lr_gray.gif") no-repeat bottom right;
 height:100%;
 width:100%;
}
.bl_gray{
 background: url("../images/ll_gray.gif") no-repeat bottom left;
 height:100%;
 width:100%;
}
.divider
{
	border-top:1px solid #666666;
	margin-left:10px;
	margin-right:10px;
}




/* white corner classes */

.tr{
 background: url(../images/tr_white.gif) no-repeat right top;
 height:100%;
 width:100%;
}
.tl{
 background: url(../images/tl_white.gif) no-repeat top left;
 height:100%;
 width:100%;
}
.br{
 background: url(../images/lr_white.gif) no-repeat bottom right;
 height:100%;
 width:100%;
}
.bl{
 background: url(../images/ll_white.gif) no-repeat bottom left;
 height:100%;
 width:100%;
}
