

/*	A	COMMON 					*/


/*	A1	TAGs					*/


body {
    margin: 0;
    margin-bottom: 5px;
    background-image: url(images/graybg.gif); 
    background-color: #515151; 
  /*  font-family: Helvetica, Tahoma, Arial; */
	font-family: "Times New Roman", Times, serif, Garamond;
    font-size: 13px;
    color: #495579;
    
}

input, ul, li, label, div, p {
	margin: 0;
	padding: 0;	
}


img {
	border: 0;
}

a {
	color: inherit;
	text-decoration: none;
}


a:active, a:focus {
	outline: none;
}


a#white {
	color: white;
}

h1, h2 {
	font-family: "Times New Roman", Times, serif, Garamond;
}

h1{
	margin: 14px 0 0 140px;
	text-transform: uppercase;
	font-weight:normal;
	letter-spacing: -2px;
	font-size:32px;
	color: #013467;

}

h1 #firstWLetter {
	font-size: 40px;
	
}

h2 {
	margin:0 10px 0 0;
	text-transform: uppercase; 
	font-weight:normal; 
	letter-spacing:2px; 
	text-align: center; 
	font-size:13px;
	color: #013467;
	
}

h2 #firstW2Letter {
	font-size: 16px;
}


h2#alignLeftwMargin {
	text-align: left;
	margin-left: 100px;
}

h3 {
	margin-top: 12px;
	margin-bottom: 10px;
	font-weight: normal; 
	font-size:23px; 
}


textarea {
	width: 360px;
	height:130px;
	padding: 5px 0 0 5px;
	border: solid 1px grey;
	font-family: Times, serif;
	font-size: 14px;
	color: #003399;
}

p#noIndent {
	text-indent: 0;
}

p#noIndentTopmargin {
    text-indent: 0;
    margin-top: 4px;
    color: blue;
}

/* A2	DEFs					*/


/* A21	HEADER - SUBSCRIBE	 	*/


.subscribe 
{
    width: 800px;
    height: 40px;
    margin:auto;
	border-left: 4px white solid;
	border-right:  4px white solid;
	background-color: black;
	font-family: Helvetica, Tahoma, Arial;
	font-size: 15px;
	color: #0E5292;
}

.subscribeBorderH 
{
    height: 100%;
    width: 100%;
    border-top: solid 1px black;
}

.subscribe .leftText 
{
    
	margin-left: 45px;
	padding-top: 8px;
	float: left;
}

.subscriber #subscribeFormHolder {
    display: block;
}

.subscribe #subscribeThxHolder {
    display: none;
    margin-right: 45px; 
    padding-top: 7px; 
    color: gray; 
    float: right;
}

.subscribe .inputTextBox{
	width: 150px;
	height: 18px;
	margin:7px 7px 0 5px;
	padding:0;
	padding-top: 2px;
	vertical-align: middle;
	background-color: #2F2F2F;
	border: solid 1px #505050;
	font-size: 11px;
	color: #CCCAC2;
	float: left;
}

.subscribe input {
	width:15px;
	margin:0; 
	padding:0;
	border: 0;
	height:14px;
	vertical-align: middle;
}

.subscribe .radioButtons {
	float: left;
	margin-top:4px;
}

.subscribe label {
	font-size:11px;
	color:#919191;
	vertical-align: middle;
}

.subscribe .aspImgBtn {
	float: right;
	margin-top:5px;
	margin-right:25px;
}

.subscribe .aspImgBtn:focus {
    outline: none;
}


/* A22	HEADER - MAIN		 	*/


.wideHeader {
	width: 100%;
	height: 73px;
	background-image: url(images/widebg.gif);
	text-align: center;
}


.header {
	width: 800px; 
	height: 215px; 
	margin: auto; 
	border-left: 4px solid white; 
	border-right: 4px solid white; 
	border-bottom: 1px solid white;
}

.headerFlash {
	width: 464px;
	height:215px;
	float:left;
}

.headerMenu {
	margin: 0;
	padding: 0;
}

.headerMenu div {
	width: 336px;
	height: 72px;
	float:right;
}

.headerMenu div.full {
	height: 215px;
	background-image: url(images/toprightpic.jpg);
}

