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:#777777;
}

body {
line-height: 1.3; 
background: white; 
width:958px;
margin-left:auto; /* The left & righ ft 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; 
position:relative;

}

ol, ul {
list-style-type:disc;
margin-left:20px;
/*list-style: none;*/
}

p {
padding:5px 0px;
}

.alt{
	display:none;
}

label { 
cursor: pointer;  
}

blockquote{
	margin-left:40px;
}


hr { /* Used under titles, between letter on ComposeLetters Page */
display:none;
}


hr.dashed {
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:10px;
border-top:1px dashed #e1ebf1;
border-bottom:none;
border-left:none;
height:1px;
display:block;
}

textarea{ /* Used to set the size of the textarea on composeletters page & Tell-Ariend */
width:90%;
height:150px;
}

label { 
display:block;  
width:8em;  
float:left;  
text-align:left; /* Change to text-align:right; to align the labels from the right */
padding-right:3px; 
}

input{
display:block;
float:left;
margin-bottom:5px;
width:auto;
}

select{
border:1px solid #8FA9BF;
display:block;
float:left;
height:23px;
margin-bottom:5px;
padding:3px;
width:auto;
}


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{
text-align:center; /* Centers the banner */
position:relative;
}

#LoginArea{
position:absolute;
top:24px;
right:20px;
width:500px;	
}
	#LoginArea label{
	display:inline;
	width:auto;
	margin-top:2px;
	padding-right:5px;
	text-align:right;
	color:#38546A;
	}
	
	#LoginArea input{
	margin:0;
	width:120px;
	display:inline;
	margin-right:5px;
	
	}
	
	#LoginArea .btnLogin {
	color:#777777;
	font-size:0.8em;
	text-transform:uppercase;
	}

	#LoginArea .btnLogin {
	border:1px solid #DFDFDF;
	cursor:pointer;
	height:25px;
	width:70px;
	}
	
	#LoginArea b{
			color:#38546A;
			margin-right:10px;
			font-size:18px;
	}
	
	#LoginArea p{
		margin-top:-5px;

	}


/*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.*/
float:left;
padding:10px 28px;
min-height:400px;
width:878px; /*If the width is less then 485px then the styles of the Key Content page will need to adjusted as well. */
}

.ContentContainer2 {  /* This holds the main area that all the funtionality of the site is in.*/
float:left;
padding:10px 28px;
min-height:900px;
width:878px; /*If the width is less then 485px then the styles of the Key Content page will need to adjusted as well. */
}
	
/* 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;
}
*/

h1.text{
	background:url(../images/graphic-sayno.jpg) no-repeat;
	height:81px;
	width:958px;
	margin:0 -40px 10px -40px;
	padding:0;
}

* > h1.text{
	background:url(../images/graphic-sayno.jpg) no-repeat;
	height:81px;
	width:958px;
	margin:0 0 10px -40px;
	padding:0;

}

#left-wide{
	width:560px;
	float:left;
	/*color:#999;*/
	height:auto;
}


 #right-wide{
	width:275px;
	
	padding:10px;
	float:right;

	}

	
	#right-wide ul{
		margin-top:5px;
		list-style: none;
	}
	
	#right-wide li{
		margin-bottom:4px;
	}
	
#left{
	width:640px;
	float:left;
	/*color:#999;*/
}


 #right{
	width:200px;
	float:right;
    margin-top:25px;

	}

	
	#right ul{
	list-style:none;
	
	}
	
	#right li{
		margin-bottom:4px;
		
	}

	
#letter{
	margin-top:10px;
	background-color:#e5f0f7;
	padding:20px;
	font-size:11px;
	border:1px solid #ccc;
	color:#777;
}

.ctr{
	font-size:11px;
}



.BtnSubmit:hover {
background:transparent url(../images/btn-takeaction-hover.gif) repeat-x scroll 0 0;
}

.BtnSubmit {
background:transparent url(../images/btn-takeaction.gif) repeat-x scroll 0 0;
cursor:pointer;
display:block;
margin:0 auto;
width:226px!important;
height:42px;
border:0;
color:#333;
padding:10px;
margin:0 auto;
font-weight:bold;
font-size:1.6em;
}

