

#envelope {
	background: #FFFFFF;
 	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 960px;
	min-height: 995px;
		height: auto !important;
		height: 995px;
	}

#header {
  background:url(../../img/homepage/header-bg.jpg) 0 0 no-repeat;
	height: 524px;
  margin: 0 0 0 0;
  padding: 0 0 0 0px;
  position: relative;
  width: 960px;
  float: left;
	}
	
		#sublevel-header {
 	 		background:url(../../img/interface/header-bg-sublevel.jpg) 0 0 no-repeat;
			height: 294px;
 		 	margin: 0 0 0 0;
			padding: 0 0 0 0px;
 		 	position: relative;
 		 	width: 960px;
  		float: left;
			}

h1#logo {
	background:transparent url(../../img/interface/logo-solid.png) no-repeat scroll left top;
	float: left;
	height: 57px;
	margin: 15px 0 58px 0;
	padding: 0;
	width: 293px;
	}
	
	h1#logo a {
    display: block;
    float: left;
		height: 57px;
		outline: none;
    padding: 0 0 0 0;
    text-indent: -9000px;
    width: 293px;
    }
	

/* Footer Styles */

#footer {
		background: #171717;
		color:#FFFFFF;
		margin: 25px 0 0 0;
		min-height: 122px;
			height: auto !important;
			height: 122px;
		padding: 30px 0 30px 0;
		position:relative;
		float: left;
		text-align: left;
		width: 100%;
		}
		
#footerContent {
	margin: auto;
	width: 960px;
	}
		
.footerContainer {
		border-right: 1px solid #3a3a3a;
		float: left;
		margin-right:20px;
		min-height: 168px;
			height: auto !important;
			height: 168px;
		width: 224px;
		}
		
.footerContainer.first {
		margin-left: 10px;
		width: 209px;
		}
		
.footerContainer.second {
		width: 226px;
		}
		
.footerContainer.last {
		border: none;
		margin-right:0px;
		}
		
		.footerContainer p {
			font-size: 1.1em;
			line-height: 1.6em;
			margin: 0 20px 0 0;
			}
			
			.footerContainer a,
			.footerContainer a:link,
			.footerContainer a:visited {
				color: #3399CC;
				font-weight: bold;
				text-decoration: none;
				}
				
				.footerContainer .blue {
					color: #90c9fe;
					}
					
						.footerContainer .grey {
							color: #767676;
							}
			
#footer h4 {
		color: #FFFFFF;
		font-size: 2.0em;
		margin: 0 0 6px 0;
		}
		
.tweet {
  	font-family: arial, helvetica, sans-serif;
  	font-size: 1.2em;
		line-height: 1.6em;
		margin-right: 10px;
  	color: #FFFFFF; 
		}
		
  .tweet .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
		
    .tweet .tweet_list li {
      overflow: auto;
      padding: 0 .5em 0 .5em; 
			}
			
      .tweet .tweet_list li a {
        color: #3399CC; }
				
    .tweet .tweet_list .tweet_even {
      background-color: #91E5E7; }
			
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
			
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }

