/* Start of CMSMS style sheet 'General Styling' */
/* GENERAL */
/* set all margins and padding to zero so we know what we're working with */
* { 
  padding: 0px; margin: 0px;
}

body {
  background: #2C3B10; /*4A5E28*/
}

.clear {
  clear: both;
}

/* LAYOUT */

#motto {
  position: absolute;
  top: 100px;
  right: 60px;  
  text-align: right;
  color: #C2D79F;
  font-size: 12px;
}

#container {
  margin-left: auto;
  margin-right: auto;
}

#breadcrumbs {
  text-align: right;
  font-size: 14px;
  color: #000;
}
/*
#breadcrumbs a {
  color: #2E3A18;
}*/

#footer {
  color: #C2D79F;
  margin-top: 15px;
  text-align: center;
}

#footer a {
  color: #C2D79F;
}

#footer a:hover {
  color:#FFF;
}


/* LINKS */
a {
  text-decoration: none;
  color: #800033; /* 2E3A18 */
}
a:hover {
  color: #FFF;
}

/* TEXT */
* {
  /*font-family: "Arial", Arial, sans-serif;*/
  font-family: "Verdana", Verdana;

}

p {
  font-size: 12px;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #2E3A18;
}

/* HEADINGS */
h1 {
}

h2 {
  font-weight: normal;
  font-size: 20px;
  color: #800033;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

h3 {
  font-weight: normal;
  font-size: 16px;
  color: #800033;
  padding-bottom: 0.2em;
}

/* LISTS */
li {
  list-style: none;
}

/* IMAGES */
img {
  margin: 5px;
  border: none;
}

.caption_image_right {
  float: right;
}

.caption_image_left {
  float: left;
}

.caption_image_right img,
.caption_image_left img,
.caption_image img {
  padding: 0px;
  border: 1px solid #FFF;
}

.caption {
  text-align: center;
}

.caption_image .caption,
.caption_image_right .caption,
.caption_image_left .caption {
  font-size: 10px;
}
/* End of 'General Styling' */

/* Start of CMSMS style sheet 'Homepage Stylesheet' */
#container {
  width: 756px;
  position: relative;
}

#back_left {
  width: 170px;
  height: 550px;
  position: absolute;
  left: -170px;
  background: url(uploads/images/back_left.jpg) no-repeat;
}

#back_right {
  width: 170px;
  height: 550px;
  position: absolute;
  left: 756px;
  background: url(uploads/images/back_right.jpg) no-repeat;
}


#content_table {
  border-collapse: collapse;
  width: 756px;
}

/************* backgrounds for cells in layout table ************/
#shadow_left img, 
#shadow_right img { 
  padding: 0px; margin: 0px; 
}

#shadow_left { background: url(uploads/images/shadow_left.gif) repeat-y;
  vertical-align: top;
  width: 30px;
}
#header { background: url(uploads/images/home/header.jpg) top no-repeat;
  width: 618px;
  height: 443px;
}
#shadow_right { background: url(uploads/images/shadow_right.gif) repeat-y;
  vertical-align: top;
  width: 30px;
}

#thick_border_left { 
  background: url(uploads/images/thick_border_left.gif) repeat-y;
  width: 39px;
}
#main { 
  width: 618px;
  height: 350px; /* setting this height is for cell-sizing problem in IE (god I hope it works in all IE) */
  vertical-align: top;
  background: #D0E1B5 url(uploads/images/inner_home_back.jpg) bottom left no-repeat; /*lightest green*/
}

#thick_border_right { 
  background: url(uploads/images/thick_border_right.gif); 
  width: 39px;
}

#inner_corner_left { background: url(uploads/images/inner_corner_left.gif);
  width: 39px;
  height: 14px;
}
#inner_bot { 
  background: url(uploads/images/inner_bot.gif) repeat-x; 
  height: 14px;
  position: relative;
}
#inner_back {
  position: absolute;
  bottom: 50px;
  left: 54px;
}
#inner_corner_right { background: url(uploads/images/inner_corner_right.gif); 
  width: 39px;
  height: 14px;
}

#middle_bot { 
  background: #74943F url(uploads/images/middle_bot_left.gif) left repeat-y;
}

#outer_corner_left { background: url(uploads/images/outer_corner_left.gif);
  width: 65px;
  height: 41px;
}
#shadow_bot { background: url(uploads/images/shadow_bot.gif) repeat-x;
  height: 41px;
}
#outer_corner_right { background: url(uploads/images/outer_corner_right.gif);
  width: 65px;
  height: 41px;
}

#header h1 {
  height: 289px;
  margin-left: -11110px;
  padding: 0px;
}

#home_motto {
  position: absolute;
  top: 280px;
  left: 80px;
  width: 205px;
  text-align: left;
  color: #2E3A18;   /* dark green */
  font-size: 13px;
}

#home_announcement {
  position: absolute;
  top: 335px;
  left: 80px;
  width: 225px;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  font-style: italic;
}

#content {
}

h2 {
  display: none;
}

/*
#content h2 {
  background: url(uploads/images/the_vision.gif) left no-repeat;
  height: 61px;
  padding: 0px;
  margin-top: 100px;
  margin-left: 30px;
}
*/
h2 span {
  display: none; /* trick to hide the text of the heading */
}

#menu {
  margin-top: 30px;
  margin-left: 30px;
  float: left;
  width: 170px;
}

#menu li {
  padding-bottom: 1em;
}

#menu li a {
  font-size: 14px;
  color: #800033;
  text-decoration: none;
}

#menu li a:hover {
  color: #FFF;
}

#intro_text {
  margin-left: 240px;
  margin-bottom: 70px;
  margin-right: 20px;
}

#intro_text p {
   line-height: 1.5em;
}
/* End of 'Homepage Stylesheet' */

