/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	color: #666;
	line-height: 125%;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #06aed2;
}

a:hover {
	text-decoration: none;
	color: #f49328;
}

.hometable {

	background-position: left top;
	background-repeat: no-repeat;
}



.whatshappening {
	padding: 10px;
	background-image: url(../images/whats-happening.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	color: #000;
}

.vision {
	padding: 10px;
	background-image: url(../images/vision.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	color: #000;	
	line-height: 170%;
	font-weight: bold;	
}

.mission {
	padding: 10px;
	background-image: url(../images/mission.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	color: #000;	
	line-height: 170%;
	font-weight: bold;	
}

.hdr-blk {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	letter-spacing: 110%;
}

.hdr-blue {
	font-size: 18px;
	color: #06aed2;
	font-weight: bold;
	letter-spacing: 110%;
}

.hdr-gold {
	font-size: 18px;
	color: #06aed2;
	font-weight: bold;
	letter-spacing: 110%;
}

.hdr-red {
	font-size: 18px;
	color: #b40f39;
	font-weight: bold;
	letter-spacing: 110%;
}

.hdr-ppl {
	font-size: 18px;
	color: #5c1f6b;
	font-weight: bold;
	letter-spacing: 110%;
}

.hdr2 {
	font-size: 15px;
	color: #59A5DD;
	font-weight: bold;
	letter-spacing: 110%;
}

.footer {
	font-size: 11px;
	color: #FFF;
}

.footer a {
	color: #FE9D1B;
	text-decoration: none;
}

.footer a:hover {
	color: #FFF;
	text-decoration: none;
}

.footer-gold {
	font-size: 11px;
	color: #000;
}

.footer-gold a {
	color: #94258C;
	text-decoration: none;
}

.footer-gold a:hover {
	color: #00BEE7;
	text-decoration: none;
}

.leftnav {
	background-image: url(../images/leftnav-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 50px;
	}
	
#leftnavtbl {	
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#leftnavtbl td {	
	line-height: 90%;
}

#leftnavtbl a {
	color: #000;
}

#leftnavtbl a:hover {
	color: #666;
	padding-right: 4px;
	display: block;
}


#page
	{
	width: 1061px;
	text-align: top;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}

#maintbl {
	width: 1000px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#maintbl .col1 {
vertical-align: top;
	width: 227px;
	padding: 0px;
	margin: 0px;
	background-color: #24627F;
}

#maintbl .collogo {
	width: 227px;
	height: 160px;
	padding: 0px;
	margin: 0px;
	background-color: #D39F54;
}

#maintbl .content {
	padding: 10px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	background-attachment: fixed;
	background-position: left;
	background-repeat: no-repeat;
}

#maintbl .contenthome {
	padding: 10px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	background-image: url(../imgs/collage-home.jpg);
	background-attachment: fixed;
	background-position: left;
	background-repeat: no-repeat;
}

#navtbl {
	width: 100%;
	font-weight: bold;	
}

#topnavtbl {
	width: 100%;
	font-weight: bold;	
	height: 30px;
	border-left: 1px solid #FFF;	
}

#topnavtbl td {
	font-weight: bold;	
	font-size:13px;
	color:#FFF;

}

#topnavtbl a {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding-left: 4px;
}

#topnavtbl a:hover {
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	padding-left: 4px;
}

#topnavtbl .menu { 
	background-color: #B0531A; 
	color: #000; 
	padding-left: 4px;
}

#topnavtbl .menu:hover { 
	background-color: #762410; 
	color: #FFCC00;
}


#topnavtbldrop {
	font-weight: bold;
	border-top: 1px solid #FFF;	
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#topnavtbldrop a {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: block;
	text-indent: 2px;
}

#topnavtbldrop .menu-blue { 
	background-color: #06aed2; 
	width: 174px;
	height: 30px;
	border-bottom: 1px solid #FFF;	
	font-size: 12px;
	padding-left: 2px;
	font-weight: bold;
}

