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:#fff;

margin-left:10px;
}

body {
line-height: 1.25; 
background: white; 
width:800px;
background-color: #ffffff; 
position:relative;
}

ol, ul {
list-style: none;
}

p {
padding:5px 0px;
}


label { 
cursor: pointer;  
}


hr { /* Used under titles, between letter on ComposeLetters Page */
display:none;
}

textarea{ /* Used to set the size of the textarea on composeletters page & Tell-Ariend */
width:90%;
height:150px;
}

label { 
display:block;  
width:7.5em;  
float:left;  
text-align:left; /* Change to text-align:right; to align the labels from the right */
padding-right:3px; 
}

input{
width:13.55em;
margin-bottom:5px;
}

select{
width:14em; /* Select boxs need to be just bigger then input areas, to look the same size on the page */
margin-bottom:5px;
}


table{
border-collapse:collapse;
}

th { 
padding:5px;
background-color: #0199C0; 
font-weight: 700; 
color:#ffffff;  
border-style:solid;
border-color:#ffffff;
border-width:1px;
}

td { 
padding:5px;
border-style:solid;
border-color:#cccccc;
border-width:1px;
}

/* Styles used by the includes 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*Header Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
#MainHeaderContainer{

}

/*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:none;  /*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.*/
position: relative;
float:left;
padding: 25px 10px 30px 10px;
margin-top:10px;
margin-bottom: -17px;
border-left:1px solid #000;
border-right:1px solid #000;
width:600px; /*If the width is less then 485px then the styles of the Key Content page will need to adjusted as well. */
}

body > .ContentContainer { margin-bottom: -5px; }

.ContentContainer li { list-style: disc; margin-left: 15px; }
.ContentContainer li.CSCommittee,
.ContentContainer li.CSSubCommittee{ list-style: none; }


			  
/* 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;
position:relative;
width: 628px;
text-align:center;
margin-bottom:10px;
padding:15px 0 0 170px;
background: #fff;

}

#footerbg{
position: absolute;
right:0px;
top:0px;
background:url(../images/footer-bg.gif);
width:622px;
height:19px;
border-top:1px solid #ccc;
margin-left:6px;
}


/*Menu/Nav Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.MenuContainer {  
float:left;
background-color:#ccc; 
width:175px; 
border-left:1px solid #000;
margin-top:10px;/*This sets the width Nav, if you want to Menu uder the banner set to 100%.  Please all take a look the width of the links as they will need to be edited if this is edited */
border-bottom:1px solid #000;}

.MenuContainer ul li ul li a {white-space:normal; display: block; width: 150px;}

.MenuContainer li{
/* UnComment this if you would like a Menu under the banner
float:left;*/
line-height:1.5;
border-bottom:1px solid #fff;

}

	.MenuContainer li ul li{
	padding-left:0px;
	border:0;

	}
	
	* > 	.MenuContainer li ul li{
	padding-left:10px;
	border:0;

	}
	

	.MenuContainer li ul li ul li{
	border:0;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 20px;
	border-top:1px solid #fff;
	}
	
	* > 	.MenuContainer li ul li ul li{
	padding:2px 0 2px 20px;
	/*border:0;*/
	border-top:1px solid #fff;
	/*line-height:1.8;*/
	margin-left:-10px;
	}
	
	
	.MenuContainer li.grey{
	text-transform:uppercase;
	background:url(../images/leftnav_top_corner.gif) no-repeat;
	background-position:top left;
    background-color:#A8A8A8;
	margin-left:-1px;
	}
	
	.MenuContainer li.red{
    background-color:#993333;
	text-transform:uppercase;
	}
	
	.MenuContainer li.gblue{
    background-color:#339999;
	text-transform:uppercase;
	}
	
	.MenuContainer li.orange{
    background-color:#C90;
	text-transform:uppercase;
	}

	.MenuContainer li.yellow{
    background-color:#CC9900;
	text-transform:uppercase;
	}
	
	.MenuContainer li.green{
   /* background-color:#669933;*/
	text-transform:uppercase;
	}
	
	.MenuContainer li.blue{
    background-color:#336699;
	text-transform:uppercase;
	}
	
	.MenuContainer li.purple{
    background-color:#663399;
	text-transform:uppercase;
	}
	
	.MenuContainer .sep{
	border-bottom:1px solid #fff;
	margin-left:-10px;
	}
	
/*	.MenuContainer span.menuhead{ color: #000; font-size: 11px; font-weight: 700; text-transform:none; padding-left: 5px; }
*/

	.greensub{
		border-top:1px solid #fff;
		display:block;
		width:100%;
		margin-left:-10px;		
		padding-left:10px;
	}
	

	
