body {
  background-color:				  #3079b1;
  background-image:				  url("../_img/Env_BKGD.jpg");
  background-repeat:			  repeat;
  font-family:                    Arial, Helvetica, sans-serif;
}

a, a:visited {
	text-decoration: none;
	color: #3683b0;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0; }

p.back_to_top {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 28px;
} 

hr {
	color: #f8941d;
	margin: 26px 0 16px 0;
}

.left { float: left; }
.right { float: right; }
.half { width: 46% }

#program-overview-summary {
	padding:0;
	width:290px;
	float:right;
}

#program-overview-summary-wide {
                width:460px;
                padding:0;
                float:right;                
}

.learn-more { 
	clear:both;
	margin:12px 0 12px 0; 
}

.lower {
	text-transform: lowercase; 
}

.highlight {
  color:                          #f8941d;
	text-transform: capitalize;
}

.clear{
  clear:						  both;
}

.logo {
	margin: 0 18px 6px 0;
	float: left;
}

.envision {
	margin: 0 0 6px 6px;
	background-color: #3a8ebd;
	padding: 5px;
	float: right;
}

.break {
	clear: both;
}

/* HEADER */

#wrap{
	margin:						  0 auto;  
	width:						  980px;
}

#logo{
	margin:						  30px 0 0 0;
}

#header{
	background-image:			  url("../_img/header_bg.png");
	background-position:		  bottom left;
	background-repeat:			  repeat-x;
	color:						  #fff;
	font-family:				  Georgia, "Times New Roman", Times, serif;
	font-size:					  18px;

	height:						  60px;
	margin:						  20px 0 0 0;
  	padding:                      0 5px;
	position:					  relative;
	width:						  970px;
	z-index:					  99999;
}

#header_links{
	bottom:						  10px;
	position:					  absolute;
}

#header_links ul li{
	float:						  left;
	height:						  50px;
	line-height:				  65px;
	margin:						  0 30px;	
	position:					  relative;
	text-align:					  center;
}

#header_links ul li a,
#header_links ul li a:link,
#header_links ul li a:visited{
	color:						  #fff;
	text-decoration:			  none;	
}

#header_links ul li:hover a,
#header_links ul li a:hover,
#header_links ul li a:active{
	color:						  #f8941d;
	text-decoration:			  none;	
}

#header_links ul li.drop:hover{
	background-image:			  url("../_img/header_drop.png");
	background-position:		  center 95%;
	background-repeat:			  no-repeat;
}

#header_links ul li.drop a{
	display:					  block;	
}

#header_links ul li.drop ul{
	display:					  none;	
}

#header_links ul li.drop:hover ul{
	display:					  inline-block;	
}

#header_links ul li.drop ul{
	background-color:			  #5b5b5b;
	color:						  #fff;
	font-family:				  Arial, sans-serif;
	font-size:					  14px;
	font-style:					  normal;
	margin:						  0 auto;
	left:						  -10px;
	padding:					  0 15px;
	position: 					  absolute;
	/*right:					  -25px;*/
	text-align:					  center;
	top:						  57px;
	/*width:					  102px;*/
	z-index:					  999;
}

#header_links ul li.drop ul li:first-child{
	border-top:					  0;
}

#header_links ul li.drop ul li{
  border-top:				  	  1px dotted #9d9d9d;
  height:					  	  30px;
  line-height:				  	  30px;
  margin:					 	  0 auto;
  padding:					  	  3px 0;
  position:					  	  relative;
  text-align:				  	  left;
  width:					  	  152px;
}

#header_links ul li.drop ul li a,
#header_links ul li.drop ul li a:link,
#header_links ul li.drop ul li a:visited{
	color:											#fff;
	text-decoration:								none;
}

#header_links ul li.drop ul li a:hover,
#header_links ul li.drop ul li a:active{
	color:											#f8941d;
	text-decoration:								none;
}

#header_links ul li.header_active_li{
	background-color:								#f8941d;
	color:											#fff;
	height:											52px;
	padding:										0 16px;
	text-decoration:								none;	
}

