
/* ----- SPC NAME GLOBAL STYLESHEET ------*/

/* ------------------------------------------- */
/* -- general styles for site -- */

body {
	background: #003366 url('/images/system/v2/bg_gradient.jpg') top left repeat-x ;
	font-size:62.5%;
	font-size:10pt;
	font-family:arial, verdana;
}
p {

}
a {
	text-decoration:none;
	color: #0066cc;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-transform: uppercase;
}
h1 {
	font-size: 15px;
	color: #004a75;
	padding: 9px 0 10px 38px;
	margin: 1px 0 10px 0;
	background: url('/images/system/bg_h1circle.gif') top left no-repeat;
        border-bottom: 1px solid #004a75;
}
h2 {
	font-size: 13px;
	display: inline;
	color: #004A75;
	padding: 0 20px 0 0;
}
h3 {
	font-size: 12px;
	color: #004a75;
}
h4 {
	font-size: 11px;
	color: #004a75;
}
h5 {}
h6 {}

.printonly {
	display:none;
}

#sitelogo {
	background: url('/images/system/v2/spc_logo.gif') top left no-repeat;
}

/* ------------------------------------------- */
/* -- general layout styles for containers -- */

table.PageBoundingBox, table.ContentBoundingBox, #headerwrapper, #gnavwrapper, #footerwrapper {	
	 width:100%;
}
table.ContentBoundingBox {
}
#headercontent, #gnavcontent, #fixedcontentwrapper, #footercontent {
	/* fixed with of site content areas go here */
	width:965px;
	margin: 0 auto;
}
td.MainContent {}
td.LSB {}

/* ------------------------------------------- */
/* -- footer styles -- */

#footercontent {
	padding: 10px 0 0 0;
	height: 75px;
	background: #003366;
	color: #ffffff;
} 

#footercontent a {
	color: #ffffff;
	text-decoration:underline;
}

#schoolinfocontent { float: left; }
#address1content, #address2content { float:right; }
#schoolinfocontent, #address1content, #address2content {
	margin: 0 15px;
	display: inline;
}

/* ------------------------------------------- */
/* -- Iconize extensions, these will add an icon automatically to the predefined content types below.  Works in all browsers except IE 6 -- */

a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system/icons/icon_doc.gif) no-repeat center right;	
}
a[href$='.txt'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system/icons/icon_txt.gif) no-repeat center right;	
}
a[href$='.xls'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system/icons/icon_xls.gif) no-repeat center right;
}
a[href$='.pps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system/icons/icon_pps.gif) no-repeat center right; 
}
a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system/icons/icon_pdf.gif) no-repeat center right;	
}
a[href$='.fla'], a[href$='.swf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system/icons/icon_flash.gif) no-repeat center right;	
}
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system/icons/icon_archive.gif) no-repeat center right;	
}
a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] { 
	 padding: 5px 20px 5px 0;
	 background: transparent url(/images/system/icons/icon_film.gif) no-repeat center right;	 
}
a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system/icons/icon_music.gif) no-repeat center right;	
}
a[href ^="mailto:"] {
	 padding: 5px 20px 5px 0;
	 background: transparent url(/images/system/icons/icon_mailto.gif) no-repeat center right;	
}
/* this is set on images with links to files so they will not get an icon */
.noicon {
	padding-right: 0 !important;
	background: none !important;
}

