/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #f68933; /* set border COLOR as desired */
list-style-type: none;
padding: 5px 10px 3px 5px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.active { /* settings for selected tab */
background: #ffffcd; /* set desired hover color */
color: #E9E9E9;
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a { /* settings for selected tab link */
background-color: #f68933; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 4px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #462300; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #f68933; /* set unselected tab background color as desired */
color: #fff; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #E9E9E9; /* set desired hover color */
color: #222;
}

ul#tabnav li a.active { /* settings for hover effect */
background: #E9E9E9; /* set desired hover color */
color: #E9E9E9;
}

/* end css tabs */
	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 225px; /*width of menu*/
}

.urbangreymenu .headerbar{
font-family: Century Gothic, Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color: #fff;
background-color: #f68933; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 7px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding: 0; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font-family: Century Gothic, Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #000;
background: #E9E9E9;
display: block;
padding: 4px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #000;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #000;
background: #FFE2C6;
}

.announcement{display:block}
.announcement *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#f68933}
.announcement1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #fbcca7;
  border-right:1px solid #fbcca7;
  background:#f8a666}
.announcement2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fef3ea;
  border-right:1px solid #fef3ea;
  background:#f79f59}
.announcement3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f79f59;
  border-right:1px solid #f79f59;}
.announcement4{
  border-left:1px solid #fbcca7;
  border-right:1px solid #fbcca7}
.announcement5{
  border-left:1px solid #f8a666;
  border-right:1px solid #f8a666}
.announcementfg{
  background:#f68933}

a.ppt {
	background: transparent url('../images/ppticon.gif') 0px 0px no-repeat;
	padding-left: 18px;
	height: 27px;
}

a.pdf {
	background: transparent url('../images/pdficon.gif') 0px 0px no-repeat;
	padding-left: 18px;
	height: 27px;
} 

a.ie {
	background: transparent url('../images/ieicon.gif') 0px 0px no-repeat;
	padding: 2px 0px 0px 18px;
	height: 27px;
} 

a.doc {
	background: transparent url('../images/wordicon.gif') 0px 0px no-repeat;
	padding-left: 18px;
	height: 27px;
}

a.jpg {
	background: transparent url('../images/jpg_icon.gif') 0px 0px no-repeat;
	padding-left: 18px;
	height: 27px;
}

a.missing{
	color:#a1a1a1 !important;
	text-decoration:line-through;
}

table.materials-download ul{
	list-style:none;
	margin:0;
	padding:0;
}

table.materials-download{
	border: 1px solid #ccc;
}

table.materials-download th {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#eee;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
}

table.materials-download td {
	border-top:1px solid #ccc;
	padding: 6px 6px 6px 12px;
	color: #222;
}