#header_links ul li.header_inactive_li{
	color:											#fff;
	height:											52px;
	padding:										0 16px;
	text-decoration:								none;	
}

#header_links ul li.wide-menu ul li {
  width:					  	  182px;
}

#header_links ul li.header_active_li:hover a{
	color:											#fff;
}

#wrap img.lower_header_img{
	float:											left;
}

img.section_header_image{
	margin-top:									-16px;
}

/* END HEADER */



/* START CONTENT (BODY) */

#content {
  background:                     transparent url('../_img/content_bg.png') center top repeat-y;
  overflow:                       hidden;
  padding:                        10px 5px 30px 5px;
  width:                          970px;
}

#content-homepage{
  background:                     transparent url('../_img/content_bg.png') center top repeat-y;
  overflow:                       hidden;
  padding:                        0 5px 10px 5px;
  width:                          970px;

}

#content-body {
  float:                          left;
  padding:                        25px 0 20px 10px;
  position:						  relative;
}

#content-section {
  background:                     transparent url('../_img/content_bg.png') center top repeat-y;
  overflow:                       hidden;
  padding:                        0 5px 10px 5px;
  width:                          970px;
}

#content .make_way{
	margin:						  90px 0 0 0;
}

#content .has-both {
  padding-right:                  15px;
  width:                          415px;
}

#content .has-content-right {
  float:						  left;
  padding:                        0 30px 0 20px;
  width:                          600px;
}
#content .no-top-image {
  padding-top:                    25px;
}
#content .has-content-left {
  width:                          650px;
}

#content-homepage .has-content-right {
  float:						  left;
  padding:                        0 10px 0 10px;
  width:                          650px;
}

#content-body h1, #content-body h2, #content-body h3, #content-body h4 {
  color:						  #343434;
  font-family:					  Arial, sans-serif;
  font-weight:					  bold;
}

#content-body h2 {
	font-weight: normal; }

#content-body h2, #content-body h2 a {
  font-size:					  18px;
  padding:						10px 0 4px 0;
}
	
#content-body h1, #content-body .post h1 {
  font-size:					  24px;
}

#content-body h2.highlight {
	color: #f8941d;
	font-size: 120%;
  font-weight:					  bold;
}

#content-body h3 a, #content-body h3 {
  font-size:					  14px;
  padding:						10px 0 4px 0;
}

#content-body h4, #content-body h4 a {
  font-size:					  12px;
  padding:						10px 0 0 0;
}

#content-body img.program_logo{
	float:					left;
	margin-right:				16px;
	margin-bottom:				8px;
	margin-top:					16px;
}

#content-body img.article_pic{
  border:						  1px solid #cccccc;
  padding:						  10px;
}

p.inner_content, p {
  color:						  #242424;
  font-family:					  Arial, sans-serif;
  font-size:					  13px;
  line-height:					  20px;
  padding:						  10px 0;
}

p.error {
	font-weight: bold;
	color: #FF0000;
	margin: -10px 0 -10px 0;
}

p.inner_content_2{
  color:						  #242424;
  font-family:					  Arial, sans-serif;
  font-size:					  16px;
  font-weight:					  bold;
  line-height:					  20px;
  padding:						  10px 0;
}


p.inner_content_3{
  color:						  #242424;
  font-family:					  Arial, sans-serif;
  font-size:					  13px;
  font-weight:					  bold;
  line-height:					  20px;
  padding:						  10px 0 0 0;
}

#content-body p.highlight{
  color:						  #f8941d;
  font-family:					  Arial, sans-serif;
  font-size:					  16px;
  line-height:					  20px;
  padding:						  10px 0;
  font-weight:					  bold;
}

#content-body p.subtitle{
  color:						  #4a4a4a;
  font-family:					  Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  font-size:					  10px;
  padding:						  10px 20px;
  text-align:					  left;
}

#content-body div.blockquote {
  border:						  1px solid #e6e6e6;
  border-left:					  0;
  border-right:					  0;  
  line-height: 					  22px;
  margin:						  16px 0 10px 0;
  padding:						  20px 20px 14px 20px;
}
div.blockquote p.quote {
  font-size:					  18px;
  color:						  #327eb4;
  font-family:					  Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}
