/* global styles 
   Colorado Community College System
   Copyright 2008-2011 All rights reserved.
   stylesheet by Tracy Hughes www.hughesllc.net
*/

html,body,h1,h2,h3,h4,h5,h6,div,p,p2 {
	margin:0;
	padding:0;
}

body {
	background-color: #111111;
	background-image: url(../Pics/bg3.gif);
	background-position: top;
	background-repeat: repeat-x;
    color:#1c1c19;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 175%;
	text-align: center;
}
#wrapper {
	border-bottom: 5px solid #94672E;
	border-right: 5px solid #94672E;
	border-left: 5px solid #94672E;
	border-top: 5px solid #94672E;
	text-align: left;
	margin: 5px auto;
	width: 890px;
}

h1 {
	color: #42423E;
	font-size: 1.2em;
	font-weight: bold;
}
h2 {
	color: #6C000E;
	font-size: 1.1em;
	font-weight: bold;
}
h3 {
	color: #6C000E;
	font-size: 1.3em;
	font-weight: bold;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: bold;
}
.red {
	color: #5F2301;
	font-size: 1.0em;
	font-weight: bold;
}
a {color: #21409a; text-decoration: none;}
a:active {}
a:link {}
a:visited {}
a:hover {color: #21409a; text-decoration: underline;}

.line {color: #1c1c19; text-decoration: underline;}
a.line:active {}
a.line:link {}
a.line:visited {}
a.line:hover { background-color:#f0f0e5; color: #1c1c19; text-decoration: underline;}

.white {color: #FEFEFE; text-decoration: none;}
a.white:active {}
a.white:link {}
a.white:visited {}
a.white:hover {color: #c69c6d; text-decoration: none;}

#breadcrumbs {color: #42423E; font-size: 9px; font-weight:bold; padding-bottom:5px; text-decoration:none; text-transform:uppercase;}
#breadcrumbs a {color: #3C4988;}
#breadcrumbs a:hover {text-decoration:underline; }

img {border:0;}

#top-section {
	border-bottom: 5px solid #94672E;
	height:124px;
}
#navtophoriz {
	border-bottom: 5px solid #94672E;
	color:#707070;
	font-size:10px;
	font-weight:bold;
	padding-right:5px;
	padding-left: 355px;
	padding-top: 2px;
	padding-bottom:4px;
}
#navtophoriz a {
	padding:0 8px 0 8px;
	color:#fdfdf2;
}

#quickmenu select, #quickmenu input {
	font-size: 11px; 
}
#quickmenu {
	display: inline;
	padding:0 0 0 8px;
	position: relative;
}

#jumpmenu select {	width: 154px;}

#mid-section {
   position:relative;
   background-color: #fdfdf2;
   background-image:url(../Pics/midsectionbg.gif);
   background-repeat:repeat-y;
   width: 890px;
   height:auto;
   z-index: 2;
}
#mid-col1 {
  position:absolute;
  left:0;
  top:0;
  width:188px;
  display:block;
  overflow:visible;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 10px;
  z-index: 1;
}
#mid-col2 {
  position:relative;
  left: 188px;
  top:0;
  display:block;
  padding-right: 40px;
  padding-left: 25px;
  padding-bottom: 20px;
  padding-top: 15px;
  width:635px;
}
#mid-col2content {
}

#bottom-section {
   position:relative;
   left:0;
   top:0;
   color: #f3f2da;
   line-height: 175%;
   padding-bottom: 15px;
    padding-top:0;
	text-align: center;
	margin: 0 auto;   
   width:890px;
   height:auto;
}

ul#navtopleft,
ul#navtopleft li,
ul#navtopleft ul {
  margin: 0;
  border: 0 none;
  padding: 0 0 0;
  width: 187px; /*For KHTML*/
  list-style: none;
  vertical-align:middle;
}

ul#navtopleft li {
  display: block 
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navtopleft a {
  /* border: 1px solid #D0C5B4;
  border-right-color: #D0C5B4;
  */
  border-bottom: 1px solid  #D0C5B4;
  padding: 4px 12px 4px 14px;
  display: block;
  background: #E2DDB5;
  color: #1c1c19;
  text-decoration: none;
/*  height: auto !important; */
  height: 1%; /*For IE*/
}
ul#navtopleft a.dropdown {
	background-image:url(../Pics/arroww.gif);
	background-position:right;
	background-repeat:no-repeat;
}

/* Root Menu Hover Persistence */
ul#navtopleft a:hover,
ul#navtopleft li:hover a,
ul#navtopleft li.iehover a {
  background: #BEB4A5;
  color: #1c1c19;
}
ul#navtopleft a.dropdown:hover,
ul#navtopleft li:hover a.dropdown,
ul#navtopleft li.iehover a.dropdown {
  background: #BEB4A5;
  background-image:url(../Pics/arrowm.gif);
  background-position:right;
  background-repeat:no-repeat;  
  color: #1c1c19;
}

/* 2nd Menu */
ul#navtopleft li:hover li a,
ul#navtopleft li.iehover li a {
  background: #E2DDB5;
  color: #1c1c19;
  border-left: 1px solid #D0C5B4;
}

/* 2nd Menu Hover Persistence */
ul#navtopleft li:hover li a:hover,
ul#navtopleft li:hover li:hover a,
ul#navtopleft li.iehover li a:hover,
ul#navtopleft li.iehover li.iehover a {
  background: #BEB4A5;
  color: #1c1c19;
}

ul#navtopleft ul,
ul#navtopleft ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 187px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navtopleft li:hover ul ul,
ul#navtopleft li.iehover ul ul {
  display: none;
}

ul#navtopleft li:hover ul,
ul#navtopleft li.iehover ul {
  display: block;
}

ul#navleft,
ul#navleft li,
ul#navleft ul {
  margin: 0;
  border: 0 none;
  padding: 0 0 0;
  width: 187px; /*For KHTML*/
  list-style: none;
  vertical-align:middle;
}

ul#navleft li {
  display: block 
  display: inline; /*For IE*/
  position: relative;
}

ul#navleft a {
  /* border: 1px solid #D0C5B4;
  border-right-color: #D0C5B4;
  */
  border-bottom: 1px solid  #D0C5B4;
  padding: 4px 10px 4px 12px;
  display: block;
  color: #1a1a1a;
  text-decoration: none;
/*  height: auto !important; */
  height: 1%; /*For IE*/
}

ul#navleft a:hover,
ul#navleft li:hover a,
ul#navleft li.iehover a {
  background: #D0C5B4;
  color: #1a1a1a;
}

ul#campus_pics {
	padding:0;
	margin:0;
	list-style-type:none;
}
ul#campus_pics li{
	padding:0;
}

#navbottom {
	height: 20px;
	list-style: none;
	margin-top: -4px;
	padding: 0;
}
#navbottom li {
	display: inline;
	margin: 0; 
	padding: 0;
}
#navbottom ul li a {
	color: #FEFEFE;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
}
#navbottom ul li a:hover {color: #c69c6d; text-decoration: none;}

#welcome {
	background-image:url(../Pics/hmhdr/skyline.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right: 230px;
}
