body {
  margin: 0;
  font-family: verdana;
  background: #333;
}

#topnav-wrapper {
  width: 100%;
  height: 34px;
  background: url(assets/top-nav-bg.png) repeat-x;
}

#topnav-container {
  width: 940px;
  margin: 0 auto;
  color: white;
  font-family: verdana;
  font-size: 16px;
}

#top-phone {
  float:left;
  margin-top: 5px;
}

#top-menu {
  float:right;
  margin-top: 8px;
  font-size: 12px;
}
#top-menu a {
  color: white;
  text-decoration: none;
}
#top-menu a:hover {
  text-decoration: underline;
}

#logo {
  text-align: center;
  height: 140px;
  background: white;
}
.logoimg {
  margin: 31px 0 0 0;
}

#content-wrapper {
  width: 100%;
  background: white url(assets/content-bg.png) repeat-x;

}
#content-container {
  width: 940px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
  xborder:1px solid blue;
  background: url(assets/blueprint-1.gif) bottom center no-repeat;
}
#sidebar {
  float: left;
  width: 200px;
  font-size: 13px;
  xborder:1px solid red;
}

#sidebar h1 {
  font-size: 16px;
}


#content {
  float: right;
  width: 720px;
  xborder:1px solid green;
  font-size: 13px;
}
#pagetitle {
  margin-bottom: 1.5em;
}


#pagetitle h1 {
  font-family: "Times New Roman", serif;
  color: #0063b3;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 36px;
}
#pagetitle h2 {
  font-family: verdana;
  color: #666;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 28px;
}

h3#tagline  {
  font-family: verdana;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6em;
  color: #0063b3;
}


#content p {
  line-height: 1.5em;
}
#content li {
  margin-bottom: 1em;
}

#subnav {
  text-align: center;
  padding: 60px 0 0 0;
  xborder:1px solid red;
}
#subnav img {
  margin: 0 1.5em;
}


#quote {
  width: 800px;
  padding:1em 0;
  font-style: italic;
  font-size: 14px;
  color: #111;
  margin: 0 auto;
}

#quotex {
  margin-top: 1em;
  border-top: #111111;
  background: #f8f8f8;
  font-style: italic;
  font-size: 12px;
  color: #000;
  padding:2em 2.5em;
  line-height: 150%;
}


#tiles {
  background: white url(assets/tiles-footer-bg.gif) bottom repeat-x;
  height: 106px;
  padding-top: 1em;
}


#footer-wrapper {
  width: 100%;
  border-top:1px solid #fff;
  background: #333 url(assets/footer-bg.jpg) repeat-x;
  height: 100px;
}
#footer-container {
  padding: 0 0 1em 0;
  color: #ccc;
  font-size: 11px;
  width: 980px;
  margin: 0 auto;
  text-align: center;
}

#footer-container a {
  color: #ddd;
  text-decoration: none;
}

#footer-container p {
  margin: 1em;
}


.clear {
  clear: both;
}

a {
  color: #0063b3;
}

div#sidenav h1 a {
  color: #222;
  text-decoration: none;
}

div#sidenav h1 a:hover {
  color: #0063b3;
  /*text-decoration: underline;*/
}


div#sidenav ul {
	position: relative;
	margin: .5em 0 1em 0;
	padding: 0;
	font-size: 14px;
	text-align: left;
	list-style-type: none;
	display: block;
	}
div#sidenav li {
	margin-left: 0;
	margin-bottom: .6em;
	padding-left: 1.2em;
	list-style: none;
	background-image: url(assets/bullet_3.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	}
div#sidenav ul li a {
	text-decoration: none;
    color: black;
	}
div#sidenav ul li a:hover {
	text-decoration: underline;
    color: #0063b3;
    font-weight: bold;
	}
div#sidenav ul ul {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 125%;
	text-align: left;
	list-style-type: none;
	display: block;
	}
div#sidenav li li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	background-image: none;
	}

.div-img-x {
  width: 196px;
  height: 271px;
  background: url(assets/shadow-180.png) bottom no-repeat;
  margin: 0 22px 0 0;
}
.div-img-x-r {
  float:right;
  margin: 0 0 1em 2em;
  width: 196px;
  height: 271px;
  background: url(assets/shadow-180.png) bottom no-repeat;
}

.img-x {
  border: 8px solid #fff;
  border-bottom: 8px solid #eee;
}

.img-r {
  float:right;
  margin: 0 0 1em 2em;
  border: 8px solid #fff;
}