#topnavtbldrop .menu-blue:hover { 
	background-color: #8ABFE7; 
	width: 174px;
	height: 30px;
	border-bottom: 1px solid #FFF;	
	font-size: 12px;
	padding-left: 2px;
	font-weight: bold;
}

#topnavtbldrop .menu-gold { 
	background-color: #f49328; 
	width: 174px;
	height: 30px;
	border-bottom: 1px solid #FFF;	
	font-size: 12px;
	padding-left: 2px;
	font-weight: bold;
}

#topnavtbldrop .menu-gold:hover { 
	background-color: #f8b461; 
	width: 174px;
	height: 30px;
	border-bottom: 1px solid #FFF;	
	font-size: 12px;
	padding-left: 2px;
	font-weight: bold;
}

#topnavtbldrop .menu-red { 
	background-color: #c11f2a; 
	width: 174px;
	height: 30px;
	border-bottom: 1px solid #FFF;	
	font-size: 12px;
	padding-left: 2px;
	font-weight: bold;
}

#topnavtbldrop .menu-red:hover { 
	background-color: #9F0F33; 
	width: 174px;
	height: 30px;
	border-bottom: 1px solid #FFF;	
	font-size: 12px;
	padding-left: 2px;
	font-weight: bold;
}

#topnavtbldrop .menu-ppl { 
	background-color: #92278f; 
	width: 174px;
	height: 30px;
	border-bottom: 1px solid #FFF;	
	font-size: 12px;
	padding-left: 2px;
	font-weight: bold;
}

#topnavtbldrop .menu-ppl:hover { 
	background-color: #824D8E; 
	width: 174px;
	height: 30px;
	border-bottom: 1px solid #FFF;	
	font-size: 12px;
	padding-left: 2px;
	font-weight: bold;
}

#topstrip {
	background: url(../imgs/top_ppl.jpg) repeat;
	width: 100%;
	height: 160px;
	border-bottom: 1px solid #000;
	padding: 0px;
}

#logotbl {
	width: 1000px;
	height: 160px;
	margin: 0 auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 0px;
}

.subscribe {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
}

.formfields
	{
	color: #000;
	font-size: 11px;
	border: 1px solid #0B3658;
	padding: 2px;;
	}
	
.btn {
	background-color: #D39F54;
	color: #000;
	font-weight: bold;
	border: 1px solid #000;
}

.btn-subscribe {
	background-color: #DD9162;
	color: #000;
	font-weight: normal;
	border: 1px solid #000;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #666;
	background-color:#DCC06B;
}

#navtbl a {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-left: 2px;
}

#navtbl a:hover {
	color: #FFF;
	text-decoration: none;
	padding-left: 2px;
}

#navtbl .menu { 
	background-color: #000; 
	color: #000; 
	height: 30px;
	border-bottom: 1px solid #FFF;
	padding-left: 2px;
}

#navtbl .menu:hover { 
	background-color: #666; 
	color: #FFCC00;
	width: 174px;
	border-bottom: 1px solid #FFF;
}


#navtbldrop {
	font-weight: bold;
	border-top: 1px solid #FFF;	
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}



#navtbldrop a {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	text-indent: 2px;
}

#navtbldrop .menu { 
	background-color: #000; 
	width: 174px;
	height: 30px;
	border-bottom: 1px solid #FFF;	
	font-size: 12px;
}

#navtbldrop .menu:hover { 
	background-color: #666; 
	color: #FFF; 
}

#navtbldrop .menu-wide { 
	background-color: #24627F; 
	width: 260px;
	height: 30px;
	border-bottom: 1px solid #FFF;	
	font-size: 12px;
	padding-left: 2px;
}

#navtbldrop .menu-wide:hover { 
	background-color: #1E4B79; 
	color: #FFF; 
}




#subtbl {
	width: 100%;
}

#subtbl td {
	padding: 3px;
	border-bottom: 1px dotted #FFF;
}

#navtbl .tdlinks {
	border-bottom: 1px dotted #FFF;
	height: 30px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	padding-left: 5px;
}

#navtbl .tdlinks a {
	color: #FFF;
}

