@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body { background: #ffffff url(images/bg2.gif) repeat-x; }
p {
  color: #ffffff;
  padding: 0;
  margin: 10px 0;
  font: 12px/18px Arial, Helvetica, sans-serif;
}

#container {
 margin: auto;
 width: 950px;
}

#header {
 height: 261px;
 width: 950px;
 float: left;
 background: url(images/header.gif) no-repeat;
}

#logo { margin-top: 30px; }

#logo h1 {
 display: block;
 float: left;
 width: 574px;
 height: 194px;
 text-indent: -9999px;
}

#logo h1 a {
 display: block;
 width: 575px;
 height: 245px;
 outline: none;
 background: url(images/logo.png) no-repeat 0 0;
}

#navigation {
 height: 41px;
 width: 950px;
 margin-top: -5px;
 float: left;
 background: url(images/nav.gif) repeat-x;
}

.nav-links li {
 display: inline;
 padding: 9px 25px 0 0;
 float: left;
}

.nav-links li a {
 text-transform: capitalize;
 color: #666666;
 text-decoration: none;
 font: bold 14px Arial, Helvetica, sans-serif;
}
.nav-links li a:hover { color: #ff3300; }

.phone-number li {
 float: right;
 list-style-type: none;
 text-transform: capitalize;
 color: #666666;
 padding-top: 12px;
 font: normal 14px Arial, Helvetica, sans-serif;
}

#content {
 width: 950px;
 float: left;
 background: #ffffff;
}

#sidebar {
	float: right;
	width: 300px;
}

#areyouready {
 display: block;
 float: left;
 width: 950px;
 height: 145px;
 outline: none;
 background: url(images/areyouready.png) no-repeat;
 margin-top: 12px
}

ul.gallery{
	width: 950px;
	float: left;
	margin-top: 5px

}

ul.gallery li{
	display: inline;
	float: left;
}

ul.gallery li a{
	display: block;
}

#footer {
 clear: both;
 height: 111px;
 background: url(images/footer.gif) repeat-x bottom;
}

#footer-content {
 height: 91px;
 width: 950px;
 padding-top: 20px;
 margin: auto;
}

#footer-content p {
 color: #666666;
 text-align: center;
 font: bold;
 padding-top: 20px;
}
