@charset "utf-8";
/* CSS Document */

 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/tile_bg.gif);
}
.feature_left {
	width: 220px;
	height: auto;
	margin-bottom: 3em;
}
.feature_right {
	width: 220px;
	height: auto;
	margin-bottom: 0em;
	float:right;
	margin: 0;
}
#mainContent .feature_right p {
	text-align: center;
}


.featured_grad {
	width: 400px;
	height: 202px;
	background-image: url(../images/featuredGrad_bg.jpg);
	background-repeat: no-repeat;
	clear:left;
	background-position: center;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}

#mainContent .featured_grad h4 {
	color: #396B8C;
	font-size: 1.1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin: 1em 1em 0em 1em;
}
#mainContent .featured_grad p{
	color: #000000;
	font-size: .8em;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0.5em 1em 1em 1em;
}
#mainContent .feature_left p {
	color: #000000;
}

#wrapper {
	width: 1040px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#container {
	width: 1040px;
	margin: 0px;
	padding: 5px 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../images/container_bg_general.jpg);
	} 
.home #container {
	width: 1080px;
	margin: 0px 10px 0px -23px;
	padding: 5px 0px;
	background-image: url(../images/container_bg_home.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	border: 0px solid #FF9900;
}
.feature_left h3 {
	font-family: Verdana, Arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #9DC642;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0;
}

.home #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin: 0;
}

.home #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/tweeterFeed_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0.8em;
	}
.home #sidebar2 .sidebar-title {
	font-size: 0.9em;
	color: #396B8C;
	margin-top: 0em;
	margin-bottom: 0.25em;
	margin-left: 0em;
	background-image: url(../images/tweeterFeed_h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-top: 7px;

}

.home #sidebar2 #twitter_update_list {
	font-size: .7em;
	margin: 0px;
	padding-top: .5px;
	padding-right: .5px;
	padding-bottom: 1px;
	padding-left: .5px;
	list-style-type:none;
}

.home #sidebar2 #twitter_update_list li {
	margin: 0px;
	padding:5px;
	color: #333;
	border-bottom:solid 1px #CCC;
}

.home #sidebar2 #twitter_update_list li a{
	margin-bottom:5px;

}
.home #sidebar2 #twitter-link {
	font-size: .8em;
	padding-bottom: 10px;
	padding-top: 5px;
}




.home #mainContent {
	width: 680px;
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#mainContent {
	margin: 0 140px 0 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px;
	width: 680px;
	
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 1em;
}
#footer {
	width: 760px;
	margin-right: 140px;
	margin-left: 140px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: .5em 0em 0em 0em;
	margin-top: 0em;
}
#footer p {
	font-size: 0.75em;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0em;
	height: 1em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 1em;
}
.featureimglft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 1em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#header {
	height: 190px;
}

#sidebar1 ul {
	padding: 0px;
	float: right;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 130px;
}
#sidebar1 li {
	font-size: 12px;
	color: #000000;
	width: 130px;
	height: 36px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: block;
}
#sidebar1 a:link,#sidebar1 a:visited  {
	color: #000000;
	text-decoration: none;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/sidenav_dn.gif);
	background-repeat: no-repeat;
	height: 36px;
	margin: 0px;
	display: block;
	text-align: center;
}

#sidebar1 a:hover,#sidebar1 a:focus  {
	color: #9DC642;
	text-decoration: none;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/sidenav_up.gif);
	background-repeat: no-repeat;
	height: 36px;
	margin: 0px;
	display: block;
	text-align: center;
	font-weight:bold;
}

/******** Sets down state of sideNav by setting the body id# accordingly *******/


#home #sidebar1 ul li.home a, #about #sidebar1 ul li.about a, #students #sidebar1 ul li.students a, #employers #sidebar1 ul li.employers a, #links #sidebar1 ul li.links, #parents #sidebar1 ul li.parents a/******** to add links, create new li entry in sidenav include file, then copy/paste and update a attribute from the list above.  *******/
{
   	color: #9DC642;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/sidenav_up.gif);
	background-repeat: no-repeat;
	height: 36px;
	margin: 0px;
	display: block;
	text-align: center;
	font-weight:bold;
}
#sidebar1 ul li.sharethis
{
   	color: #9DC642;
	text-decoration: none;
	padding-top: -10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/sidenav_dn.gif);
	background-repeat: no-repeat;
	height: 36px;
	margin: 0px;
	display: block;
	text-align: left;
	font-weight:normal;
}


.feature_left p {
	font-size: .8em;
}

#mainContent h1 {
	font-size: 1.4em;
	color: #396B8C;
	margin:.5em 0em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#mainContent h2 {
	font-size: 1.3em;
	color: #000000;
	margin:.5em 0em;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#mainContent h3 {
	color: #9CC642;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
	
#sidebar2 h3 {
	font-size: 1em;
	color: #396B8C;
}
#sidebar2 p {
	font-size: 0.8em;
}
#mainContent p{
	font-size: 0.8em;
	line-height:1.5em
}

#mainContent li{
   
	font-size: 0.8em;
	line-height:1.5em;
	margin-bottom:.75em;
	}

caption {
    color: #396B8C;
	font-size: 1.1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	text-align:left;}
	
blockquote {
     margin: 0px 20px 10px;
}
.hireEducation {
	font-size: 1.3em;
	font-weight:bold;
}
.feature_wire {
	width: 236px;
	height: auto;
	margin-bottom: 0em;
	float:right;
	margin: 0;
	padding-bottom:1em;
	background-color: #FEE4B9;
	border: solid 1px #FBBD4F;
}
#mainContent .feature_wire p {
	text-align: center;
}
.home #footer {
	width: 760px;
	margin-right: 140px;
	margin-left: 137px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0em;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}
