/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   text-align: left;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   width: 900px;
   text-align: left;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
    width: 160px;
   text-align: left;
}

/* 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: 0px;
   margin-left: 0px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: 0px;
   float: left; 
}

#primary-nav li li { 
   margin-left: 0px;
   margin-top: 0px;
   float: none; 
   position: relative;
   background-color: #000;
   border-left: 1px solid #fff;
   border-bottom: 1px solid #fff;
   border-right: 1px solid #fff;
   text-align: left;
   color: #fff;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   text-transform: uppercase;
   display: block; 
   text-decoration: none; 
   font-size: 14px;
   text-align: center;
   color: #fff;
}

#primary-nav li.menuactive a { 
}

#primary-nav li a { 
   padding: 7px 19px 7px 19px; 
   color: #fff;
}

#primary-nav li li a { 
   z-index: 1010;
   padding: 6px 10px 6px 20px; 
   text-align: left;
   color: #fff;
   font-size: 12px;
   font-weight: normal;
}	

#primary-nav li, #primary-nav li.menuparent { 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
        color: #666;
}

#primary-nav li.menuactive a { 
        color: #666;
}

#primary-nav li li.menuactive { 
        color: #666;
}

#primary-nav li li.menuactive a { 
        color: #666;
}



/* 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 */
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
        color: #666;
}

#primary-nav li a:hover {
        color: #666;
}

#primary-nav li li:hover, 
#primary-nav li li.menuh, 
#primary-nav li li.menuparenth, 
#primary-nav li li.menuactiveh { 
        color: #666;
}


#primary-nav li li a:hover, 
#primary-nav li li.menuh, 
#primary-nav li li.menuparenth, 
#primary-nav li li.menuactiveh { 
        color: #666;
}


/* 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; 
z-index: 1010;
}

/* 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; 
z-index: 1010;
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* Stylesheet: Nav Modified On 2014-09-22 10:54:51 */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 10px; /* padding for the news article summary */
    margin: 0 0 1em 0; /* margin to the bottom of the news article summary */
    border: 1px solid #aeaeae; 
    behavior: url(PIE.html);
}

.NewsSummaryPostdate {
  font-size: 13px;
  font-weight: bold;
  text-align: right;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0px;
    font-size: 14px;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  margin-bottom: 5px;
  font-weight: bold;
  text-align: right;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-weight: normal;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 30px;
    background-image: url("images/printer.html");
    background-repeat: no-repeat;
    background-position: center right;
    text-align: right;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* Stylesheet: News Modified On 2014-09-18 14:23:00 */
/* CSS definition file containing sitestyle stylesheets */

BODY {
    font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
  	margin: 0px;
  	padding-top: 0px;
	background-color: #fff;
	line-height: 18px;
  	background-position: top left;
  	background-image: url("../../images/back.html");
  	background-repeat: repeat-x;
  	-webkit-font-smoothing: antialiased;
}

li {
       font-size: 12px;
       padding: 0px;
       margin: 0px;
}

ul {
       padding: 6px 0px 6px 30px;
       margin: 0px;
}

p { 
	padding: 5px;
	margin: 0px;
}

.clearBoth {
	clear: both;
	}

form {
      margin: 0px;
      padding: 0px;
}

.transparent {
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
}

.transparent:hover {
    filter: alpha(opacity=90); /* internet explorer */
    opacity: 0.9;           /* fx, safari, opera, chrome */
}

A:link {text-decoration: none; color: #990000;}
A:visited {text-decoration: none; color: #990000;}
A:active {text-decoration: none; color: #990000;}
A:hover {text-decoration: underline; color: #990000;}

A.lefty:link {text-decoration: none; color: #3b4d5e;}
A.lefty:visited {text-decoration: none; color: #3b4d5e;}
A.lefty:active {text-decoration: none; color: #3b4d5e;}
A.lefty:hover {text-decoration: none; color: #3b4d5e;}

.header {
	width: 900px;
	height: 128px;
	text-align:  left;
}

.logoleft {
	width: 363px;
	height:  68px;
	float: left;
	text-align: left;
    margin-top: 33px;
}

.textright {
	width: 210px;
	height:  108px;
	float: right;
	text-align: right;
    margin-top: 17px;
	line-height: 16px;
}

.navshell {
	width: 100%;
	height: 33px;
    background-color: #000;
    border-bottom: 1px solid #fff;
}

.thenav {
	width: 900px;
	height: 32px;
	margin: 0 auto;
	text-align:  left;
    color: #fff;
}

.slidershell {
	width: 900px;
	height: 201px;
	text-align:  left;
}

.cactusleft {
	width: 199px;
	height:  201px;
	float: left;
	text-align: left;
}

.slider {
	width: 701px;
	height:  201px;
	float: right;
	text-align: left;
}

.homeshell {
	width: 100%;
    background-position: top left;
    background-image: url("../../images/darkred.jpg");
    background-repeat: repeat;
}

.homemain {
	width: 900px;
	margin: 0 auto;
	text-align:  left;
    background-position: top left;
    background-image: url("../../images/lightred.jpg");
    background-repeat: repeat-y;
    background-color: #fff;
}

.redleft {
	width: 159px;
	float: left;
	text-align: left;
    color: #fff;
    padding: 20px;
}

.redleft a, .redleft h1 {
    color: #fff;
}

.redleft a:Hover {
    color: #aeaeae;
}

.homecont {
	width: 366px;
	float: left;
	text-align: left;
    border-right: 1px solid #ababab;
    padding: 30px;
}

.homenews {
	width: 214px;
	float: right;
	text-align: left;
    padding: 30px;
}

.graylogos {
	width: 701px;
	height:  76px;
	float: right;
	text-align: left;
margin-bottom: 9px;
}

.footblackshell {
	width: 100%;
	height: 161px;
    background-color: #000;
}

.footblack {
	width: 900px;
	height: 161px;
	margin: 0 auto;
	text-align:  left;
}

.footleft {
	width: 199px;
	height:  131px;
	float: left;
	text-align: left;
    color: #fff;
    padding-top: 30px;
}

.footleft a {
    color: #fff;
}

.footleft a:Hover {
    color: #aeaeae;
}

.footright {
	width: 701px;
	height:  101px;
	float: left;
	text-align: left;
    color: #aeaeae;
    margin-top: 60px;
}

.thefoot {
	width: 900px;
	text-align:  center;
}

/* SUBS */

.subcont {
	width: 641px;
	float: right;
	text-align: left;
    padding: 30px;
}


/* HEADINGS */

h1 {
	font-size: 20px;
	color: #990000;
	padding: 0px;
	margin: 10px 0 15px 0;
}

h2 {
	color: #990000;
	font-size: 18px;
	margin: 10px 0 10px 0;
}

h3 {
	font-size: 16px;
	color: #990000;
	margin: 10px 0 15px 0;
}

h4 {
	font-size: 20px;
	color: #666;
	margin: 10px 0 10px 0;
}

h5 {
	font-size: 18px;
	color: #666;
	margin: 10px 0 10px 0;
}

h6 {
	font-size: 16px;
	color: #666;
	margin: 10px 0 10px 0;
}
/* Stylesheet: Main Modified On 2014-10-21 09:29:36 */