div.blockquote p.author {
  color:						  #242424;
  font-family:					  Arial, sans-serif;
  font-size:					  13px;
  line-height:					  20px;
  padding:						  10px 0;
}


#content-body .nugget{
  margin:						  0px 20px 10px 0;
}

#content-body .video{
  margin:						  0 auto;
  padding:						  25px 0;  
  width:						  320px;
}

.arrow_bulleted{
  background-image:				  url("../_img/highlight_href_ico.png");
  background-position:			  left center;
  background-repeat:			  no-repeat;
  font-size:	                  13px;
  padding:						  0 0 0 15px;
  text-decoration:				  none;
}

.arrow_bulleted_2{
  background-image:				  url("../_img/highlight_href_ico.png");
  background-position:			  left center;
  background-repeat:			  no-repeat;
  font-size:	                  13px;
  padding:						  0 0 0 15px;
  text-decoration:				  none;
}

#content #share_inline{
  position:						  absolute;
  right:						  30px;
  top:							  10px;
}

#content-body .laureate_footer_pics{
	margin:						  0 auto;
	width:						  430px;
}

#content-body .laureate_footer_pics img{
  border:						  3px solid #eeeeee;
}

#contact_form{
	color:						  #242424;
	background-color:			  #f7f7f7;
	border-bottom:				  1px solid #d9d8d9;
	border-top:					  1px solid #d9d8d9;
	padding:					  15px 10px;
}

td.contact_left_td{
	font-size:					  13px;
	font-weight:				  bold;
	padding:					  15px 0;
	vertical-align:				  top;
	width:						  350px;
}

div.contact_left_td{
	float:						  left;
	font-size:					  13px;
	font-weight:				  bold;
	padding:					  15px 0;
	vertical-align:				  top;
	width:						  150px;
}

.contact_left_td span{
	color:                          #f8941d;
	font-weight:				  	bold;
}

td.contact_right_td{
	font-size:					  13px;
	font-weight:				  bold;
	padding:					  15px 0;
	vertical-align:				  top;
	width:						  350px;
}

div.contact_right_td{
	float:						  left;
	font-size:					  13px;
	font-weight:				  bold;
	padding:					  15px 0;
	vertical-align:				  top;
	width:						  360px;
}

.contact_input{
	border:						  1px solid #cccccc;
	font-family:				  Helvetica, serif;
	font-size:					  13px;
	width:						  350px;
}

.contact_textarea{
	border:						  1px solid #cccccc;
	font-family:				  Helvetica, serif;
	font-size:					  13px;
	height:						  100px;
	width:						  350px;
}

.contact_submit{
	background-color:			  #f8941d;
	background-image:			  url("../_img/submit_contact.png");
	background-position:		  85% center;
	background-repeat:			  no-repeat;
	border:						  0;
	color:						  #fff;
	cursor:						  pointer;
	font-weight:				  bold;
	padding:					  10px 15px;
	text-align:					  left;
	width:						  150px;
}

.faq_links{
	border-bottom:				  1px solid #e6e6e6;
	padding:					  35px 0;
}

a.faq,
a.faq:link,
a.faq:visited{
	color:						  #242424;
	font-weight:				  bold;
	text-transform:				  uppercase;
}

a.faq:hover,
a.faq:active{
	color:						  #f8941d;
}

.faq_content{
	padding:					  25px 0 0 0;
}

.faq_content h3{
	color:						  #327eb4;
	font-size:					  18px;
	font-weight:				  normal;
}

.gallery_links{
	padding:					  0 20px 10px 0;
	text-align:					  right;
}

.slider_card{
	background-color:			  transparent;
}

/* Homepage Gallery Super Feature */

#homepage_gallery{
	height:						  345px;
	position:					  relative;
	right:						  10px;
	width:						  660px;
}

#homepage_gallery_nav_bar{
	top:						  300px;
	position:					  absolute;
	right:						  20px;
	z-index:					  9999;
}

