@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #E5F2FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E2E2E;
	line-height: 1.6em;
}

a, a:visited, a:active {
	color:#0075b0;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color:#0075b0;
	text-decoration: underline;
	cursor: pointer;
}

a:focus {
	outline:none;
}

p {
	margin-bottom: 12px;
}

ul {
	padding-top: 5px;
	margin-bottom: 7px;
	margin-left: 20px;
}

li {
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../_images/bullets/round.gif);  
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style-type: none;
}

ol {
	margin-top: 6px;
	margin-left: 20px;
	margin-bottom: 6px;
}

ol li {
	background-image: none;
	margin-left: 20px;
	margin-bottom: 6px;
	padding: 0px;
	list-style-type: decimal;	
}

img {
	border: none;
	margin: 0;
	padding: 0
}


/* GENERAL
----------------------------------------------- */
#mainWrapper {
	background-color: #FAFAFA;
	background-image: url(../_images/backgrounds/background.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#top {
	width: 880px;
	height: 95px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_images/backgrounds/back-top.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#topRight-mainContainer {
	width: 350px;
	float:right;
	text-align: right;
}

#topRigth-linksContainer {
	height: 45px;
}

#topRigth-linksContainer img {
	float:right;
}

#menu {
	width: 860px;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
}

#menu img {
	float: right;
}

#bodyContainer {
	width: 860px;
	margin: 30px auto 0 auto;
	padding-bottom: 1px;
}

#rightSide {
	width: 250px;
	float: right;
	min-height: 450px;
	background-image: url(../_images/backgrounds/back-rightSide.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 50px;
}

#rightSide-links {
	margin-left: 20px;
	padding-top: 40px;
	margin-bottom: 20px;
	color:#000066;
	font-weight: bold;
}

#rightSide-links a, #rightSide-links a:visited, #rightSide-links a:active {
	color:#000066;
	text-decoration: none;
	cursor: pointer;	
}

#rightSide-links a:hover {
	color:#777777;
	text-decoration: none;
	cursor: pointer;
}

#rightSide-links div {
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	padding-top: 8px;
	padding-bottom: 8px;
}

#rightSide-links div.last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;	
}

#rightSide-links p {
	margin-left: 15px;
	margin-bottom: 0;
	padding-top: 8px;
	font-weight: normal;
	background-image: url(../_images/bullets/singleArrow-rightLink.png);
	background-repeat: no-repeat;
	background-position: left 14px;
	padding-left: 12px;
}

#rightSide-content {
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 11px;
	color: #666666;
}

#rightSide-content img {
	padding: 7px;
	background-color:#EBEBEB;
	border: 1px solid #D6D6D6;
}

#leftSide {
	width: 580px;
	margin-bottom: 50px;
}

#leftSide h1 {
	margin-bottom: 20px;
}

#shareThis {
	float:right;
}

#footer {
	background-image: url(../_images/backgrounds/back-footer.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer-wrapper {
	width: 860px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 11px;
	color: #5B2B70;
}

#footer-wrapper a, #footer-wrapper a:visited, #footer-wrapper a:active  {
	color: #5B2B70;
	text-decoration: none;
	cursor: pointer;

}

#footer-wrapper a:hover {
	color:#777777;
	text-decoration: none;
	cursor: pointer;
}

#footer-rightSide {
	float: right;
	text-align: right;
}

#footer-rightSide img {
	padding-right: 22px;
}

.linkTop {
	background-image: url(../_images/bullets/arrowUp.png);
	background-repeat: no-repeat;
	background-position: 75px 8px;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}


/* HOME PAGE
----------------------------------------------- */
#banner {
	width: 866px;
	height: 276px;
	margin: 10px auto 30px auto;
	background-image:url(../_images/backgrounds/back-banner.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#banner-wrapper {
	padding: 13px;
}

#flashContainer {
	width: 560px;
	height: 250px;
	background-color: #F5F5F5;
}

#buttonsContainer {
	height: 250px;
	width: 270px;
	float: right;
	background-image: url(../_images/backgrounds/back-bannerRightSide.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#buttonsContainer-wrapper {
	padding: 15px;
}

#buttonsContainer-wrapper p {
	margin-bottom: 8px;
}

.donateBtn-homeContainer {
	background-image: url(../_images/backgrounds/line-homeDonate.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.newsletter-txt {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000066;
}

.newsletter-txt2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}

#newsletter-form {
	height: 27px;
	text-align: center;
}

#bodyContainer-home {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1px;
}

#leftSide-home {
	width: 550px;
}

