/* Start of CMSMS style sheet 'Home' */
body {
margin: 0px;
background-color:#6699CC;
background-image:url(images/background.jpg);
background-position: top center;

}

a {
color:#7b6712;
text-decoration:none;
}

#home_body {
padding: 5px 0px 5px 5px;
background-color: #fff;
width: 845px;
margin: 0px auto;
clear:both;
}

#container {
width: 848px;
margin: 0px auto;
padding:0px;
}

#home_copy {
float: left;
position:relative;
width: 377px;
padding: 30px;
}

#home_movie {
}

.home_paragraph {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#002b57;
font-size:14px;
}

#bottom_box {
background-color:#C4CDD6;
color:#002B57;
font-family:arial;
font-size:12px;
height:120px;
padding:15px;
width:167px;

}

#bottom_box2 {
background-color:#C4CDD6;
color:#002B57;
font-family:arial;
font-size:12px;
height:120px;
padding:15px;
width:168px;

}

#newsbox {
background-color:#dfe4ea;
height: 187px;
}

#inside_header {
background-color:#f3eeda;
width: 824px;
height: 22px;
padding: 10px 0px 10px 20px;
color: #9B8618;
font-size:18px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#inside_body {
margin: 20px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#inside_body_sm {
width: 550px;
margin: 20px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
float: right;
}

/********************
MENU
*********************/
#menu_vert {
margin: -10px 0px 0px -31px;
width:254px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   spadding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   color: 000;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   spadding: 0.5em 0.5em 0.5em 2.8em;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   spadding: 0.3em 0.5em 0.3em 4.3em;
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #b39a33;
}
div#menu_vert a.activeparent:hover {
   background-color: #c1c5a5;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background-color: #767b56;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #b39a33;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background-color: #002b57;
   display: block; 
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
padding:0.8em 0.5em 0.8em 1.5em;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
}


.NewsSummary {
padding: 0px 10px 10px 18px;
}

#footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 5px auto;
font-size: 11px;
color: #002c56;
width: 840px;
text-align: center;
}



.NewsSummaryCategory {
	line-height: 0px;
        color: #ffffff;
        display: none;

	
}

.NewsSummaryAuthor {
	line-height: 0px;
        color: #ffffff;
        display: none;

	
}

.NewsSummaryContent{
	line-height: 0px;
        color: #ffffff;
 display: none;
}

.NewsSummaryLink{
	line-height: 14px;
        padding: 5px 0px 0px 5px;
       margin:0px -5px;
       color:#002c56;
font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.NewsSummaryLink.a{
color:#ffffff
}

.NewsSummaryPostdate{
	line-height: 0px;
        color: #ffffff;
        display: none;
}

.NewsSummaryMorelink{
display:none;
}

.NewsSummarySummary{
display:none;
}



/* End of 'Home' */

