/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   width: 100%;
   margin: 0;
   margin-top: 5px;
   font-size: 11px;  
       	font-weight: bold;
           
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   height: 39px;
text-transform: uppercase;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-right: 1px solid #ffffff;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .9em 1.2em .8em 1.5em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #cc0000;

   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
  background-color: #Cc0000;
   color: #ffffff;
}
div#menu_horiz a.activeparent:hover {
   background-color: #Cc0000;
   color: #ffffff;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   color: #333333;
}

div#menu_horiz h3 {
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #cc0000;
   display: block; /* IE has problems with this, fixed above */
   font-size: 11px;                           /* instead of the normal font size for <h3> */
   padding: .9em 1.2em .8em 1.5em; /* padding inside the list item box */
}

/* End of 'Navigation: Simple - Horizontal' */

/* Start of CMSMS style sheet 'ThreeColumn' */
#left {
float: left;
width: 220px;
margin: 0px 0px 10px 10px;

	

}
#left li { list-style-type: none; padding-left: 10px; }

#left h2 {
padding: 6px 0 5px 10px; 
font-family: "Myriad Pro", Myriad, Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
color: #fff;
background: #ffffff url(uploads/images/hmenu.gif) repeat-x;	
height:40px;
	text-transform: uppercase;
	letter-spacing: 0.1em;

}
#left .box {


padding: 5px 0 10px 0;
}


#right { 
float: right;
width: 700px;
margin-right: 10px; 
margin-left: 10px; 

}
.contentleft {
float: left;
width : 380px;
}
.contentleft h2 {

padding: 6px 0 5px 10px; 
font-family: "Myriad Pro", Myriad, Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
color: #fff;
background: #ffffff url(uploads/images/hmenu.gif) repeat-x;	
height:40px;
	text-transform: uppercase;
	letter-spacing: 0.1em;


}
.contentleftbox {
margin-left: 10px;
margin: 0 0 10px 0;	
padding: 0 10px 10px 10px;
text-align: left;
}

.contentright {
float: right;
width: 300px;
margin-left: 10px;
}
.contentright h2 {
color: #ffffff;
padding: 6px 0 5px 5px; 
font-family: "Myriad Pro", Myriad, Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
background: #ffffff url(uploads/images/hmenu.gif) repeat-x;	
height:40px;
	letter-spacing: 0.1em;

	text-transform: uppercase;
}
.contentrightbox {
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
border-bottom: 1px solid #ccc; 
margin: 0 0 10px 0;	
padding: 10px;
text-align: justify;
}

/* End of 'ThreeColumn' */

/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 0em;
margin-bottom: 20px;
margin-top: 0px;
text-transform: uppercase;
   font-size: 12px;          
width: 180px;             
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.4em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin-bottom: 3px;
   display: block;
   margin-left: 0em;
}

#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: 0em 0em 0em 0em; /* some air for it */
 border: 1px solid #ccc; 
 background: #e0e0e0; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
color: #cc0000; 
font-weight: bold;
   margin-left: 0em;
width: 180px;

}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.2em 0.5em 0.2em 1.8em;
   background-position: 0em center;
   color: #cc0000;
margin-top: 1px;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.2em 0.5em 0.2em 2.8em;
   color: #111111;
}

/* hover state for all links */
div#menu_vert a:hover {
   background: #cc0000;
color: #ffffff;
}
div#menu_vert a.activeparent:hover {
   background: #cc0000;
color: #fcfcfc;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {

   color: #ffffff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 

   color: #ffffff;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   display: block; 
   padding: 0.2em 0.5em 0.2em 1.8em;
   color: #ffffff;                                 /* this will be link color for all levels */
   font-size: 12px;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
background: #cc0000;  url(uploads/images/hdot.gif) no-repeat -40px -50px;
width: 180px;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 12px;
   padding: 0.2em 0.5em 0.2em 1.8em;
   background-position: 1.4em center;
 background-color: #efefef;
   border: 1px solid #ccc;
   color: #cc0000; 
width: 180px;    
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.2em 0.5em 0.2em 2.3em;
 background-color: #0072bc; 
   color: #fff;     
   border: 1px solid #cc0000;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
 background-color: #efefef; 
   line-height: 1em;
   margin: 0;
   text-align:center;
   color: #cc0000;     
}



/* separator */
div#menu_vert 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_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

/* Start of CMSMS style sheet 'h3alt' */
* {
padding: 0;
margin: 0;
} 

body {
	font-family: "Myriad Pro", Myriad, Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #000000;
	line-height: 20px;
	background-color: #2d7f54;
	background-repeat: repeat-y;
	background-position: center top;
}
 li {
   margin: 0 0 0.25em 1em;
}

img { border: none; }
a { text-decoration: none; color: #cc0000; }
a:hover { color: #333; }
h3 { border-bottom: 1px dotted #ccc; color: #2d7f54; padding: 10px 0 2px 0; }
h3 a { color: #cc0000; }
h3 a:hover { color: #000000; }


#wrap {
	margin: 0 auto;
	width: 980px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(uploads/images/camv3.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#banner {
	height: 100px;
width: 100%;
	background-repeat: no-repeat;
margin: 10px 0px 0px 20px;
}

#header {
	height: 160px;
}

#header h1 {
font-family: "Myriad Pro", Myriad, Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;

}
#header h1 a {
	
}
#header h1 a:hover { color: #333; }
#header p { padding: 0 0 0 30px; font-size: 13px; color: #333; font-weight: normal; }
}
#header p  {
	
}
#menu {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
}
#menu li {
float:left;
list-style-type:none;
}
#menu li a {
	padding:0 10px;
	text-decoration:none;
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
#menu li a:hover {
color: #fff;
text-decoration: underline; 
}

#content { 
padding: 10px;
}


#footer {
padding-top: 10px;
border-top: 3px solid #2c7f54; 
line-height: 12px;
color: #333;
text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
#footer a { color: #cc0000; }
#footer a:hover { color: #333; }

div#search {
   float: right;
   width: 280px;     /* enough width for the search input box */
   text-align: right;

 top: 10px;
	position: relative;
right: 20px

}

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

div.breadcrumbs {
   padding: 5px 0 5px  10px; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 70%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 5px;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
width: 720px;

}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

/* End of 'h3alt' */