#news .pad {
	background: url(../imgs/top_ppl.jpg) repeat;
	height: 129px;
	margin-right: 5px;
	line-height: 90%;
	vertical-align: middle;
}

#news {
	font-size: 10px;
	background-color: #c76e39;
	vertical-align: top;
	color: #FFF;
	font-weight: normal;
	line-height: 110%;
}

#news a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

#news a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

#news a:hover {
	color: #FFCC33;
	font-weight: normal;
	text-decoration: none;
}

#topbar {
	background: url(../imgs/top_bg.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #FFF;
	padding: 0px;
}

#toptbl {
	height: 35px;
	width: 1000px;
	font-size: 10px;
	color: #fff;
	margin: 0 auto;
}
	
#toptbl .col1 {
	width: 50%;
	text-align: left;
	color: #FFF;
	vertical-align: middle;
}

#toptbl .col2 {
	text-align: right;
	color: #FFF;
	vertical-align: middle;
}

#highlight {
	padding: 4px;
	background-color:#EFC769;
	border: 1px dotted;
	border-color: #AD5017;
}

.awardtbl {
	border: 1px solid #ccc;
	font-size: 12px;
	text-align: center;
}


.hdr {
	font-size: 16px;
	font-weight: bold;
	color: #24627F;
	border-bottom: 1px dotted #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.subhdr {
	font-size: 14px;
	font-weight: bold;
	background-color: #C76E39;
	color: #FFF;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 3px;
}

.caption {
	border: 1px dotted #000;
	background-color: #669ACC;
}

.captiontxt {
	font-size: 10px;
	padding: 3px;	
	color: #FFF;
	text-align: center;
	line-height: 100%;
}





.tblborder {
	border: 1px solid #24627F;
}

.small {
	font-size: 10px;
}

.contact {
	font-size: 10px;
	color: #FFFFCC;
	font-weight: normal;
	line-height: 100%;
}

.img-shadow {
  float:left;
  background: url(../imgs/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../imgs/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 20px !important;
  margin: 10px 0 0 15px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
.img-shadow2 {
  float:right;
  background: url(../imgs/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../imgs/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 20px !important;
  margin: 10px 0 0 15px;
  }

.img-shadow2 img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
  .historytbl td {
  vertical-align: top;
  border-bottom: 1px dotted #ccc;
  padding: 3px;
  }
  
.happening {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-color: #AA4E09;
}
  
  

	/* ====== Navigation DIV Placement ====== */

#top-coalitions {
margin-left: -304px;
}

#top-advocacy {
margin-left: -108px;
}

#top-curr {
margin-left: 65px;
}

#top-achieve {
margin-left: 274px;
}

#coalitions {
margin-left: -276px;
margin-top: 256px;
}

#summit {
margin-left: -276px;
margin-top: 316px;
}

#achieve {
margin-left: -276px;
margin-top: 346px;
}

#advocacy {
margin-left: -276px;
margin-top: 286px;
}

#awards {
margin-left: -276px;
margin-top: 376px;
}

#curriculum {
margin-left: -276px;
margin-top: 390px;
}

#about {
margin-left: -370px;
margin-top: 304px;
}

#issues {
margin-left: -370px;
margin-top: 370px;
}

#pub-old {
margin-left: -370px;
margin-top: 382px;
}

#teachers {
margin-left: -370px;
margin-top: 405px;
}

#practices{
margin-left: -370px;
margin-top: 442px;
}

#programs {
margin-left: -370px;
margin-top: 483px;
}

#proceedings {
margin-left: -200px;
margin-top: 581px;
}

#opp {
margin-left: -368px;
margin-top: 525px;
}

#connections {
margin-left: -368px;
margin-top: 502px;
}

#friends {
margin-left: -97px;
margin-top: 436px;
}

#model_sub {
margin-left: -97px;
margin-top: 496px;
}

#newsletters {
margin-left: -276px;
margin-top: 436px;
}

#wellness {
margin-left: -276px;
margin-top: 466px;
}

#resources {
margin-left: -276px;
margin-top: 496px;
}

#forum {
margin-left: -276px;
margin-top: 556px;
}