/* When a style is define for both an ID and a tag or class, */
/* you can split out the id to define it differently.        */

/* Body */
body {
  margin:0px;
  padding:0px;
  background-color:#FFF;
}
#body_index {
  /* You can define styles on an individual page basis based on       */
  /* the ID of the body tag, which is body_[pagename] (without .html) */
}

/* Page Title */
H1,
#page_title {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  font-size:19px;
}
#page_title {
  margin-top: 0px;
  height:26px;
  height:expression('70px');
  width:596px;
  width:expression('640px');
  background: #1682CC;
  line-height:26px;
  text-align:left;
  padding:22px;
}
/* Main Area */
.mainarea, 
#mainarea {
  width:640px;
  width:expression('900px');
  background: #fff;
  background-repeat:repeat-y;
  padding-right:150px;
  padding-left:110px;
  position:relative;
  height: 3200px;
}

/* Major Heading */

H2,
#heading_1 {
  color:#003377;
  font-family:Arial, Helvetica, sans-serif;
  font-size:19px;
  padding-left:22px;
  font-weight:bold;
}

/* Minor Heading */
H3,
#heading_2,
#heading_3,
#heading_4,
#heading_5,
header_1,
header_2,
header_3 {
  margin-bottom: 5px;
  padding: 5px;
  border: 1px #8AC0E5 solid;
  border-left:0; border-right:0;
  background-color: #E7F2FA;
  color:#003377;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

/* Navigation Links */
#linksarea {
  font-weight:bold;
  background-image:url('/fs_img/builder/builder_coreg/top_left_corner.gif');
  background-repeat:no-repeat;
  padding:10px;
  padding-top:93px;
  width:90px;
  width:expression('110px');
  position:absolute;
  left:0px;
  top:0px;
  color:#003377;
  text-align:right;
  background-color:#B8D9EF;
  height: 3000px;
}
#linksarea a,
#linksarea a:link,
#linksarea a:visited,
#linksarea a:active {
  color:#003377;
  text-decoration:none;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:12px;
  line-height:20px;
  display:block;
  padding-left:2px;
  padding-right:2px;
}
#linksarea a:hover {
  text-decoration:underline;
}
.linksdivider {
  display:none;
}

/* "Current Page" menu link, optional */
#linksarea a.ivCP,#linksarea a:link.ivCP,#linksarea a:visited.ivCP,#linksarea a:active.ivCP,
.ivCP{ background: #C6E1F2; color: #037; text-decoration: none; }


/* Text Area */
.textarea, .textarea td { font-size:12px; color:#333333; font-family:Arial, Helvetica, sans-serif; }

.textbox1 { 
  width:280px; width:expression('300px');
  float:left; clear: left;
  padding-left:10px;
  padding-right:10px;
}
.textbox2 {
  width:280px; width:expression('300px');
  float:right;
  padding-left:10px;
  padding-right:10px;
}
.textbox3 {
  width:280px; width:expression('300px');
  padding-left:10px;
  padding-right:10px;
}
.textbox4 {
  width:280px; width:expression('300px');
  float:left;
  clear:left;
  padding-left:10px;
  padding-right:10px;
}
.textbox5 {
  width:280px; width:expression('300px');
  float:right; 
  clear:right;
  padding-right:10px;
  padding-left:10px;
}
.textbox6 {
  width:596px; width:expression('640px');
  padding-left:10px;
  padding-right:10px;
}


/* Text Items */
.textitem,
#text_1,
#text_2,
#text_3,
#text_4,
#text_5 {
}

/* Link Items */
.linkitem, .linkitem a,
#link_1,
#link_2,
#link_3,
#link_4,
#link_5 {
  color:#FF6600;
}

/* Image Items */
.imageitem img,
#image_1 img,
#image_2 img,
#image_3 img,
#image_4 img,
#image_5 img {
}
.largeimage {
}
.mediumimage {
}
.smallimage{
}

/* rich text area */
.richtext {
  margin:22px;
}
.innerrichtext H2, .richtext H2 {
  padding-left:0px;
}
.innerrichtext{
}

/* Photo stuff */
.floatingimageright {
  float:right;
  margin:10px;
  margin-right:0px;
}

.captionbelow {
  margin-bottom:15px;
  font-size:12px;
}
.phototable {
  margin:11px;
  margin-top:0px;
}
.phototablecell {
  padding:11px;
  padding-top:0px;
  padding-bottom:22px;
}

H2 {
  margin:0px;
}

/* Bottom buffer */


#bottombuffer{
  width:100%;
  height:22px;
  clear:both;
}

H4{ color: #ff6600; }