@charset "UTF-8";
/* CSS Document */


body {
	
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align:center;
	margin: 0;
	padding: 0;
	
	
}


#container {
	width: 900px;

	line-height: 1.25;

	margin: 40px auto;
    text-align:left;
	padding: 0;
	border: 1px solid #CDCDCD;
	
	
}

#banner {
	
	height: 240px;
	/*position: relative;*/
	
	
}

#banner img.firstPhoto {
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 50px;

}

#fadeshow1 {
	float: left;
	margin-top: 10px;
	
}

.film {
	width: 900px;
	margin-left: 175px;
}

#navBar {
	
	height: 30px;
	background-color: #cc5f1b;
}


#navBar ul {
	list-style:none;
	margin-left: 20px;
	font-size: 1em;

}

#navBar ul li {

float: left;

}

#navBar li a:link, #navBar li a:visited  {
display: block;
text-decoration:none;
color: #fff;
padding: 5px 20px 10px 0;
border: none;
}

#navBar li a:hover {

color: #000;
border: none;
}


#sidebar1 {
	float: right;
	width: 420px;
	
	/* since this element is floated, a width must be given */
	/*background: #EBEBEB;*/ /* top and bottom padding create visual space within this div */
	padding: 10px 20px 0 10px;
	
	font-size: .80em;
	border-left: solid #aaa 1px;
	
}
	
#sidebar1 ul, #sidebar1 li {
	list-style:none;
}
#sidebar1 a:link {
	font-weight:bold;
    color: #cc5f1b;
	text-decoration:none;
	border: none;
}

#sidebar1 a:hover {
	color: #000;
	font-weight: bold;
	text-decoration:underline;
}

#sidebar1 img {
	padding: 10px 0 0 0;
}


#sidebar1 p a:link, #sidebar1 p a:visited {
	font-weight: bold;
	color: #cc5f1b;
	text-decoration:none;
}
#sidebar1 p a:hover {
	color: #000;
	font-weight: bold;
	text-decoration:underline;
}

#sidebar1 .rightvol img {
	padding-left: 35px;
	vertical-align: middle;
	
}



p.newspacing {
	padding-left: 30px;
	
}

#sidebar1 ul.listvolunteer li
{
	list-style-position: outside;
	list-style-type: circle;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
	width: 400px;
	margin-left: 0; /* the left margin will look best if you match the padding amount to the header and footer. */
	padding: 10px 20px 0 20px;
	background-color: #FDFDFD;
	font-size:.8em;

	
	
	
}

#mainContent p {
	text-align:left;
}

#mainContent .listvolunteer ul li
{
	list-style-position: outside;
	list-style-type: circle;
}

#mainContent .otherList li
{
	list-style:none;
}
#mainContent .center {
	padding-left: 30px;
}

#StudentmainContent {
	margin-left: 25px;
	margin-top: 10px;
	padding: 20px;
	font-size: .80em;
	text-align:left;
	width: 30em;
	
}

#StudentmainContent h3 {
	font-size: .80em;
	padding-left: 15px;
}

#StudentmainContent .movieclip {
	margin-left: -20px;
	padding-top: 5px;

	
}

#mainContent ul, #mainContent li {
	list-style-image: none;
	list-style-type: circle;
}

#mainContent p .teachers {
	clear:left;
	padding-left: 15px;
}

#mainContent p .donate {
	clear:both;
}

#mainContent a:link,#mainContent a:visited  {
	color: #cc5f1b;
	font-style:italic;
	text-decoration:none;
	border: none;
}

#mainContent a:hover  {
	color: #000;
	font-style:italic;
	text-decoration:underline;
}

 #footer {
	
	height: 30px;
	background-color: #DDDDDD;
}


#footer ul {
	list-style:none;
	margin-left: 60px;
	font-size: .7em;

}

#footer ul li {

float: left;

}

#footer li a:link, #footer li a:visited  {
display: block;
text-decoration:none;
color: #999;
padding: 8px 20px 0 0;
border: none;
}

#footer li a:hover {
	color: #060606;
}



.imagesloc {
	padding-top: 25px;
	padding-left: 10px;
}

#mainContent .application {
	font-size: 1em;	
}

#mainContent.application a:link, #mainContent.application a:visited {
	font-weight: bold;
	color: #000;
	text-decoration:underline;
}

#mainContent.application a:hover {
	color: #cc5f1b;
	font-weight: bold;
	text-decoration:none;
}

.robotics {
	padding: 50px;
}

.quote {
	color: #060;
	font-style:italic;
	text-align:left;
}

.center {
	padding-left: 30px;
}

img .kristi {
	float: left;
}

p .teachers {
	clear: both;
}

.smaller {
	font-size: 1em;
}

p.smallerText  {
	font-size: .80em;
	font-style:italic;
	color: #616161;
	padding-left: 10px;
}



.blue a:link {
	color: #00F;
}
.blue a:hover {
	color: #0D0D0D;
}

.color {
	color: #000;
}




.first {
	font-style: italic;
	font-weight:bold;
	color: #333;
}

.clear {
 
margin-left: 300px;


}

.cornerstone {
	font-weight:bold;
	color: #6d5200;
	text-decoration:none;
}

	.smallerText {
	font-size: 0.6em;
}




#home #navBar .home a {
	color:#000;
	
}
#school #navBar .school a {
	color: #000;
	
}
#students #navBar .students a {
	color: #000;
	
}
#robot #navBar .robot a {
	color: #000;
	
}
#partners #navBar .partners a {
color: #000;

}
#volunteers #navBar .volunteers a {
color: #000;

}

#mission #navBar .mission a {
color: #000;

}

#donate #navBar .donate a {
color: #000;

}

