@import "content.css";

html 
{
    height: 100%;
    margin-bottom: 1px;
    }

body 
{
    background: #FFF url('/arthur/images/site/bg.jpg') repeat-x;
    /* background: #AAA; */
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    text-align: center;
    color: #000;
    line-height: 1.3em;
    height: 100%;
    }

img 
{
    border: 0px;
    }

a:visited, a:active, a
{
    color: #075592; 
    text-decoration: none;
    }  
  
a:hover
{
    text-decoration: underline;
    }    

#wrapper 
{
    width: 960px;
    margin: 0px auto 0px auto;
    text-align: left;
    background: #FFF;
    min-height: 100%;
    border: solid 1px #5398C1;
    }

#banner 
{
    width: 960px; 
    text-align: center;
    padding-top: 10px;
    }
    
#banner img 
{
    border: 0px;
    }    
    
#nav
{
    width:200px;
    float:left;
    overflow: auto;
    min-height: 400px;
    background-color: #d8eafc;
    margin-left: 10px;
    }    

#nav h2 
{
    font-size: 1em;
	color:#000000;
	margin:0;
	padding:15px 5px 4px 6px;  
    }

.container
{
    width: 750px;
    /*float: left;*/
    overflow: auto;
    }   
    
#content
{
    width:720px;
    border-left: dotted 1px #000;
    padding: 0px 0px 15px 15px;
    margin: 0px 0px 15px 10px;
    overflow: auto;
    min-height: 700px;
    }  
    
#content a 
{
    font-weight: bold;
    }        
    
#footer
{
    background: #FFFFFF url(/norwell/images/site/footer_line.gif) no-repeat center;
    width: 960px;
    height: 16px;
    }  
   
#footer-text
{
    margin: 10px 5px 20px 5px;
    text-align: center;
    font-size: 0.8em;
    padding-bottom: 10px;
    }
    
.mail_link a
{
    text-decoration: none;
    }        

.dmsViewItemAnchor 
{
    font-weight:bold;
}

#blogwrap{
width: 720px;
border-left: dotted 1px #000;
padding: 0px 0px 15px 15px;
margin: 10px 0px 15px 10px;
overflow: auto;
min-height: 480px;
}

#blogEntriesWrap {
width: 475px;
float: left;
}

#blogSidebarWrap {
width: 225px;
float:right;
list-style-type:none;
}
#teacher_calendar {
    width: 220px;
    margin: 0px 10px 10px 10px;
    float: right;
    }
    
#teacher_calendar h2 {
    font-size: 1em;
	color:#18067C;
	margin:0;
	padding: 0px 0px 0px 10px;  
    }    

#news_link 
{
	float: right;
	padding-right: 25px;
	}	
	
#news_link a
{
	font-size: 1em;
	}

#col1 {
	width: 450px;
	margin: 0px;
	padding: 10px;
	float: left;
}

#col2 {
	width: 222px;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    float: left;
    text-align: left;
}

#announce_body li {
	margin-bottom: 10px;
}

#promo_box {
	width: 220px;
	border: solid 1px #000000;
	margin: 10px 0px 0px 0px;
	padding: 0;
	float: left;
	background-color: #F1F7E8;
}

.principals_blog {
	border: 0px;
	margin: 10px 10px 0px 10px;
	padding: 0px;
}

#promo_box ul {
    list-style-type: square;
}

#promo_box li {
	margin: 3px 15px 10px 12px;
	border-bottom: solid 1px gray;
}

#promo_box a {
	color: #004CC4;
}

#whatsup {margin-bottom: 15px;}

#whatsup img {border: 0px;}

#promo_buttons {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 222px;
	float: right;
	}
	
#promo_buttons ul 
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
	
#promo_buttons li {
	margin: 0;
	padding:6px 0px 6px 0px;
}

#promo_buttons a {
	text-decoration: none;
}

#promo_buttons a:hover {
	text-decoration: underline;
}

#kids 
{
    margin: 50px 0px 10px 10px;
    } 
    
pre {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    color: #000;
    line-height: 1.3em;
    }    