.MenuContainer #loggedin { font-size: 9px; line-height: 1; padding: 10px; text-align:center; }
			   #loggedin strong { font-weight: bold; font-size: 11px; line-height: 15px; }
			   #loggedin * { margin: 0; padding: 0; }
			   #loggedin a { color: #369; display: inline; font-size: 9px; }
			   #loggedin a:hover { text-decoration: underline; }


/* Index Page */


h1.advocacy{
background:url(../images/h1advocacy.gif) left top no-repeat;
width:623px;
position: absolute;
top: -5px;
left: -1px;
}

/** > h1.advocacy{
background:url(../images/h1advocacy.gif) left top no-repeat;
width:623px;
border-right:1px solid #fff;
margin:-10px -10px 0 -10px;
}*/

	#col1 {
	width:340px;
	float:left;
	margin:10px;
	}
	
	#col2{
	width:220px;
	float:right;
	}
		#spotlight{
		width:190px;
		margin-bottom:10px;
		margin-top:10px;
		padding:10px;
		border: solid 1px #0F0569;
		}
		
		#spotlight{
		background-color:#CFDCFF;
		}
		
		#spotlight ul{
		margin-left:10px;
		margin-top:10px;
		}
		
		#spotlight li{
		list-style-type:disc;
		margin-left:10px;
		padding-bottom:5px;
		}
		
		#login{
		width:190px;
		margin-bottom:10px;
		margin-top:10px;
		padding:10px;
		background-image:url(../images/flag_washed.jpg);
		border: solid 1px #0F0569;
		}
		
		#login {
		background-color:#CFDCFF;
		}
		
		#login label{
			margin-left:15px;
			color:#000;
		}
		#login > label{
			margin-left:30px;
			color:#000;
		}

		
		 #login input{
			margin-left:30px;
		 }

		#login input{
		width:9em;
		}
		
		#login .forgot{
		color:#000;
		padding:5px;
		}
		
		#login .forgot a:link{
			color:#900;
		}

#alerts-top {
	color:#FFF;
	background-color:#900;
}

#alerts{
padding:10px;
border: #900 1px solid;
background-color: #F0F0F0;
}

#alerts h2 {
	color: #900;
	font-size:14px;
	font-weight: bold;
	border-bottom: #FFF 1px solid;
}

/* common site styles 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.RequiredMark { /* Formats the * for required field in the form (Register, MyInfo, & Login) */
display:block; 
width:.8em; 
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 
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.CLLetters { /* Used as a container for the letters */
margin-top:15px;
margin-left:30px; 
}

.CLTargets, .TYTarget  {  /* A style that is used to format the list of Targets (ComposeLetters & Thank You Page) */
list-style-type:disc;
margin-left:20px;
}

#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 */
margin-top:10px;
margin-bottom:10px;
vertical-align:middle;
}

#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;
}

.CLLetterHeader, .CLLetterTop, .CLLetterBody, CLLetterBottom, CLSignature{ /* These Class are not used but are inplace if you want to control the sytle of the letter */ 
}



/*My Info
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.MIAddress { /* Used only to indent the address */
margin:15px;
float:left;
}

#callout {
background-color:#C2E4EF;
float:right;
margin-top:10px;
padding:10px;
width:200px;
}

#callout li {
background-color:#FFFFFF;
margin:5px;
padding:5px;
text-align:center;
list-style:none;
}

.MIFormContainer { /* 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 */
}
.MIFormContainer div.breakit { width: auto; height: 1px; padding: 0; margin: 0; }

#MyInfo br { /* This creates line brake between form elements */
clear:left;
}

.MISumitButton{
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;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.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 */
}

	#checkboxes{
	width:275px;
	}
	
	#checkboxes input {
	float:left;
	width:50px;
	}
	
	#checkboxes label {
	float:right;
	width:200px;
	}

#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;
}

/*My Legislators
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.MLCapAddress{ /* Container for the Capitol Office column */
padding-top:10px; 
padding-bottom:10px;
float:left;
width:50%;
}

.MLDistAddress { /* Container for the District Office column */
padding-top:10px; 
padding-bottom:10px;
float:left;
width:50%;
}

.MLWebLink {/* Class put into place for formating the "Visit my website." link */
}

.MLEmailLink{/* Class put into place for formating the "Email me." link */
}

.MLInfoLink {/* Class put into place for formating the "More Info..." link */
}

/*My Participation
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#MPAlertBox { /* This id is on the table on the my participation */
width:100%;
}

#MPNOParticipation{ /* This id is in place for the case the user has not participated */
}

/*Participation Detail
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#PDInstruct{ /* Put in place to control the line "Viewing messages for alert:" */
}
	
#PDActionBox{  /* This id is on the table on Participation Detail Page */
width:100%;
}

