/* Layout Stylesheet */ 

body {
	 margin: 0 auto; 
	 padding:0;
	 background-color:#9AB1DF; 
	 background-image: url("images/bgGradient.jpg"); 
	 background-repeat: repeat-x; 
	 text-align:center; /* for IE */ 
	 margin:0 auto; /* for the rest */
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 14px;
}

#bar-top {
	border:0;
	width:956px;
	background:  url("images/navBG.jpg");
	background-repeat: repeat;
	margin: 0 auto;
	height: 44px;
}

#bar-bottom {
	height: 10px;
	position:relative;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
 }
 
 #bar-copy {
	width: 956px;
	height: 10px;
	position:relative;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 }

 #content {
	position:relative;
	overflow: auto;
	width: 956px;
	background: #ffffff url(images/page-bg_01.jpg) repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/page-bg_01.jpg);
 }
 
  #content0 {
	position:relative;
	overflow: auto;
	width: 956px;
	background: #ffffff url(images/page-bg_02.jpg) repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/page-bg_02.jpg);
 }
 
 #content1 {
	position:relative;
	width: 190px;
	float: left;
	overflow: auto;
 }

#content2 {
	position:relative;
	overflow: auto;
	width: 370px;
	float: left;
	
 }

#content3 {
	position:relative;
	overflow: auto;
	width: 396px;
	float: right;
	
 }
 
 #content4 {
	position:relative;
	overflow: auto;
	width: 766px;
	float: right;
 }
 
  #content5 {
	position:relative;
	overflow: auto;
	width: 764px;
	float: right;
 }

 
div#contentMedium{
	background-color: #000000;
	background-image: url("images/mediumBG.jpg"); 
	background-repeat: no-repeat;
	float:left;
	padding:0; 
	margin:0;
}

div#contentLong{
	background-color: #000000;
	background-image: url(images/longBG.jpg); 
	background-repeat: repeat-x;
	float:left;
	padding:0; 
	margin:0;
}

div#contentMission{
	background-image: url("images/missionBG.jpg"); 
	background-repeat: no-repeat;
	float:left;
	padding:0; 
	margin:0;
}

div#contact{
	background-image: url("images/textBG.jpg"); 
	background-repeat: no-repeat;
	width:956px;
	float:center;
	padding:0; 
	margin:0;
	}

#footer {
	clear: all ;
	left: auto;
	right: auto;
	width: 956px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


div#petitionsPosition{
	position:center;
}

.clear {
clear: both
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

[if IE]>

  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */

<![endif]>
