  /* RESET CSS */
  /* v1.0 | 20080212 */

  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }

  /* remember to define focus styles! */
  :focus {
    outline: 0;
  }

  /* remember to highlight inserts somehow! */
  ins {
    text-decoration: none;
  }
  del {
    text-decoration: line-through;
  }

  /* tables still need 'cellspacing="0"' in the markup */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  /*----------------------------------------------*/
  
  body {
    text-align: center;
    font-family: arial, helvetica, sans-serif;
  }
  
  #wrapper {
    width: 990px;
    margin: 0 auto;
    text-align: left;
  }
  
  #head {
    width: 100%;
    margin-bottom: 11px;
  }

  #site-branding {
	  clear: both;
  }
  
  #subaru-branding {
    background-repeat: no-repeat;
    background-position: top right;
  }
  
    #logo {
      background-image: url(/subaru/images/common/branding-subaru.png);
      background-repeat: no-repeat;
      display: block;
      width: 550px;
      height: 105px;
      text-indent: -1337px;
    }
    
    #subaru-nav {
      height: 25px;
      margin-right: 440px;
    }
    
    #subaru-nav li {
      padding-left: 5px;
      font-family: verdana, helvetica, sans-serif;
      float: left;
      display: block;
      height: 25px;
      overflow: hidden;
      font-size: 0.75em;
      line-height: 25px;
      color: #ffffff;
    }
    
    #subaru-nav li a {
      color: #ffffff;
      text-decoration: none;
    }
    
  #forester-links {
    float: left;
    width: 160px;
		margin-right:8px;
  }
    
    .forester-button {
      background-repeat: no-repeat;
      display: block;
      width: 160px;
      height: 70px;
      text-indent: -1337px;
      padding-bottom: 2px;
    }
    
    #about-forester {
      background-image: url(/subaru/images/common/about-forrester.png);
    }
    
    #find-dealer {
      background-image: url(/subaru/images/common/find-a-dealer.png);
    }
    
    #test-drive {
      background-image: url(/subaru/images/common/book-a-test-drive.png);
    }
    
    #brochure {
      background-image: url(/subaru/images/common/request-a-brochure.png);
    }
  
  #main-content {
    float: left;
		width:690px;
		border-left: solid 1px red;
		border-right: solid 1px red;
  }
  
    #articles {
      margin: 0px 9px;
      /*border-style: none solid;
border-width: 1px;*/
    }
      
			#articles h2 a:link, #articles h2 a:visited {
			  text-decoration: none;
			}
			
			#articles h2 a:hover {
			  text-decoration: underline;
			}
			
      .pod {
        margin: 0px 10px 10px 10px;
      }

        .pod img {
          border: solid 1px #000000;
        }
     
        #articles h2 {
          font-size: 1.4em;
        }
        
        .pod img {
          margin: 0px 10px 10px 10px; 
          float: right;
        }
        
        .pod.competition img {
          width: 150px;
        }
        
        .pod p{
          margin-top: 5px;
          font-size: 0.8em;
        }
        
        .pod a {
          font-weight: bold;
        }
        
        .pod .readmore {
          margin-top: 5px;
          float: right;
        }
				
				.pod .readmore, .pod a {
					font-size: 12px;				
				}
        
        .pod hr {
          clear: both;
          border: 0;
          height: 4px;
          width: 100%;
          margin-top: 10px;
        }
				
				.pod .forum-summary h3 a{
			    margin: 0px;
					padding: 0px;
					font-size: 1em;
					text-decoration: none;
				}	
				
				.pod .forum-summary li {
					  width: 45%;
						display: block;
						float: left;
						font-size: 0.8em;
						margin-top: 10px;
						margin-bottom: 10px;
						line-height: 1.1em;
						margin-right: 15px;
						height: 63px;
				}	
				
				.pod .forum-summary li .name {
					  font-weight: bold;
				}	
					
				a#find-a-dealer-lg {
				  width: 216px;
					height: 190px;
					display: block;
					background-image: url(/subaru/images/common/find-a-dealer-lg.png);
					background-repeat: no-repeat;
					text-indent: -1337px;
					float: left;
					margin: 10px 3px;
				}
				
				a#book-a-test-drive-lg {
				  width: 216px;
					height: 190px;
					display: block;
					background-image: url(/subaru/images/common/book-a-test-drive-lg.png);
					background-repeat: no-repeat;
					text-indent: -1337px;
					float: left;
					margin: 10px 3px;
				}
				
				a#request-a-brochure-lg {
				  width: 216px;
					height: 190px;
					display: block;
					background-image: url(/subaru/images/common/request-a-brochure-lg.png);
					background-repeat: no-repeat;
					text-indent: -1337px;
					float: left;
					margin: 10px 3px;
				}
	
  #secondary-content {
    float: left;
    width: 120px;
		margin-left:8px;
  }
	
		.feeds-pod, .poll-pod {
			margin: 5px 0px;
			border-width: 4px 0px 4px 0px;
			border-color: #3E4592;
		  border-style: solid;
			padding: 5px;
			font-size: 0.8em;
			line-height: 1.1em;
		}
		
		.feeds-pod h2, .poll-pod h2 {
			font-size: 1.3em;
			margin-bottom: 2px;
		}
		
		.feeds-pod a {
			display: block;
		  width: 120px;
			height: 20px;
			margin-top: 2px;
			margin-bottom: 2px;
			text-indent: -31337px;
			margin-left: -5px;
		}
		
		.pollBar {
		  text-indent: -1337px;
			background-color: #3E4592;
		}
		
		.pollOption {
		  font-weight: bold;
		}
  
  #footer {
    widht: 100%;
    height: 90px;
    background-color: #3E4592;
    clear: both;
    color: #ffffff;
    text-align: center;
    font-size: 80%;
  }
  
  #footer li {
    display: block;
    height: 28px;
    line-height: 28px;
    border-bottom: solid 4px #606BCD;    
  }
  
  #footer li.last {
    border: none;
  }
  
  #footer a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
  }
  

/* */

  .thumb {
	  float: right;
		width: 120px;
	}
	
	.pagination {
	  text-align: center;
	}
	
	#main-content, #forester-links, #secondary-content {
  	display: inline;
	}

	
	#articles.referrer {
	  margin: 0px;
	}
  

  
/* -- Ads -- */
  .tower {
    display: block;
    height: 600px;
    width: 160px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .banner {
    display: block;
    height: 60px;
    width: 468px;
    float: right;
  }

  .sky {
    display: block;
    height: 600px;
    width: 120px;
  }

  .mpu {
    float: left;
    padding: 10px;
    margin: 0px 10px 10px 10px;
  }
  
  .mpu img {
    border: none;
		width: 300px;
		height: 250px;
  }

  /* Google Maps */
  
  #map-container {
    position: relative;
    border: 1px solid black;
    margin: 0px 10px 10px 10px;
    float: left;
    height: 250px;
  }
  
  #map {
    width: 250px;
    height: 250px;
  }
	
	.map-pod img {
	  float: left;
	}
  


form#competition {
  padding: 7px;
	line-hight: 1.1em;
		font-size:0.8em;
}

form#competition h3 {
  color: #D80C24;
}

form#competition p {
	margin-top:5px;
	line-height: 1.2em;
}

form#competition .fieldOption {
  font-size: 0.8em;
}

form#competition label {
  margin-top: 10px;
	margin-bottom: 3px;
}

p.compTerms {
	font-size:0.8em;
	margin:5px;
}

form#competition .hr {
  clear: both;
	margin-top: 10px;
}
