/* Template Design by Southborough Website Design, http://southboroughwebsitedesign.com/  */
/* Published for http://www.ashlandpto.com/ */

/**************** body styles ****************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	text-align:center;
	color:#333333;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
}

/* set default of all table cells to align text at top */ 
td, th {
	vertical-align:top;
}

/* logo image */
img.logo {
	margin:5px;
}

/* set default link colors to match scheme */
a {
	color:#0000CC;
	text-decoration:underline;
}
a:hover {
	color:#CC3333;
	text-decoration:underline;
}

/* set defaults for images wrapped in a DIV */ 
/* imga will have frame in a border with margin spacing */
/* imgb will have only have margin spacing */

.imgaleft, .imgacenter, .imgaright {
	padding:4px;
	border:1px solid #000000;
	background-color:#CCCCCC;
}
.imgaleft, .imgbleft {
	float:left;
	margin:0 15px 15px 0;
}
.imgacenter, .imgbcenter {
	display:block;
	margin:0 auto 5px auto;
}
.imgaright, .imgbright {
	float:right;
	margin:15px 0 5px 10px;
}
.imgcenterish {
	margin:0 auto 0 300px;
}

/* set styles for common navigation in top right corner */
/* wrap in a DIV so that the DIV floats right not the links */

#topnav {
	float:right;
	color:#000000;
	margin:0px 5px 4px 0px;
	padding:0px;
}
#topnav a {
	font-size:0.8em;
	color:#000000;
	background-color:inherit;
	text-decoration:none;
}
#topnav a:hover {
	color:#990000;
	background-color:inherit;
	text-decoration:underline;
}

/* container table sets a border around the main table */

#container{
	padding:2px;
	text-align:left;
	background-color:#ffffff;
	color:#333333;
	border:1px solid #cccccc;
}

/* header styles for the top cell, site title and tag line */
#header{
	margin:0;
	padding:1px;
	background-color:#ffffff;
	color:#000066;
	border-bottom:1px solid #CCCCCC;
}

#header h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	background-color:#FFFFFF;
	padding:0;
	margin:5px 0 0 10px;
}

#header h2{
	padding:0;
	margin:0px 0px 15px 20px;
	font-size:1.1em;
	font-family:"Times New Roman", Times, serif;
	background-color:inherit;
	color:#000000;
	font-weight:normal;
}
#header2 {
	margin:0;
	padding:1px;
	background-color:#ffffff;
	color:#000000;
	border-bottom:1px solid #FFFFFF;
}
#header2 h2{
	padding:0;
	margin:0px 0px 5px 20px;
	font-size:1.1em;
	font-family:"Times New Roman", Times, serif;
	background-color:inherit;
	color:#000000;
	font-weight:normal;
}
p.headeraddress {
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666666;
	background-color:#FFFFFF;
	margin:0px 0px 2px 10px;
}

/* primary navigation below the header */

#navigation {
	background-color:#FFFFFF;
	color:#006699;
	padding:0 0 0 6px;
}

#navigation a.none {
	display:block;
	float:left;
	padding:4px 6px 4px 6px;
	font-size:0.85em;
	font-weight:normal;
	text-decoration:none;
	background-color:#FFFFFF;
	color: #006699;
	border-right:1px solid #CCCCCC;
}
#navigation a:hover{
	background-color:#FFFFFF;
	color:#CC3333;
	text-decoration:underline;
}
#navigation a.selected {
	background-color:#999999;
	color:#FFFFFF;
	text-decoration:none;
}

/* left hand navigation */

#leftnav {
	color:#006699;
	background-color:#EEEEEE;
	border-right:1px solid #CCCCCC;
	width:155px;
	padding:2px;
	padding-top:0;
}
#leftnav a {
	color:#006699;
	padding:2px 0px 2px 6px;
	font-size:0.85em;
	text-decoration:none;
}
#leftnav a:hover {
	color:#CC3333;
	text-decoration:underline;
}
#leftnav h3 {
 font-size: 0.9em;
 color: #000000;
 margin-bottom: 0px;
 padding-bottom: 0px;
}


/* relatedlinks styles */

.relatedlinks {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 8px;
	border-bottom: 1px solid #999999;
}

.relatedlinks h3 {
	padding: 0px 0px 2px 0px;
	margin:0;
}

.relatedlinks a {
	display: block; 
}




/***** Main Content styles *****/

#content {
	padding:0 15px 10px 1em;
}

#content h2{
	margin:15px 0 8px 0;
	padding:0;
	font-size:1.25em;
	color:#000000;
	background-color:inherit;
}
#content h3 {
	margin:0 0 5px 0;
}
/* available to change other a:hover actions from defaults at top of this page */
#content a:hover, #subcontent a:hover {
	text-decoration:underline;
}
/* sets spacing around ordered ol and unordered ul lists then list items li */
#content ol, #content ul {
	margin:0 5px 16px 35px;
}
#content li {
	margin:2px 0 2px 0;
}

#underline {
	text-decoration:underline;
}

