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:#efefef;
background: url(../images/bg.gif) #9fd4ff repeat-x;
}

body {
line-height: 1.25; 
color: black;  
background-color:#fff;
width:996px;
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*/
text-align:left;
font-size:12px;
font-family:Arial, Helvetica, sans-serif; 
position:relative;
}

ol, ul {
list-style: none;
}

p {
padding:5px 0px;
}

caption, th, td {
text-align: left;  
font-weight: normal; 
vertical-align:top;
}

label { 
cursor: pointer;  
}

a { 
color: #30639A; 
}

a:link, a:visited, a:active { 
text-decoration: none; 
}

a:hover { 
text-decoration: underline; 
}

h1 { /* Page Titles */
font-weight: normal; 
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 2.4em; 
margin-top:15px;
margin-bottom:10px;
color: #827c3d;
}

h1.blue{
	color:#1C2628;
}

h2 { /* ListAlert Titles, My Legislators, */
font-weight: normal; 
font-size: 1.8em;
color: #AFAA78; 
}

h3{ /* SubHead used on Composeletters, MyInfo (User Name), My Legislators */
font-weight: 700;
font-size:1.6em;
color:#1C2628;
}

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 { 
display:block;
float:left;
padding-right:3px;
text-align:left;
width:8em;
color:#827c3d;
}


input{
/*width:11em;*/
margin-bottom:5px;
border:1px solid #BFB28F;
padding:3px;
}

select{
width:12em; /* Select boxs need to be just bigger then input areas, to look the same size on the page */
margin-bottom:5px;
border:1px solid #BFB28F;
padding:2px;

}


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;
}

/* 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%; 
background-image:url(../images/topcontent.jpg);
background-repeat:no-repeat;
background-position:top center;
}

/*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:0 20px;
width: 956px; /*If the width is less then 485px then the styles of the Key Content page will need to adjusted as well. */
background:url(../images/cc-bg.jpg) repeat-x #fff;
background-position:bottom right;
height:500px;
}

* > .ContentContainer {  /* This holds the main area that all the funtionality of the site is in.*/
float:left;
padding:0 20px;
width: 956px; /*If the width is less then 485px then the styles of the Key Content page will need to adjusted as well. */
background:url(../images/cc-bg.jpg) repeat-x #fff;
background-position:bottom right;
min-height:500px;
height:auto;
}
			  
/* 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;
background-color:#9FD4FF;
color:#fff;
}

#MainFooterContainer a{
	color:#afaa78;
	text-decoration:underline;
}

#MainFooterContainer a:hover{
	text-decoration:none;
}

/* home page */

#top{
	background-color:#f2ede1; 
	color:#6F6C4C;
	margin:-20px -20px 10px -20px;
	padding:20px 20px 0 20px;
	
}

#left{
	float:left;
	width:640px;
	background:url(../images/divider.jpg) repeat-y;
	background-position:top right;
	padding-right:40px;
	padding-bottom:20px;
}



#right{
	float:right;
	width:250px;
}

.btn {
background:transparent url(../images/btn-bg.jpg) repeat-x scroll 0 0;
color:#FFFFFF;
display:block;
font-size:1.2em;
font-weight:bold;
height:36px;
margin:0 auto;
text-align:center;
text-decoration:none;
text-transform:uppercase;
width:210px;
cursor:pointer;
}

.btn:hover {
background:transparent url(../images/btn-bg-hover.jpg) repeat-x scroll 0 0;
}

.btn:hover, .btn:visited, .btn:active, .btn:focus {
color:#FFFFFF;
text-decoration:none;
}






/* common site styles 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

ol li{
	list-style-type:decimal;
	margin-left:20px;
	margin-bottom:10px;
	line-height:2;
	}

ol li select{
		margin:-20px 0 20px 0;
		width:20em;
}

em{
	font-style:italic;
}
strong { font-weight: 700; }

.clear {
	clear:both;
}

.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;
}

#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 */ 
}

.tan-box{
background-color:#F2EDE1;
padding:20px;
border:1px solid #DFD3B5;
color:#827C3D;
width:95%;
}
#LetterFormContainer {
margin:20px 0;
width:100%;
}
#LetterFormContainer input {
width:130px;
padding:3px;
}



.radioleft{
border:0;
width:15px;

}
#LetterFormContainer select {
margin-left:7px;
width:138px;
border:1px solid #BFB28F;
}

.LetterFormField {
float:left;
margin-bottom:4px;
margin-left:13px;
width:275px;
}
.LetterFormField label {
width:100px;
}


#RegisterFormContainer input {
margin-left:0;
width:auto;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.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;
}


.surveyoptions input{ margin-left: 15px }