#leftSide-home h1 {
	margin-bottom: 25px;
	background-image: url(../_images/backgrounds/back-mainTitleHome.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}

#leftSide-home h1 img {
	background-color: #FAFAFA;
	padding-right: 20px;	
}

#leftSide-home h2 {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #feab21;
	line-height: normal;
}

.contentBlock-leftSideHome {
	background-image: url(../_images/backgrounds/back-blockLeftHome.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.contentBlock-leftSideHome img, .contentBlock-leftSideHome-last img {
	margin-right: 15px;
}

.contentBlock-leftSideHome-last {
	margin-bottom: 20px;
}

#rightSide-home {
	width: 288px;
	background-image: url(../_images/backgrounds/back-rightSideHome.png);
	background-repeat:repeat-y;
	background-position: center top;
	float: right;
	margin-bottom: 20px;
}

#rightSide-home h1 {
	margin-bottom: 18px;
}

#rightSide-home-wrapper {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.newsItem {
	background-image: url(../_images/backgrounds/back-newsItem.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.newsItem img, .newsItem-last img {
	margin-right: 12px;
}

.newsItem p {
	margin-bottom: 0px;
}
 
 
/* PROGRAMS
----------------------------------------------- */
.csciReport-container {
	text-align: center;
	margin-bottom: 15px;
}

.csciReport-container img {
	background-color: #FAFAFA;
	margin-right: 40px;
	padding: 5px;
	border: 1px solid #D6D6D6;	
}


/* TYPOGRAPHY
----------------------------------------------- */
.greyTxt {
	color: #666666;
}

.lightBlueTxt {
	color: #00aeef;
}

.smallTxt {
	font-size: 11px;
}

.largeTxt {
	font-size: 14px;
}

.orangeTxt {
	color: #feab21;
}

.quote {
	color:#ff6517;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 20px;
	background-image: url(../_images/leftQuote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-top: 3px;
}

.quote-author {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.si-miniquote {
	position:relative;
	width:275px; 
	height:285px; 
	float:right; 
	overflow:hidden; 
	font-size:12px; 
	font-weight:bold; 
	color:#ff6517; 
	line-height:14px; 
	padding:6px; 
	border:none; 
	font-style:italic; 
	margin-left:4px; 
	font-family:Georgia, Times New Roman, Times, serif; 
	background-image: url(../_images/leftQuote.png); 
	background-repeat: no-repeat;	
	background-position: left top; 
	padding-left:25px;
}

.si-miniquote-author {
	font-size:11px; 
	color:#666666; 
	font-style:normal; 
	font-weight:normal; 
	line-height:13px; 
	font-family:Arial, Helvetica, sans-serif;
}


/* SEPARATORS AND GENERIC CONTAINERS
----------------------------------------------- */
.separator {
	background-image: url(../_images/backgrounds/line-separator.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;	
}

.contentHighlight-A {
	margin-bottom:25px;
	background-color: #F5F5F5;
	padding: 15px;
	border: 7px solid #EBEBEB;
	
}

.contentHighlight-B {
	margin-bottom:25px;
	background-image:url(../programs/images/yelhighlight.png);
	background-repeat:repeat-x;
	background-color: #FFF;
	padding: 15px;
	border: 7px solid #EBEBEB;
	
}

.contentHighlight-C {
	margin-bottom:25px;
	background-color: #FFFFFF;
	padding: 15px;
	border: 7px solid #EBEBEB;
	
}


/* IMAGES
----------------------------------------------- */
.image-border {
	background-color: #F0F0F0;
	padding: 5px;
	border: 1px solid #D6D6D6;
}

.image-border-noPad {
	border: 1px solid #D6D6D6;
	margin-right: 20px;
}

.banner {
	border: 1px solid #D6D6D6;
	margin-bottom: 15px;
}

.image-left {
	float: left;
	background-color: #F0F0F0;
	padding: 5px;
	border: 1px solid #D6D6D6;
	margin-right: 15px;
	margin-bottom: 5px;
}

.image-hover {
	background-color: #D6D6D6;
	padding: 5px;
	border: 1px solid #D6D6D6;
}

/* FORMS
----------------------------------------------- */
#search-container input.format {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
}

#newsletter-form input.format {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	color:#666666;
}

#newsletter-subscribe input.format {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
}

#contactForm input.format {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
}

#registrationForm input.format {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
}

label.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #CC0000;
	display: block;
}
select.error {
	border: 1px solid #CC0000;
}

