html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/*Defined html elements *
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
html {
background-color:#6cadd3;
}

body {
margin-top:10px;
border:1px solid #000;
line-height: 1.25; 
color: black;  
background: white; 
width:785px;
margin-left:auto; /* The left & right margin being set to auto will make the page centered*/
margin-right:auto; /* The left & right margin being set to auto will make the page centered*/
background-color: #ffffff; 
text-align:left;
font-size:12px;
font-family:Arial, Helvetica, sans-serif; 
position:relative;
}

ol, ul {
list-style: none;
}

p {
padding:5px;
}

caption, th, td {
text-align: left;  
font-weight: normal; 
vertical-align:top;
}


a { 

color: #0000FF;

}

a:link, a:visited, a:active { 
text-decoration: none; 
}

a:hover { 
text-decoration: underline; 
}

h1 { /* Page Titles */
font-weight: 700; 
font-size: 1.85em; 
color: #dc241f;
}

h2 { /* ListAlert Titles, My Legislators, */
font-weight: 700; 
font-size: 1.3em;
color: #30639A; 
background-color: #F0F8FF;
}

h3{ /* SubHead used on Composeletters, MyInfo (User Name), My Legislators */
font-weight: 700;
font-size:1.1em;
}

hr { /* Used under titles, between letter on ComposeLetters Page */
margin-bottom:15px;  /* "h1 has a Negative Margin to bring this directly under the Title, if this is changed the h1 should be looked at too */
margin-top:15px;
background-color:#CCCCCC;
height:1px;
border-style:none;
border-width:0;
}

textarea{ /* Used to set the size of the textarea on composeletters page & Tell-Ariend */
width:90%;
height:150px;
}


label { 
cursor: pointer; 
display:block;
width:80px;
position:relative;
float:left; 
margin:5px 0 0 0;
clear:both;
}



input, select {
margin-top:3px; 

}

radio {width:1em;}

strong {font-weight:700;}


table{
border-collapse:collapse;
}



/* Styles used by the includes 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*Header Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
#MainHeaderContainer{
text-align:center; /* Centers the banner */
}

/*Body Container holds the other three containers ImageBar, Nav, & ContentContainer
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.BodyContainer { /* This holds the main area includeing Nav,Main and Image Bar.*/
width: 100%; 
}

/*Image Bar Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
#ImageBarContainer{ /* This hold the imagebar include file */
float:right;
padding:10px;
background-color:#303094;
width:150px;
display:block;  /*Change this to display:block; to show the Image Bar, also make sure to reduce the Content Container's width (Add the width, padding & margin to reduce the correct amount) to make room for this bar*/
}


/*Main Container Area Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.ContentContainer {  /* This holds the main area that all the funtionality of the site is in.*/
float:left;
padding:10px;
background-color:#fff;
width: 589px; /*If the width is less then 485px then the styles of the Key Content page will need to adjusted as well. */
min-height:400px;
}

	#Home .ContentContainer
	{background-color:#e8f7f4;
	}		  
/* If this style where uncommented it would control the size of the Content Container for only the AlertDetail Page.
This technique can be used to over ride any style on a page by page level (Always place the page id first).
#AlertDetail .ContentContainer {  
padding:10px;
width: 400px;
}
*/


/*Footer Area Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/

#MainFooterContainer {  /* This holds the mainfooter include file.*/
clear:both;
text-align:center;
border-top:1px solid #000;
}

#MainFooterContainer .copy{
font-size:.8em;
}


/*Menu/Nav Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.MenuContainer {  
float:left;
background:url(../images/menu-grad-bg.jpg) repeat-x;
width:175px; 
height:500px;
padding-top:15px;
border-right:1px dotted #69a3c8;
}



.MenuContainer li{
/* UnComment this if you would like a Menu under the banner
float:left;*/
line-height:1.8;
}

  #HomeLink a:link,  #HomeLink a:active,  #HomeLink a:visited {
  background-color:#e92a00;
  }
  
  #HomeLink a:hover {
  background-color:#FF150F;
  }
  
 #TakeActionLink a:link, #TakeActionLink a:active,  #TakeActionLink a:visited {
 background-color:#00198f;
 }
 #TakeActionLink a:hover{
 background-color:#0D46DF;
 }
 #AboutLink a:link, #AboutLink a:active, #AboutLink a:visited{
 background-color:#bfab00;
 }
 
 #AboutLink a:hover{
 background-color:#DFC700;
 }
  
 #GetInvolvedLink a:link, #GetInvolvedLink a:active, #GetInvolvedLink a:visited{
 background-color:#188f00;
 }
 
 #GetInvolvedLink a:hover{