.headerMenu div.up {
	background-image: url(images/h_involved.gif);
}

.headerMenu div.middle {
	background-image: url(images/h_news.jpg);
}

.headerMenu div.down {
	height: 71px;
	background-image: url(images/h_connected.jpg);
}

.headerMenu img {
	margin-top:36px; 
	margin-left: 15px;
}


/* A23	HEADER - MENU		 	*/


.menu {
	width: 800px;
	height: 75px;
	margin:auto;
	margin-bottom: 0;
	border-left: 4px white solid;
	border-right:  4px white solid;
}

.menu li {
	display:inline;
}


/* A24	CONTENT				 	*/


.content {
	margin:auto;
	width:800px; 
	height:1422px; 
	border-left: 4px white solid;
	border-right:  4px white solid; 
	background-color: #969696;
}

.content .title {
	width: 100%; 
	height:79px;
	background-image: url(images/ht_background.jpg); 
}

.content .title img {
	float:left;
}

.content .contentLeft {
	width:314px;
	float:left;
}


.content .contentLeftWhite {
	width:314px;
	float:left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.content .contentRight {
	width: 483px;
	height:1343px;
	float:right; 
	background: url(images/c_clipboard.jpg) left top no-repeat;
}

.content .contentRight#emptyClipboard {
	background: url(images/c_clipboarde.jpg) left top no-repeat;
}


.contentRight .contentActual {
	width: 370px;
	margin-left: 57px;
	margin-top: 15px;
	font-size: 15px;
	font-weight: normal;
	line-height: 115%;
	color: #333333;
}


.contentRight p {
	text-indent: 30px;
}


.leftWhiteLinks {
	margin-top:30px;
	text-align: right;
}

.leftWhiteLinksName {
	width: 250px;
	margin-bottom: 20px;
	margin-top: 10px; 
	padding-top: 5px;
	float:left;
	
}

.leftWhiteLinks img {
	vertical-align: middle;
}

.leftWhiteLinks span {
	font-weight: normal;
	font-size: 12px;
}

.leftWhiteLinksButton {
	float: right;
	margin-right:10px;
	margin-top: 10px;
}


/* A25	FOOTER				 	*/


.wideFooter {
	width: 100%;
	height: 76px;
	background-image: url(images/widefbg.jpg);
	text-align: center;
}

.wideFooter .footerBack {
	width: 800px;
	height: 76px;
	margin:auto;
	background-image: url(images/widefooterpen.jpg);
}

.wideFooter .footerBack#noPen {
	background-image: url(images/widefooter.jpg);
}

.wideFooter p {
	font-weight: normal;
	margin-top: 1px;
}

.footerBack div {
	width:200px;
	padding-top:10px;
	float:left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: white;
}

.wideFooter .footerMail {
	margin-left: 350px;
	float:left;
}

.wideFooter .footerPhone {
	margin-left: 50px;
}

.wideFooter .disclaimer {
	width: 800px; 
	padding-top:5px;
	text-align: center;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099FF;
}


/*	B	PAGES 					*/


/* B1	HOME				 	*/


/* B2	CONTACT				 	*/


.contentLeft#contact {
	text-align: right;
}

img#contact {
	margin-top: 20px;
	margin-right:-3px;
}

input#bSubmitContact {
	margin-left: 280px;
	margin-top: 10px;
}

h2#contact {
	padding-right: 52px;
}

.contactSmallPic {
	width: 51px;
	float: left; 
}

.contactSmallPic img {
	margin-top: 22px;
}

.contactInfo {
	padding-left: 5px;
	font-size: 18px;
	font-weight: normal;
	font-weight: 100;
	line-height: 130%;
}

.contactInfo#contactForm{
	margin-top: 30px;
	text-align: left;
}

.contactInfo#contactSignature{
	margin-top: 20px;
	width:130px;
	float: left;
}

.contactAddress {
	margin-top: 24px;
	margin-left: 170px;
	font-size: 14px;
}

.contactAddress span {
	display: block;
	margin:0;
}

.contactAddress span#firstLine {
	margin-top: 10px;
}

textarea#contactComments {
    height: 100px;
}