/* jQuery Tabs
----------------------------------------------- */
ul.tabs-style {
	list-style-type: none;
	margin-bottom: 15px;
	padding-top: 5px;
	margin-left: 0px;
}
ul.tabs-style li {
	list-style-type: none;
	display: inline;
	padding-right: 18px;
	background-image: none;
	padding-left: 0px;
}
.ui-tabs-hide { display: none; }

/* styling of the flowplayer container. */ 
a.myPlayer { 
    display:block;
    width: 425px; 
    height:266px;  
    text-align:center; 
    margin:0 auto; 
   /*  float:left;  */
    border:1px solid #999;
	 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:75px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}

/* edutopia disclaimer  */

.edutopia {
font-size:9px;
color:#999999;

}

/*  missing crap  */

.nope { 
font-size:12px;
color:#FF0000;
font-weight:600;
}

.invisible {
display:none;
}

a.reveal {
	font-size: 100%;
	padding: 1px;
	background: #ffffff;
	color: #0075b0;
/*	font-family: Georgia, serif;  */
	font-style: italic;
	cursor: pointer;
}

/*  News Ticker  */

#NewsTicker{
	border:solid 1px #cccccc;
	background:#ffffff; 
	width:247px;
	height:495px;
	margin:0 auto;
	list-style:none;
}

ul.NewsTicker{
	list-style-type: none;
}
li.NewsTicker{
	list-style-type: none;
}
	#NewsTicker h1{
		padding:6px; margin:0; border:0;
		background:#dfe9d5;
		color:#000000;
		font-size:11px;
		font-weight:bold;
	}
	#NewsVertical {
	width: 247px;
	height: 475px;
	display: block;
	overflow: hidden;
	position: relative;
	list-style:none;
	}
	#controller{
	padding:6px;
	font-size:11px;
	color:#666;
	}
	#play_scroll_cont{display:none;}
	
	#NewsTicker #NewsVertical #TickerVertical    {
	list-style:none;
	l
	}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
		width: 247px;
		height: 330px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#TickerVertical li {
		display: block;
		width: 194px;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 6px;
		float: left;
		list-style-type: none;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
			text-decoration:none;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}
		
arrow.sprite-bluearrow { background-position: 0 0; } 
arrow.sprite-greenarrow { background-position: 0 -90px; }
#container li {
   background: url(csg-4a92debfc2b9a.png) no-repeat top left;
}

span.smarrow {
	width:40px; height:40px;
	background:url('../_images/buttons/pointer.png') no-repeat 0 0px;
}		
		
div.btn {

    width:175px; height:100px; 

    background:url('../programs/images/pricequote.png') no-repeat 0 0px;

    border: 1px solid #D6D6D6;

}

div.btn a.btnLink:hover {

    width:175px; height:100px; display:block; 

    background:url('../programs/images/pricequote.png') no-repeat 0 -150px;

}

div.btn a.btnLink:hover { background-position:0 -150px }

.btnLink {

    width:175px; height:100px; display:block; 

    background:url('../programs/images/pricequote.png') no-repeat 0 -150px;
	border: 1px solid #D6D6D6;

}

.imgIcon {
	padding:3px;
	width:30px;
	height:30px;
	float:left;
	border:0px;
	}
	

/* ---------  feedback form tab  --------------  */

#contactable {
/*	background-image:url(images/contact.png);   */
	color:#FFFFFF;
	background-color:#333333;
	cursor:pointer;
	height:102px;
	left:0;
	margin-left:-5px; 
	overflow:hidden;
	position:fixed;
	*position:absolute;
/*	text-indent:-100000px;  */
	top:102px;
	*margin-top:250px;
	width:44px;
/*	z-index:100000; */
}


.newtitle {
	color:#000066;
	font-size:24px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	padding-bottom:14px;
	line-height:26px;
}


#pform .signup {
	font-size:10px;
	font-weight:bold;
	width:300px;
	line-height:11px;
	padding-left:15px;
	}

	
#contactForm .signup {
	font-size:10px;
	font-weight:bold;
	width:300px;
	line-height:11px;
	padding-left:0px;
	color:#666666;
	}	
		
.sifaculty {
	margin-bottom:12px;

}

li.media-item {
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: none;  
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style-type: none;
}

.checkbox {
	width:25px;
	float:left;
	padding-left:2px;
}	


.imgbutt {
	border:none;
	
	cursor:pointer;

}	


.si-date {
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding-bottom:2px;
	}
	
.si-subbullet {
	list-style-type:square;
	list-style:square;
	
	}	