/* CSS Document */

body {
	margin: 0 0 40px 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	background-color: #E5E5E5;
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	}
#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 780px;
  background: url(../images/common/sides.gif) repeat-y;
  color: #000;
  }
#top {
  margin: 0;
  padding: 0;
  width: 780px;
  height: 62px;
  background: url(../images/common/header4.gif) no-repeat;
  color: #000;
  text-align: right;
  }
#banner {
  margin: 0 60px 3.5em;
  padding: 0 0 10px 0;
  text-align: right;
  }  
#content {
  margin: 0 60px;
  padding: 0 0 10px;
  text-align: left;
  }  
p.contactimg {
  background: url(../images/reflections.jpg) no-repeat 50%;
  height: 258px;
  }
#bottom {
  margin: 0;
  padding: 0;
  width: 780px;
  height: 45px;
  background: url(../images/common/footer.gif) no-repeat;
  color: #000;
  }
#nav {
  float: right;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: #ccc;
  margin: 0 0 1.7em 2em;
  padding: 0 0 3px 5px;
  font-weight: bold;
  }
#nav ul, #nav li {
	list-style: none;
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0.2em 0.2em 0 0;
	padding-left: 0;
	}
#nav a {
    color: #666;
	text-decoration: none;
	font-weight: bold;
	}
#nav a:hover {
    text-decoration: underline;
	}
/*typography*/
a {
	/*text-decoration: none;
	font-weight: bold;
	color: #222222;*/
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color: #900;
	}
h1 {
    font-size: 2.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-variant: small-caps;
	margin-top: 0;
	margin-bottom: 0;
	color:#900;
    }
h2 {
	font-size: 1.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 1.2em 0 0.5em 0;
	font-variant: small-caps;
	font-weight: normal;
	color:#006;
	}
#banner h2 {
    font-size: 1.5em;
	font-variant: normal;
	margin-top: 0;
	margin-bottom: 0;
	color: #600;
	border-top: 1px solid #900;
    }
h3 {
	margin: 1.5em 0 0.5em 0;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color:#006;
	}
h4 {
	font-size: 1.1em;
	margin: 1.5em 0 0.5em 0;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.7em;
	margin: 1.2em 0;
	}
p.compact {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 0 0 1.2em 4em;
	}
p.precompact {
	margin-bottom: 0;
	}
p.top {
	margin-top: 0.5em;
	}
p.morespace {
	margin-top: 2.2em;
	}
p.footer {
	margin-top: 2.2em;
	font-size: 90%;
	color: #666;
	}
dl {
    clear: both;
	margin-top: 3em;
	}
dt {
    /*font-weight: bold;*/
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #006;
	}
dd img {
  float: left;
  margin: 0 1.5em 3em 0;
  border-color: #999 #ccc #ccc #999;
  border-width: 1px 2px 2px 1px;
  border-style: solid;
  }
dd img.wrap {
  margin: 0 1.5em 1.4em 0;
  }
dd p {
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	width: 620px;
	}
li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}
.clear {
  clear: both;
  }
 .divRight250 {
     float: right;
	 margin: 0 0 1em 2em;
	 width: 250px;
	 }
.imgRow {
    float: left;
	margin: 0.6em 30px 2em 0;
	width: 125px;
	text-align: center;
	}
.imgCenter {
    clear: both;
	text-align: center;
	}