div#showHideContactThankYou {
    display: none;
}

.contactThankYouNote {
    width: 100%;
    height:60px;
    margin-top: 10px;
    background-image: url('images/signaturesmall.gif'); 
    background-position: bottom right; 
    background-repeat:no-repeat;
    text-align: right;
    font-family: Times, Serif;
    font-size: 18px;    
    font-weight: bold; 
    font-style: italic; 
    color: #143475; 
}

/* B3	VOLUNTEER				 	*/


.volunteer {
	padding-left:15px;
	font-family: "Times New Roman", Times,  serif;
	font-size:13px;
	font-weight: 100;
	letter-spacing: 0;
	color: #222222;
}

p#volunteer {
	margin-top:2px;
	margin-bottom: 0;
	text-indent: 30px;
}

.volunteer strong {
	font-style: italic;
}

.volunteer strong#extra {
	font-style: normal;
	margin-top:15px;
	font-size:20px;
	display: block;
}

.volunteer ul {
	margin-left: 7px;
	padding-left: 7px;
	margin-top: 10px;
}

.volunteer li {
	margin-top: 10px;
}

.contentActual#volunteer {
	margin-top:0;
	padding-top: 0;
}

.volunteerTitle {
	padding-top: 30px;
	padding-left: 10px;
	float: left;
	font-weight:normal;
	font-size:26px;
	color:#003366;
}

.volunteerTitle #name {
	color: #0F589C;
}

.volunteerTitle #firstLetter {
	font-size: 32px;
}

.volunteerTitle #subTitle {
	display:block; 
 	margin-top: 7px; 
	margin-left:3px;
	font-size: 15px;
	color: #666666; 
}

.volunteerImage {
	margin:0; 
	margin-top:-3px;
	padding:0; 
	text-align:right;
}

.volunteerJoin {
	font-family: Times,serif;
	font-weight:normal; 
	font-size: 24px; 
	margin-top:5px; 
	letter-spacing: 1px;
	color: #003366;
}

.contentActual#volunteer table {
	margin-top: 10px;
}

.contentActual#volunteer td {
	text-align: left;
	font-size: 16px;
	width:250px; 
	vertical-align:middle;
	height:30px;
}

.contentActual#volunteer td#data {
	padding-left: 10px;
}

.contentActual#volunteer td#comments {
	vertical-align: top;
}

.contentActual#volunteer td#dataComments {
	text-align: left;
}


.contentActual#volunteer p{
	text-indent: -18px; 
	margin-left: 25px;
}

td#data input {
	border: solid 1px grey;
	width: 205px;
	height: 17px;

}

textarea#volunteerComments {
	width: 200px;
	height: 50px;
}

input#bSubmitVolunteer {
    margin-left: 280px;
}

.volunteerValidator {
    font-size: 12px;
    color: Red;
    margin:0;
    padding:0;
    display: inline;
}

.volunteerCaptainCheckbox {
    margin-left: 140px; 
    margin-top:2px; 
    margin-bottom: 2px;
}

#showHideThankYou {
    display: none;
}

.volunteerThankYouNote {
    width: 100%;
    height:60px;
    margin-top: 10px;
    background-image: url('images/signaturesmall.gif'); 
    background-position: bottom right; 
    background-repeat:no-repeat;
    text-align: right;
    font-family: Times, Serif;
    font-size: 18px;    
    font-weight: bold; 
    font-style: italic; 
    color: #143475; 
}

/* B3	DISTRICT				 	*/


.contentActual#district {
	margin-left:27px; 
	margin-top: 7px;
}


/* B4	NEWSROOM				*/


.contentLeftWhite#newsroom {
	margin-top: -9px;
}

.contentActual#newsroomCA {
		height: 465px;
		overflow: auto;
}

h1#newsroom, h2#newsroom  {
	margin:0;
	padding:0;
	font-size: 25px;
	line-height: 100%;
	font-family: Times, serif;
	letter-spacing:0;
	color: black;
	text-transform: none;
	
}

h2#newsroom {
	margin-top:10px;
	margin-bottom: 20px;
	font-size: 20px;
	text-align: left;
	color: gray;
}