.taf{
	margin:0;
}


/*Footer Area Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/

#MainFooterContainer {  /* This holds the mainfooter include file.*/
clear:both;
text-align:center;
background:url(../images/footer.jpg) no-repeat;
color:#fff;
padding-top:20px;
height:51px;
}

#MainFooterContainer a{
	color:#DFFAFF;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
}

#MainFooterContainer a:hover{
	color:#fff;
	text-decoration:none;
}



/*Menu/Nav Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.MenuContainer {  
display:block;
width:520px; /*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 */
color:#fff;
position:relative;
left:398px;
top:-43px;

}

.MenuContainer li{
/* UnComment this if you would like a Menu under the banner*/
float:left;
line-height:1;
border-right:1px solid #fff;
list-style:none;

}



/* common site styles 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.RequiredMark { /* Formats the * for required field in the form (Register, MyInfo, & Login) */
clear:both;
color:#FF0000;
display:block;
float:left;
font-size:1.7em;
font-weight:700;
padding-right:5px;
width:10px;
}

.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;
}
.CLCommType input { /* A style that is used to format the radio button  */
width:18px; margin:5px 5px -2px 8px; line-height:1.5}


#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 */ 
}

/* Compose Letter 2 */

#LetterFormContainer {
margin:20px 0;
width:100%;
}

	#LetterFormContainer input{
		width:130px;
	}
	
	#LetterFormContainer select{
		width:138px;
		margin-left:7px;
	
	}
	

	.LetterFormField {
	float:left;
	margin-left:13px;
	margin-bottom:4px;
	width:265px;
	}
	
	.LetterFormField label {
	width:100px;
	}



/*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:150px;
}

#callout li {
background-color:#FFFFFF;
margin:5px;
padding:5px;
text-align:center;
}

.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 */
}

#MyInfo br { /* This creates line brake between form elements */
clear:both;
}

.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:300px; /* Width should be just bigger then the three elemets combined */
margin-top:10px;
}

#RegisterFormContainer input, #LoginFormContainer input{
	width:auto;
	margin-left:0;
}

#Register br { /* This creates line brake between form elements */
clear:both;
}



/*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;
}

/*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;
}

.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;
}

/* Home Page Buckets */

#buckets{
	width:902px;
	/*color:#708367;*/
	font-size:1.1em;
	background-color:#b8dab0;
	margin-top:6px;
	height:200px;
	margin-left:0px;

}

#buckets li{
	width:270px;
	height:180px;
	border-right:1px solid #fff;
	padding:15px;
	background-color:#b8dab0;
	float:left;
	position:relative;
	list-style:none;
	margin-left:0px;
}

#buckets h2{
	color:#355c1f;
	font-size:1.6em;
	margin-top:0;
	margin-bottom:6px;
}

#buckets a{
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:.8em;
	text-align:center;
	text-transform:uppercase;
	width:140px;
	height:15px;
	padding:5px;
	margin-top:35px;
	letter-spacing:.08em;
	background-color:#355c1f;
	border:1px solid #333;
}

#buckets a:hover{
	background-color:#4F6D2D;
	text-decoration:none;
}


#buckets .button{
	position:absolute;
	bottom:10px;
	left:16px;
}

/* SUb pages */

.ContentRight {
float:left;
margin-left:45px;
width:300px;
}

.ContentLeft {
float:left;
width:520px;
}

input.text {
border:1px solid #8FA9BF;
height:17px;
padding:3px;
width:150px;
}

.RequiredLabel {
width:auto;
}
#LoginError{
color:#ff0000; clear:both;}

.CLCommTypeMockLabels {
	width:50px; float:left; position:relative; margin-top:4px; *margin-top:7px;}
ul#FeatureFade-large {
margin: 0; padding: 0;}
ul#FeatureFade-large li {
	position: absolute;
	top: 100; 
	left: 100; 
	list-style:none;
}


