/*
Basic Styles
Client: Alpaca Academy
Author: Vivian Clark (vclark@i2rd.com)
*/

html {
  font-size: 100%;
}
body {
  font: 0.8em Arial, sans-serif;
  background: #231f20;
}
div.page {
  width: 850px;
  margin: 10px auto 0;
}
/* header ----------------------------*/
#header {
  background: url(/resources/1255464120528/files/119591/_fn/logo.gif) no-repeat top left;
  width: 850px;
  height: 156px;
}
#logo {
  float: none;
  width: 500px;
  height: 112px;
  clear: both;
  margin-bottom: 10px;
}
#logo h1 a {
  display: block;
  text-indent: -4000em;
  width: 500px;
  height: 112px;
}
#slogan {
  width: 850px;
  height: 27px;
  background: url(/resources/dyn/files/97453/_fn/Alpaca_Registry_web_06.gif) no-repeat top left;
}
#slogan h2 {
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 0 0 20px;
}

/* main images -----------------------*/
#main_images {
  height: 208px;
}
#main_images img {
  margin-right: 8px;
}
#main_images img.last {
  margin-right: 0;
}

/* columns ------------------------*/
#e_column_0,
#e_column_0_wc_0,
#e_column_0_wc_1 {
  width: 850px;
  overflow: hidden;
}
#e_column_0 {
  background: url(/resources/dyn/files/97489/_fn/content_repeat.gif) repeat-y top left;
}
#e_column_0_wc_0 {
  position: relative;
  background: url(/resources/dyn/files/97457/_fn/content_top.gif) no-repeat top left;
}
#column1 {
  width: 220px;
  margin-right: 15px;
}
#column2 {
  width: 415px;
  margin: 30px 15px 15px 10px;
}
#column3 {
  width: 170px;
  margin: 15px 0;
}
/* column1 ------------------------------*/

/* search ----*/
#column1 div.sitesearch {
  background: white url(/resources/dyn/files/97464/_fn/search_bg.gif) no-repeat;
  width: 213px;
  height: 38px;
  margin-top: 5px;
  padding: 19px 0 0 10px;
}
input.site_search_button {
  background: transparent;
  width: 35px;
  height: 20px;
  border: none;
}
input.site_search_query {
  width: 130px;
  margin-left: 15px;
}
/* main navigation ----------------*/
#main_menu {
  background: url(/resources/dyn/files/97455/_fn/column1_top.gif) no-repeat top left;
  width: 190px;
  overflow: hidden;
  margin-left: 4px;
  padding: 20px 15px 15px;
}
#main_menu li {
  font-size: 0.95em;
  font-weight: bold;
  padding: 0 0 10px;
  color: #3399cc;
}
#main_menu li a,
#main_menu li.mi_active li.mi_inactive a {
  text-decoration: none;
  color: #3399cc;
}
#main_menu li a:hover,
#main_menu li.mi_active a {
  text-decoration: underline;
}
#main_menu li li {
  color: #3399cc;
  padding: 0 0 3px;
  list-style-type: disc;
  font-weight: normal;
}
#main_menu li ul {
  margin-left: 32px;
}
/* small logo ----*/
#small_logo {
  position: absolute;
  bottom: 25px;
  left: 10px;
  width: 200px;
}
#small_logo h3 a {
  display: block;
  background: url(/resources/dyn/files/97463/_fn/logo_small.gif) no-repeat top left;
  width: 131px;
  height: 24px;
  text-indent: -4000em;
  margin: 0 auto 20px;
}
#small_logo p {
  color: #3399cc;
  font-size: 0.9em;
  text-align: center;
}
/* column3 ----------------------*/
#column3 {
  font-size: 11px;
}
#column3 li {
  list-style-type: disc;
  list-style-position: inside;
}
#column3 div.list,
#column3 h3 {
  width: 159px;
}
#column3 h3 {
  font-size: 11px;
}
#column3 h3 span,
#column3 .list ul {
  width: 140px;
  padding: 5px 5px 5px 15px;
} 
#ie6only #column3 h3 span,
#ie6only #column3 .list ul {
  width: 141px;
}
#column3 h3 {
  margin-bottom: 0.25em;
  color: white;
  font-weight: bold;
  background: #8dc73f url(/resources/dyn/files/97502/_fn/column3_green_top.gif) no-repeat top left;
}
#column3 h3 span {
  display: block;
  background: url(/resources/dyn/files/97501/_fn/column3_green_bottom.gif) no-repeat bottom left;
}
#column3 h3.first {
  background: transparent url(/resources/dyn/files/97456/_fn/column3_top.gif) no-repeat top left;
  height: 27px;
}
#column3 .first span {
  background: none;
}
#column3 div.list {
  margin-bottom: .5em;
  background: #daeaf8 url(/resources/dyn/files/97500/_fn/column3_blue_top.gif) no-repeat top left;
}
#column3 .list ul {
  display: block;
  background: url(/resources/dyn/files/97499/_fn/column3_blue_bottom.gif) no-repeat bottom left;
}
/* footer -------------------------*/

#footer {
  background: url(/resources/dyn/files/97458/_fn/footer.gif) no-repeat bottom left;
  width: 820px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px;
  height: 28px;
  color: white;
  margin-bottom: 10px;
  font-size: 0.9em;
}
#footer p {
  padding-top: 5px;
}
/* general styles ---------------------*/

h2 {
  font-weight: bold;
  color: #3399cc;
  margin-bottom: 0.5em;
  font-size: 1.6em;
}
h3 {
  font-size: 1.1em;
  font-weight: bold;
}
p {
  line-height: 1.4;
  margin-bottom: 1em;
}
a {
  color: black;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
/* lists ----------------*/
.textbean ul,
.article_content ul,
.textbean ol,
.article_content ol {
  margin-bottom: 1em;
  padding: 0 0 0 15px;
}
.textbean ul li,
.article_content ul li {
  list-style-type: disc;
  list-style-position: outside;
}
.textbean ol li,
.article_content ol li {
  list-style-type: decimal;
  list-style-position: outside;
}