#homepage_gallery_nav_bar a,
#homepage_gallery_nav_bar a:link,
#homepage_gallery_nav_bar a:visited{
	background-image:			  url("../_img/inactive_homepage_slide.png");
	display:					  block;
	float:						  left;
	font-size:					  0px;	
	height:						  16px;
	margin:						  0 3px 0 0;
	width:						  16px;
}

#homepage_gallery_nav_bar a:hover,
#homepage_gallery_nav_bar a:active,
#homepage_gallery_nav_bar a.activeSlide{
	background-image:			  url("../_img/active_homepage_slide.png");
	height:						  16px;
	width:						  16px;	
}
#homepage_gallery .gallery_item {
  background-color: #fff !important;
}
#homepage_gallery .gallery_item .gallery_text{
	left:						  35px;
	position:					  absolute;
	top:						  25px;
}

#homepage_gallery .gallery_item .gallery_text h3{
	color:						  #fff;
	font-size:					  26px;
	text-transform:				  capitalize;
}

#homepage_gallery .gallery_item .gallery_text p{
	color:						  #fff;
	font-family:				  Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size:					  14px;
}

#homepage_gallery .gallery_item .gallery_text a,
#homepage_gallery .gallery_item .gallery_text a:link,
#homepage_gallery .gallery_item .gallery_text a:visited{
	color:						  #f7941d;
	font-family:				  Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size:					  14px;
	text-decoration:			  none;
}

#homepage_gallery .gallery_item .gallery_text a:hover,
#homepage_gallery .gallery_item .gallery_text a:active {
	color:						  #fff;
	font-family:				  Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size:					  14px;
}

/*  End Homepage Gallery Super Feature */

.presentation_content, #program_chooser {
	background-color:			  #fafafa;
	border:						  1px solid #eeeeee;
	margin:						  10px 0 0 0;
	padding:                      20px 15px;
}

.presentation_content p {
	color:						  #3c403f;
}

.presentation_content h3 {
	color:						  #474747;
	font-size:					  222px;
	text-transform:				  capitalize;
}

.presentation_content .half ul li {
	margin-left: 12px;
}

.contour{
	border:						  3px solid #EEEEEE;
}

.with-number{
	list-style-type:			  decimal;
}

#content-left .latest-achievements h3, #content-right .latest-achievements h3 {
  background-color:               #707070;
  color:                          #fff;
  font-size:                      14px;
  padding:                        14px;
}

/* Section Gallery Super Feature */

.slideshow { 
	height: 279px; 
	width: 970px; 
	margin: 0; 
}

.slideshow img { 
	padding: 0; 
	margin: 0; 
	border: none; 
	background-color: #000; 
}

#slideshow {
	width: 970px;
	padding: 7px 0;
	background-color: #eee;
}

.slideshow1 { 
	height: 265px; 
	width: 596px; 
	background-color: #eee; 
	float: left;
}

.slideshow1 img { 
	padding: 0; 
	margin: 0; 
	border: none; 
	background-color: #000;
	display: none; 
}

.slideshow1 img.first {
	display: block;
}

.slideshow2 { 
	height: 265px; 
	width: 367px; 
	margin-left: 603px;
	background-color: #eee; 
}

.slideshow2 img { 
	padding: 0; 
	margin: 0; 
	border: none; 
	background-color: #000; 
	display: none; 
}

.slideshow2 img.first {
	display: block;
}

/* End Section Gallery Super Feature */

/* START CONTENT-LEFT */

#content-left {
  float:                          left;
  margin:						               17px 0 0 0;
  width:                          220px;
}