background-color:#357F0F;
}
 #TellAFriendLink a:link, #TellAFriendLink a:active, #TellAFriendLink a:visited{
 background-color:#5e0050;
 }
 
 #TellAFriendLink a:hover{
 background-color:#8F0082;
 }
 
 #MoreKidsLink a:link, #MoreKidsLink a:active, #MoreKidsLink a:visited{
 background-color:#01505f;
 }
 
 #MoreKidsLink a:hover{
 background-color:#00889F;
 }
 
 #ContactUsLink a:link, #ContactUsLink a:active, #ContactUsLink a:visited{
 background-color:#5d0e00;
 }
 
 #ContactUsLink a:hover{
 background-color:#8F1400;
 }

 

 #logout{
 text-align:center;
 margin-top:5px;
 }
 
  #logout a:link, #logout a:active, #logout a:visited{
 border:0;
 text-align:center;
 }

.MenuContainer a:link, .MenuContainer a:visited, .MenuContainer a:active { 
text-align:right;
color: #FFF; 
display:block;
padding-left:10px;
padding-right:10px;
font-size: 1em;
font-weight:700;
width:145px;  /* This is need to make IE6 work correctly, this value should be the width of the Container - all padding and margins */
border-bottom:1px solid #fff;
}

.MenuContainer a:hover { 
text-decoration:none;
}


/* This how you would change the style for a single item in the Nav - Take Aciton in this case.  This would not override the "on page" below
#TakeActionLink a:link, #TakeActionLink a:visited, #TakeActionLink a:active { 
text-decoration: underline; 
background-color: #00FF66;
display:block;
font-weight: 700; 
color:#FF0000;
}
*/


/*This code is what make the "on page" link retain a different style then the rest of links.  Every link in the nav should have an id. When a page has an id (in the container div) and the link has an id that are defined together then the style will be in effect.*/
#TakeAction #TakeActionLink a:link, #TakeAction #TakeActionLink a:visited, #TakeAction #TakeActionLink a:active, 
#AlertDetail #TakeActionLink a:link, #AlertDetail #TakeActionLink a:visited, #AlertDetail #TakeActionLink a:active, 
#ComposeLetters #TakeActionLink a:link, #ComposeLetters #TakeActionLink a:visited, #ComposeLetters #TakeActionLink a:active, 

#Register #RegisterLink a:link, #Register #RegisterLink a:visited, #Register #RegisterLink a:active,
#MyInfo #RegisterLink a:link, #MyInfo #RegisterLink a:visited, #MyInfo #RegisterLink a:active,
#Login #RegisterLink a:link, #Login #RegisterLink a:visited, #Login #RegisterLink a:active,

#MyLegislators #MyLegislatorsLink a:link, #MyLegislators #MyLegislatorsLink a:visited, #MyLegislators #MyLegislatorsLink a:active,

#MyParticipation #MyParticipationLink a:link, #MyParticipation #MyParticipationLink a:visited, #MyParticipation #MyParticipationLink a:active,
#ParticipationDetail #MyParticipationLink a:link, #ParticipationDetail #MyParticipationLink a:visited, #ParticipationDetail #MyParticipationLink a:active,

#News #NewsLink a:link, #News #NewsLink a:visited, #News #NewsLink a:active,
#NewsDetail #NewsLink a:link, #NewsDetail #NewsLink a:visited, #NewsDetail #NewsLink a:active,

#Links #LinksLink a:link, #Links #LinksLink a:visited, #Links #LinksLink a:active,

