/* Start of CMSMS style sheet 'Main Style' */
/* CSS definition file containing sitestyle stylesheets */

BODY {
	font-family: "Verdana", Arial, sans-serif;
	color: #2d3137;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
  	margin: 20px;
  	padding: 20px;
  	top: 10px;
	background: #5a5d63;
	line-height: 18px;
  	background-image: url("images/back.jpg");
  	background-repeat: repeat-x;
  	background-position: top right;
}

li {
	font-size: 10px;
}

p { 
	padding: 5px;
	margin: 0px;
	font-size: 10px;
}

.clearBoth {
	clear: both;
	}

A:link {text-decoration: underline; color: #ffffff;}
A:visited {text-decoration: underline; color: #ffffff;}
A:active {text-decoration: underline; color: #ffffff;}
A:hover {text-decoration: none; color: #eaab30;}

A.foot:link {text-decoration: underline; color: #FFFFFF; font-weight: bold; font-size: 10px; letter-spacing: 1px;}
A.foot:visited {text-decoration: underline; color: #FFFFFF; font-weight: bold; font-size: 10px; letter-spacing: 1px;}
A.foot:active {text-decoration: underline; color: #FFFFFF; font-weight: bold; font-size: 10px; letter-spacing: 1px;}
A.foot:hover {text-decoration: none; color: #000000; font-weight: bold; font-size: 10px; letter-spacing: 1px;}

.header {
	text-align: left;
	width: 830px;
	height: 197px;
	width: 705px;
  	background-image: url("images/abq.jpg");
  	background-repeat: no-repeat;
  	background-position: top left;
	margin-left: 6px;
}

.thebod {
	font-family: "Verdana", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	width: 665px;
	padding: 5px 15px 5px 25px;
}

.thenav {
	font-family: "Verdana", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
      letter-spacing: 1px;
	text-align: left;
	width: 215px;
	height: 522px;
  	background-image: url("images/sidebarback.gif");
  	background-repeat: repeat;
  	background-position: bottom left;
}

.footer {
	font-family: "Verdana", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
      letter-spacing: 1px;
	text-align: left;
	width: 330px;
	padding: 5px 0 0 400px;
}

/* HEADINGS */
	h1 {
		font-size: 18px;
		line-height: 1em;
		margin: 0;
		padding: 10px 0 5px 10px;
		color: #354864;
		letter-spacing: 1px;
	}
	h2 {
		font-size: 18px;
		line-height: 1em;
		margin: 0;
		padding: 10px 0 5px 10px;
		color: #dd9e25;
		letter-spacing: 1px;
	}
	h3 {
		font-size: 14px;
		line-height: 1em;
		margin: 0;
		padding: 10px 0 5px 10px;
		color: #354864;
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h5 {
		font-size: 18px;
                color: #ffffff;
		margin: 0 0 10px 0;
		padding: 0 0 0 0;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}

td.keystaff {
               border-bottom: 1px solid black;
}
/* End of 'Main Style' */

/* Start of CMSMS style sheet 'Main Menu' */
/* Vertical menu for the CMS CSS Menu Module */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 150px;
   padding: 50px 10px 0 47px;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: -1px;
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 10px 10px; 
   color: #173d59;
   text-decoration: none; 
   font-weight: bold; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
   font-size: 12px;
   border-bottom: 1px solid #66758e;
}

#primary-nav li, #primary-nav li.menuparent { 
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
}


/* 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-image: url("images/arrow.gif");
  	background-repeat: no-repeat;
  	background-position: center right;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#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; 
}
#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 Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

/* End of 'Main Menu' */

