/* CSS Document */

body {
font-size:1em;
}

/***********************************************/
/* Category Header                                 */
/***********************************************/
div#pageBanner{
background-image:url(images/all/newtonfacecrop.jpg);
background-position:551px 21px;
background-repeat:no-repeat;

width:750px;
background-color:#CA1818;
border-bottom:1px solid #FFD641;
}
div#breadcrumbNav{

height:21px;
width:100%;
border-bottom:1px solid #FFD641;
background-image:url(images/all/headerdivider.gif);
background-position:550px 0px;
background-repeat:no-repeat;
background-color:#CA1818;
}
div#breadcrumbNav ul{
float:left;
}
div#breadcrumbNav li{
float:left;
list-style-type:none;
}
div#breadcrumbNav span{
display:none;
}

div#breadcrumbNav a.home:link, div#breadcrumbNav a.home:visited{
float:left;
diplay:block;
width:48px;
height:21px;
text-decoration:none;
background-image:url(images/breadCrumb/Home.gif);
background-repeat:no-repeat;
background-position:0 0;
margin-left:16px;
}

#guide{
width:169px;
height:21px;
text-decoration:none;
background-image:url(images/breadCrumb/TeacherGuides.gif);
background-repeat:no-repeat;
background-position:0 0;
}

#hosts{
width:72px;
height:21px;
text-decoration:none;
background-image:url(images/breadCrumb/hosts.gif);
background-repeat:no-repeat;
background-position:0 0;
}

div#breadcrumbNav #header{
padding-left:16px;
}
div#titleGroup{
width:550px;
border-right:1px solid #FF914B;
background-color:#FF6352;
}

div#titleGroup #title{
margin: 10px 4px 10px 12px;
}
div#subhead{
width:550px;
border-top:1px solid #FF914B
}
div#subhead p{
font-family:Arial,Helvetia;
font-size:.9em;
font-weight: normal;
font-variant: normal;
letter-spacing:.05em;
padding: 5px 4px 5px 12px;
color:#fff;
}

/***********************************************/
/* Content                                 */
/***********************************************/

.hostTitle{
clear:both;
position:inherit;
height:31px;
overflow:hidden;
width:100%;
border-bottom:1px solid #FF6352;
border-top:3px solid #FF6352;
background-image:url(images/all/applearrow.gif);
background-repeat:no-repeat;
margin:6px 0 0 0;
}

.hostTitle h1{
padding:6px 0;
margin-left:30px;
}

div#first{
border-top:none;
margin:0 0 0 0;
}

.hostBrief{
width:100%;
margin-top:0px;
clear:both;
position:relative;
}


.hostPhoto{
float:left;
margin:10px 10px 10px 30px;
border:1px solid #FF6352;
}

.hostBrief p{
padding:6px 30px 10px 0px;
}
.clear{
clear:both
}
