
/* ----- 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;
        font-weight: bold;
	color: #004a75;
	padding: 9px 0 0 0;
	margin: 1px 0 10px 0;
        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;
}
.floatRight {
	float: right;
}

#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: 95px;
	background: #003366;
        background-image: url(/images/system/bg_footer09.gif);
        background-repeat: no-repeat;
        background-position: center top;
	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;
}

/* default overall settings */
#jquery-slideshow {width:700px;height:360px;margin-bottom:20px;background:#000;position:relative;z-index:5;overflow:hidden;border-bottom: solid;border-bottom-color: #fff;border-bottom-width: 1px;}	
	#slides {position:relative;z-index:5;}
		#slides li {width:700px;height:360px;overflow:hidden;}
		#slides li img {width:700px;height:360px;overflow:hidden;}
		#slide-nav-wrap {width:700px;height:20px;/*background:url('/images/system/black-trans-65.png')*/ ;position:absolute;bottom:0;z-index:10;}/* container holding auto generated links */
			#slide-nav  {width:150px;position:absolute;}
			#slide-nav a {margin:0 5px;float:left;text-indent:-9999px;width:10px;height:10px;display:block;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius:5;border-color:#fff;background:#898989;}
				#slide-nav a:hover, #slide-nav a.activeSlide {background:#fff;}
	/* custom unique slideshow dimensions */
	/* custom unique slideshow dimensions for cmst are in snipplet 337 */
	#jquery-slideshow.library, .library #slides li, .library #slides li img{width:500px;height:300px;}
                 #jquery-slideshow.library ul { margin:0;}
		.library #slide-nav-wrap {width:960px;height:40px;}
		.library #slide-nav {left:20px;top:20px;height:20px;margin:0;overflow:hidden;}



