/* Common */
body,table,input,select,textarea { 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:small;
}

body { 
  margin:0; 
  padding:0; 
  color:#000;
}

input,select,textarea { 
  font-size:1em;
}

small { 
  font-size:0.85em;
}

img { 
  border:0;
}

form { 
  margin:0; 
  padding:0;
}

ul {  
  margin:0; 
  padding:0;
}

li {
  margin:0; 
}

p,dl { 
  margin:1em 0 1em 0; 
}

dl.col { 
  line-height:1.5em;
}

dl.col dt { 
  float:left; 
  width:6em;
}

dl.col dd { 
  margin-left:7em;
}

/* Layout */

#header {
  height:200px;
  background-color:#3579ab;
}

.header-image {
  position:absolute;
  top:0;
  right:0;
  height:200px;
}

.logo {
  position:absolute;
  top:80px;
  left:20px;
  z-index:10;
}

#nav-top {
  background-color:#236ba0;
  line-height:35px;
  text-align:right;  
}

#nav-top li {
  display:inline;
  padding:0 0.8em 0 0.8em;
}

#nav-top a {
  text-decoration:none;
  font-size:1em;
  color:#fff;  
}

#nav-top a:hover {
  color:#95c2e6;
}

#bar-top {
  line-height:12px;
  background-color:#ccbeb4;
}

#wrapper-blue {
  width:100%;
  position:relative;
  background-color:#E1ECF4;
  min-height:730px;  
}

#wrapper-beige {
  background-color:#f5f2f0;
  min-height:730px;  
  margin:0 0 0 230px;  
}



#left-column {
  position:absolute;
  top:0;
  left:0;
  width:230px;
  min-height:730px;
  background-image: url(../images/i-plan.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}

.nav-side a {
  text-decoration:none;
  font-size:2em; 
  font-family:"Garamond"; 
  color:#3b7baa;
  line-height:1.2em;  
}

.nav-side a:hover {
  color:#c15823;
}

.nav-side ul {
  margin:0 1em 0 1.2em;
  list-style:none;
}

.chapter-subnav {
  display:none;
}

.chapter-subnav li{
  list-style: url(../images/g-list-dash.gif);
  color:#7f8182;  
}

.chapter-subnav a {
  color:#7f8182; 
  font-family:"Verdana";
  font-size:1em;
}

.chapter-subnav a:hover {
  color:#000;
}

#content { 
  min-height:730px;
  margin:0 190px 0 0;
  padding:4em 1em 0.3em 1em;
  background-color:#fff;
}

#nav-bottom {
  background-color:#236ba0;
  line-height:30px;
  text-align:center;  
}

#nav-bottom li {
  display:inline;
}

#nav-bottom a {
  text-decoration:none;
  font-size:0.85em;
  color:#fff;
  padding:0 0.8em 0 0.8em;
  border-right:#fff solid 1px;  
}

#nav-bottom a:hover {
  color:#95c2e6;
}

#nav-bottom a.last {
  border:0;
}

/* Content */

h1 {
  font-size:2.8em;
  font-family:"Garamond";
  color:#b8ac9d;
  margin:0;
  padding:0;
  text-align:right;
  font-weight:normal;
}

h2 {
  font-size:2em;
  font-family:"Garamond";
  color:#98bad3;
  margin:0;
  padding:0;
  text-align:right;
  font-weight:normal;
}

h3 {
  font-size:2em;
  font-family:"Garamond";
  color:#c15823;
  font-weight:normal;
}

h4 {
  font-size:1.1em;
  color:#236ba0;
}

h5 {
  font-size:2.1em;
  font-family:"Garamond";
  color:#000;
  margin:1em 0 0 0.7em;
  font-weight:normal;
}

h6 {
  font-size:1.5em;
  color:#236ba0;
  margin:0;
  padding:0;
}

.title {
  position:absolute;
  right:0;
  top:0;
}

.photo-columnR {
  position:absolute;
  right:0;
  top:0;
  width:190px;   
  margin:60px 0 0 0;
}

.photo-columnR img {
  margin:2em;
  
}

.photoR {
  float:right;
}

.newsletter {
  width:160px;
  height:120px;
  border:#989a59 dashed 1px;
  background-color:#fff;
  padding:0.5em;
  margin:40px auto 0 auto;
  font-size:0.85em;
}

#content ul {
  list-style: url(../images/g-list-dash.gif);
  margin:0 0 0 2em;
}