/*News
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.NewsItem{ /* This class is in place to style the new items */
margin-bottom:10px;
}

#NoNews{ /* This id is in place to style the text if there is no new */
}


/*News Detail
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#NDContent{ /* This id is in place to style the content of the News Detial page */
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.LinkItem{ /* This class is in place to style the link items  */
margin-bottom:10px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#LegislatorSearch br{
clear:both;
}

#LSSearchByAddress { 
padding:6px;
background-color:#ECECEC;
float:left;
margin-bottom:6px;
margin-right:2%; 
width:56%;

}

#LSSearchByState { 
padding:6px;
background-color:#ECECEC;
float:left; 
margin-bottom:6px;
min-width:18em;
width:18em;
max-width:36%

}

#LSSearchByState label{
width:4em;
}

#LSSearchByState select{
width:12.5em;
}


#LSChamberTypes {
margin-top:5px;
margin-bottom:10px;
padding:6px;
background-color:#ECECEC;
width:98%;
}

#LSChamberTypes input{
width:25px;
float:left;
}

#LSChamberTypes label{
float:left;
line-height:1.5;
cursor:default;
width:8em;
}

.LSResultsSection li { 
padding-left:5px;
}

.LegislatorSearchSumitButton{
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;
}

#LSResults{} /* A div put in place to hold the results below the search */

/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#CommitteeSearch br{
clear:both;
}

#CSSearchFederal {
margin-top:10px;
padding:10px; 
background-color:#ECECEC;
width:260px;
height:180px;
float:left;
margin-right:10px;
}

#CommitteeSearch input {
width:20px;
float:left;
margin-left:10px;
}

#CommitteeSearch label{
float:left;
line-height:1.5;
cursor:default;
width:auto;
padding-left:5px;
}

#CommitteeSearch select{
float:left;
width:auto;

}

#CSSearchState { 
margin-top:10px;
padding:10px;
background-color:#ECECEC;
width:260px;
height:180px;
float:left; 
}

#CommitteeSearch .CommitteeSearchSumitButton{
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;
}



.CSSubCommittee {
padding-left:10px;
}


#CSResults{
width:98%;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#LDLegisPic{
float:left;
}

#LDAddress{
float:left;
}

.LDAddressBlock{
margin-left:20px;
float:left;
}


.LDSubCommittee {
padding-left:10px;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#KeyContact label{
float:left;
width:280px;
text-align:right;
padding-right:10px;
line-height:1.5;
}

#KeyContact br{
clear:both;
}

#KCTextArea {
padding-left:20px;
margin-bottom:10px;
}

#KeyContact .KeyContactUpdateButton{
background-image:url('../images/UpdateButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  
height:22px;  
cursor:pointer;
margin-bottom:10px;
}

#KeyContact .KeyContactSubmitButton{
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  
height:22px;  
cursor:pointer;
margin-bottom:10px;
}

/*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;
}

/*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;
}


/* Content Managed Class */

.cm ul, .cm ol{
margin-left:50px;
padding:5px;
}

.cm ul {
list-style-type:disc;
}

.cm ol {
list-style-type:decimal;
}

.clear {
clear:both;
}

.left{
float:left;
}

.right {
float:right;
}

#grey-bar {
	background-image: url(../images/header_top_grey.gif);
	width:800px;
	height:28px;
	vertical-align:middle;
}
#search-box {
	background-image: url(../images/top_leukemia_logo.gif);
	height:104px;
	width:800px;
	background-repeat:no-repeat;
}
.whitelink {
	margin-left: 644px;
	font-family:Verdana,arial; 
	color:#ffffff; 
	font-size:10px; 
	vertical-align:middle;
	display:inline;
	}
.whitelink:hover {
	color: #CCC;
	}
#canada-link {
	height: 30px;
	vertical-align:middle;
	float:left;
	margin-top:6px;
}
#canada-flag {
	float:right;
	margin: 4px 4px 0 0;
}

#site_search {
	margin: 0 0 0 260px;	
	padding-top: 30px;
	float: left;
	display:inline;
}

#ssearch_btn {
	width:108px;
}

#gsearch_btn {
	width:108px;
}



#chapter_finder {
	float:right;
	margin: 0 0 0 0;	
	padding-top: 30px;
	width:294px;
}
#chapter_input {
	float:left;
}

#zip_box {
	width:150px;
}

#csearch_btn {
	width:108px;
}

#live_help {
	float:right;
	margin: 0 4px 10px 0;
}
.AllowBullets ul{
list-style:disc;
margin-left:16px;
padding:5px;
}

#about_sub_nav, #resources_sub_nav, #campaigns_sub_nav {
	display:none;
}