.content-left-menu {
	margin-bottom: 26px; 
}

		<!-- style for left bar sub nav jquery slider -->
				
			.menu_head {
				cursor: pointer;
			}
			.menu_body {
				display: none;
			}
			.menu_body a{
			  display: block;
			}
			ul.menu-slider, .menu_list {
				border: 1px solid #e6e6e6;
				margin: 10px;
				padding: 10px;
			}
			ul.menu-slider li a, .menu_head a, .menu_body a {
				border-top: 1px dotted #cccccc;    
				color: #333;
				display: block;
				font-size: 12px;
				font-weight: bold;
				margin-bottom: 8px;
				padding-top: 10px;
				text-decoration: none;
				text-transform: uppercase;
			}
			ul.menu-slider li:first-child a {
				border-top: 0;
				padding-top: 0;  
			}
			ul.menu-slider li ul, .menu_body a {
				border-top: 1px dotted #cccccc;     
				padding-top: 8px;
				padding-left: 10px;
			}
			ul.menu-slider li ul li {
				border: 0;
				margin-bottom: 0;
				padding-top: 0;
			}
			ul.menu-slider li ul li a, .menu_body a {
				color: #b6b6b6;
			}
			.menu_head, .menu_head a {
				padding-top: 4px;
				margin-bottom: 0;
				padding-bottom: 2px;
			}
			.first a {
				padding-top: 0;
				border-top: none;
			}
			.active {
				display: block;
			}

#content-left .resources {
	margin:                       10px;
	padding:                      10px;
}

#content-left .resources h3 {
	color:                        #393939;
	font-size:                    14px;
	font-weight:                  bold;
	margin-bottom:                12px;
	text-transform:               uppercase;
}

.box {
	border:                         5px solid #eeeeee;
	margin-top:                     7px;  
}

#content-left .upcoming-dates {
	margin:                         10px;
	padding:						0 5px 15px 0;
}

#content-left .upcoming-dates h3 {
	background-color:               #4f86a6;
	color:                          #fff;
	font-size:                      12px;
	padding:                        12px;
}

#content-left .upcoming-dates h5 {
	font-size:                      12px;
	padding:                        12px;
	font-weight: 					bold;
	padding:						0;
	margin:							15px 0 0 11px;
}

#content-left .upcoming-dates ul {
	padding:                        12px;
}

#content-left .upcoming-dates ul li,
#content-left .upcoming-dates ul li a,
#content-left .upcoming-dates ul li a:link,
#content-left .upcoming-dates ul li a:visited {
	color:                          #3683B0;
	font-size:                      13px;
	text-decoration:                none;
	line-height:					17px;
}

#content-left .upcoming-dates ul li {
	color: #000; 
}

#content-left .upcoming-dates ul li a:hover,
#content-left .upcoming-dates ul li a:active {
	text-decoration:                underline;
}



/* START POLL */

#poll.box {
	width: auto;
	height: auto;
	margin: 0 10px 0 10px;
	padding: 0 0px;
}

#poll p {
	margin: 0;
	padding: 0;
}

#poll input {
	margin: 4px;
	padding: 0;
}

#poll-results {
	width: 60%;
	height: 60%;
	margin: auto auto;
}

.voteContainer {
	color: #fff;
	font-size: 12px;
	padding: 0 10px;
}

.question, .pollDescriptionCell, .pollCountCell, .errorMessage, .successMessage, .Message, .totalVotes {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.question {
	padding: 14px 0;
	color: #000;
}

fieldset {
	width: auto;
	padding: 10px 10px;
	margin-bottom: 15px;
}

legend {
	color: #fff;
	padding: 2px 2px 0 2px;
	font-weight: bold;
}

.currentResults {
	font-size: 10px;
}

.vote {
	margin-top: 4px;
	padding: 0 0 0 0;
}

.vote p {
	margin-top: 6px;
	margin-bottom: 6px;
}

#poll input {
	margin-left: 0px;
}

#poll input.submit {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	background: #39b54a;
}

/* POLL: Default for the poll bars */

.pollBar {
	height: 15px;
	background: #ff0000;
	border: 1px solid #000000;
}

/* POLL: Poll bar ids are sequential and one-indexed */

#pollBar1 {
	background: #ff0000;
}

#pollBar2 {
	background: #00ff00;
}

#pollBar3 {
	background: #0000ff;
}

#pollBar4 {
	background: #ffff00;
}

#pollBar5 {
	background: #00ffff;
}

#pollBar6 {
	background: #ff00ff;
}

/* END POLL */




/* TWITTER FEED */

#twitter {
	margin: 10px 0px 0 0px;
}

#twitter p {
	margin: 0;
	margin-bottom: 1px;
	padding: 4px 4px 0 8px;
	line-height: 14px;
}
  