/* for job descriptions formatting */
.jobblurb {
	margin:0 0 8px 20px;
	padding:0;
	font-size:0.9em;
}
.joblist {
	font-size:0.9em;
}
.jobsubtitle {
	margin:10px 0 3px 20px;
	font-size:0.9em;
	font-weight:bold;
}

/***** right Sidebar styles *****/
#subcontentcontainer {
	padding:5px;
	float:right;
	margin:-1px -5px 1em 1em;
	background-color:EEEEEE;
	border:2px solid #CCCCCC;
	width:225px;
}

#subcontentcontainer2 {
	padding:5px;
	float:right;
	margin:0 -5px 1em 1em;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	width:265px;
}
#subcontentcontainer3 {
	padding:5px;
	margin:2px 2px 2px 2px;
	font-size:0.9em;
	color:#333333;
	background-color:#ffffcc;
	border:1px solid #CC0000;
	width:500px;
}

#subcontent {
	padding:0;
	margin:0;
}

#subcontent h2 {
	margin:5px 0 5px 0;
	font-weight:bold;
	text-align:center;
	color:#CC0000;
}
#subcontent h3 {
	margin:5px 0 5px 0;
	font-weight:normal;
	text-align:left;
	color:#333333;
}

#subcontent p {
	font-size:0.9em;
}

.subtitle {
	font-size:0.8em;
}

/***** sub navigation styles - a list currently inside right side bar *****/

#subcontent .menublock {
	margin:0 0 20px 0px;
}
#subcontent .menublock p {
	padding:0;
	margin:10px 0 15px 0.75em;
	font-size:0.85em;
}
#subcontent .menublock li {
	padding:0;
	margin:0 0 8px 0;
	font-size:0.85em;
}
#subcontent .menublock a {

}
.menublock a:hover {

}
.address {
	font-size:0.8em;
	margin:0;
	padding:5px;
	clear:both;
}

.indeximageframe1 {
	padding:0px;
	margin:3px;
	background-color:#FFFFFF;
	border:2px solid #000099;
	text-align:center;
	width:200px;
}

.indeximageframe2 {
	padding:0px;
	margin:3px;
	background-color:#FFFFFF;
	border:2px solid #000099;
	text-align:center;
	width:200px;
}

.caption {
font-size:0.70em;
color:#333333;
padding: 12px 0px 12px 0px;
}

td.borderbottom {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding-top:10px;
	padding-bottom:10px;
	}


/* Wish List Area */
.wishlistforms {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:4px;
	font-size:0.9em;
}
.wishlistheader {
	background-color:#006699;
	color:#FFFFFF;
	font-size:0.9em;
	text-align:center;
	border-left:1px solid #CCCCCC;
}
.wishlistrowheader {
	background-color:#006699;
	color:#FFFFFF;
	font-size:0.9em;
	text-align:left;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.wishlistcell {
	background-color:#FFFFFF;
	color:#000000;
	font-size:0.85em;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.wishlistcellteacher1 {
	background-color:#EEEEEE;
	color:#000000;
	font-size:0.85em;
	font-weight:bold;
	border-left:1px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	border-top:2px solid #999999;
}
.wishlistcellteacher2 {
	background-color:#EEEEEE;
	color:#333333;
	font-size:0.75em;
	border-left:1px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	border-top:2px solid #999999;
}
.wishlistspacer {
	background-color:#000000;
	color:#000000;
	font-size:0.85em;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	height:4px;
}

/***** Footer cell styles *****/

#footer {
	font-size:0.8em;
	text-align:center;
	color:#FFFFFF;
	background:#006699;
	padding:8px;
}
#footer p {
	padding:0;
	margin:3px;
}
#footer a {
	color:#FFFFFF;
}
#footer a:hover {
	color:#993333;
	text-decoration: underline;
}

/* misc styles */
.sponsor {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
		color:#000000;
	margin:10px 0 2px 0;
	padding:2px 1em 2px 1em;
} 

.sponosorlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em;
		color:#ff0000;
	margin:0px 0 10px 20px;
	padding:2px 1em 2px 1em;
} 
	


/* quotes and quoted */

.quote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#000000;
	margin:10px 0 10px 0;
	padding:2px;
} 
.quoted {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em;
	font-style:italic;
	padding-bottom:5px;
	border-bottom:1px solid #FF0000;
} 

.indent {margin-left:20px;}
.tightindent {
	margin:0 0 8px 20px;
	padding:0;
}

.box{
	float:right;
	margin:0 0 20px 0;
	padding:6px;
	border:1px solid #c0c0c0;
	background-color:#EEEEEE;
	color:#333333;
	line-height:1.2em;
}

.safetylinkstitle {
	font-size:1.0em;
	font-weight:bold;
	margin:15px 5px 5px 0px;
}
.safetylinks {
	font-size:0.85em;
	padding:4px 0px 4px 15px;
}
.safetylinks a {
	text-decoration:none;
}

	
/* spacer image to keep tables from collapsing below 700px */
img.spacer {
	margin:0;
	padding:0;
}

/* footer southborough website design link styles */
#southborough {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:0.8em;
	text-align:center;
}
#southborough a {
	color:#006699;
	text-decoration:none;
}
#southborough a:hover{
	color:#CC3333;
	text-decoration:underline;
}

