@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #d1d1d1;
	background-image: url(Design/Assets/Homepage_Images/vote4ellie_browser_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.twoColFixRtHdr #container {
	width: 890px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: groove;
	border-left-style: ridge;
	border-right-color: #0000CC;
	border-left-color: #274EE9;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #header .menuText {
	position: relative;
	top: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #FFFFFF;
	text-decoration: none;
}

.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 278px;
	background-image: url(Design/Assets/Homepage_Images/vote4ellie_header.jpg);
} 
.twoColFixRtHdr #sidebar1 {
	width: 270px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 5px 15px;
	margin: 45px 20px 30px 10px;
	background-color: #d1d1d1;
	font-size: 14px;
	position: relative;
	float: right;
	color: #797979;
}
.twoColFixRtHdr #sidebar1 p {
	position: relative;
	margin: 0px 0px 15px 0px;

}
.twoColFixRtHdr #sidebar1 .justify {
	text-align: justify;
	line-height: 16pt;
}



.twoColFixRtHdr #mainContent {
	margin: 0 330px 30px 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
	font-size: 15px;
} 
.twoColFixRtHdr #mainContent p {
	padding-top: 0px;
	margin-top: 2px;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	height: 132px;
	background-image: url(Design/Assets/Homepage_Images/vote4ellie_footer.jpg);
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#sidebar1 .socialButtons {
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	top: 10px;
	position: relative;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr  .footerLinks  {
	position: relative;
	top: -5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #001255;
}
#header  a:link  {
	color: #fff;
	text-decoration: none;
  }
#header  a:visited  {
  color: #FFF;
  text-decoration: none;
  }
#header  a:hover  {
  color: #FFF;
  text-decoration: underline;
  }
#header  a:active  {
  color: #FFF;
  text-decoration: none;
  }
a:link {
	color: #001255;
	text-decoration: none;
}
a:visited {
	color: #001255;
	text-decoration: none;
}
a:hover {
	color: #001255;
	text-decoration: underline;
}
a:active {
	color: #001255;
	text-decoration: none;
}
.twoColFixRtHdr   #sidebar1   .tweet  {
	font-size: 130%;
	font-weight: bold;
	color: #000099;
	padding: 0;
}
.twoColFixRtHdr #container #sidebar1 .fireFoxSpacer {
	padding-bottom: 10px;
	font-weight: bold;
	padding-top: 0px;
	font-size: 12pt;
}

h2 {
	font-size: 130%;
	color: #BA0001;
	font-weight: bold;
	position: relative;
	margin-bottom: 0px;
	margin-top: 30px;
	padding: 0;
}
.twoColFixRtHdr #header #menuBar {
	position: absolute;
	top: 247px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 850px;
}
.jetkor {
	font-size: 80%;
}
.signature {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0000FF;
}
.underlined {
	text-decoration: underline;
}
#footer h1 {
    text-indent: -1000em;
	}
form {
	padding: 3px 0px 0px 0px;
	margin: 0px;
}
h1 {
	font-size: 200%;
	color: #000099;
	font-weight: bold;
	position: relative;
	left: -3px;
	margin-bottom: 20px;
	margin-top: 30px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 0px;
	text-align: left;
}
.sidebarImg {
	padding-left: 46px;
}

h3 {
	color: #000099;
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	padding-bottom: 0px;
	margin: 0 0 5px 0;
}