#LegislatorSearch #LegislatorSearchLink a:link, #LegislatorSearch #LegislatorSearchLink a:visited, #LegislatorSearch #LegislatorSearchLink a:active,
#CommitteeSearch #LegislatorSearchLink a:link, #CommitteeSearch #LegislatorSearchLink a:visited, #CommitteeSearch #LegislatorSearchLink a:active,
#CommitteeDetail #LegislatorSearchLink a:link, #CommitteeDetail #LegislatorSearchLink a:visited, #CommitteeDetail #LegislatorSearchLink a:active,
#LegislatorDetail #LegislatorSearchLink a:link, #LegislatorDetail #LegislatorSearchLink a:visited, #LegislatorDetail #LegislatorSearchLink a:active,

#KeyContact #KeyContactLink a:link, #KeyContact #KeyContactLink a:visited, #KeyContact #KeyContactLink a:active,

#TellAFriend #TellAFriendLink a:link, #TellAFriend #TellAFriendLink a:visited, #TellAFriend #TellAFriendLink a:active,

#ShareYourStory #ShareYourStoryLink a:link, #ShareYourStory #ShareYourStoryLink a:visited, #ShareYourStory #ShareYourStoryLink a:active,






/* common site styles 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.RequiredMark { /* Formats the * for required field in the form (Register, MyInfo, & Login) */
display:block; 
width:.8em; 
font-size:1.7em; 
font-weight:700; 
color:#ff0000; 
float:left; /* Change to float:right; to move the * to the right of the field */
}

.DataTableSubmit { /* Formats the bottom row of table where the submit button is (Legislator Search)*/
background-color: #F0F8FF; 
text-align:right;
}


/* Alerts page 
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#AlertDetailSummary { /* The Summary text of an alert */
margin-bottom:10px; /* provides a space inbetween the summarry and the link/image below it */ 
}

.AlertDetailTakeActionLinkText{
display:block; /*Change this to display:none; to hide the text link */
}

.AlertDetailTakeActionLinkImage { /* By Default this class in hidden using display:none; as the default setting is not use images for links */
background-image:url('../images/email_16.gif');  /* Change the file name of the image you want to use for the take ation link */
border:none; 
background-color:transparent; 
width:162px;  /* Should be the width of the image */
height:40px;  /* Should be the height of the image */
display:none; /* Change this to display:block; to bring the it out of hidding */
cursor:pointer; 
}


/* ComposeLetters Page 
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#submit{
text-align:center;
margin:5px 0;
}

.CLLetters { /* Used as a container for the letters */
margin-top:0px;
margin-left:30px; 
}

.CLTargets, .TYTarget, .NewsItem, .LinkItem  {  /* A style that is used to format the list of Targets (ComposeLetters & Thank You Page) */
list-style-type:disc;
margin-left:30px;
}

#CLNoTargets { /* A style that is used to format the text that will display if there are no Targets when a user gets to the letter page */
margin-top:20px;
font-weight:700;
}


.CLCommType{ /* A Style used to format the area containing the radio buttons */

}

#ComposeLetters input { /* A style that is used to format the radio button  */
width:18px;
margin-left:7px;
}


input#CLSumitButton { /* A Style to place a graphic button for the Submiting of the letter */
background-image:url('../images/SubmitButton.gif');  
border:none; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
margin-bottom:5px;
}



/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.RegisterFormContainer { /* This is a container that holds the three elements of the edit form (RequiredMark, label, input) */
width:25.5em; /* Width should be just bigger then the three elemets combined */
}

#Register br { /* This creates line brake between form elements */
clear:both;
}

.RegisterSumitButton{
margin-top:10px;
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
margin-bottom:5px;
}



/*Thank You Page
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.TYTarget  {  /* A style that is used to format the list of Targets default setting is in the Composeletters section */
}

.JumpLinks { /* Jumplinks are at the bottom of the thank you display, they are hidden by default as they are not part of the default requerments  */
margin:10px;
display:none;
}


