/* Start of CMSMS style sheet 'aarc' */
body {
	/* background-color: #1d9801; */
        background-color: #c5decf;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



.newsfont {
	font-family: "Lucida Grande", "Gill Sans Light", "Trebuchet MS";
	font-size: 1em;
	font-weight: normal;
        color: #797979;
	line-height:1.4em
}
.newsfont2 {
	font-family: "Lucida Grande", "Gill Sans Light", "Trebuchet MS";
	font-size: 1em;
	font-weight: normal;
        color: #797979;
	line-height:1.4em
}
.newsfont3 {
	font-family: "Lucida Grande", "Gill Sans Light", "Trebuchet MS";
	font-size: 1em;
	font-weight: normal;
        color: #797979;
	line-height:1.4em
}
.link {
	font-family: "Lucida Grande", "Gill Sans Light", "Trebuchet MS";
	font-size: 1em;
	font-weight: normal;
	line-height:1.4em
	color: #336600;
	text-decoration: underline;
}

.link:hover {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}
.link:visited {
	color: #004400;
	font-weight: bold;
	text-decoration: none;;
}

h2 {
        /* font-family: Verdana; */
        font-family: "Gill Sans Light", "Lucida Grande", "Trebuchet MS";
font-weight:normal;
        font-size:22px;
	color: #1d9700;
}

h5 {
        /* font-family: Verdana; */
        font-family: "Gill Sans Light", "Lucida Grande", "Trebuchet MS";
font-weight:normal;
        font-size:16px;
	color: #1d9700;
line-height:1.4em;
/* padding-left: 10px; */
}

h6 {
        /* font-family: Verdana; */
        font-family: "Gill Sans Light", "Lucida Grande", "Trebuchet MS";
font-weight:normal;
        font-size:16px;
	color: #1d9700;
line-height:1.4em;
 padding-left: 10px; 
}

.fonttitle {
	font-family: "Lucida Grande", "Gill Sans Light", "Trebuchet MS";
	font-size: 1em;
	font-weight: normal;
        color: #797979;
	line-height:1.4em
}
}
.logobg {
	background-image: url(uploads/images/left_bottom_logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.bg_right {
	background-image: url(uploads/images/a_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_left {
	background-image: url(uploads/images/e_05.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
padding-top: 10px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
background: #ececec url(uploads/images/title_r_bg.gif ) repeat-x; 
   border-bottom: 1px solid #C0C0C0;
   width: 100%;
height: 25px;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #208f06;
background: #ececec url(uploads/images/title_r_bg.gif ) repeat-x; 
}
#primary-nav li a { 
   border-right: 1px solid #C0C0C0;
   border-left: 1px solid #C0C0C0;

}
#primary-nav li li a { 
background:none;   
border: 1px solid #C0C0C0;
}

#primary-nav li li a:hover { 
background:#DEF1D9;   
}
	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #ececec; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: #C7C7C7; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
background: #ececec url(uploads/images/title_r_bg2.gif ) repeat-x; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}


ul { 
 
 margin-left: 15px;

}




/* side menu */
ul.menu {
   padding-left: 0;
   margin-left: 0em;
}


/* third level has some padding to have it stand out */
ul.menu ul {
   margin-left: 0em;
   padding: 0em 0em 0.25em 0.5em ;
}

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

ul.menu ul li {
   border: none;
}

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

/* first level links */
ul.menu a {
   text-decoration:none;
   display: block;
   font-size:12px;
   padding: 0.6em 0.5em 0.6em 1.5em;
   color: #666666;
   background: url(uploads/images/liarow.png) no-repeat 0.5em center; 
   min-height:1em; 
}

/* next level links, more padding and smaller font */
ul.menu ul li a {
   font-size:12px;
   padding: 0.5em 0.5em 0.5em 1.5em;
   background-position: 0.5em center;
}

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

/* hover state for all links */
ul.menu a:hover {
   color: #35ae18;
   background-color: #f8f8f8;
}
ul.menu a.activeparent:hover {
   color: #35ae18;
   background-color: #def1d9;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
ul.menu li a.currentpage {
   padding: 0.5em 0.5em 0.5em 1.5em;
   font-size:13px;
   min-height:1em; 
   background: #def1d9 url(uploads/images/liarowl.png) no-repeat 0.3em center; 
   color: #35ae18;
}
ul.menu li a.activeparent {
   padding: 0.5em 0.5em 0.5em 1.5em;
   font-size:13px;
   min-height:1em; 
   background: #def1d9 url(uploads/images/liarowd.png) no-repeat 0.3em center; 
   color: #35ae18;
}

ul.menu ul ul li a.activeparent {
   background-position: 1.5em center; 
 background-color: #def1d9;
   color: #35ae18;
}

.inbox {
border: solid 1px #c3c3c3;
background:#fff;
height:20px;
width:160px;
margin-left:10px;
padding:3px 3px 1px 7px;
font-family: "Lucida Grande", "Gill Sans Light", "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
        color: #797979;
}

.searchSubmit {
display:block;
margin-left:9px;
margin-top:2px;
padding:0 5px;
}


.line {
border-top: 1px solid #ccc;
}



img.floatright {
	border:1px solid #8da09d;
	float:right;
	margin-left:15px;
	margin-top:15px;
	padding:4px;
}

img.floatrightnb{
	border:1px solid #8da09d;
	float:right;
	margin-left:15px;
	margin-top:15px;
	padding:4px;
}

img.floatleft {
	border:1px solid #8da09d;
	float:left;
	margin-right:15px;
	padding:4px;
}


img.floatleftnb {
	float:left;
	margin-right:15px;
	padding:4px;
}






.calendar-day {
  font-weight: bold;
  font-size: 1.3em;
  color: #2166a1;
  width: 42px;
  text-align:center;
  padding-top: 18px;
}

.calendar {
  float: left;
  margin-right: 6px;
  width: 42px;
  height: 42px;
}

.calendar-icon-12 {
  background: url('uploads/images/calendar/12.gif');
}

.calendar-icon-11 {
  background: url('uploads/images/calendar/11.gif');
}

.calendar-icon-10 {
  background: url('uploads/images/calendar/10.gif');
}

.calendar-icon-9 {
  background: url('uploads/images/calendar/09.gif');
}

.calendar-icon-8 {
  background: url('uploads/images/calendar/08.gif');
}

.calendar-icon-7 {
  background: url('uploads/images/calendar/07.gif');
}

.calendar-icon-6 {
  background: url('uploads/images/calendar/06.gif');
}

.calendar-icon-5 {
  background: url('uploads/images/calendar/05.gif');
}

.calendar-icon-4 {
  background: url('uploads/images/calendar/04.gif');
}

.calendar-icon-3 {
  background: url('uploads/images/calendar/03.gif');
}

.calendar-icon-2 {
  background: url('uploads/images/calendar/02.gif');
}

.calendar-icon-1 {
  background: url('uploads/images/calendar/01.gif');
}
/* End of 'aarc' */

