/* Start of CMSMS style sheet 'style: rickyarchers' */
/*
Set initial font styles
*/
body {
    font-family: Verdana;
    font-size: 10pt;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/* default link styles */
/* set all links to have underline and bluish color */

a { color: #333399; text-decoration: none }
a:hover { color: #333399; text-decoration: underline }

div#content img { 
     padding: 0px; 
     border: #ffffff;
     margin: 0px 5px 0px 0px; 
     display: inline-block;
}

/* Footer */

#footer p{
	text-align: center;
	color: #FFFFFF;
}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #000000; 
	font-size: 1.3em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #e6e6e6; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #000000; 
   font-size: 1.2em;
   line-height: 1.2em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #000000; 
   font-size: 1.1em;
   line-height: 1.1em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #000000; 
   font-size: 1em;
   line-height: 1em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #000000; 
   font-size: 0.8em;
   line-height: 0.8em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
    font-family: Verdana;
    font-size: 10pt;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}
/* End of 'style: rickyarchers' */

/* Start of CMSMS style sheet 'layout: rickyarchers' */
body {
	margin: 0;
	padding: 0;
	background: #eeeeee;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height:17px
	color: #000000;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/* Header */

#header {
	width: 997px;
	height: 130px;
        padding:25px 0px 0px 0px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* Content */

#content {
	width: 957px;
	margin: 0px auto 0px auto;
        padding: 0px 20px;
	background: #FFFFFF;
}

/* Posts */

#posts {
	float: right;
	width: 707px;
	padding: 20px 0px 0px 0px;
}

/* Menu */

#menu {
	margin: 0px auto 0px auto;
	padding: 25px 0px 0px 0px;
	width: 250px;
}


/* Footer */

#footer {
	width: 997px;
	height: 20px;
        padding:5px 0px 0px 0px;
	margin: 0 auto;
	background: #043f00;
        color: #ffffff;
}
/* End of 'layout: rickyarchers' */

/* Start of CMSMS style sheet 'menu: rickyarchers' */
/********************
MENU
*********************/
#menu {
   padding-left: 0;
   margin-left: -3em;
}


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

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

#menu ul ul li {
   border: none;
}

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

/* first level links */
div#menu 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 */
   color: #000000; /* this will be link color for all levels */
   background: url(images/arrow-right_purple.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu a:hover {
   background-color: #61935d;
}
div#menu a.activeparent:hover {
   background-color: #61935d;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu li a.activeparent {
   background: url(images/arrow-down_purple.gif) no-repeat 0.4em center; 
   background-color: #043f00;
   color: #fff;
}

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


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu ul h3 {
   background: url(images/arrow-right-active_purple.gif) no-repeat 0.4em center;
   background-color: #043f00;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   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 */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'menu: rickyarchers' */

