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

body {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align:center;
	font-size: 1em;
	color: #000;
	background-color: #EBEBEB;
	}
#container {
	text-align:left;
	width: 900px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border: .1px solid #AEAEAE;
}

#maincontent .listvolunteer ul li
{
	list-style-position: inside;
	list-style-type: circle;
}

.smaller {
	font-size: 1em;
}

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

.smallerText {
	font-size: .80em;
	font-style:italic;
	padding-left: 15px;
}

.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: 200px;


}


	



#navBar ul {
 list-style:none;
  margin: 0;
  padding: 0;
 width: 900px;
 background-color: #cc5f1b;
 float: left;
}

#navBar ul li {

  float: left;

}

#navBar li a:link, #navBar li a:visited  {
width: 150px;
height: 25px;
display: block;
text-decoration:none;
color: #fff;
background: url(images/divider.gif) repeat-y top left;
text-align: center;
padding-top: 5px;



}

#navBar li a:hover {

	
    /*background: url(images/divider.gif) repeat-y top left repeat-y top right;*/
	
	text-align:center;
	background-color: #666;

}

#home #navBar .home a {
	background-color: #666;
}
#school #navBar .school a {
	background-color: #666;
}
#students #navBar .students a {
	background-color: #666;
}
#robot #navBar .robot a {
	background-color: #666;
}
#partners #navBar .partners a {
	background-color: #666;
}
#volunteers #navBar .volunteers a {
	background-color: #666;
}

#sidebar1 {
	float: right;
	width: 30em;
	
	/* since this element is floated, a width must be given */
	background: #EBEBEB; /* top and bottom padding create visual space within this div */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: .80em;
	margin: 10px;
	
}




#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;
	
}

.robotics {
	padding: 50px;
}

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

}
#sidebar1 img {
	padding: 15px;
}

#sidebar1 a {
	color: #000;
	text-decoration:none;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #000;
	font-size: 0.5;
}

#sidebar1 ul, #sidebar1 li {
	list-style:none;
}

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



/* 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 {
	margin: 15px; /* the left margin will look best if you match the padding amount to the header and footer. */
	padding: 10px;
	background-color: #FDFDFD;	
}

#StudentmainContent {
	margin-left: 15px;
	margin-top: 15px;
	padding: 10px;
	font-size: .90em;
}

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

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

	
}

#mainContent ul, #mainContent li {
	list-style:none;
}
#mainContent .kristi {
	float:left;
	padding-right: 15px;
	/*padding-bottom: 10px;*/

	
}
#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;
}

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

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

.application {
	clear: both;
	padding-left: 20px;
	font-size: 1em;	
}
.application a:link, .application a:visited {
	font-weight: bold;
	color: #000;
	text-decoration:underline;
	clear:both;

}
.application a:hover {
	color: #cc5f1b;
	font-weight: bold;
	text-decoration:none;
}
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-left: 20px;
	color: #999;
	font-size: .75em;


}




#footer p a:link,#footer p a:visited  {
color: #999;
text-decoration:none;

}

#footer p a:hover  {
	color: #000;
}




	
	
	
.smallerText {
	font-size: 0.6;
}