/* START CONTENT-RIGHT */

#content-right {
  float:                          left;
  padding:                        7px 7px 0 0;
  width:                          293px;
}

.lower {
  margin-top:                     17px;
}

.nominate_enroll{
  margin:                     	  7px 0 0 0;  
}

#content-right .stay-connected {
  padding:                        14px;
  overflow:                       hidden;
}

#content-right .stay-connected h3 {
  color:                          #000;
  filter:                         Alpha(opacity=50);
  font-family:                    Georgia, Times, "Times New Roman", serif;
  font-size:                      17px;
  font-weight:                    normal;
  opacity:                        0.5;
  overflow:                       hidden;
  padding-bottom:                 15px;
  position:                       relative;
}

#content-right .stay-connected a {
  float:                          right;
}

.stay-connected input[type=submit]{
	background-image:			  url("../_img/button_submit.png");
	background-repeat:			  no-repeat;
	border:						  0;
	cursor:						  pointer;
	height:						  21px;
	width:						  21px;
} 

.stay-connected input[type=text]{
	background-image:			  url("../_img/input_stay_connected.png");
	background-repeat:			  no-repeat;
	color:						  #a6aeb0;
	border:						  0;
	font-size:					  12px;
	height:						  21px;
	line-height:				  21px;
	padding:					  0 5px;
	width:						  169px;
}

.stay-connected .stay_connected_anchor{
	padding:						  0 5px 0 0;
}

#stay_connected_email,
#stay_connected_submit {
  float:                left;
}

#stay_connected_submit {
  margin-left:          2px;
}

#content-right .recently-answered {
  padding:                        14px;
}

#content-right .recently-answered h3 {
  color:                          #393939;
  font-style:                     italic;
  font-size:                      24px;
  font-weight:					  normal;
  padding-bottom:                 20px;
}

#content-right .recently-answered p {
  font-family:					  Arial, sans-serif;					  
  padding-bottom:                 10px;
}

#content-right .recently-answered p.content {
  font-size:	                  13px;
}

#content-right .statement h3{
  color:						  #ed145b;
  color:						  #39b54a;
	text-align: right;
  font-family:					  Arial, sans-serif;
  font-size:					  12px;
  padding:						  10px 10px;
}

#content-right .statement p.content {
  font-family:					  Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  font-size:	                  14px;
  padding:						  10px 10px;
}

#content-right .latest-achievements h5 {
	padding: 10px 0 0 15px;
	font-size: 15px;
}

#content-right .latest-achievements ul {
  padding:                        14px;
}

#content-right .latest-achievements ul li a,
#content-right .latest-achievements ul li a:link,
#content-right .latest-achievements ul li a:visited {
	color:                          #3683b0;
	font-size:                      13px;
	text-decoration:                none;
	line-height:					17px;
}

#content-right .latest-achievements ul li a:hover,
#content-right .latest-achievements ul li a:active {
	text-decoration:                underline;
}

#content-right .latest-achievements li {
  border-top:                     1px dotted #cccccc;
  overflow:                       hidden;
  margin-bottom:                  12px;
  padding-top:                    12px;  
}

#content-right .latest-achievements li:first-child {
  border-top:                     0;
  padding-top:                    0;
}

#content-right .latest-achievements div.date {
  color:						  #353535;
  font-weight:					  bold;
  float:                          left;
  width:                          100px;
  font-size:					  12px;
  line-height: 16px;
}

#content-right .latest-achievements div.title {
  font-size:					  12px;
  float:                          right;
  width:                          155px;
}

#content-right .latest-achievements div.title a,
#content-right .latest-achievements div.title a:link,
#content-right .latest-achievements div.title a:visited {
  color: #3683b0;
  text-decoration: none;
}

#content-right .latest-achievements div.title a:hover,
#content-right .latest-achievements div.title a:active {
  text-decoration: underline;
}

#content-right .recently-answered a.highlight{
  background-image:				  url("../_img/highlight_href_ico.png");
  background-position:			  left center;
  background-repeat:			  no-repeat;
  font-size:	                  13px;
  padding:						  0 0 0 15px;
  text-decoration:				  none;
}