a#newsroomScan {
    margin-top: 30px;
}

a#newsroomPaperLink {
    padding-top: 30px;
    color: Blue;
}

.newsroomMenu {
	margin:0;
	padding: 0;
	z-index:3;
}

.newsroomTitleContainer{
	margin: 15px 0 22px 25px;
	font-family: "Times New Roman", Times, serif, Garamond;
	font-size: 33px;
	font-weight:normal;
	color: black;
}

.newsroomDelimiter {
	width: 300px;
	height: 503px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC; 
}

.newsroomContainer {
	 overflow: auto;
	 height: 503px;
	 margin-left: 20px;
}

.newsroomContainer#buzzNews {
    height: 330px;
}

.newsroomNews {
	width: 254px;
	padding: 3px;
	border-bottom: 2px solid #727272;
	height: 47px; 
}


.newsroomNews#first {
	height: 3px;
}

.newsroomNewsTitle {
	width: 210px;
	float: left;
	font-size: 12px;
}

.newsroomNewsTitle i {
	font-size: 12px;
	font-weight:bold;
}


.newsroomPaperTitle {
 font-size: 28px; 
 font-weight: bold; 
 color: Black;
}
 

.newsroomNewsButton {
	float: none;
	margin-bottom: 5px; 
	margin-top: 3px;
	text-align: right;
}

.newsroomPaperImage {
 	width:400px;
 	margin:10px 0 30px 35px;
 	text-align: center;
}

.newsroomNewsContent {
	margin-top:15px;
}


.newsroomNewsContent p{
	text-indent: 0px;
	margin-top: 10px;
}

.newsroomAspImgBtnNews {
    margin-right: -3px;
}

.newsroomAspImgBtnNews:focus {
    outline: none;
}

.newsroomAspImgBtnNews#bPressRelease {
    margin:0;
    z-index: 9;
    position: absolute;
}

img#newspaperImgDB {
    margin-top: 10px;
    max-width: 400px;
    max-height: 300px;
}

/* B4	LEGISLATION						*/

.contentActual#legislation {
	margin-left:27px; 
	margin-top: 7px;
	padding-left:10px;
}

h3#legislation {
	width: 380px; 
	margin: 20px 10px 15px 0;
	padding:0;
	padding-top: 15px;
	border-top: 2px dotted #9A9AB3;
	font-family: Times, serif;
	line-height: normal;
	font-weight: normal;
	font-size: 26px; 
	letter-spacing:0;
	text-transform: none;
	color: black; 
}

.contentActual#legislation b{
	margin-top: 10px;
}

.contentActual#legislation p {
	text-indent: 0;
	margin-bottom: 10px;
	text-align: justify;
}

.legislationContainer{
	width: 445px;
	height: 580px;
	overflow: auto;
}


/* B4	PHOTOS  						*/

.contentActual#photos {
	margin-left:27px; 
	margin-top: 20px;
	padding-left:10px;
}

div#photosTitle {
    font-size: 24px;
    line-height: 100%;
    font-style:italic;
    font-family: Times, Serif;
}

div#photosDescription {
    margin: 10px 0 20px 20px;
    text-align:justify;
    font-size: 16px;
}

img#thumb{
   margin-left: 15px; 
   margin-top: 15px;
   width: 60px;
   height: 60px;
   cursor: pointer;
}

.photosThumbnails {
    width: 410px;
    height: 235px;
}

img#bigPhotoDB {
    margin-top: 0;
    margin-left: 60px;
    width: 270px;
    height: 270px;
}

.clickDescriptionM {
    margin-top: 10px;
}


/* B5	MEDIA  						*/


.contentActual#media {
    padding-top: 20px;
    padding-left: 20px;
}


/* B6 BUZZ */

.bioTitle {
    width: 260px;
    font-family: Arial, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
}

img#bioPaper {
    margin-top: 10px;
}

.bioLink {
 width: 210px;
 float: left;
 margin-top: 5px;
 font-size: 14px;
 font-weight: bold;
 font-style: italic;
 color: White; 
}

.newsroomNews#bioFirst {
    height:20px;
}

.newsroomNews#bio {
    height: 30px;
    margin-bottom: 20px;
}