/*Clear Browser Defaults*/
:link,:visited {text-decoration: none; color: blue;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img, fieldset {border: none;}
address {font-style: normal;}    
  
/*Structure
------------------------------------------------------------ */

body {
	font-size: 62.5%;
	font-family: Arial, Verdana, sans-serif;
	line-height: 2.4em;
	color: #444;
	background-color: #dadada;
	}
a:link, a:visited { color: #004193; text-decoration: underline; }
a:hover { text-decoration: none; }
#wrapper {
  margin: 0 auto;
  width: 960px;
  background-color: #fdfdfc;
  border: 4px solid #D5D5D5;
	border-top: none;
  }
#content { padding: 30px; }
#left { 
	float: left;
	width: 500px;
	}
#right { 
	float: right;
	width: 350px;
	}
#footer {
	clear: both;
	margin: 0 auto;
  width: 960px;
}
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clear { zoom: 1;}/*ie*/
/*Header
------------------------------------------------------------ */

#header { background: #ffe000 url(../header-background.gif) repeat-x bottom left ; }
h1#logo {
	float: left;
	padding: 30px 0 60px 30px;
	margin: 0;
	}
#logo a { 
	display: block;
	width: 295px;
	height: 65px;
	padding: 0;
	border-style: none;
	background: url(../logo.gif) no-repeat;
	}
#logo img  { 
	display: block;
	width: 0;
	}
#business { float: right; padding: 30px 30px 0 0;}
/*Content
------------------------------------------------------------ */
#content { background: url(../content-background.gif) repeat-x top left ; }

/*Locations List
------------------------------------------------------------ */
#locations {
  width: 400px;
  }
#locations dl { margin-bottom: 35px; }
#locations dl#nampa { margin-bottom: 0; }
#locations dt {
  float: right;
  width: 235px;
	padding-bottom: 15px;
  font-size: 1.8em;
	font-weight: bold;
  }
#locations dd {
	line-height: 2em;
  margin-left: 165px;
  color: #666;
  }
#locations dd.img {margin: 0;}
#locations dd p {
  margin: 0 0 5px 0;
  }
#locations dd.img img {
  float: left;
  margin-right: 15px;
  padding: 4px;
  border: 1px solid #D9E0E6;
  border-bottom-color: #C8CDD2;
  border-right-color: #C8CDD2;
  background: #fff;
  }

/*Locations List
------------------------------------------------------------ */
#newsletter {
	padding: 15px 20px 20px 20px;
	border: 1px solid #ccc;
}
#newsletter form {
	padding-top: 10px;
}
#newsletter input {
	font-size: 13px;
	padding: 3px;
	float: left;
	color: #777;
}
#newsletter #subscribe {
	padding: 2px 0 0 10px;
}
/*Headers
------------------------------------------------------------ */

h1 { 
  font-size: 30px;
  padding-bottom: 25px;
  }
h2 {
  font-size: 2.2em; 
}
h3{
	padding: 0;
  font-size: 1.4em; 
}
p { 
  font-size: 1.4em;
 	margin: 15px 0;
  }  
p.notice {
	font-size: 1.2em;
	margin: 5px 0;
	line-height: 1.4em;
}  

p.right { margin: 10px 0; text-align: right; color: #888;}