.share{
	font-size:					  12px;
	padding:					  20px 0;
	margin-bottom: 20px;
}

.share_button,
.share_button a{
	font-family:				  Arial, Arial, sans-serif;
	float:						  left;
	left:						  7px;
	position:					  relative;
	text-decoration:			  none;
}
.page_tools{
	float:						  left;
	font-size:					  12px;
	color:						  #666;
}
.page_tools img{
	margin:						  0 3px;
}

.request_nomination h3{
  color:						  #686868;
  font-family:					  Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  font-size:					  17px;
  font-style:					  italic;
  padding:						  5px 10px;
}

.request_nomination .share{
  height:						  auto;
  overflow:						  hidden;
  position:						  relative;			
}

.request_nomination .share .page_tools{
  position:						  relative;
  top:							  -10px;
  width:						  220px;
}

.request_nomination .share .page_tools .info{
  background: 					  transparent url("../_img/share_delimiter.png") left center no-repeat; 
  background-position:			  7% center;
  font-family:					  Arial, sans-serif;
  font-size:					  13px;
  line-height:					  16px;
  padding-left: 				  30px; 
}

.info_2{
  color:						  #686868;
  font-family:					  Arial, sans-serif;
  padding:						  5px 10px;
  font-size:					  13px;
}

#content-right .about_program{
	padding:					  14px;
}

.about_program h3{
	color:						  #686868;
	font-family:				  Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size:					  17px;
	font-style:					  italic;
	font-weight:				  normal;
}

.about_program img{
	padding:					  30px;
}

.about_program a.highlight{
	background-image:			  url("../_img/highlight_href_ico.png");
	background-position:		  left center;
	background-repeat:			  no-repeat;
	font-size:					  13px;
	text-decoration:			  none;
	padding:					  10px;
}

.contact_sidebar h4{
	color:						#242424;
}

.contact_sidebar p.inner_content{
	color:						  #242424;
	font-family:				  Arial, sans-serif;
	font-size:					  13px;
	line-height:				  16px;
	padding:					  10px 0;
}

.contact_sidebar a.highlight{
	text-decoration:			none;
}

/* START FOOTER */

#footer {
  padding:                        0 5px 20px 0;
}
		#footer_links {  
		  overflow:                       hidden;
		  text-align:                     right;  
		  padding-top: 30px;
		}
		
		#footer img {
			padding: 10px 0 0 10px;
			float: left;
			margin: auto 12px;
		}
				
		#footer_links ul {
			float: right;
		}
		
				#footer_links li {
				  background:                     transparent url('../_img/footer_links_separator_bg.png') right center no-repeat;
				  color:                          #fff;  
				  float:                          right;  
				  font-size:                      11px;  
				  font-weight:                    bold;
				  margin-left:                    10px;  
				  padding-right:                  12px; 
				  
				}
				#footer_links li:first-child {
				  background:                     none;
				  padding-right:                  0;
				}
				#footer_links li a,
				#footer_links li a:link,
				#footer_links li a:visited {
				  color:                          #fff;
				  text-decoration:                none;
				}
				#footer_links li a:hover,
				#footer_links li a:active {
				  text-decoration:                underline;
				}
		#copyright {
		  color:                          #fff;
		  text-align:                     right;
		  font-size:                      11px;
		  filter:                         Alpha(opacity=70);
		  padding-top:                    10px; 
		  opacity:                        0.7;
		}

/* END FOOTER */

/* UL and LI: add numbers and discs to content lists */

#content-body ol li { 
	margin-left: 40px; 
	list-style-type: decimal; 
	font-size:					  13px;
	line-height:				  20px;
}

#content-body ul li { 
	margin-left: 40px; 
	list-style-type: circle; 
	font-size:					  13px;
	line-height:				  20px;
}

/* video popup */
.video_popup {
	margin:                       10px;
}

/* Stay Connected graphic title */

h3.stay_connected_title {
	width: 121px;
	height: 17px;
	background: url("../_img/Title_StayConnected.gif") top left no-repeat;
}
