@charset "UTF-8";
/* CSS Document */

body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #052F71;
	background-image: url(images/background2.png);
	background-repeat: repeat-x;
	background-position: left top;
}
img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	height: 199px;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 360px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 15px 20px;
	
}
.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 360px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 30px 15px 20px;
	
}
#mainContent {
	margin: 0 0 0 390px; /* the left margin on this div element creates the column down the left 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: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
.mainContent {
	margin: 0 0 0 390px; /* the left margin on this div element creates the column down the left 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 0 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 360px;
	
}
#footer {
	padding: 0 10px 0 20px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #365D94;
} 
#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 */
	font-size: 11px;
}
.tier2 {
	position: absolute;
	width: 400px;
	top: 750px;
}
.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: 8px;
}
.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;
}
#header .header_img {
	margin: 0px;
	padding: 0px;
}
#petition {
	height: 317px;
	width: 349px;
	background-image:url(images/petition3.png);
	background-repeat: no-repeat;
	background-position: left 42px;
}
p {
	line-height: 1.6em;
	color: #AACCE6;
	font-size: 100%;
	font-weight: 100;
}
.line {
	border-bottom:1px solid #365D94;
	height: 2px;
	position: absolute;
	top: 750px;
	width: 400px;
}
h1 {
	color: #FFFFFF;
	font-size: x-large;
	display: block;
	padding-top: 5px;
}
.article {
	font-weight: bold;
	color: #E37D04;
}
#form1 {
	padding-top: 135px;
	padding-left: 30px;
	background:none;
}
#form1 #name, #form1 #email, #form1 #name2  {
	width: 280px;
	
}

#form1 #name2 {
margin-bottom:15px;
}

#form1 #zip {
width:160px;
margin-right:5px;
display:block;
float:left;

}

input, input[type="text"] {
	background-color: #01458f;
	border: 1px solid #749dd0;
	padding: 2px;
	color:#FFFFFF;
	height:19px;
	font-size:13px;
}

#submit {
	width: 106px;
	height: 34px;
	padding: 0;
	border: 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	display:block;
	background-image: url(images/submit.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:right;
	margin-right:28px;
	font-size:0;
	
}


a:link {
	color: #E37D04;
	text-decoration:none;
}
a:visited {
	color: #E37D04;
	text-decoration:none;
}
a:hover {
	color: #FBEC87;
	text-decoration:none;
}
a:active {
	color: #FBEC87;
	text-decoration:none;
}
#pic p {
	font-size: 12px;
	line-height: 1.5em;
	color: #8AA8C3;
	margin-top: 0px;
	padding-top: 0px;
	
}
#pic img {
	margin-bottom: 15px;
	border: 1px solid #91B5D4;
	float:left;
}
#pic #inner_pic {
	width: 110px;
	font-size: 12px;
	color: #96B9D8;
	float: left;
	margin-right: 20px;
	padding:0;
}


.row {
width:850px;
display:block;
border-top:1px solid #365D94;
padding:25px 0;
margin:0 35px 0 0;
}

.row table td
{
font-size:90%;
}

#you_tube {
width:360px;
float:left;
padding: 0 5px 15px 15px;
}

#pic {
width:360px;
margin: 0 0 0 390px; 
padding:0 30px;
}
.in-the-news {
	background-image: url(images/title_in-the-news.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:0;
	text-indent:-9999px;
	height:31px;
	display:block;
	margin:0 0 15px 0;
}.intro_text {
	font-size: 105%;
}

.fan_box .page_stream
{
height:295px !important;
}