/*TellAFriend
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#TellAFriend .TellAFriendSumitButton{
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
}


#tellafriend label{display:block; clear:both; margin:15px 0 0 0; width:300px; }
#tellafriend input {width:300px; clear:both; display:block; margin-top:3px; }
#tellafriend textarea { height:220px; width:300px; clear:both; display:block; margin-top:3px;}
.RegistrationForm{ margin:0 10px 10px 10px; padding:5px; width:247px;}
/*Share Your Story
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#ShareYourStory .ShareYourStorySumitButton{
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
}

/*Contact Us
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#ContactUs .ContactUsSumitButton{
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
}

.timetext {
color:#003399;
font-size:11px;
line-height:11px;
margin-left:25px;
font-weight:700;
}

#header-table input{
margin-top:2px;
width:auto;
}

/* Index Page */

.alt{display:none;}

#left-col{
width:375px;
float:left;
}
	#fit-kids #top{
	 background:url(../images/fit-kids-top.gif);
	 width:375px;
	 height:59px;
	 margin-bottom:-3px;
	}
	
	#fit-kids #bg{
	background:url(../images/fit-kids-bg.gif) repeat-y;
	width:355px;
	padding:5px 10px;

	}

	#fit-kids #bottom{
	background:url(../images/fit-kids-bottom.gif);
	width:375px;
	height:16px;
	margin-top:-3px;
	}
	
	#fit-kids #btn-more{
	margin-top:15px;
	margin-left:5px;
	width:335px;
	height:19px;
	background:url(../images/fit-kids-more.gif) no-repeat;
	cursor:pointer;
	}
	

	#sneakers{
	width:375px;
	height:333px;
	background-image:url(../images/sneakers-bg.jpg);
	}
	
	#sneakers h1{
	margin:0px 0 5px 10px;
	padding-top:45px;
	color:#fff;
	}
	
	#sneakers p{
	padding:0 10px;
	}
	
	#sneakers a:link, #sneakers a:active, #sneakers a:visited, #sneakers a:hover{
	color:#fff;
	font-weight:bold;
	}
	
	#sneakers #btn-more{
	margin-top:15px;
	margin-left:10px;
	width:183px;
	height:18px;
	background:url(../images/btn_more-sneakers.gif) no-repeat;
	cursor:pointer;
	}
	


.right{
float:right;
}	
	
#right-col{
width:199px;
float:right;
}

	#campaign{
	width:199px;
	}
		#campaign #top{
			background-image:url(../images/campaign-top.jpg);
			width:199px;
			height:149px;
		}
		
		#campaign #bg{
			background:url(../images/campaign-bg.gif) no-repeat;
			background-color:#0448AB;
			width:199px;
			min-height:466px;
		}
		
		#campaign #content{
			width:170px;
			min-height:466px;
			margin-left:10px;
			padding:5px;
			background-color:#fff;
			}
			
		    #campaign h1{
			margin:0;
			font-size:20px;
			line-height:1;
			}
			
			#campaign #btn-more{
				margin-top:15px;
				width:169px;
				height:18px;
				background:url(../images/campaign-more.gif) no-repeat;
				cursor:pointer;
			}
		
		#campaign #bottom{
			background-image:url(../images/campaign-bottom.gif);
			width:199px;
			height:45px;
			margin-top:-3px;
		}
		
#LeftColumn{
width:53%;
position:relative;
float:left;
}

	#LeftColumn #senators li{
	margin-left:50px;
	list-style-type:disc;
	padding:5px;
	color:#DC241F;
	font-weight:bold;
	}

#RightColumn{
width:47%;
position:relative;
float:right;
}

/* about page */

#sponsors
{width:380px;
margin-top:10px;
/*background-color:#C9E0EE;
border:1px solid #777;*/
font-size:11px;
}

	#sponsors h2{
	background-color:#0F5FA4;
	color:#fff;
	padding:4px;
	}
	
	#sponsors h3{
	padding:4px;
	}
	
	#sponsors li{
	list-style-type:disc;
	margin-left:50px;
	padding:4px;
	}
.style1 li { list-style-type:disc; margin-left: 20px;}
.style1, .style1 a { font: 700 12px Arial, Helvetica, sans-serif; color:#f00; }
.style1 a:link, .style1 a:visited { text-decoration:underline; }
.style1 a:hover { text-decoration: none; color:#900; }
.style1 a:active { text-decoration: underline; }