body, p, td, th {
    color: #444;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal; 
    }

body {
	background: #fff url(../i/bg.png) repeat-x top left;
	}

.wrapper {
	height: auto; min-height: 100%; /* for sticky footer */
    margin: 0 auto;
    overflow: hidden;
    width: 902px;
    }
    .home {
    	background: transparent url(../i/bg-none.png) no-repeat top right;
    	/*background: transparent url(../i/bg-home.png) no-repeat top right;*/
    	}
    .linecard {
    	background: transparent url(../i/bg-none.png) no-repeat top right;
    	/*background: transparent url(../i/bg-linecard.png) no-repeat top right;*/
    	}
    .team {
    	background: transparent url(../i/bg-none.png) no-repeat top right;
    	/*background: transparent url(../i/bg-team.png) no-repeat top right;*/
    	}
    .contact {
    	background: transparent url(../i/bg-none.png) no-repeat top right;
    	/*background: transparent url(../i/bg-contact.png) no-repeat top right;*/
    	}

#header {
	height: 188px;
	width: 902px;
    }
    .logo {
    	border: none; 
    	float: left;
    	height: 188px;
    	width: 266px;
    	}
    .navigation {
    	float: right;
    	margin-top: 151px;
    	width: 600px;
    	}
    .navitem {
    	cursor: pointer;
    	float: right;
    	line-height: 14px;
    	}
    
    
#container {
	margin: 0 auto;
	overflow: hidden;
    padding-bottom: 100px; /* for sticky footer, needs to be same height as footer */
    position: relative;
    width: 902px;
    }
    
#barBlock {
	color: #fff;
	font-size: 28px;
	height: 130px;
	line-height: 30px;
	padding: 46px 0 0 30px;
	}

#sidebar {
	border-right: 1px solid #cecbb3;
    float: left;
    overflow: hidden; /* makes any floating element within contents stay inside */
    margin-bottom: 30px;
    min-height: 400px;
    padding-bottom: 30px;
    width: 210px;
    }
    
    img.sideLogo {
    	border: none;
    	display: block;
    	margin-bottom: 25px;
    	width: 200px;
    	}
     
   	.pdf {
   		background: transparent url(../i/bg-pdf.png) no-repeat bottom left;
   		height: 180px;
    	width: 200px;
    	}
    
#content {
	float: right;
	overflow: hidden;
	margin-bottom: 30px;
    padding-bottom: 30px;
	width: 600px;
    }
    .mission {
    	background-color: #fcfae7;
    	border: 1px dashed #cbcbcb;
    	padding: 18px 20px;
    	}
     td.co {
     	padding-bottom: 12px;
    	vertical-align: top;
    	}
    td.desc {
    	padding-bottom: 12px;
    	padding-left: 36px;
    	vertical-align: top;
    	}
   
    
#footer {
	background: transparent url(../i/bg-footer.png) no-repeat bottom left;
	border-top: 1px solid #cecbb3;   
	clear: both;
    height: 100px;
    margin: 0 auto;
    margin-top: -100px; /* for sticky footer, negative value of footer height */
    position: relative; /* for sticky footer */
    width: 902px; /* same as wrapper width or remove entirely for 100%*/
    }
    .legal {
    	color: #a6a6a6;
    	font-size: 11px;
    	padding: 12px 0 12px 0;
    	}
    .copy {
    	color: #bbbbbb;
    	padding: 0 0 12px 0;
    	width: 220px;
    	}
    .address {
    	color: #bbbbbb;
    	padding: 0 0 12px 0;
    	text-align: right;
    	width: 680px;
    	}
    
    
